

We can use fastboot to flash a new recovery image that then allows us to then gain root access that way. 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. 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.
