If you use KDE Connect, which is cross-platform and not just for KDE, you can mount your phone's storage remotely without touching adb. I believe it uses sshfs in the background. It's all automated so you don't have to think about how it works.
KDE Connect is the bee's knees :-) I use it every day to interact between my phones and computers (browse files across devices, transfer them, use the phone screen as computer trackpad, control media playing on another device, run remote commands safely... and I know I'm not using even half of the features).
Adbfs-rootless – Mount Android phones on Linux with adb. No root required
21–29 of 29 posts
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#22If you use KDE Connect, which is cross-platform and not just for KDE, you can mount your phone's storage remotely without touching adb. I believe it uses sshfs in the background. It's all automated so you don't have to think about how it works.
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#23Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#24If you use KDE Connect, which is cross-platform and not just for KDE, you can mount your phone's storage remotely without touching adb. I believe it uses sshfs in the background. It's all automated so you don't have to think about how it works.
For those that just want to cick a link: https://kdeconnect.kde.org/
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#25Hello, maintainer here. Happy to see this little project on the front page of HN. Unfortunately it hasn't received the appropriate attention from me lately, mainly because of the difficulties of running tests (and the android emulator) on GH action runners. Attempt to add some basic tests can be found here https://github.com/spion/adbfs-rootless/pull/62 This submission motivated me to check out the latest state of vi…
Thank you for writing this. I use it routinely to back up my phone by mounting it and then simply running rsync.
Backup on android (without Google Services' online) is awful, SeedVault exists but has issues.
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#26Hello, maintainer here. Happy to see this little project on the front page of HN. Unfortunately it hasn't received the appropriate attention from me lately, mainly because of the difficulties of running tests (and the android emulator) on GH action runners. Attempt to add some basic tests can be found here https://github.com/spion/adbfs-rootless/pull/62 This submission motivated me to check out the latest state of vi…
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#27ADB is such a crummy experience for file transfers, and Android File Transfer is somehow even worse. This sounds great!
Imagine how worse experience is if you are iOS user or developer - i Have to manually in xcode in gui download app container and unpack it change some mesh assets, pack again and switch containers in xcode again.
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#28Hello, maintainer here. Happy to see this little project on the front page of HN. Unfortunately it hasn't received the appropriate attention from me lately, mainly because of the difficulties of running tests (and the android emulator) on GH action runners. Attempt to add some basic tests can be found here https://github.com/spion/adbfs-rootless/pull/62 This submission motivated me to check out the latest state of vi…
Hi there do you think adbfs could work with adb over TCP (wifi)?
Pair over TCP like normal, connect to it, then follow the README.
``` adb pair xxx:xxx
adb connect yyy:yyy
adb devices
mkdir -p testhere
./adbfs testhere
ls testhere ```
Re: Adbfs-rootless – Mount Android phones on Linux with adb. No root required
#29Earlier quoted context omitted.
Imagine how worse experience is if you are iOS user or developer - i Have to manually in xcode in gui download app container and unpack it change some mesh assets, pack again and switch containers in xcode again.
Bit of derailing, but I don't understand how apple's DX is still so bad everywhere.