Showing posts with label adb. Show all posts
Showing posts with label adb. Show all posts
Saturday, February 25, 2017
How to Download Android SDK and use it for ADB and FASTBOOT
How to Download Android SDK and use it for ADB and FASTBOOT
STEPS :
- Click HERE to visit Android SDK site for download.
- Scroll down till "SDK Tools Only".
- Download the recommended .exe file.
- Terms and Conditions page will appear, Check on i have read and download.
- Go through installation steps, when it asks for installation make sure it is c:android-sdk .
- Continue till installation is complete and then check the box that says Start SDK Manager and hit Finish.
- When it opens, check off Tools (and make sure it selects everything underneath it) then hit Install X Packages.
- Accept the any licenses it asks you to and let it continue until it installs everything (might take a while).
- Next go to my tutorial HERE to install ADB drivers. Come back here after completing this step.
- Keep device connected in USB DEBUGGING mode.
- Now go to c:android-sdkplatform-tools
- On any blank spot hold shift and right click inside the platfrom-tools folder, click on open command prompt here.
- Type this in command prompt and hit enter : adb devices
A message saying "list of connected devices" will appear, under it will be serial number its the serial number of your device.
If you do not see the serial number, then you have not installed ADB drivers properly. Go through Step 9 again.
Go to link Download
Tuesday, October 18, 2016
How to install ADB DRIVERS for your ANDROID DEVICE in WINDOWS XP 7 8 8 1
How to install ADB DRIVERS for your ANDROID DEVICE in WINDOWS XP 7 8 8 1
So basically there are two methods for installing adb driver, first one is very simple which automatically works but if somehow its not working then you will have to use second method in which you will install it manually.
METHOD 1 (Simple, Automatic): Make sure your computer have internet connection.
STEPS:
1) Connect your device to computer with USB cable.
2) Now in your phone turn on Developer Options (Setting -> Developer Options).
3) In Developer Options list, mark the check box USB Debugging.
4) Windows will automatically start to download and install the drivers.
METHOD 2 (Little Complex, Manual):
STEPS:
1) Download the attached .ZIP file and extract it somewhere you can find it (i.e. C: latest_usb_driver_windows).
2) Connect your device to computer with USB cable.
3) Now in your phone turn on Developer Options (Setting -> Developer Options).
4) In Developer Options list, mark the check box USB Debugging.
5) Open Device Manager, In Windows 8.1/8/7 press windows button then in search programs and files type Device Manager. Click on first option. In Windows XP go to Control Panel-> Performance and Maintenance-> Administrative Tools-> Computer Management. When the Computer Management utility opens, click on Device Manager on the left side of the window, located toward the bottom of the list under the System Tools heading.
6) Under Other Devices you should now see Motorola ADB Interface.
7) Right-click and select Update Driver Software.
8) Click on Browse my computer for driver software.
9) Click on Let me pick from a list of device drivers on my computer.
10) Click on Show All Devices then Next. DO NOT CLICK ON ADB INTERFACE FROM THE LIST!
11) Click on Have Disk button.
12) Click Browse button.
13) Go to C: latest_usb_driver_windowsusb_driver then select android_winusb.inf and click the Open button.
14) Click OK.
15) Select Android Composite ADB Interface and click the Next button.
16) Click Yes on the Update Driver Warning window.
It will take few seconds to install the driver. Youll get a window saying that your driver was successfully updated (click the Close button), and your phone should now show up at the top of the device list under Android Phone.
LINK FOR DOWNLOAD: https://www.dropbox.com/s/1754z4m5d1d9zkj/latest_usb_driver_windows.zip?dl=0
Go to link Download
Subscribe to:
Comments (Atom)