I have a mytouch 4g running gingerbread. I want to set up adb to work with the phone over usb, but I can' figure out how to do it. Frankly, I don't really know anything more so I'm not sure what else to say. Any help is greatly appreciated
|
|
First, ensure that "USB debugging" option is enabled on your phone by going to Next step is installing the USB drivers on your computer. Assuming you are running Windows, the drivers for MyTouch 4G should be located on the SD Card that came with the phone. Look for file named "HTCDriver.exe" then copy to your PC and execute it. If you can't find that file, look for the drivers on Google. After you successfully install the drivers, download and install the Android SDK. Pick a folder that's easy to type, such as Now open Windows Command prompt by going to Start -> Run, typing "cmd" (without quotes) and pressing Enter. In the Command Prompt window type in If everything was correctly installed you should see messages like these:
where "XXXXXXXXXX" is a combination of letters and numbers, signifying your phone's ID. This means ADB is seeing your phone, and you can now issue commands to it. |
||||
|
|
