Fastboot Files For Mac




ADB and Fastboot are command line tools that allow you to communicate with Android devices like the Amazon Fire TV and Fire TV Stick. The Android Debug Bridge, which is more commonly referred to as ADB, is used in most of the guides on this website to perform a variety of tasks on Fire TV devices. Fastboot is similar to ADB in that it is a command line tool, but it is primarily used to replace the entire operating system on an unlocked Android device. This guide will show you the simple process of setting up both ADB and fastboot on either a Mac running OS X or a Windows PC.

Install ADB and Fastboot on Mac OS. There are two best methods to install ADB and fastboot driver on Mac OS. The first one is by passing a script in Terminal by WonderHowTo sub-blog HTC One and the second one is by using Nexus Tool.So under-way below easy method to setup ADB and fastboot driver On Mac. Install ADB & Fastboot on Your Computer. First, you'll have to install ADB and Fastboot on your.

Contents

  • 1: Windows PC Guide
  • 2: Mac OS X Guide
  1. Download this Android.zip file to your Mac.; Extract the.zip and place the Android folder on your Desktop.; Open Terminal and type: cd Desktop/Android; Now install ADB and Fastboot:./ADB-Install-Mac.sh Allow the script to run and you'll be all set. Now the ADB and Fastboot files will be placed in /usr/bin/ on your Mac.
  2. In this article, you will find the list of all ADB and Fastboot Commands for Android devices. You can execute these commands on any computer regardless of its operating system (Windows, Mac, or Linux).The commands are universal, which means the same commands will work on any Android device, regardless of its manufacturer or device variant.
  3. Use Fastboot on a Mac, Windows or Linux computer to flash ROMs and recovery. If necessary unzip the download so that you are left with a.img file. The for ease of use move this.img file into the platform-tools folder. Now return to the terminal window and type the command./fastboot.

Windows PC Guide

  1. Download the latest version of ADB Installer from here: adb-setup
  2. Launch the setup file you just downloaded.
  3. When asked “Do you want to install ADB and Fastboot?” type Y and press enter.
  4. When asked “Install ADB system-wide?” type Y and press enter.
  5. When asked “Do you want to install device drivers?” type N and press enter.
  6. You’re done. Now, anytime you need to run an ADB or Fastboot command, simply open up a command-prompt (which can be done by typing “cmd” into the start menu) and enter your command.

Mac OS X Guide

  1. If your Mac has OS X El Capitan (v10.11 and up), then you need to first disable System Integrity Protection by following these steps. You can re-enable it after you finish installing ADB.
  2. Download the Android zip file from here: adb-fastboot-install
  3. Extract the zip file you just downloaded by double clicking it.
  4. Open the newly created unzipped folder.
  5. Open the Terminal application on your Mac.
    (If you don’t know where it is, you can search for it from Spotlight with ⌘-Space or find it in your Applications >Utilities folder)
  6. Drag and drop the “ADB-Install-Mac.sh” file from the unzipped folder into the Terminal window.
  7. Press enter in the Terminal window. You may need to enter your Mac password to complete the installation.
  8. Once the installation completes, you’re done. You can now open Terminal anytime and enter ADB or fastboot commands. Be sure to re-enableSystem Integrity Protection if you disabled it at the start of this guide.

Share

ShareTweetShare+1Colinsays:June 1, 2015 at 12:34 pm

I have the adb file chilling in my home folder on my mac and just connect it to my FTVs anytime I need to make changes. Is this different/better from just running adb through terminal like I have been from the start?

ReplyAFTVnewssays:June 1, 2015 at 4:28 pm

The only advantage of this method to what you’re doing is the instructions above will install ADB and Fastboot system wide. This means you can run ADB and Fastboot commands from any directory while in the Terminal app.

ReplyColinsays:June 1, 2015 at 5:15 pm

Thanks!

ReplyJohn Merrillsays:June 2, 2015 at 6:10 am

A Mac tip —
1. Open System Preferences
2. Open Keyboard Preferences
3. Click on the Shortcuts tab and select Services
4. Scroll down to Files and Folders and enable “New Terminal at Folder.” Quit System Preferences.

Assume that all your apk files are in your Downloads folder. To install an apk file via ADB, open your Home Directory and right click on Downloads. The Services menu will open and allow you to open a new Terminal at your Downloads folder. You no longer have to use any paths. Simply write “adb install xyz.apk”. Done

ReplyAFTVnewssays:June 2, 2015 at 11:06 am Fastboot device not found

Thats a great tip! Thanks.

Replygubo8888says:October 27, 2015 at 7:18 pm

Thanks!

ReplyMatthew Thomassays:October 28, 2015 at 9:32 am

Thank you much for sooo simple instruction!!! High five!

Fastboot Files For MacReplyJRsays:December 30, 2015 at 3:04 pm

I seem to be having issues… it doesn’t seem to be reading my installation? ADB commands don’t seem to be working.

Here is what is popping up on my terminal

