Greetings,
I happened to restore a nandroid backup i created but encountered an "md5 mismatch" error. Here is a solution that my geeky cousins handed me.
STEP 1: Open Terminal Emulator
Step 2: Use the following commands. (DON'T FORGET TO REPLACE "2012-04-17.10.09.36" WITH YOUR OWN BACKUP FOLDER NAME)
su
# mount -o remount rw /sdcard
#cd /sdcard/clockworkmod/backup/2012-04-17.10.09.36
#rm nandroid.md5
#md5sum *img > nandroid.md5
STEP 3: (This will create a new "nandroid.md5" file without ANY "md5 mismatch" errors.)
Reboot your phone and enter Recovery (Home+Power)
Restore.
Hope this helps,
UsmanJ
I happened to restore a nandroid backup i created but encountered an "md5 mismatch" error. Here is a solution that my geeky cousins handed me.
STEP 1: Open Terminal Emulator
Step 2: Use the following commands. (DON'T FORGET TO REPLACE "2012-04-17.10.09.36" WITH YOUR OWN BACKUP FOLDER NAME)
su
# mount -o remount rw /sdcard
#cd /sdcard/clockworkmod/backup/2012-04-17.10.09.36
#rm nandroid.md5
#md5sum *img > nandroid.md5
STEP 3: (This will create a new "nandroid.md5" file without ANY "md5 mismatch" errors.)
Reboot your phone and enter Recovery (Home+Power)
Restore.
Hope this helps,
UsmanJ
Last edited: