What are ADB and FastBoot ?
ADB :Android Debug Bridge
This works when the device is powered on and booted into OS or Recovery. The tool helps in sending basic Linux commands, and a variety Android-specific commands from PC to connected Android devices.
Fastboot:
Fastboot mode allows you to flash any partition on an Android device like system, boot, recovery, cache.. etc.Using Fastboot / bootloader, you can also flash the custom built .img files via fastboot. For example, a custom recovery like TWRP or CWM. [note type=”note”] We already posted an article on how to Install ADB and Fast boot on PC (Windows). For that go to this:- Quickest Way To Install Android ADB and Fastboot (with drivers) on Windows [/note] If you have a Mac or Linux operating system then you probably have thought How to Install ADB and Fastboot on Mac or Linux.So don’t worry below we will share full step by step guide to Safely Install ADB and Fastboot on Mac or Linux. [note type=”important”] Official Update > Download Latest ADB and Fastboot SDK Platform-Tools (2018) [Windows] [/note]
Download
android.zip file: [Mirror]
How to safely install ADB and Fastboot on Mac or Linux
Done!! ADB and Fastboot should be installed o your Mac or Linux
