Warning: Using any recovery other than a properly signed recovery will brick your box, only use the recovery supplied. You also may to ensure you have a good network connection to your revue before continuing.
Step 1.) Get IP Address of Revue (settings->network->status).Recovery:
http://www.mirrorcreator.com/files/14TS ... .zip_links
Note: recovery.img(sha1) = 14c31dc6db2d8f9ec15f94f2f929dbb68142d16c
Step 2.) Enable adbd (settings->applications->development), then check "Remote Debugging".
Step 3.) Add the IP Address of the computer you are connecting from ("Debugger Ip Address in settings->applications->development).
Step 4.) Connect to adb from computer using the following (Replacing <ipaddresshere> with your ip) adb command:
Step 5.) Restart adbd as root by executing the following:adb connect <ipaddresshere>
Step 6.) Reconnect to adbd on the revue using:adb root
Step 7.) Paste each line of the following (one at a time).adb connect <ipaddresshere>
Successfully running the last line should output something similar to the following:adb push recovery.img /tmp/recovery.img
adb shell flash_image recovery /tmp/recovery.img
Code: Select all
mtd: successfully wrote block at 0
mtd: successfully wrote block at 40000
mtd: successfully wrote block at 80000
mtd: successfully wrote block at c0000
mtd: successfully wrote block at 100000
mtd: successfully wrote block at 140000
mtd: successfully wrote block at 180000
mtd: successfully wrote block at 1c0000
mtd: successfully wrote block at 200000
mtd: successfully wrote block at 240000
mtd: successfully wrote block at 280000
mtd: successfully wrote block at 2c0000
mtd: successfully wrote block at 300000
mtd: successfully wrote block at 340000
mtd: successfully wrote block at 380000
mtd: successfully wrote block at 3c0000
mtd: successfully wrote block at 400000
mtd: successfully wrote block at 440000
mtd: successfully wrote block at 480000
mtd: successfully wrote block at 4c0000
mtd: successfully wrote block at 500000
mtd: successfully wrote block at 540000
mtd: successfully wrote block at 580000
mtd: successfully wrote block at 5c0000
mtd: successfully wrote block at 600000
mtd: successfully wrote block at 0
Posted on the wiki: http://www.gtvhacker.com/index.php/Upda ... ug%22_leak
Edit: Fixed old multiupload link.