Fast Android <-> Windows file manager using ADB protocol
Fast Android <-> Windows file manager using ADB protocol
Alternative for the MTP which is very slow. It uses adb protocol to copy files which is lot faster
In my testing, the program copies files at speed of approximately 41.6MiB/s (332Mib/s) over USB 2.0, compared to MTP that copies at around 10Mb/s
Buy me a coffee: https://ko-fi.com/T0biasCZe
To use this app, you must have enabled USB Debugging in android developer settings.
After enabling it, just go to the directory from where you want to copy from/where to copy, select the file(s) and hit the arrow to the correct copy direction
Note2: Its made in C# and Windows Forms. To put it on Linux/Mac I would completely have to rewrite it, so no Linux/Mac version
To enter a folder:
to go up a directory:
to copy files:
Keep file modified date
This keeps the file modification date of the file thats being copied, instead of changing it to the time when it was copied
Preview files on double click
When double clicking media file (video or photo), it will temporarily copy it to the PC and show it. When the program is closed, it will automatically delete the temporary file from PC.
Compatibility fix
This fixes files being shown on very old Android versions, which dont support the ls -l flag
Q: I open the program but it instantly closes
A: Make sure you are opening AdbFileManager.exe, and not adb.exe
Q: Files are not showing
A: If you have phone with older android, enable compatibility mode
No open issues yet, or sync has not completed.