Last login: Wed Dec 30 17:56:49 on ttys000
Nexus:~ administrator$ /Users/administrator/Desktop/Android/ADB-Install-Mac.sh
This will install ADB and Fastboot on your computer.
Root Permissions required. Please type your password.
Password:
Changed directory to /Users/administrator/Desktop/Android
Moving ADB
mv: rename Mac/adb_Mac to /usr/bin/adb: Operation not permitted
ADB Moved to /usr/bin/adb
moving Fastboot
mv: rename Mac/fastboot_Mac to /usr/bin/fastboot: Operation not permitted
Fastboot moved to /usr/bin/fastboot
You may now run Android Debug Bridge and Fastboot commands
Have a nice day.
Nexus:~ administrator$ adb version
-bash: adb: command not found
Nexus:~ administrator$

Please advise. Any help would be appreciated.

ReplyDriversTerrysays:January 1, 2016 at 11:31 pm

I have same using El Capitan

ReplyMacssays:January 3, 2016 at 4:11 am

I had this problem too. As of El Capitan the usr/bin folder is restricted so the install script will no longer work. To work around this you can disable “System Integrity Protection” then running the install script will work.

See instructions here http://stackoverflow.com/questions/32590053/copying-file-under-root-got-failed-in-os-x-el-capitan-10-11

Remember to enable System Integrity Protection once you are done

ReplyAFTVnewsFastboot Files For Macsays:March 7, 2016 at 10:22 am

I have updated the guide to work with El Capitan and get around this issue.

ReplyMaitas Vargtasssays:August 21, 2016 at 6:39 am

Im having problems too, same as JR and Terry. I followed the guide to turn off Rootles system integrity check. Osx rebooted and I tested by running “csrutil status” in terminal and it said “System Integrity Protection status: disabled”

I still get “-bash: fastboot: command not found” tho… what to do?

ReplyJegadeesan

Minimal Adb And Fastboot Mac

says:September 15, 2016 at 10:25 pm

Hi,

I have installed ADP V 1.4.2 but getting the below error.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:UsersDell>adb start-server
‘adb’ is not recognized as an internal or external command,
operable program or batch file.

C:UsersDell>

ReplyMinimalSamsays:November 17, 2016 at 4:53 am

ME too. Install Batch is working fine. Files are being copied. Even ran as administrator to make sure. No errors on install. But going to just check version from cmd prompt gets the ‘adb’ is not recognized as an internal or external command, operable program or batch file.

where does your installer put the files?

ReplySamsays:November 17, 2016 at 4:54 am

ME too. Install Batch is working fine. Files are being copied. Even ran as administrator to make sure. No errors on install. But going to just check version from cmd prompt gets the ‘adb’ is not recognized.. blah blah
where does your installer put the files?

ReplyJohnsays:November 2, 2017 at 3:32 pm

For Mac users experiencing the ‘command not found’ error, try prepending the command with ./

For example, ./adb devices

And here’s a time-saving tip: When typing anything at the command line, you can type the first character or couple of characters of, for example, an apk you want to install, then hit the tab key and bash will fill in the rest of the name for you.

ReplySteve Ssays:February 3, 2018 at 1:50 pm

I just tried installing v 1.4.3 on Win 10: when Installing ADB and FASTBOOT…. (System-wide) it shows 0 files copied instead of 4 files as per your images on this help page.

running as Administrator

Any ideas would really be appreciated!

ReplyClarence

Mfastboot Download

says:March 15, 2019 at 12:56 pm

For windows you need to add an environmental variable to adb.exe file.

ReplyClarencesays:March 15, 2019 at 12:58 pm

My comment after reading seems kinda jacked.

So, Under Environmental Variables, for PATH, you need to add the path to the abd.exe file.

Reply

Leave a Reply

Page Contents

This guide post will help you easily Install ADB and Fastboot and launch it on your Windows, Linux, or macOS machine.

Are are an android freak who always tries to do something with your Android phone?. We always find users who always love tweaking and modding with their Android devices. new software and new updates are daily features for and Android devices and people love to install new frameworks on their device and give a try. To try new frameworks on any Android device, the device won’t officially support to remove the inbuilt framework and install a new framework. To do this the user has to unlock the bootloader and then they have to install the new custom framework or Rom.

Do Check: Download Magisk To Customize Android OS

For installing the custom ROM or to unlock the bootloader the user must have ADB and fastboot on their windows or mac device which is used to install the custom Rom. Following are the steps that are used to install ADB and Fastboot on windows and MAC devices.

Before beginning to know how to install these we need to know what these are and why they are required?

What is ADB?

ADB know and as Android Debug Bridge. By the name itself, we find that this is the software that is used for debug purpose of an Android device. It is basically available in Android development SDK. In short, it is used to execute command lines on the android device using your computer. It is the link between your Android device and the computer. By this device using the computer, you can control the Android device by connecting to a USB. We can also execute advances shell commands using this.

What is Fastboot?

Fastboot similar to the ADB is available in the Android SDK package. The main purpose of this is reflashing the partition using your computer.Using a fastboot, the file system images can be modified from a computer by using a USB connection.Like recovery, updates and zip files can also be installed from fastboot.

Setup ADB and Fastboot

