- Nov 8, 2011
- 3,836
- 1,394
recovery.img
you did make a dump right? in your dump you should see a recovery.img
you did make a dump right? in your dump you should see a recovery.img
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What's ideal? Excuse my ignorance
8042_recovery_signed.zip
how did you install the first recovery? do you have a micro sdcard? the 6.0.1.1 recovery may only work with micro sdcard, been so long ago can't remember.
anyway boot into desktop mode extract 8042_recovery_signed.zip place recovery.img on sdcard
adb shell
su
cat /sdcard/recovery.img > /dev/block/nandg
echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot