So in this article, I am gonna be showing you guys how to install adb drivers on windows 10 on your windows Pc in the simplest way possible
What Is ADB Fastboot ?
ADB (Android Debug Bridge) consists of a client and server communication. Basically, it is a communication tool between our Pc And Android Smartphone. It can be accessed with command prompt on Windows. It will pass some useful commands from Pc To Your Android Device. This tool is very useful for rooting, flashing new custom ROMs to tweak our android in our own style
Fastboot is a protocol which can be used to re-flash partitions on your android device. Fastboot will update the flash filesystem in Android devices. It is a useful small tool that comes with the Android SDK (Software Developer Kit), which is an alternative to the Recovery Mode for doing installations and updates using our windows PC.
What is the Use Of ADB Fastboot ?
So this ADB Fastboot tool is used to unlock the bootloader, root and install a custom recovery etc on our android device. it is a very useful tool for the people who love to tweak their android device by using custom ROMs and Xposed modules etc on their android device. You can fix issues related to FRP on your android
Steps: How to install adb drivers on windows 10
Step-1 Download The ADB installer setup From Direct Download Link
step-2 next just run the ADB install.exe setup
Step- 3 Type Y and hit enter
Step- 4 again Type Y and hit enter
Step-5 Finally, click on finish and you are done
How do you check if you have adb drivers installed?
alright in order to check whether you have installed ADB Fastboot successfully or not then follow the steps mentioned below
1) to check whether you have installed ADB Fastboot successfully or not , go to the folder where you have set ADB and Fastboot installation path during installation. For me, it’s C:\adb\. Open command prompt (press Shift + Right-click > Open Command Prompt) and type ‘adb’. If it shows something like this – Android Debug Bridge version x.x.
Quick Note >> Before connecting your device make sure to enable USB debugging and OEM Unlock from setting>developer option>. To enable Developer Options, go to About phone and tap the Build Number 7 times.
2) Next, connect your phone to PC and reboot the device into Fastboot mode manually or by typing the command given below
adb reboot bootloader
3) Next Copy or Type the command given below in command prompt and hit enter,
fastboot devices
if the above command gives you output as serial numbers in return that means your phone is connected properly and also you have successfully installed the ADB And FASTBOOT on your Pc.
4) In order to reboot your device just copy or type the command given below
fastboot reboot
If you are still confused and can’t figure out how to install adb then check out the below video
Leave a Reply