

- #How to install adb and fastboot on windows 10 how to#
- #How to install adb and fastboot on windows 10 android#
- #How to install adb and fastboot on windows 10 software#
On your phone, go to Settings > About Phone and continually tap on Build Number until it tells you you are a developer.ħ. When it’s all done, restart the computer to ensure they were installed.ĥ. (This will install ADB system wide so any user of the computer can access it and also install the drivers, which is a huge help as it can be the hardest part of all this to get to work).Ĥ. When it opens, hit y and enter for each of the questions as it guides you through. Right click the exe that downloads and select Run As Administrator.ģ.
#How to install adb and fastboot on windows 10 android#
So, back in the day, you would need to download the entire Android SDK to get ADB and Fastboot to work, but thanks to some clever developers out there, you can get away with just downloading minimal versions that only setup ADB and Fastboot and leave the rest of the SDK out, for, you know, real developers.ġ. Head to this developer’s page on XDA and download the 15 Second ADB Installer (download link in the first post, download whichever one he says is stable).Ģ. Because of this, I’m going to layout the easiest ways to get both working on the two most popular operating systems that you guys might have: Windows and Mac (sorry, Linux). Long story short, when trying to root your Android device, both ADB and Fastboot are tools you’ll probably need to have all setup.īecause ADB and Fastboot are meant really for developers, they aren’t the most intuitive when it comes to setting them up. We can use fastboot to flash a new recovery image that then allows us to then gain root access that way.
#How to install adb and fastboot on windows 10 software#
This mode is more used for manufacturers to diagnose and fix devices with software issues, but, like with ADB, it can also be pretty instrumental in helping our rooting efforts. updating the system with a newer version, erasing all the user data, etc.).

Since ADB allows you to communicate with an attached Android phone on a development level it’s extremely handy when we want to issue commands that allow us to, for example, push files to the device and then execute those files all in an effort to root the phone.įastboot is similar to ADB in that it’s used for issuing commands to the attached device, but in fastboot mode it’s really more for flashing different parts of Android (i.e. Let’s be real though, most of the time, it’s used for rooting Android devices. What is ADB & Fastboot?ĪDB is generally used for development when trying to run applications on the phone from the computer so you can debug (hence the name) issues with your app you are creating.
#How to install adb and fastboot on windows 10 how to#
So most people won’t have to use ADB (Android Debug Bridge) ever, but if you want to learn how or want to get a little more technical with your Android phone, here’s how to get it set up.
