

adb push C:\file /sdcard/file - Pushes a file from your computer to your device.For example, you’d use the name to uninstall the Angry Birds app. adb uninstall package.name - Uninstalls the package with package.name from your device.adb install C:\package.apk - Installs the package located at C:\package.apk on your computer on your device.In addition to the variety of tricks that require ADB, ADB offers some useful commands: RELATED: How to Edit Your System PATH for Easy Command Line Access in Windows Useful ADB Commands The process is a bit different on Windows 11, 10, and 7, so check out our full guide to editing your System PATH for the steps required to do this. However, if you add it to your Windows System PATH, that won’t be necessary–you can just type adb from the Command Prompt to run commands whenever you want, no matter what folder you’re in. Step Four (Optional): Add ADB to Your System PATHĪs it stands, you have to navigate to ADB’s folder and open a Command Prompt there whenever you want to use it. Change your phone’s USB mode to PTP, MTP (File Transfer/Android Auto), or USB Tethering.Plug the USB cable directly into the USB ports on your motherboard (at the back), rather than the ports on the front of your PC or on a USB hub.


Plug the USB cable into a different port.Swap out your USB cable for a higher quality one.Check the “Always allow from this computer” box and tap OK.

Later on, when you connect your phone to your computer, you’ll see a popup entitled “Allow USB Debugging?” on your phone. Head back to the main Settings page, and you should see a new option in the “System” section called “Developer Options.” Open that, and enable “USB Debugging.” You should get a message saying you are now a developer. Scroll all the way down and tap the “Build Number” item seven times. To use ADB with your Android device, you must enable a feature called “USB Debugging.” Open your phone’s app drawer, tap the Settings icon, and select “About Phone”. Step Two: Enable USB Debugging on Your Phone Just make sure to remember where you unzipped the files, we will need to access that later. This will download a ZIP file, which you can unzip wherever you want to store the ADB files–they’re portable, so you can put them anywhere you want. Head to the Android SDK Platform Tools download page. Select the link for your operating system from the “Downloads” section.
