ADB File Explorer (python: application, cross-platform)

Search This thread

Azata

Member
Nov 11, 2021
6
10

Python ADB File Explorer

Simple File Explorer for adb devices. Uses python library adb-shell or command-line tool adb.

Features:
  • List of adb devices
  • Connect via IP (TCP)
  • Listing / Pulling / Pushing files
  • Renaming and Deleting files

GitHub Repository

Latest build for win-x64:​

ADB File Explorer v1.2.0
Download

Here some screenshots:
159409583-a2106cb3-e39c-4d29-9226-e44daadaec72.png
159409633-98662fda-b919-4b3a-ac39-230534a5a839.png
 
Last edited:

kykyzachariah

New member
Jun 11, 2011
1
1
Just tried today, worked great! Windows 10 transfer to Pixel 6 Pro - 150gb in 15 minutes, much faster than MTP!

No errors or issues in Window 10, the window did read as non-responsive during the transfer but I assumed it was doing its thing and left it alone.

Only suggestion would be some sort of progress indicator, maybe that would stop the program from being "unresponsive"?

Thanks for your work, very easy to use!
ADBFileTransfer.png
 
  • Like
Reactions: AntonSamokat

Azata

Member
Nov 11, 2021
6
10
Just tried today, worked great! Windows 10 transfer to Pixel 6 Pro - 150gb in 15 minutes, much faster than MTP!

No errors or issues in Window 10, the window did read as non-responsive during the transfer but I assumed it was doing its thing and left it alone.

Only suggestion would be some sort of progress indicator, maybe that would stop the program from being "unresponsive"?

Thanks for your work, very easy to use!View attachment 5459243
Thank you for your reply!
Ok, I will try to fix it.
 

Werve

Senior Member
Aug 14, 2018
54
4
Samsung Galaxy Note 4
LG V20
I was just looking for a quick way to copy a folder from adb TWRP but when I tried to use this app there is the phone icon with a red cross (see picture) and nothing happens by clicking.
Through CLI instead I was able to copy the desired folder.

1653591253105.png
 

keenox

Member
May 8, 2011
9
3
Very cool stuff! I submitted a PR for supporting multiple file selection and download/delete on your repo. Please check it
 

P650SE

Senior Member
Aug 14, 2013
670
187
@Azata

I hope this message finds you. First of all, thank you for developing this program! It has been immensely helpful for me in copying files to and from my device. I find that transfers via ADB are much faster and more reliable than using MTP protocol.

One thing I would like to suggest, I think it would be much better if the file picker interface could remember location of the last folder, as it always defaults to the application folder root where ADBFileExplorer.exe is located.

Also, it would be helpful if we could select multiple folders to copy at the same time. Currently, the file picker interface only lets you choose one folder at a time, and holding Ctrl whilst left-clicking does not select multiple folders.
 

HaselnuesseTo

Member
Jul 31, 2013
46
11
Would it be possible to implement root? It does not trigger the root-prompt and simply says "permission denied"..

1668164448289.png
 

power_8383

Member
Jun 2, 2012
43
7
35
Pune
On Windows 7 X64 :(
Tried installing/re-installing Python, but it's still not working.
 

Attachments

  • Error.jpg
    Error.jpg
    31.3 KB · Views: 15
Last edited:

genyue

Member
Jan 24, 2008
20
1
Direct XDA download
ADB File Explorer win-v1.2.0
working perfectly on Windows 11 64 bit
 

Attachments

  • ADB File Explorer win-v1.2.0.zip
    39.3 MB · Views: 64
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 7

    Python ADB File Explorer

    Simple File Explorer for adb devices. Uses python library adb-shell or command-line tool adb.

    Features:
    • List of adb devices
    • Connect via IP (TCP)
    • Listing / Pulling / Pushing files
    • Renaming and Deleting files

    GitHub Repository

    Latest build for win-x64:​

    ADB File Explorer v1.2.0
    Download

    Here some screenshots:
    159409583-a2106cb3-e39c-4d29-9226-e44daadaec72.png
    159409633-98662fda-b919-4b3a-ac39-230534a5a839.png
    1
    Just tried today, worked great! Windows 10 transfer to Pixel 6 Pro - 150gb in 15 minutes, much faster than MTP!

    No errors or issues in Window 10, the window did read as non-responsive during the transfer but I assumed it was doing its thing and left it alone.

    Only suggestion would be some sort of progress indicator, maybe that would stop the program from being "unresponsive"?

    Thanks for your work, very easy to use!
    ADBFileTransfer.png
    1

    Latest build for win-x64:​

    ADB File Explorer v1.2.0
    Download
    1
    Hi!

    Is root adb server planned to be implemented?