aafm icon indicating copy to clipboard operation
aafm copied to clipboard

Android ADB file manager

Results 34 aafm issues
Sort by recently updated
recently updated
newest added

It would be great if `aafm` could be made available via package managers (i.e. [snap](https://snapcraft.io/), [flatpak](https://flatpak.org/) or/and or the traditional distribution specific ones like DEB and RPM). Thank you so...

NB gui just shows none moving progress bar (but still responsive to closing window) no error message on gui console output as follows: ``` EXECUTE ('adb', '-s', '0929e3ef', 'shell', 'mkdir',...

Note that it fails quietly, which is pretty dangerous in case of copying whole directory structure. Due to this bug, such a directory appears empty even when there are files...

I found that that latest version on adb no longer works with aafm. adb version 1.0.39(via android-platform-sdk version 26) doesn't work, nether does android-platform-sdk version 25 adb version 1.0.32 works...

Fixes errors such as: `drwxrwx--x 6 root sdcard_rw 4096 2018-01-28 17:44 inshot wasn't matched, please report to the developer!` on a few devices.

Some of the ROMS ( such as Lineage OS ) and newer Androids uses toybox, which have an ls format that's different from the two options already in the file....

Hello, to get aafm up and running on Nougat (Android 7.1 on Cyanogenmod) you need to change line 107 of src/Aafm.py to the following before: `pattern = re.compile(r"^(?P[dl\-][rwx\-]+) (?P\w+)\W+(?P[\w_]+)\W*(?P\d+)?\W+(?P\d{4}-\d{2}-\d{2} \d{2}:\d{2})...

Hi, I was in the DCIM/Camera dir on the phone, did a ctrl+a to select all the pictures and "copy to computer", turns out the application also copied the ".."...