adbfs-rootless
adbfs-rootless copied to clipboard
Mount Android phones on Linux with adb. No root required.
As what the the old/ orphaned "[`zach-klippenstein/adbfs`](https://github.com/zach-klippenstein/adbfs)" provided, I hereby feature-request an option to specify which android device to mount, e.g. `./adbfs -o android_device 02b5c5a809117c73 /mnt/android` This is useful e.g....
This PR adds a scaffold for automated tests based on docker and an android emulator. The neat thing about this approach is that we can also use multiple versions of...
How do I preserve using this method of folder date created, date modified, date accessed of android phone when it is connected to my PC? I want to copy folders...
I'm getting this now: ``` $ ./adbfs /mnt/nexus-5 --*-- exec_command: adb shell "ls" $ ls -l /mnt/nexus-5 ls: cannot access /mnt/nexus-5: Transport endpoint is not connected ``` USB debugging is...
Hello, although I have tried this and loved it, I desperately would like a read only option for safety measurements. The read only option would only allow reading the contents...
After running `sudo apt-get install libfuse-dev android-tools-adb`, I get > Note, selecting 'adb' instead of 'android-tools-adb'
``` $ make g++ -c -o adbfs.o adbfs.cpp -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse adbfs.cpp: In function ‘int adb_readlink(const char*, char*, size_t)’: adbfs.cpp:966:35: warning: comparison of integer expressions of different signedness: ‘int’ and...
When copying files over adbfs **to** the device, timestamps are lost – the file shows up as were it just created anew on the device. This happens even when explicitly...
May you please make this an rClone service as well?
Adbfs does not know how to handle multiple connected devices. ```console joost@laptop: ~ $ mkdir droid joost@laptop: ~ $ ls -l | grep droid drwxr-xr-x 2 joost joost 4096 25...