What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HowTO Recovery Image on Incredible VIDEO

mejdam

Member
credits goes to invisiblek from xda-developers
Loading a custom recovery on the Incredible - xda-developers

[video=youtube;BuPFee7IIfM]http://www.youtube.com/watch?v=BuPFee7IIfM]YouTube - Droid Incredible Recovery[/video]

files: http://goo.gl/R1jQ

1. Boot to recovery with adb (if u dont know how...learn)
2. Run the unrEVOked method to get an adb shell, then do su to get # (if u dont know how...learn)
3. adb push inc.zip /sdcard/update.zip
4. adb push keys /sdcard/keys
5. Do:

/system/bin/mount -o remount,rw -t yaffs2 /dev/mtdblock3 /system
/system/bin/rm /res/keys
/system/bin/cat /sdcard/keys > /res/keys
/system/bin/ps recovery // note the pid of it
/system/bin/kill <pid>

6. Vol+ and Power to get menu again
7. Vol - then power to run the update.zip
8. Profit!

Big thanks to the unrEVOked team and koush for making this happen!

This method does not stick, it is only good until reboot, but adb works now so have fun

Some problems with accessing /data and some other stuf, but well get it sorted out
 
Last edited:
Back
Top