

If you see Powershell option instead on the command prompt, use this guide. Navigate to the Platform Tools folder, Right-click, and choose “open command prompt” from here.
Tip: direct download the ADB tool for Windows.Ĭhoose an appropriate version of the Platform tool, select terms, and click on the big blue button to download. To download the Platform-tools package visit this page, These are the separate package for Windows, Linux, and Mac.

Google named Platform Tools package that includes Fastboot, ADB and other utilities. Google made a relatively small package called “Platform-tools” that includes ADB and Fastboot along with some other utilities. Install ADB and Fastboot tool on Windows 10 Fortunately, Google recently made it easy to get these two without all the junk. However, that’s an extremely large download that, frankly, most users who are interested in ADB and fastboot don’t need. You can flash a custom recovery using “ fastboot flash recovery twrp.img” (twrp.img should be located in the same folder).īoth of these tools come with the Android SDK. 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. When you need to modify your phone’s firmware, Fastboot is the tool you need.
