ADB and Fastboot on Android: what is it for and how to download 1

ADB and Fastboot on Android: what is it for and how to download

As you start to become a little more interested in the Android universe, two words quickly come to mind: ADB and Fastboot. Whether it’s to repair a sudden change made to your phone or to start deep customization, these two concepts are widely available on the web.

And for good reason, as they manage the in-depth replacement of the free mobile OS for anyone who wants to take control of their phone. However, if you want to take advantage of root access on your mobile, you need to master them. We will help you there.

What is ADB and Fastboot?

One of Android’s greatest strengths is and always will be ease of access. developers, who can directly use their everyday smartphone to create everything and vice versa on these devices. And this is partly due to the accessibility of the platform’s development tools, including ADB and Fastboot.

ADB It stands for “Android Debug Bridge” and refers to the process by which the phone can connect to a computer (PC or Mac, whatever) and “send orders” to it at a high level. As such, it has many commands that can be used without interacting with the device, such as flashing a system image, clearing caches, or running a memory scan. It is a client (smartphone) / server (computer) relationship.

Fast Boot It is a mode where you can start your phone, usually by pressing and holding the “Volume Down” key until a small android appears. Think of it like opening the cover of your phone: it’s a diagnostic tool that gives you access to the depths of your system. Combined with your computer’s “fastboot” commands, it allows you to save a new system on your phone.

That’s why Fastboot mode allows you to boot your device in “repair mode”, then connect it to your computer with a USB cable so you can issue simple commands with ADB or flash a complete system. to be system rootso you can root or flash a new system image via it.

Download and install ADB and Fastboot drivers for Android

All of these tools are available in the Android SDK, available both standalone (if you just want the tools you want) and integrated into Android Studio. just go official developer site Pure SDK versions for Windows, Mac OS X or Linux are at the bottom of the page to find them.

sdk-android-download-drivers-01

Once you have the installer, all you have to do is launch it and choose a place where to install. By default, this is not necessarily very accessible and it is recommended to change the target to something more familiar (for example My Documents).

In relation :  Android 13: First public beta available, how to install?
  • To see: Root your phone with one click with Towelroot

After the installation is complete, you find yourself in front of the SDK update interface, which by default is devoid of components. Leave the essential components checked and scroll to the bottom of the list to be sure. Checked “Google USB Driver”.

sdk-android-download-drivers-02

Without these drivers, you won’t be able to really take advantage of ADB and Fastboot to operate on your smartphone via your computer. Don’t worry: these are Widespread to all Android devices. Click on “Install XX packages”.

android-sdk-adb
  • Also read: How to know if your smartphone is rooted

After all components are installed all you have to do is navigate to the installation folder, then platform tools If you have installed Android Studio version to find adb, all you have to do is go to “sdk/platform-tools”.

Now you know what the two main customization tools in Android do and how to download and install them! Enjoy the latest system updates directly from the community, root access and deep backup of your phone!