Magazine

How to Setup ADB on Mac and Install TWRP on Android (Apple User’s Manual)

Posted on the 16 July 2020 by Saeed Ashif Ahmed @saeedashifahmed

READ NEXT

How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

In this post, I will guide you to properly install ADB binaries on your MacBook with a straightforward method. And then, you will learn to install TWRP Custom Recovery on your Android phone using a macOS Terminal. If you are a MacBook user and at the same time, using an Android phone, this guide is for you. You might have been sticking somewhere to connect your Android phone to macOS in the Fastboot Mode. I, too, tried to unlock the bootloader of my Android phone using my MacBook but failed several times. Finally, I got a simple solution for everyone who uses MacBook and Android. Read ahead; I will use the easiest way and will provide automatic updates using Homebrew.

How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

You might have tried the manual installation of ADB binaries on your macOS. The manual installation is quite tricky and is not friendly for novice users. So, the first time users will find my guide easy as this is an excellent solid tutorial on how to setup ADB for Mac.

Why ADB and TWRP on macOS?

If you are an Android enthusiast and want to unlock the bootloader of your Android phone, install TWRP and root, this guide is for you. ADB means Android Debug Bridge, which is a link between your Android phone and PC. ADB files are required when your phone is in Fastboot Mode, and you want to flash something on your device using Fastboot command.

Using ADB binaries, you can put some command on your macOS terminal and install TWRP Custom Recovery using the tutorial below. After that, with TWRP, you can flash anything compatible with your phone.

In Windows operating system, it's very easy to install ADB as it only requires to copy the files to C Drive. But in Mac, you might find it difficult. So, here, I am making the thing easy for you. Read ahead; there are some tools to download. I have provided the official download links for each tool. This post has a tutorial with all of the required installation steps to get ADB on macOS.

Step #1: Download Android File Transfer DMG for macOS

How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

The first thing you need to install on your macOS is the Android File Transfer application. It is an official software by Google for the Apple users to browse and transfer files between your Mac computer and your Android device.

Unlike Windows, macOS doesn't require a separate Android USB Driver for each device. For example, if you are using a Xiaomi phone and want to install a custom recovery on Fastboot, you need to have a Mi Flash tool or Mi PC Suite installed on your Windows PC. But in macOS, the Android File Transfer act as a USB Driver for any Android device. You can say it a universal USB Driver for Android in macOS.

Therefore, download the Android File Transfer DMG file from the link given below and install it on your MacBook or Mac PC.

How to install Android File Transfer on macOS?

  1. Download the Android File Transfer app.
  2. Open AndroidFileTransfer.dmg.
  3. Drag Android File Transfer to Applications.
  4. Use the USB cable that came with your smartphone box and connect it to your MacBook or Mac PC.
  5. Double click Android File Transfer.
  6. That's it. You can now see all the files and folders of your Android device on your Mac.

Step #2: Install Homebrew on macOS

Homebrew for Mac is the missing package manager for macOS. It installs the stuff you need that Apple didn't. Homebrew installs packages to their own directory and then symlinks their files into /usr/local.

How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

In our case, Homebrew will install the Android platform-tools most easily on your Mac and will provide automatic updates. Follow the tutorial:

  1. Open the Terminal app on your Mac.
  2. Paste the following command in macOS Terminal prompt:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. Check the screenshot below!
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  4. Hit Enter button, and your Homebrew installation should start now!
  5. You should see the following screen on your Mac:
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  6. You will see an , as shown in the screenshot above. Updates Available notification on the top right corner of your Mac. Click on Install

    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

  7. The system will automatically install Homebrew. Just wait for 2-4 minutes till you see installation is successful!

    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  8. Exit!
  9. Now, you are done with the Homebrew installation part. The next step is to install ADB using Homebrew!

Step #3: How to setup ADB using Homebrew on macOS

Once you are done with installing Homebrew, you can follow the step below to setup ADB binaries on your macOS using the same Terminal.

  1. Open the Terminal again.
  2. Enter the following command to install ADB on macOS:
    brew cask install android-platform-tools
  3. Homebrew will download and install the Android platform-tools automatically from Google's server.
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  4. Please wait for some time until you see the message in the Terminal, as shown below: successfully installed

    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

  5. So, you are done with installing ADB on Mac using Homebrew.
  6. The next step is to verify your device and flash the TWRP image file. Read ahead!

