For MAC, Windows, and Linux, Download And Install ADB And Fastboot With A Tutorial

April 10, 2022 (2 years ago)

It is relatively simple to flash or install recoveries on an Android smartphone using minimal ADB and Fastboot on a computer or a Macbook. Since most ADB and Fastboot utilities on the internet are auto downloads, they don’t function on our PCs. After doing a lot of research, I discovered that installing and using this utility on my computer—which is compatible with the majority of devices when the appropriate drivers are installed—is fairly simple.

An Android device’s command-line tool called ADB and Fastboot may be used to change system images or the package list. No system partitions of the currently running operating system are changed or replaced.

The bootloader of your locked device may be unlocked using ADB and Fastboot, and you can then install custom recoveries like PWRP, TWRP, Philz recovery, CWM recovery, etc. By flashing the default firmware, you can even send instructions to unbrick a device that has entered a boot loop or won’t turn on.

Many people have already expressed their frustration at not being able to install ADB and Fastboot on their systems. We will provide you with a thorough but uncluttered instruction to install fastboot and ADB in less than two minutes.

  1. installing Minimal ADB and Fastboot on Windows is to get them from this website.
  2. Install the minimal_adb_fastboot_ButterflyAPK.com.exe programme that you obtained.
  3. Follow the instructions on the screen to install it (you may also choose the directory of your preference, such as Desktop or merely C drive).
  4. Avoid starting it from the installation window.
  5. Go to C: Programme Files (x86) Using Windows 64-bit computers, minimise ADB and Fastboot and right-click py_cmd.exe to launch it as administrator.

or

For Windows 32-bit computers, go to C: Programme FilesMinimal ADB and Fastboot, right-click cmd_here.exe, and then choose “Run as Administrator.”

Installation Instructions For Fastboot And Minimal Adb On Mac Os

  • Visit the webpage for Android developers and get the Mac SDK Platform-Tools.
  • Extract the Platform-Tools to your desktop.

The appearance will be similar to this:

  • Open Applications and create an Android folder.
  • The last step is to copy the ADB and Fastboot files into the newly created folder. The remaining files that were extracted may be deleted.

Installation Instructions For Linux’S Minimal Adb And Fastboot

  • Download Platform-Tools for Linux.
  • Extract the Platform-Tools to your desktop.

The appearance will be similar to this:

  • To utilise the ADB and Fastboot commands, right-click and then launch the terminal from this window.

Other Optional Requirements

  • include having a USB cable to connect your gadget to your computer or laptop.
  • On your device, turn on USB Debugging.

Activate USB Debugging by going to Settings > Developer Options.

In order to activate Developer Options, go to Settings > About Phone > Device Info and touch on Build Number about 7-8 times. after which repeat the preceding action.
Install the device’s drivers.

Last Words

A powerful tool that may be used to communicate with the device is ADB and Fastboot. It is mostly used for debugging, but it may also be used to install applications, execute shell commands, move files between a device and a computer, get device diagnostic data, and carry out remote package installs. Check out how to run ADB from a browser without downloading if, by chance, you are experiencing difficulties installing ADB and Fastboot on your PC.

Related Posts

Leave a Comment