Monday, November 02, 2009

Android: fastboot

http://android-dls.com/wiki/index.php?title=Fastboot
http://developer.htc.com/adp.html

Commands to flash your android images to phone, can be found in SDK or system/core/fastboot


$ fastboot devices
$ fastboot flash system system.img
$ fastboot flash boot boot.img
$ fastboot flash userdata userdata.img
$ fastboot reboot

No comments:

Related Posts Plugin for WordPress, Blogger...