How to use ADB on Windows 10/8/8.1/7 (and maybe the older versions...)
- Download Minimal "ADB and Fastboot":
https://forum.xda-developers.com/showthread.php?t=2317790
- Connect your phone to your computer using a USB cable...
- Then download the
ADB driver for your device:
http://adbdriver.com/downloads/
(It might also get downloaded through Windows Update, but that didn't work for me...)
- Enable Developer Options by going to About Phone and tapping "Software version" multiple times, until you get a toast message "You are now a developer".
- Goto Settings >> Developer Options and enable "USB Debugging"
- Now, when you had installed Minimal ADB and Fastboot, you might have already got a desktop shortcut. If not, you will have to go to the folder where Minimal ADB was installed, and double click on "CMD here" to launch ADB.
Now, you should get this srceen:
- Type the following command to test if your device is detected or not:
- If your device gets detected, you will see something like this:
- Which indicates that you have successfully installed ADB...!