Quote:
Originally Posted by 93mustang
# cat /sdcard/flash_image > /data/flash_image
cat /sdcard/flash_image > /data/flash_image
# chmod 755 /data/flash_image
chmod 755 /data/flash_image
# /data/flash_image recovery /sdcard/recovery.img
/data/flash_image recovery /sdcard/recovery.img
error opening /sdcard/recovery.img: No such file or directory
#
|
How is your phone connected to the PC? Charge Only with USB Debugging enabled? Double check.
The error means that it can find your card or the file.
Ok, I know this sounds simple but double check that the recovery.img file is spelled correctly, that there's no errant spaces or punctuation anywhere in the file name and that it's on the root of the card, not in a folder.