Site icon Thetechhacker

How to Set Up ADB and Fastboot with Android SDK

set-up-adb-and-fastboot-with-android-sdk-3

ADB and Fastboot are that much important in Android devices. The Android SDK enables these two options in your Android devices that allow to Root and Upgrade your device with custom ROM installation. The smartphone manufacturers are producing smartphones equipped with the Android version as they prefer. Why to be settled on the same OS with the irritating buggies there?. You must upgrade your devices manually if there is no Offical launch of the update. ADB and the Fastboot boot mode help to do it. In this Guide on How to set up ADB and Fastboot with Android SDK, we are tutoring you the steps to enable those two useful features. So, follow us.

Set Up ADB and Fastboot with Android SDK: Step by Step Guide

Setting up ADB and Fastboot is that much important. So, we listed the steps to setup them. Carefully follow the steps to do it successfully.

Requirements:

Phase 1. Downloading JAVA and Android USB Drivers

We need Jave platform installed and then USB drivers downloaded with Android SDK Manager. This is how to do it:

  1. First Download and Install Java Platform (JDK) from Java SE Software Development Kit (SDK) downloads and install it.
  2. Then, Download Android SDK (installer_rXX.X-windows.exe). Preferably: Click on Other platforms and download the ZIP package file for Windows.
  3. Extract the zip file to your computer. We extracted in D:\ drive. So now we have,D:\android-sdk-windows.
  4. Open SDK Manager and wait till it loads (fetches) all the packages.
  5. Now, select only two packages. Check Android SDK Platform-tools and Google USB Driver options.
  6. Uncheck everything else.
  7. Click on the “Install 2 packages…” button.
  8. Confirm the packages that you selected. Select Accept All.
  9. Click the “Install” button.
  10. Wait for the download completion.
  11. You will get a new screen saying your packages are successfully installed.
  12. If you again go to the Android SDK folder (D:\android-sdk-windows), you will see the following directories namely extras and platform-tools that are the most important once we need.

Phase 2. Installing and Setting Up ADB and Drivers

Now you have all the files, tools, and drivers. We can proceed on setting up ADB for Galaxy Nexus smartphone. In this part, we will tell you how to use the downloaded USB drivers to set up ADB.

Note: Usb drivers will be different for different devices. So, choose them correctly when installing.

  1. Make sure USB debugging is enabled on your phone. Read How to Enable USB Debugging.
  2. Connect your Android phone to the computer and wait till your PC installs all the drivers it could. Most of the drivers would fail to install.
  3. Go to Start > Control Panel > System > Device Manager.
  4. In the list shown there, you will see your device.
  5. Now, Right-click on it, and select Update Driver Software… Option.
  6. Select the second option from the following screen.
  7. Again, choose the second option from the next screen as shown below.
  8. Select Show All Devices and click Next.
  9. Click on “Have Disk” button. Now browse to D:\android-sdk-windows\extras\google\usb_driver directory and select android_winusb.inf. Click Open. Then click on OK.
  10. You will get a list of Android drivers. Select Android ADB Interface and click Next.
  11. Click Yes to the warning message.
  12. Wait till driver installation gets over.
  13. Then, Click the ‘Install’ button. Wait till the installation completes.
  14. ADB drivers are now successfully installed on your computer.
  15. Now to verify ADB is working fine, go to the platform-tools directory (D:\android-sdk-windows\platform-tools).
  16. Open Command Prompt. Hold Shift key + right-click anywhere in the folder and select Open command prompt here.
  17. Type “adb devices” (without quotes) in the Command Prompt window and press Enter.
  18. If you see the screen as in the screenshot above, you have successfully set up ADB on your computer for your Android phone.

Step 3. Installing and Setting Up Fastboot & Drivers

ADB is now ready and can be used anytime to install tweaks or perform ADB commands. We can proceed with setting up Fastboot for the Galaxy Nexus device.Now, we can look into how to use the downloaded USB drivers to set up Fastboot.

Note: Fastboot USB Drivers may be different for different phones. Bootloader should be unlocked. Search Google for your version if your are unsure about this.

  1. First of all, Disconnect your Android phone from the USB connector.
  2. Turn OFF the device.
  3. Now, Go to Bootloader/Fastboot mode. To do this, Press and hold Volume Up + Volume Down + Power Butoons together.
  4. Connect your Android phone to the computer
  5. Wait till your PC installs all the drivers.
  6. Go to Start > Control Panel > System > Device Manager.
  7. In the list, you will see Android 1.0.
  8. Right-click on it, and select Update Driver Software…
  9. Select ‘Browse my computer for driver software‘ option from the following screen.
  10. Select ‘Let me pick a list device drivers on my computer‘ option from the next screen.
  11. Select Show All Devices and click Next.
  12. Then, Click the “Have Disk” button.
  13. Now browse to D:\android-sdk-windows\extras\google\usb_driver directory.
  14. Select android_winusb.inf.
  15. Click Open. Then click on OK.
  16. You will be shown a list of Android drivers. Select Android Bootloader Interface and click Next.
  17. Now, Click Yes to the warning message.
  18. Wait till driver installation completes.
  19. Then, Click the ‘Install’ button if you see a warning message.
  20. If you see the following screen. Bootloader/Fastboot drivers are now successfully installed on your computer.
  21. To verify, Go to the platform-tools directory (D:\android-sdk-windows\platform-tools).
  22. Open Command Prompt. Hold Shift key + right-click anywhere in the folder and select Opencommand prompt here.
  23. Type “fastboot devices” (without quotes) in the Command Prompt window and press Enter.

If you see the screen as in the screenshot above, you have successfully set up Fastboot mode on your computer for your Android phone. Now, you can enjoy all the features like Custom firmware upgrade because you device got Rooted entirely. Now enjoy the full features of your device without the limits of the manufacturers. You can access developer options, install Custom Firmware, Upgrade your OS to any latest version of Android and can enjoy the Unlimited features of Android.

Feeling Lucky?… Let us know through your comments. Please comment and let us know your happiness. We are always happy to hear it from you.

Exit mobile version