Download Together With Install Adb Or Fastboot On Windows Computer

Download as well as Install ADB or Fastboot on Windows Computer.

Setup ADB or Fastboot. In this direct nosotros volition demonstrate you lot how to Download as well as Install ADB or Fastboot on Windows Computer, to get-go this direct you lot tin catch Android Studio via this link.
http://developer.android.com/sdk/index.html#download
On this website, you lot tin download the Android SDK. which volition orbit you lot the latest updated version of adb and fast boot. You tin explore this page past times scrolling downwards to the bottom of the page and detect Other Download Options>SDK Tools Package, as well as hence detect the right version for your Windows Operating System. While waiting for the download is complete, you lot tin practice a folder inwards motility C:\ called SDK. equally an event (C:\SDK).

Now next this direct to install ADB.
  • After you lot successfully download the SDK zip, now you tin extract it into your C:\SDK folder.
  • Navigate to 
    • C:\SDK\android-sdk-windows
  • Then, open SDK Manager.exe.
  • In SDK Manager you lot require to install the next packages:
    • Tools> Android SDK Tools, Android SDK Platform-tools 
    • Extras> Android Support Library, Google USB Driver.
  • Once the installation finish, you lot volition come across a novel folder created on drive C:\SDK.
  • One of the folders volition look platform-tools.
  • Now you lot tin opened upwardly the platform-tools folder, as well as hence you lot tin see fastboot.exe and adb.exe.
  • This folder is your fastboot folder.

How to cheque your ADB or fastboot correctly installed.

  1. Open a ascendance prompt from inside your fastboot folder.
  2. To get-go this ascendance prompt just hold shift + right click, choose open ascendance prompt here.
     Download as well as Install ADB or Fastboot on Windows Computer Download as well as Install ADB or Fastboot on Windows Computer
    Install ADB or Fastboot on Windows Computer
  3. Now type,
    • adb version
  4. The result, It should provide your device series number, if so, adb is working.
  5. Now examination your fastboot past times connecting your device to your PC spell booted into the bootloader.
  6. How to reboot your device into bootloader?
    • Power Off your device.
    • Then press as well as hold power + book downwards (it's should piece of employment on the nearly android device)
  7. Then type.
    • fastboot devices
  8. The result, It should provide your device series number, if so, fastboot is working.

How to Boot the device into Bootloader.

If you lot non certain using physical push on your device to kicking into bootloader, you lot tin operate this tips.
  1. Make certain your device is Power Off
  2. Then, connect your device to the computer.
  3. Open your fastboot folder, as well as hence run the ascendance prompt from it.
  4. Now type.
    • adb reboot bootloader
  5. Now your device volition reboot into bootloader.

How to Boot the device into Recovery.

  1. You tin kicking your device into the bootloader (see above), operate the volume button to scroll through the options as well as operate the power button to choose the recovery trend option
  2. Or operate this next command.
    • adb reboot recovery
  3. Now your device volition kicking into recovery mode.