Alright, a lot of people are asking what adb is and how to use it.
ADB is a command line application that you run on your computer.
It probably has many uses I don't know about, but typically it's used to access and manipulate the filesystem of the phone.
You can delete files, copy them from the phone to the computer, and even run a "shell" which is pretty much like typing directly into a terminal on the phone itself.
Other threads can tell you why you need it, I'm just making this thread to tell you how to set it up. These instructions are for Windows users. I got a lot of info from Cyanogen's Wiki (This link in particular.) I'm just adding Moto-specific stuff.
1) Follow the Get Connected Guide.
2) Follow the guide for Setting up the SDK.
3) On your phone, enable USB Debugging (Settings-Applications-Development-USB Debugging)
4) Set up the path to the SDK tools.
On your computer, right click on "My Computer" and go to "Properties." Next we want the advanced settings (On Windows XP, go to the "Advanced" tab. On Vista/7, click "Advanced System Settings.") Click "Environment Variables."
Under the "System Variables" there is one called "Path." Click on it and click "edit." You will see a path in there (something like "%SystemRoot%\system32;c:\DanationIsTheGreates t\") At the end, add ";" then add the path to the Android SDK tools folder (e.g. c:\Android\android-sdk_r3-windows\android-sdk-windows\tools\)
Click Ok, Ok, and Ok.
5) Use adb/test to make sure it's working.
Make sure RSD Lite is closed and plug in your phone. Open the command prompt in admin mode (Start-Programs-Accessories-cmd.exe or "command prompt." Right click and Run as Administrator on Vista/7.)
Now type in "adb devices." If you get something like this, then you're good to go:
If you get something like this, it means your device is not plugged in or the drivers are not properly installed:List of devices attached
TA55555U55 device
If you get something like this, you did not set up the SDK or the path correctly:List of devices attached
'adb' is not recognized as an internal or external command,
operable program or batch file.
If you have any questions about setting this up, please post here.


LinkBack URL
About LinkBacks

Reply With Quote



Let me know if I need to change anything.
