Android Debug Bridge (adb)

The Android Debug Bridge (ADB) is a versatile command line tool that lets you communicate with and control an Android-powered device over a USB link from a computer. It comes along with other useful tools and code bundled with the Android Software Development Kit (SDK).

There are numerous commands are available in adb, those are availbale on:
http://adbshell.com/

Some of commands are:

adb devices – Shows all the devices adb can run on

adb reboot-bootloader – This command can take you directly to the bootloader, which otherwise would’ve have driven to the edge with cumbersome key combinations and stuffs.

adb reboot-recovery – This command like the previous one, can save you a lot of time to get into recovery mode quickly. Instead of the dreadful trial and error methods of hardware keys

adb fastboot The enables the fast boot mode of your android device. You can notice how soon the phone fires up all ready for you to use with this command. It’s also a great way to flash custom updates, recovery and kernels.

  1.        You can Download ADB from this page >

 Download ADB



Post a Comment

Previous Post Next Post