본문 바로가기

카테고리 없음

Download Fastboot.zip For Mac



  1. Fastboot Install Zip
  2. Adb Fastboot For Mac
  3. Download Fastboot.zip For Macbook Pro
  4. Download Adb Fastboot Zip
  5. Download Fastboot.zip For Mac High Sierra

Download and Install ADB and Fastboot Tools on Mac. For Mac users, we can only guarantee success with the following method to Download and install adb and fastboot tools for Mac. Download the ADB ZIP file for MacOS; Extract the ZIP and open the Terminal. Browse to the extracted folder by the command: cd / pathtofolder /.

Do you need to connect your Xiaomi phones to your computer? You will need this compatible USB driver. Selecting a good and compatible driver software may seem easy. However, picking up an old driver may lead to an issue that makes your computer cannot recognize your device properly. Hence, we have listed below a bloatware-free drivers tool to establish successful ADB and a Fastboot connection between your computer and your MIUI devices.

A computer, Windows especially, does not need a special driver since your computer will recognize your device out of the box. This general computer-to-phone connection usually established in either charging mode or MTP mode. This allows you to either charge your phone’s battery or to transfer files. However, in different scenarios, you may want to establish an advanced connection such as ADB and Fastboot. Both types of phone-to-computer connection are an advanced mode that allows you to do advanced tasks with your phone such as installing firmware or ROM, flashing a custom recovery, or taking full Android data backup.

Google provides all the necessary drivers and tools which are included in the Android Studio software bundle. Luckily, Google also extracted another driver bundle from the software that includes only the essential drivers. Therefore, you do not need to download and install the full Android Studio and SDK Manager in advanced.

Moreover, there are also many third-party versions created by some developers bundled in an installer which makes it easy for novice users to have the required ADB and Fastboot files installed. One of the well-known installers is the 15-second installer by Snoop05 from XDA community.

Which one to use?

Using the installer will be the easiest one. However, the package includes ADB v1.0.32 and Google USB Driver v11.0.000. Both may already obsolete for the most recent flagship devices running Android 9.x Pie or above.

Our recommendation is to use the one distributed by Google since it gets regular updates. Nevertheless, if your device is running Android 7.x Nougat or older, using the ADB Installer v1.4.3 is sufficient.

Download

Version 1.4.3 | 158989 downloads | Size: 9 MB

Mirror on Mega.nz is here.

Android Platform Tools Pack for Windows: Google USB Driver, ADB, Fastboot, and drivers:

Latest version:

Version r29.0.4 | 30988 downloads | Size: 8 MB

Mirror on Mega.nz is here.

Older version:

Version r28.0.1 | 24583 downloads | Size: 6 MB

Mirror on Mega.nz is here.

Notes for modern and flagship devices (Mi 5, Mi 5X, Mi 6, Mi 6X, Mi 8, Mi 8 EE/Pro/Lite/SE, Poco F1, Mi Mix 2S, etc):

  • First, we recommend you to install the latest version of Mi Flash tool since it includes all the required drivers. Use this only as an alternative in case your computer cannot properly establish a connection with your device.
  • If you are an advanced user with just enough knowledge about adb fastboot, you can simply use the Android Platform Tools.
  • If you are a newbie, we recommend you to first use the 15-second installer just to install the ADB system-wide. Then use the extracted Platform Tools to establish the ADB-Fastboot connection.

We also strongly suggest to first disable Windows Driver Signature Enforcement. We wrapped the full tutorial on how to disable it here. Some unsuccessful installations might be caused by this default security mechanism being enabled, especially on x64-based system.

Android Platform Tools for Mac OS:

Version latest | 2192 downloads | Size:

Android Platform Tools for Linux:

Version latest | 1476 downloads | Size:

How to download files from this blog

Found a broken link? Write a comment below!

How to Unlock Bootloader of any Motorola Android Phone. If you are new to the Android world of unlocking and rooting, then you might have heard a term called Bootloader. So what is this bootloader? Even I was a bit confused when I came across this term. So I went through various tutorials and websites and came to the conclusion that Bootloader is basically a code which is executed before any Operating System actually initiates.

The concept of bootloaders is universal to all Operating systems including the OS on our computer, laptop and smartphones etc. Boot-loaders contain a package of instructions along with their own debugging and modifications which helps in booting the operating system kernel. As the bootloader is extremely processor specific, all Android phones have different Custom ROMs developed due to high variance of processing hardware present on the device.

Moreover, when it comes to Android phones which is basically an open source operating system, every manufacturer has their own version of bootloader specific for the hardware present. The main reason behind a locked bootloader is that every manufacturer want its users to stick to their specially designed Android OS version for a particular device. With a locked bootloader it becomes quite difficult to flash those unofficial custom ROMs as well as rooting a device.

Fastboot Install Zip

If you any how try to flash the custom firmware without unlocking the bootloader then it may increase the risk of bricking your phone. Unlocking bootloader allows you to flash custom recoveries like ClockworkMod, TWRP which can be further used for rooting or installing custom ROMs. We’ll discuss a detailed step-by-step procedure on how to Unlock Bootloader of any Motorola Android Phone.

