Thursday, November 24, 2016

How to install ADB and fastboot driver on MAC and Windows

                                               
                     



                                          Android phone users are always loves to do , root,install custom Roms and kerenel’s, for that first they have to unlock bootloader and install custom recovery, but before do this they have to install ADB and fastboot drivers. We are here to help you to install ADB and fastboot driver on your Mac.                                                      

NOTE:-

First enable Usb debugging mode on your phone.Without it your MAC pc won’t recognize your phone.
   

Method of install ADB and Fastboot driver on Mac-

           By two method you can Install ADB and Fastboot driver on MAC. One is by using nexus tool (By xda) and Other is by a script in terminal method.

Method 1:-

§  To Install ADB and fastboot on Mac and Linux,First you go to spotlight search and type terminal.(By pressing command + spacebar key combination you open spotlight search)                                                                                                          

§  Now on terminal you copy the code and paste it.
          bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)                                    
                                                     

( This command will also work on Linux and you can easily setup ADB and fastboot on Linux.(A/T Developer))
 
§  For uninstall ADB and fastboot from Mac open the terminal and copy the code below and paste it.
          bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)                                                 


§  This command will help you to uninstall ADB and Fastboot from your Mac.                  



  • To Check ADB and Fastboot is correctly installed on your PC and type  below command on the terminal.                                                                                                                                                                                                               adb devices                                                                                                  
    mac install adb
                                                                                                                                                                                                     
    It will show you devices which are connected to your Mac PC.                                                                                                                                                                                            
  • Also checked on the location folder  “/usr/bin”,if  there  you  find  ADB and fastboot file that means ADB and fastboot successfully install on your  Mac pc.



mac install adb cmd

Method 2:-


  • 1.      First you download ANDROID.ZIP file  and extract it on Front page of Mac .                                                               
    mac install adb cmd
  • 2.      Now open Spotlight  search and type ‘Terminal’ on  it.                                                                                        
  • 3.      On terminal type  cd Desktop/Android                                                                                                                                              

    mac install adb cmd
  • 4.      Now  to install ADB and fast boot type following command                                                                                               ADB-Install-Mac.sh
  • Or you can drag and drop the ADB-Install-Mac.sh file on terminal                                                                  
  • 5.      It ask you password detail for processing, After enter your password,You will  see a message of ‘You may now run Android and Debug Bridge and Fastboot Command’ on terminal which means you successfully install ADB and fastboot on Mac OS

                 
                                                                                                                                                                    
Install ADB and fastboot driver on  Windows:-

·        First, download ADB Installer setup file(by xda member snoop05) It will install both ADB and fastboot driver within 15 second. Now run the Exe file adb-setup-1.3.exe by clicking on lt.                                                                                                                                            
win adb cmd

·        Now you see the command window on the screen, follow the instruction carefully. and Type ‘Y’ to install the ADB and fastboot driver.                                                                                  
win adb cmd

·        It will install the ADB and fastboot on your PC within 15 second and copy that files and create a new folder on desktop in name of ADB and paste on this folder.                                      
·        Now  return to command which already install ADB and type ‘Y’ again to install your device driver.                                                                                                                              

win adb cmd
·        It will take few seconds to install drivers and after your command window will close automatically. That means you successfully installed ADB and fastboot on Windows PC.


Install ADB and fastboot on Windows with Minimal ADB and Fastboot: –




1.      First  Download  Minimal ADB and Fastboot setup by XDA member @shimp208.                     
2.      Then run the  minimal_adb_fastboot_v1.3.1_setup.exe file.                                                          
3.     wizard’s instructions Follow and then select where you want to install Minimal ADB and Fastboot .                                                                                                                                    
win adb wizard
4.      Choose the location of the file and complete the setup by following the instruction.                     
5.     once installation of the driver complete, you'll see a folder named ADB in your installation directory. Enter into the folder and you find all necessary four files together with ADB and fastboot.exe.                                                                                                               

6.       Now you successfully install Minimal ADB and Fastboot on your Windows based PC.                                                                                                                                                      
7.    now press and hold ‘shift’ key and right-clicked anyplace within the folder and choose Open command window here.                                                                                                    
win adb cmd folder
  
8.    check your connection by coming into below command in command prompt. it'll return your device serial number means your device properly connected to pc.
                                                     adb devices

.


cmd show device

cmd show device



 This is the full guide,How to install ADB and fastboot driver on MAC and Windows.

No comments:

Post a Comment