android-file-transfer-linux icon indicating copy to clipboard operation
android-file-transfer-linux copied to clipboard

Android File Transfer for Linux (and macOS!)

Results 83 android-file-transfer-linux issues
Sort by recently updated
recently updated
newest added

I see the in fuse_ll.cpp main() the resetDevice init as false; but after that if user pass -R, it should be true, and do reset operations.

Hi, I mounted the phone and got an error: ``` aft-mtp-mount ./phone/ Device::Find failed:Device is already used by another process ``` Having assumed the mount failed, I deleted the mountpoint:...

https://whoozle.github.io/android-file-transfer-linux/ and also the aft-mtp-cli man page have no examples of how to copy a file or directory or anything.

From message posted to gentoo-dev (see [message here](https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b)), python-3.10 is to become default in June. Current ebuild enables only python-3.8 and python-3.9. Unknown if project maintains ebuild for gentoo tree.

I can mount the phone okay .. `aft-mtp-mount ~/myphone` > your device does not have android EditObject extension, mounting read-only However, when I view the files on the phone (Samsung...

README.md says ``` FUSE interface mkdir ~/my-device ./aft-mtp-mount ~/my-device ```` Mention remove dot when using Debian package. ``` Qt user interface Start application, choose destination folder and click any button...

I've had to resort back to `go-mtpfs` , unfortunately. The "read only" and other issues (aft kept crashing today) resulted in trying `go-mtpfs` again. After a bit of fiddling with...

So I was copying/backup DCIM and the GUI would up and disappear after 5 minutes or so. Tried again and same thing. Ran aft from the term console and it...

MTP device is a Canon 1DX mark II. 6GB video file is listed in file listing, but when downloaded, is zero bytes. Using the USB 3.x cable to a USB...

Hi, I have created a script to upload files into Android, mainly music. The script has the following structure: ``` "cd Music" "put ./AC_DC/Back\ In\ Black/04\ Givin\ The\ Dog\ A\...