ADB and Fastboot as mentioned previously are available in the Android SDK package. These can be easily found. You can easily download these files from the official site and then just install them using the instructions provided which are quite easy. After the installation just setup the environment variables and then that’s it. But if you want to install ADB and Fastboot you can follow the following steps which are clearly explained in detail.

We have explained each step in detail and just follow the steps in serial and you will not go anywhere wrong. One thing we must mention at the beginning that your android device must be in debug mode otherwise the system might not recognize the android device. So keep your Android device in debug mode from the settings.

Excited to Install ADB and FastBoot on your preferred system which includes Windows, Mac OS and Linux. Here below we have shared separate methods and installation file for all different platforms. That makes easy to install without any confusion. Let’s get started!

Install ADB and Fastboot on Windows OS

There are many possible ways that are available to install ADB and Fastboot but we have done our research and find out the two best possible methods that are easy and flexible. The two methods are

  1. Using 15 Second ADB installer
  2. Using Minimal ADB and Fastboot

So in the two methods, let’s see the first method

Steps to Install with 15 second ADB Installer [ Method #1 ]

First, download the drives of ADB and Fastboot from above link. Then follow the following steps

  • First as mentioned download the ADB and Fastboot drives from above link. These files not only contain ADB but also Fastboot and USB driver within a short span of 15 seconds
  • After downloading run the .exe file in the package
  • You will get a command window. Observe, the command window and you have to type”Y” without quotes if you want to install ADB and Fastboot.
  • And as you typed Y and given permission to install ADB and Fastboot, the setup will install them both and also copy all the files required into the directory.
  • Once again type ‘Y’ to install the device driver. This may take few seconds to install the device drivers and after that, the command window will automatically close.
  • That’s it! You have installed ADB and fastboot on your Windows PC Successfully.

If you are still facing issues, then do check the video tutorial below. Hope that would help you install the ADB & Fastboot drivers on your Windows PC soon.

Steps to Install with Minimal ADB and Fastboot [ Method #2 ]

  • Here in this method also you need to download the minimal ADB software which is provided by XDA developer member with username @shimp208.
  • The software contains only one .exe file. just run the .exe file that is downloaded.
  • After that, the software will ask for the installation path. Provide the installation path and follow the installation steps carefully.
  • After that select the file location and follow the next steps as shown in the software interface. It will install the software.
  • Finally, after all the steps, you have successfully installed the software on your computer and you are ready to roll on
  • After installation, you need to check whether the ADB and fastboot are installed properly. For this go to the installation directory abd by holding on your Shift Key & press the right button of your mouse. It will open the command prompt.
  • Now type adb devices and it will list the list of adb devices available.

You have now been able to install ADB on Windows system. Hope everything went normally without any issues. From now you have established a connection between your PC and device which let you do further customization in Android OS.

Do Check:

Install ADB and Fastboot on Mac

If you are using MAC OS, then no problem. In order to install both these tools on your Mac, you need to follow the below steps.

Steps to Install ADB and Fastboot on MAC OS

  • Download and extract the file from above link.
  • Once you extract the zip file, move the folder from the extracted data to your desktop.
  • Start a new Terminal Window.
  • Enter the below command,
  • Again enter the following commands as mentioned below,
  • Now you will be able to run ADB and Fastboot commands from the same Terminal window. That’s it!
  • You have been successful to install ADB on macOS.

Install ADB and Fastboot on Linux

To Install ADB and Fastboot on Linux platform you have to do some command stuff. Ubuntu users can skip the repository step and directly step on to the install command. But for others, they have to follow it.

  • Download the platform tools package for Linux: Link
  • Extract the ZIP and move it to the desktop.
  • Now Open the Terminal window.
  • Enter the following command:

Adb And Fastboot Linux

  • This will change the directory to where you extracted the ADB files.
  • So for example:
  • Connect your device & Change the mode to “file transfer (MTP)” mode.
  • Enter the below command again,
  • Allow USB debugging and re-enter the command adb devices.
  • If everything was successful, you should now see your device’s serial number in the Terminal window output.
  • Congrats! You have now been able to install ADB on Linux.

Linux Command to Install ADB and Fastboot on Linux

The repositories, you must enter the following command prior to the install command:

That’s it. These above commands allow you to send commands to your Android device or tablet from any terminal window.

Download ADB and Fastboot Binary

Google is allowing users to download the binaries without having to download the entirety of Android Studio. Users download several hundred megabytes worth of data if they simply wanted access to ADB and Fastboot. But with the ADB & Fastboot Binary, you don’t have to download entire files.

You can download the latest ADB and Fastboot binaries from below links. These download links will remain static, but Google will periodically update the referenced file with the latest binaries as they go live.

To Conclude

Fastboot Files For Mac Windows 10

Installed ADB and Fastboot on your Windows system? Mac? Linux?

Hope you followed the above-mentioned guides to Install ADB and Fastboot Driver on your system without any issues. If you are facing any issues do let us know in comments below! Make sure you check How to Download SuperSU Zip and Install it.

Cheers!

Adb And Fastboot Download

Source – XDA