How to install and use ADB & Fastboot on Windows, Mac, Linux simply

Once you have used Android, at least one (or several times) you have heard the term ADB, Fastboot on this platform. These are the two tools written by Google for the Android platform, if you are a programmer or an advanced platform, you will know it. What about normal users?

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 1

ADB & Fastboot are essentially two command-line applications running from Command line ( Windows ) or Terminal ( Mac, Linux, . ) to order your Android device in low-level form ( system ). We temporarily understand them so easily and I will go into deeper lessons about ADB, as well as Fastboot for readers to follow.

Back to how to install these two tools. Essentially they are in the Android SDK, but the size of the SDK is very large so you may be afraid to download. So if you only need ADB & Fastboot to Root the device, install Recovery, . with the command (manual), then here's how to download the installation.

How to install ADB on Windows Desktop

1. Download the ADB zip file for Windows.

2. Extract the directory on drive C (C: platform-tools).

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 2

3. Open the ADB Platform-Tools folder . Next, open a terminal window in the folder where ADB and fastboot are installed. On Windows, users can right-click and click Open command window here . (Some Windows 10 users can see " PowerShell", instead of 'Command prompt').

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 3

4. Now connect your phone to Windows PC with a USB cable.

5. Then enter the following command in the Command prompt window to check the connection between the PC and the phone.

 adb devices 

The device serial number will appear in the command window.

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 4

6. Also on the phone screen, users will see a pop-up screen to allow or deny USB Debugging access . Grant the USB Debugging access permission when prompted (and click the Always allow from this computer checkbox if you never want to see this again).

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 5

All operations are complete! Users can now run any ADB command on their device from a Windows PC.

How to install ADB on MAC

1. Download the ADB zip file for MacOS.

2. Now extract the folder on the desktop.

3. Open Terminal on the MAC.

4. Now to browse to the extracted ADB folder, enter the following command on the Terminal window.

 cd /path/to/extracted/folder/ 

On the MAC used for testing, this command looks like the following;

 cd /Users/Sid/Desktop/platform-tools/ 

5. Now connect your phone to the MAC using a USB cable.

6. Now enter the following command in the Terminal window to check the connection between the MAC and the phone.

 adb devices 

7. Now on the device, you will see the ' Allow USB debugging ' prompt. Please allow connection.

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 6

Congratulations! You have successfully installed ADB on MAC OS.

How to install ADB on Linux

1. Download the ADB zip file for Linux.

2. Now extract the folder on the Linux desktop.

3. Open the Terminal application on the Linux machine and take the next steps to install ADB.

4. Now to browse to the extracted ADB folder, enter the following command on the Terminal window.

 cd /path/to/extracted/folder/ 

5. Now connect your Android device to Linux using a USB cable.

6. Now enter the following command in the Terminal window to check the connection between Linux and Android smartphone.

 adb devices 

7. Now on the device, you will see the ' Allow USB debugging ' prompt. Please allow connection.

How to install and use ADB & Fastboot on Windows, Mac, Linux simply Picture 7

Now, you have successfully installed ADB on the Linux desktop.

With this tutorial, readers can easily install and set up ADB on Windows, MAC and Linux. You can also check out some other tutorials here to install ADB and fastboot.

Hope you are succesful.

4 ★ | 1 Vote

May be interested

  • 7 ways to run Linux software on Windows7 ways to run Linux software on Windows
    linux users want to run windows software on linux, whereas windows users want to use linux software. even if you are looking for a better development environment, more powerful command-line tools, you can run linux software without removing windows.
  • How to run Windows applications on Linux with VineyardHow to run Windows applications on Linux with Vineyard
    if you recently switched to linux, but still remember windows applications, read this article to learn how to run windows applications and software on this operating system.
  • Install and use 7 ZIP on Ubuntu LinuxInstall and use 7 ZIP on Ubuntu Linux
    if you are a windows user and you have ever sent/received large files online, you probably have not heard of the 7 zip file compression tool. installing 7 zip on windows is quite simple, so what about on ubuntu linux. the article below tipsmake will guide you how to install and use 7 zip on ubuntu linux.
  • How to install Solus LinuxHow to install Solus Linux
    recently, the linux community has given winged compliments to solus linux. this is understandable because this is a beautiful operating system with lots of great features. in a world where most popular linux distributions are 'derivative ubuntu', solus linux really stands out.
  • How to Install LinuxHow to Install Linux
    linux is the foundation of thousands of open source operating systems designed to replace windows and mac os. linux allows users to download and install it for free on any computer. because this is an open source platform, the number of available versions or distributions is very diverse and is developed by many different organizations. follow the basic instructions below to install all linux versions, especially some of the most popular distributions.
  • How to use Zsh (or other Shells) on Windows 10?How to use Zsh (or other Shells) on Windows 10?
    bash shell is integrated into windows 10 anniversary update version is just a compatible class to run linux software on windows operating system. you can use the bash shell to run zsh or any shell you want.
  • 5 reasons to install Linux on old computers5 reasons to install Linux on old computers
    a lot of people like to use linux on older machines. everyone has a different reason. some people may want to save money by not upgrading to a new computer, while others may want to avoid wasting usable electronics.
  • Install Python Package with PIP on Windows, Mac and LinuxInstall Python Package with PIP on Windows, Mac and Linux
    like many other programming languages, python supports extremely useful third-party libraries and frameworks that you can use to avoid losing your rewrite from scratch.
  • How to install Kali Linux on macOSHow to install Kali Linux on macOS
    since the release of kali linux 1.0.8, kali linux supports efi. this additional feature simplifies the process of installing and running potassium on various apple macbook air, pro and retina models.
  • Steps to install Webex for LinuxSteps to install Webex for Linux
    webex is now available for linux. linux communities and users can use webex to bring you live messaging, meetings, and calling in work and education environments.