Quote:
Originally Posted by fuzzy26
Sorry guys, but when I run the recovery-windows file it just runs for about 5 sec and then disappears. I ran it as admin. Does it have anything to do with the type of EVO that I have? I am still rooted though. Just don't have the option to backup.. oh yeah, I am assuming I enter these lines separately. TIA
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
reboot recovery
|
Do not run recovery-windows as admin, run it as a standard user AND make sure USB debugging is enabled on the EVO.
Yes, those lines run separately, replace adb with adb-windows (if you are typing the commands from the evo-recovery folder):
Quote:
adb-windows shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img
reboot recovery
|