Tuesday, July 7, 2015

How to Install ADB Download

ADB is Android Debug Bridge, which could be used to root your android device easily. ADB download allows you to rooting and flashing ROM of your device. This fifteen seconds ADB download is a more powerful tool than others and it arrived with a three in one package. It means ADB download will install ADB, Fastboot and other necessary drivers on to your device.

Once you have installed the ADB and Fastboot, you will be able to send some terminal commands to your android device from your PC through the USB cable. ADB and Fastboot have separate distinct functionality, which you can have single handedly by installing the ADB download. Terminal command including some Linux shell commands, special developer commands, etc….. You can send these commands to your phone, while it is switched on and in the debugging mode or else in recovery mode. Even though ADB download is used for rooting, you can also use it for un-rooted devices to send terminal commands. 


If you want to modify your android firmware, you can get the support of Fastboot too. Fastboot will let you send the necessary commands to the bootloader. It means you can just modify the firmware, for example modify the custom recovery. You cannot just flash the whole ROM with Fastboot, but it can be used to do many things that ADB cannot do. However you should check whether the Fastboot is enabled in your android device. Some phones are not supported for Fastboot.

Important Notes before use the ADB Download

1.      If you are a Windows 8.1 user, then you must install the KB2917929 update on your PC.
2.      ADB download will automatically detect your system structure, as 32-bit or 64-bit and will install drivers appropriately.
3.      You can access both ADB and Fastboot from any directory from command prompt.



How to install ADB Download

1.      ADB Download should be downloaded on to your windows PC.  
2.      Click on adb-setup-1.4.2.exe file.
3.     ADB Installer will be open on the desktop and Press “Y” when it asked “Do you want to install ADB and Fastboot? (Y/N)”.
4.      Press “Y” again when it asked “Install ADB system-wide? (Y/N)”.
5.      Press “Y” again when it asked “Do you want to install device drivers? (Y/N)”.
6.      Simply click on the next button to proceed with the installation of ADB download.

7.      Once it is finished, click on finish button to close the installer setup.

No comments:

Post a Comment