This guide will work on most of the Motorola Android phones including Moto G, Moto G 2nd Gen, Moto G 3rd Gen, Moto X, Moto X 2nd Gen, Moto E, Motorola Droid Maxx (Developer Edition), Droid Razr M/HD, Atrix HD (Developer Edition), Photo Q 4G LTE, Electrify M and many other smartphones which support Motorola’s bootloader unlocking website. This method won’t work on Moto X (AT&T or Verizon), Moto G (AT&T or Verizon) as AT&T and Verizon have locked bootloader.

Disclaimer:

Perform everything mentioned below at your own risk. We at Droid Thunder will not be liable for any damage.

Requirements:

  • Make sure your Motorola phone is charged at least up to 60%.
  • Backup your contacts, messages, call logs, notes etc.
  • Enable USB debugging mode in your phone settings.
  • Also enable OEM Unlock mode from Developer options.
  • Install Motorola mobile specific USB drivers on your PC.
  • Temporarily disable all the security related tools like antivirus on your computer.

Downloads:


Fastboot.zip file

Steps to Unlock Bootloader of Motorola:

  • Download and extract the fastboot.zip file on your computer.
  • This fastboot.zip contains all the files you need for all Windows, Mac or Linux OS.
  • So you don’t need to download the whole Android SDK package as mentioned in the Motorola Official website.
  • Power Off your Motorola Android smartphone completely until it vibrates.
  • Now you need to boot into fastboot mode. For that press and hold Volume down key + Power button simultaneously until you land into fastboot mode.
  • Keeping your Motorola phone in fastboot mode connect it to computer using micro USB cable.
  • Note that you’ve installed the Motorola USB drivers on your computer to detect it when connected.
  • Now open the fastboot folder which you’ve just downloaded and extracted.
  • Then hold Shift button on the keyboard. By holding Shift button just right mouse click on an empty space.
  • You’ll see a list of options from which select Open command window here option.
  • This will launch the command prompt window on your computer.

 

  • Note: For Mac/Linux OS you need to launch Terminal window.
  • Now type the following commands in the command window and press enter:

For Windows:

fastboot oem get_unlock_data

Mac OSX:

./fastboot-mac oem get_unlock_data

Linux/Ubuntu:

sudo ./fastboot-linux oem get_unlock_data

  • Note: Here I am doing all the steps to Unlock Bootloader using Windows OS.
  • As soon as you hit enter you’ll see some random code as shown below:
  • Now you need to copy this code.
  • For that right mouse click in the command window and select Mark option.

  • Then select the code and press Enter. As you hit enter the code will be copied.
  • Now paste this code in Notepad or any Text document.
  • Delete the (bootloader) from each and every line.
  • Then again Copy the code and go to this Motorola bootloader unlocking website.
  • As you enter the website you may have to sign up for an account or you can also sign in with your Google account.
  • When you see Step 1 page, scroll down and click Next.
  • On the Step 2 page, scroll down and paste the earlier copied code in the point 6. Arrange the code in one line by deleting every white space in between.
  • After deleting the empty space hit the ‘can my device be unlocked?’ option. This will verify the eligibility of your Motorola Android smartphone whether it is unlockable or not.
  • If your Motorola Android phone is unlockable, a Request Unlock Key button will appear at the bottom. So tick the I Agree option and click on the Request Unlock Key button.
  • After requesting the key, you’ll receive an email along with the unlock key at the email address you used to log in.
  • Check your email, you’ll receive a message somewhat like this:

Adb Fastboot For Mac

  • So copy unlock code from your email.
  • Then, in the command window type the following command and hit enter key:

For Windows:

fastboot oem unlock Unique-key

Mac OSX:

./fastboot-mac oem unlock Unique-key

Linux / Ubuntu:

sudo ./fastboot-linux oem unlock Unique-key

  • In place of ‘Unique-key’ paste the code which you’ve just copied from your email. Refer the screenshot given below.
  • As soon as you hit Enter, your Motorola Android smartphone will get unlocked!
  • You can confirm the same from the fastboot mode as shown below.

Fastboot flash zip command

  • Your Motorola phone will automatically reboot itself.
  • Finally! You’ve successfully unlocked the bootloader of your Motorola Android Smartphone.
  • After bootloader unlock, the Motorola M logo will get replaced by a Warning message.

Download Fastboot.zip For Macbook Pro

  • You can restore the M logo by following the steps given below:
  • Download and extract this logo.rar file in the fastboot folder mentioned above.
  • You’ll see a logo.bin file after extracting.
  • Then launch the command window and type fastboot flash logo logo.bin command to flash this file.
  • That’s it! This will remove unlock bootloader warning message completely.

Download Adb Fastboot Zip

Conclusion:

Download Fastboot.zip For Mac High Sierra

Finally, you’ve successfully unlocked bootloader of your Motorola Android Smartphone. You are free to root your phone, flash those unofficial custom recoveries, custom ROMs and kernels etc. If you come across any difficulty then don’t hesitate to comment below.