Tuesday, May 24, 2011

Android 201: What is adb?

adb running in a terminal

You hear the phrase "adb" thrown around a lot in Android forums and blogs.  We're guilty of it, too.  But what exactly is adb, and why do you need (or not need) to use it? 

According to Google "Android Debug Bridge (adb) is a versatile tool lets you manage the state of an emulator instance or Android-powered device."  That certainly sounds like Google, doesn't it?  To put it simply, adb is two different applications -- one running on your computer (Windows, Linux or Mac) and one running on your phone.  When your phone is connected, and USB debugging is enabled, you can issue commands and communicate with the phone using your computer screen and keyboard. 

Your Android phone uses a modified Linux kernel and tools as a base.  This means that quite a few Linux commands can be sent via the adb server (the one running on your computer) to the adb client (the one running on your phone) and they will be executed.  In our example picture, I've sent the "top" command over the wire to my phone, and my phone sent me back the information and printed it to my terminal. 

This can be awfully handy for debugging things that aren't going right, as well sending those weird commands you need when you're hacking away in the middle of the night.  Chances are, if you aren't actively debugging something or trying to break hack at your phone, you won't have much use for adb.  And that's OK -- there's more than one way to have fun with an Android device. 

If you do have a use for adb, be sure to check out the Android Central forums for tips and tricks about using it.

Learn more in the Android Dictionary!


Source: http://feedproxy.google.com/~r/androidcentral/~3/5aZXjVso7O0/what-adb

Chandra West Charisma Carpenter Charli Baltimore Charlies Angels

No comments:

Post a Comment