
No need to download big SDK for 3 small things“. These tools are primarily distributed by google as Android studio or Standalone SDK tools after installing these packagers you will find the adb tools in /platform-tools/ named adb.exe and fastboot.exeĪlternatively A simple installer could be for the XDA forum which is a “ This is All-in-One installer for 3 most needed PC tools for Android. (A) Install ADB and Fastboot tools on windowsįrist of all you need to install adb and fastboot tools. Hope these steps helps you getting appropriate access to your device


However fastboot needs to be enabled on your phone, not all phone comes with fastboot installed.īefore I introduce the steps, I will summarize a checklist, which will help you evaluate your progress in case you are having trouble the drivers or tools Adb and fastboot checklist You use can it when you need to modify your phones firmware, install a new one, run bootloader commands.

It is an alternative to the recovery mode for doing installations and updates from your workstation. Fastboot:įastboot is a small tool that comes with the Android SDK (software developer kit) that can be used to re-flash partitions on your device. ADB also allows you to remotely install packages, get debut information, networking and scripting.

Android Debug Bridge (ADB):ĪDB allows you to send an array of commands to your phone, which includes the shell commands on your phone. They are with different functions, but when you are using them, you probably want to install them together. Both of these tools allow you to send terminal commands to your phone from your computer via USB.
