SwoRNLeaDejZ
Android Expert
OK, tried to restore a backup this morning and got the dreaded Md5 Mismatch.. Oh no, I have no access to a computer.. So i messed around in Terminal Emulator, and figured out how to fix it. Steps below.
First open Terminal Emulator, and enter
Next Switch to the directory where your backup is. Because of the screwed up sdcard setup, it will be one of the following:
For internal storage:
For external storage:
For example, mine was:
Once in that directory, enter the following:
Next enter this:
Now re-enter recovery, and try to restore your backup, should work the first time
Thanks for reading
First open Terminal Emulator, and enter
Code:
adb shell
Next Switch to the directory where your backup is. Because of the screwed up sdcard setup, it will be one of the following:
For internal storage:
Code:
cd storage/sdcard0/clockworkmod/backup/(folder of backup here)
For external storage:
Code:
cd storage/sdcard1/clockworkmod/backup/(folder of backup here)
For example, mine was:
Code:
cd storage/sdcard1/clockworkmod/backup/1970-09-23.18.02.58
Once in that directory, enter the following:
Code:
rm nandroid.md5
Next enter this:
Code:
md5sum *img > nandroid.md5
Now re-enter recovery, and try to restore your backup, should work the first time
Thanks for reading

