How to install ADB and Fastboot in 15 seconds to root your Android

  • ADB and Fastboot are essential tools for modifying Android devices.
  • They can be easily installed on Windows, Mac OS and Linux.
  • Installation on Windows takes about 15 seconds.
  • They are useful for rooting, installing ROMs and managing apps.

ADB Android

ADB and Fastboot are two fundamental tools for anyone who decides to "mess up" with their phone Android, either to root it, install a ROM or install special applications. We teach you to install ADB and Fastboot in 15 seconds on your computer.

You just have to have the basics to get started and work with the two tools which become essential to be able to execute everything in just a few seconds. Have a computer and at least one Windows that is functional, unless it is more or less fast for you and at least Windows 7 or higher is worth it.

ADB and Fastboot: an essential kit

ADB Fastboot

ADB and Fastboot are two fundamental tools in the world of rooting Android and Custom ROMs. Both allow us to connect our computer and our mobile phone at a deeper level. They are a bridge that allow us to use code to radically transform the experience of using our smartphone, facilitating complicated processes.

However, for some users it is a problem to install them. Luckily for everyone, there is a method to achieve install ADB and Fastboot in 15 seconds in a totally simple way and that works in all the folders of your computer.

It doesn't take much time to get it working. and you can run it as long as you make some changes to your device, which does not have to be new. ADB and Fastboot are two applications that you will be able to download from different pages, including in the Drive space, also from their official pages.

How to install ADB and Fastboot in 15 seconds on your Windows computer

The tool we are talking about today was developed, as you might expect, on the XDA-Developers forums. The developer originally created it for a friend of his, but realized its usefulness and shared it with the world. Its main advantage is that instead of needing to install three different packages, it is enough to use a single installer to have ADB, Fastboot and their Drivers in just fifteen seconds.

Install ADB

The download package only occupies 10 MB, and it is simple to use: double click and the installer itself will guide you easily. These are the steps:

  1. Double click on the installer.
  2. Press Y / Yes to install ADB and Fastboot. Press N / No to skip this step.
  3. Press Y/Yes to enable ADB system-wide. Press N/No to only the current user.
  4. Press Y / Yes to install the Drivers. Press N / No to skip this step.
  5. The installation continues. After fifteen seconds it will be over
Pixel 3 camera on Xiaomi Mi A1
Related article:
How to root and install ROMs easily on the Xiaomi Mi A1

With this simple process you will have managed to install ADB and Fastboot in 15 seconds and you can use them on any screen on your PC. Through the command window you can activate it, or you can use Shift + Right button and click on Open the PowerShell window here to open it in a specific window.

And the download? Here you have several options:

  1. zippishare
  2. Dropbox
  3. Drive

From here it only remains to enjoy both tools. Thanks to them you can do all kinds of mischief on your phone Android devices. If you are attentive to the tutorials that we bring you in Android Help, you can get the most out of both tools.

Install ADB & Fastboot on Mac OS

Android hack

The Mac OS operating system also allows you to run both ADB and Fastboot, two tools that are necessary for modifying your Android system. You will need a computer with Apple software, any that comes with OSX will do, such as Mac Mini, MacBook Air, MacBook Pro or any of the iMac available, which are many models on the market.

Its installation only requires a command from the console, you will have access to the script installed on GitHub, that we will use to start the ADB & Fastboot applications. With this command in the console, to do this you first have to open it and then enter the following one below specifically:

bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)

This will proceed to install both, while the uninstallation will be very similar, but changing "install.sh" to uninstall.sh, leaving it as follows in your command console. Remember that it will go to the repository, but in our case it will be deleting this in a few seconds and having to confirm.

bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)

Install ADB & Fastboot on Linux

Linux is another system where you will have the option to install both ADB and Fastboot for your benefit, so if you find yourself on it you have to also use the aforementioned command console. It's worth saying that you have what it takes to launch both applications from GitHub.

In Ubuntu, one of the most installed distributions up to this point, you have to write just one complete line in order to launch ADB & Fastboot, they are two apps that coexist in their own way, since it will be essential to use both. In Linux, specifically in Ubuntu you have to do the following to carry out the process:

sudo apt-get install android-tools-adb android-tools-fastboot

The installation is done in a matter of a few seconds, so if you have to carry out this process it will not take much more than a few seconds.  After proceeding to do this you have to start the tool in Linux and start managing it from the interface itself, with which you will work fluidly and in just a few seconds, the maximum is about 15 seconds as happens in the Windows operating system (in its different versions).

Two tools to modify/install a ROM

If you have a somewhat old version of Android on your device, the appropriate thing is that you opt for a better one, which is something you should do in any case. To install a new one you need to make a backup copy, which is essential in many cases if you have to restore the one that comes preinstalled.

Modifying the system is simple, you don't need much if you want to make important changes, such as which apps are started with the system, as well as other things that have value, including developer mode and various options.


It may interest you:
Basic guide on Android ROMS