Step #4: Install TWRP on Android using Mac

TWRP (TeamWin Recovery Project) is actually a third-party and the first touch-enabled custom recovery for the Android devices which allows the users to install the third-party software including the custom ROMs, kernels, and mods. Also, it enables a user to wipe/flash the device partitions as well as to backup/restore the software.

How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

Dee's Troy is now leading the project along with other developers responsible for maintaining the individual device support. Presently, TeamWin officially supports over 100 Android devices from various manufacturers. Individual developers are handling the unofficial ports/development for the specific Android devices.

Prerequisites #1

You must be having the following requirements to be fulfilled before you head down to install the TWRP recovery on Android using Mac.

  1. It's highly recommended that you must have a full backup of your device before flashing TWRP. You can do the backup on Android phones following our guide.
  2. Be sure that your phone is charged at least 50-60% so that you can avoid sudden shutdowns during the process.
  3. You need to download and install Android File Transfer DMG on your Mac.
  4. Check out: Table of all ADB & Fastboot Commands for Android (Windows / Mac / Linux)

Prerequisites #2

    You need to enable USB Debugging mode to connect your Android phone to computer.
→ (Settings > About Phone > Build number > Tap it 7 times to become developer; Settings > Developer Options > USB Debugging).

(Click to enlarge the images)

  1. Now, open the Terminal app on your Mac.
  2. Connect your device to PC using official USB cable (provided by device brand). You should change the USB mode to "file transfer (MTP)" mode. Some device may or may not required this, but for compatibility, it's always good to select MTP mode.
  3. In Terminal, type "adb devices" and hit enter to launch the ADB daemon.
  4. On your device screen, you will see a prompt to allow or cancel USB Debugging access.
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
    Tap on "OK" to allow USB debugging. You may check the "Always Allow for this computer" option if you never want to see this pop-up again.
  5. Exit!

Initially, you must enable OEM unlocking and then unblock the bootloader of your device. Please do research the community forum about how to unlock your phone, in case your smartphone comes with a factory locked bootloader. After that, get back to this TWRP tutorial.

Download TWRP Recovery Image

In order to make your effort easy, we have attached the links to all the supported Android manufacturers. You may just need to click on your device's manufacturer name and then download the TWRP recovery for your device.

Once you are done with the downloading of the TWRP recovery for your respective Android device, you need to follow the instructions to install the recovery using macOS.

How to install TWRP on Android using macOS (Tutorial)

  1. Download the TWRP recovery image (*.img) for your Android device on your Mac.
  2. Copy the image file to the Desktop of your macOS.
  3. Now Boot your Android phone into the bootloader/fastboot mode.
  4. Connect it to the PC with the help of the USB cable (preferably the one provided by the company).
  5. Open the Terminal application on your Mac.
  6. Make sure that your device is being detected properly using the following command:
    fastboot devices 
  7. The command will return a unique device ID right with the ' ' message, as shown below:fastboot
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  8. Type the following command and do not HIT enter or return button.
  9. fastboot flash recovery 
  10. After writing " . Check the screenshot below for better understanding:fastboot flash recovery ," drag the TWRP image file from the desktop and drop it to the Terminal
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  11. After dropping the IMG file, it should appear like the screenshot below:
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  12. Finally, hit the button to install TWRP on your Android device. You should see the following message on your enter/return Terminal:

    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)

  13. Android Devices with A/B partition system , such as the Google Pixel/Pixel 2, Moto Z2 Force, Mi A1, and Mi 9T Pro, will not be supporting direct flashing. So you will need to boot TWRP for such devices using the following command:

    fastboot boot <drop TWRP img file here> 
  14. Remember to drop the TWRP image in the same way you did in step 10 of this section.
    How to Setup ADB on Mac and install TWRP on Android (Apple user’s manual)
  15. Finally, hit the enter/return button to boot your device into TWRP mode.

So this is how you can install TWRP recovery using Fastboot on Mac, which will be working for the majority of Android devices.

Conclusion

It's done with the installing of the TWRP recovery on your Android devices on macOS, and now you can go ahead as well as flash the Custom ROM such as LineageOS and Pixel Experience. You are now able to use it to root your Android phone by flashing Magisk or SuperSU.

We hope you now have explicit knowledge about how to download and install TWRP recovery on Android devices using Mac. If you have any further queries, kindly leave them down in the comment box.


Back to Featured Articles on Logo Paperblog