Quote:
Originally Posted by 93mustang
Im stuck doin the nand unlock. After I reboot it will find the image and run the first scan but then it will give an error about the file being older. I've tried several times and even downloaded the file again and renamed it. Can someone tell me what I'm doin wrong please
|
Most likely something went wrong with this part:
As per FastRX8:
"2) Download all files posted above
- unzip the flash_image.zip and the mtd-eng.zip and put the flash_image.img and mtd-eng.img on the root of your sdcard
3) Connect the phone to the pc using HTC Sync, open a "run" window by hitting the Windows key + "R" in the command line type (or cut/paste)
Code:
c:\evo-recovery\adb-windows shell
then hit "OK"
In the window that opens, type:
Code:
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image misc /sdcard/mtd-eng.img
This should only take a second or two"
HTC Sync is not needed, just use Charge Only and make sure USB Debugging is enabled-read back a few posts I posted the path to USB Debugging.
Make sure:
1) You unzip the flash_image and the mtd-eng on your PC and put the files, not the folders on your card.
2) Make sure you type the adb code lines one at a time and hit enter-they are very specific so make sure you type them exactly as written, including spaces and punctuation