
FastBoot allows you to push ADB commands to your device from the bootloader, useful for when you’re stuck in a recovery loop, for example.“ADB install” may be the topic you may also be interested in. adb reboot recovery – Reboots your device to recovery.įastboot devices – ADB commands only work once your phone is fully booted, not from the bootloader.adb reboot-bootloader – Reboots your device to the bootloader.adb reboot – This will reboot your device.adb shell command – This will run a command on your device’s command line.adb shell – This will open an interactive Linux command line on your device.adb logcat – View the log from your Android device.adb pull /sdcard/file C:\file – The reverse of ADB push.adb push C:\file /sdcard/file – Copies a file from your C:\ to your devices SD card.adb uninstall package.name – Uninstall an app package from your device – package name would be the specific app package name as seen in your device, for example,.apk package from your C:\ to your Android device. adb install C:\package.apk – Install an.If there is no device shown in the command prompt, you may need to download USB drivers specific to your phone from the manufacturer’s website. It should display your device as being connected. Now in the command terminal type: adb devices If you are prompted on your device, then choose “ file transfer (MTP)” mode.

Connect your Android phone to your computer via USB (Make sure that you are using Data cable, not the charging cable).Shift + Right Click on the folder and select “ Open Command Window Here”. Navigate to the folder on your PC where the SDK tools were installed.You can now go into the Developer Options to turn on USB Debugging. USB debugging is usually found under Developer Options, so if you have not enabled Developer Options yet, go to Settings>About Phone> tap on “ Build Number” 7 times, and you will get an alert that Developer Options are enabled. ADB will only work on your device when USB debugging is enabled. When you click Install, it will begin downloading the necessary files to your computer. If you’re on a Nexus phone, you should also choose “ Google USB Driver”. Open the SDKManager.Exe and choose only the “ Android SDK Platform Tools” for installation.Go to the Android SDK website and navigate to “ SDK Tools Only”.This guide will walk you from start to finish. Installing ADB on a Windows machine is a fairly painless but involved process. zip files you would otherwise flash in custom recovery, unlock your bootloader on Nexus devices, and several other uses for debugging your Android phone. With ADB you can perform many useful commands to back-up your data, sideload.


The Android Debug Bridge (ADB) is an important command-line tool for controlling your Android device from your computer.
