Saturday 24 May 2014

Install ADB (Android Debug Bridge) in Windows

ADB, Android Debug Bridge, is a command-line utility included with Google�s Android SDK. ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands, and more.
Adb is a connection between your android and computer.Every Android manager software use adb connection in gui form.


What are the adb and fastboot and would i need them.


You need ADB and Fastboot if you are one of those people that like to mod/hack your Android phone. While many mods/hacks are now becoming more main-stream-user friendly with GUIs , there are still times when users need to use ADB and/or Fastboot. 

With the help of adb You can

Bypass Android Pattern Lockscreen using CMD



What is Adb Setup ?

This is All-in-One installer for 3 most needed PC tools for Android. No need to download big SDK for 3 small things.  It's very small and fast installer for tools and drivers.

Download Adb Setup With Drivers

Features:

Small - 9.11 MB
Fast - 15 seconds install (many times its even less)
AIO - ADB, Fastboot and also Drivers
Easy to install - just run it and program will guide you
Clean - ADB and Google Drivers from latest SDK


Install process:

1. Run it (Require administrator privileges)
2. Press Y/Yes to install ADB and Fastboot or N/No to skip
3. Press Y/Yes to install ADB system-wide or N/No for current user only
4. Press Y/Yes to install Drivers or N/No to skip
5. Continue Driver installation
6. 15 seconds passed - finished!
7. Open C:\ Drive you see a folder name adb ,Now Right Click with pressing SHIFT button on adb folder and open with command window here.Now type adb and press enter.

Notes:

  1. System-wide: ADB and Fastboot are installed to %SystemDrive%\adb directory, and added system-wide path.
  2. Current user only: ADB and Fastboot are installed to %UserProfile%\adb directory, and added path for current user.
  3. CMD can use ADB and Fastboot from any directory.
  4. Drivers are installed to system - no need to install them from directories.
  5. Installer automaticly decides if install 32-bit or 64-bit drivers.
  6. If you have older Google USB Driver installed, please uninstall it from Control Panel before installing new
  7. If you have previously installed it as system-wide and now you want it current user only (or vice-versa), it won't remove it, you must do it yourself. (at least for now)

Some Useful Commands for ADB in Windows

Related Articles


10 Things You Can Do In Android�s Developer Options

No comments:

Post a Comment