Installing donut in Android Dev Phone on Mac OS X, fasboot method.
Posted On Sunday, October 11th, 2009 By ynot
Last May(2009) I wrote the steps I followed to upgrade my Android Dev Phone(ADP) to the latest version then called cupcake(1.5) but never published that note, this time I don’t want to let that happen. I’m using: Snow Leopard v 10.6.1 Android SDK v 1.6 r1 ADP Firmware v 1.5(cupcake) 1. Install latest SDK, currently 1.6 r1 from here. Add the android directory to ~/.bash_profile # Adding Android path to global PATH export PATH=${PATH}:~/android-sdk-1.6_r1/tools 2. Install fastboot, download from here, get the fasboot-mac one. Put it on your tools directory. And Change permissions: $ chmod 744 fastboot-mac 3. Download _Radio Image_ and _System Image_ from the table in here. 4. Pushing Radio Image: $ adb devices * daemon not running. starting it now * * daemon started successfully * List of devices attachedHT92XXXXXXXX device $ adb push ota-radio-2_22_19_26I.zip /sdcard/update.zip 992 KB/s (9181622 bytes in 9.038s) $ adb shell sync$ Reboot and hold home while turning on. The ! sign will appear, slide the keyboard press ALT-l now upgrade with ALT-s, finally Home+Back button to write and reboot again. Next boot will update the radio image. 5. Flashing System Image. Reboot the device in fasboot mode, press Back button when turning Continue Reading





