Table of Contents
This step-by-step guide explains how to install and use adb && fastboot on Windows, mac, Linux simply. It covers the required setup, the main actions, and the checks that help prevent common problems.
ADB & Fastboot are Essentially two command-line apps 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 open 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), Next, 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).
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 appears in the command window.
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 select the Always allow from this computer Checkbox if you never want to see this again).
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.
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 app 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.
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.
FAQ
What should I check before following these steps?
Confirm device and software compatibility, save important data, and make sure you have the required permissions, files, and account access.
Why might the process not work?
Common causes include outdated software, missing permissions, incompatible hardware, an unstable connection, or completing a step in the wrong order.
Can I undo the changes if necessary?
That depends on the tool or setting. Use built-in restore options when available, keep a backup, and record the original configuration first.
Reader Comments 0
Sign in with email or Google to join the discussion.