Ok well as you can see from this blog I recently moved from a G1 to a MyTouch. Not because I didn’t like the G1. I just needed another smartphone. So of course another Android phone was a given. I did find some things very different on the MyTouch than I was used to on the G1. The biggest thing of course is the lack of keyboard. I was wondering how I was going to type the needed commands in console in the recovery image with now keyboard. So, it seems to type the commands in console on the Mytouch you need to use ADB. Not a problem for me since I already had it setup, but for some it could be challenging. I have a very easy way for you to set up ADB without downloading the whole SDK. And you will be installing a program that I highly recommend. It is called Droid Explorer and it can be found here.
LINK
Basically it is like Windows Explorer for your phone. The best part about it is that the installer downloads the needed files for ADB. Since it uses ADB for the file browsing. Just let the installer download the needed files. After it is downloaded, run the program with you phone plugged in to make sure all is working. You might have to click on Connect to connect to your phone.

After all is working, go to Tools>Plugins>Console. And BAM.…there’s your adb. So when the MyTouch is in recovery, just type UTILITY in your command shell to get to the BART tools. This of course lets you do a full nandroid backup and restore that includes all your apps.
Oh yeah you can use Package Manager from Droid Explorer as well as take screenshots from your phone. This program also will associate itself with your APK files on your pc. So with your phone hooked up, just double click on an APK file and it will install (or uninstall).

Posted in General