If you are an Android user and want to root your device then you may have heard of the ADB and Fastboot. These two tools allow you to send terminal commands from your Computer to your Android device using USB. Android Debugging Bridge, or ADB as we call it, and Fastboot are tools that allow you to send terminal commands to your Android device when it turned on and booted or even when its in recovery.
Commands to reboot into recovery, unlock the bootloader, etc. are a few of the many commands that can be sent to your device. You can also flash firmware onto your Android devices using commands as recovery would do.
If you own a Mac and want to set up ADBย and Fastboot easily this guide would let you do so. Unlike Windows, installingย ADB and Fastboot on Mac does not require any additional drivers to be installed. All you need is a Mac, USB cable and a couple of files on your Computer.
Downloads:
platform-tools-latest-darwin.zip
Follow these instructions to install ADB and Fastboot on your Mac:
- Download the files from the Downloads section which is an android.zip file which contains ADB and fastboot files, and save it on your Desktop.
- Extract or unzip the android file by double-clicking it and you will get a folder named “android” which contains 2 files ADB and fastboot on your Desktop.
- Open a new Terminal window on your Mac. You can search for it fromย Spotlight with โ-Space or find it in yourย Applications > Utilities folder.
- Now Type in the following command
cd Desktop/Android
- To install ADB and Fastboot type in the following command
./ADB-Install-Mac.sh
(You can also Drag and drop the “ADB-Install-Mac.sh” file onto your terminal.)
Now ADB and Fastboot are successfully installed on your Mac. You canย open Terminal anytime and enter ADB or Fastboot commands.
Join The Discussion: