

Fastboot isn’t enabled for all phones, so you may have to check your specific device. You can’t flash whole ROMs with it, but it’s helpful for many things that ADB can’t do. This allows you to send commands to the bootloader, which means you can flash/modify things like custom recoveries. Fastboot: When you need to modify your phone’s firmware, fast boot is the tool you need.While ADB is often used in conjunction with rooting or modifying your phone, you can use ADB to send terminal commands to unrooted devices as well. You can send commands while the phone is turned on and booted, or even when it’s in recovery mode. Android Debug Bridge (ADB): This tool allows you to send a wide array of terminal commands-including but not limited to basic Linux shell commands, plus some specialty developer commands-to your phone at just about any time (as long as you have debugging enabled on your phone).Follow this guide to install the latest ADB drivers. Here’s another guide on ADB driver installation on Mac and Windows PC in case this doesn’t work. Optional Guide to Install ADB Drivers on Windows PC or Mac If it returns something like “ Android Debug Bridge version x.x.xx“, then your ADB and Fastboot are all-ready.Īlso see: Install Android 4.4.2 KitKat on PC (Dual Boot Windows and Android KitKat) To verify that you have successfully setup ADB and fastboot, open up a command prompt (press Windows key + R -> type in cmd -> OK) and enter “ adb version” (without quotes).


