Installing ADB & Fastboot drivers and tools is now easy.
To be able to control your device with USB debugging, you need to install ADB drivers on your computer. ADB drivers allow your computer to recognize the phone after USB debugging is turned on. Also, ADB drivers allow you to use ADB and FASTBOOT commands via computer. It makes a bridge between Android and Computer. You can almost completely control your phone from your computer by enabling USB debugging and installing ADB drivers.
ADB Drivers Installation Method
- Download Latest ADB drivers from here
- Open downloaded .zip file
- Run 15 Second ADB Installer.exe
- Type “Y” (without “) and press enter
- Type “Y” (without “) and press enter
- Type “Y” (without “) and press enter
- Click highlighted Next button
- Click Always trust software from “Google Inc” and click Install button
- Driver installation is done without any problem, if you see this screen
- Blue window will be closed after installation is completed.
- Open Command Prompt (cmd)
- Enable USB debugging on phone and connect to computer via USB cable
- Type adb shell. The window will freeze when you type the command for the first time.
- Allow USB access on the phone
- Now you can control your phone via adb.