Skip to content Skip to sidebar Skip to footer

ADB Go Pull and Push For Everything Android Device 2024

ADB Go: A Tool to Pull and Push Everything from Your Android Device

If you are an Android user, you might have encountered situations where you need to transfer files between your PC and your device. The most common way to do this is to use the MTP (Media Transfer Protocol) mode, which allows you to access your device’s storage as a USB drive. However, MTP has some limitations and drawbacks, such as:


  • You need to enable it every time you plug in your device
  • It is platform-dependent and device vendor-dependent, meaning it might not work on some PCs or devices
  • It hangs on big files or if there are too many files
  • It is manual, meaning you have to select and copy the files you want
  • It is hard to automate, even though libraries for MTP exist
Fortunately, there is another way to transfer files between your PC and your device, which is to use ADB (Android Debug Bridge). ADB is a versatile tool that allows you to communicate with your device via a command-line interface. ADB has two commands that can help you transfer files: adb pull and adb push.

  • adb pull copies of files from your device to your PC
  • adb push copies files from your PC to your device
These commands are simple and powerful, but they have some drawbacks too, such as:

  • You need to have ADB installed on your PC and enabled on your device
  • You need to know the exact path of the files you want to transfer
  • You need to type the commands for each file or folder you want to transfer
  • To overcome these drawbacks, I have created a tool called ADB Go, which is a Python script that automates the process of pulling and pushing files using ADB.

ADB Go has the following features:


It can pull and push everything from your device, or only the files you specify
It can exclude some folders that you don’t want to transfer
It can group the pulled files by device ID, so you can easily identify which files belong to which device
It can work with any device that supports ADB, regardless of the platform or vendor
It can run with one simple command, without any additional arguments or options

Download Link



DRAJAT ARI
DRAJAT ARI Be a useful human being for others, keep the spirit, never drop for the sake of fame.

TeknoCrash Blog * TeknoGrapic * TeknoCrash HD * DrajatAri Blog

Post a Comment for "ADB Go Pull and Push For Everything Android Device 2024"