

Connect the Android device to the computer using the USB cable.Open a terminal window on your computer and access the “/ Platform-Tools” path. By default, it should be at the root of the hard drive (in the case of MacOS and Linux we recommend you unzip the folder there).Enter the new developer settings and enable ” USB Debugging “.

Activate the developer settings on your Android by clicking 10 times on the compilation number in the “About phone” section, in settings.Now all you have to do is connect your mobile or tablet to your computer and use ADB. For it: Say YES to all the prompts on this screen.Īnd we are done installing the ADB, Fastboot and Drivers, the setup window will automatically close and you’ll have a working ADB and Fastboot setup throughout your system. You will see a command prompt window with a blue background.Double-click/Run the ADB-setup-1.4.3.exe file.


How to Setup ADB and FastBoot in 15 seconds 1 How to Setup ADB and FastBoot in 15 seconds.But thanks to XDA member Snoop05 who has developed a small program to quickly install both ADB and Fastboot files on your PC (system-wide) along with proper drivers. Downloads and installation instructions below: However, setting up ADB and Fastboot can be very tricky on a Windows machine. It’s particularly useful when you want to update your device manually or in a rare situation when you accidentally soft-brick your device and need to install a clean stock system image. It allows you to re-flash system partitions on your Android device and requires a device with an unlocked bootloader. What’s Fastboot? Fastboot is a more powerful tool than ADB and it works only in bootloader/fastboot mode. The tool helps in sending basic Linux commands, and a variety of Android specific commands from PC to connected Android devices. It works when the device is powered on and booted into OS or Recovery. What’s ADB? ADB stands for Android Debug Bridge, a command system that allows you to manage a device from your computer. Both the ADB and Fastboot are used to send commands to an Android device using a computers command line. If you are a hardcore Android device user you must have heard about the Android ADB and Fastboot.
