[How to] Fix md5 mismatch on nandroid backup/restore

Search This thread

AlfasMP

Senior Member
Dec 13, 2013
377
297
Kerala
www.alfasmp.com
Hi all,
Is anybody got stuck their nandroid recovery due to md5 mismatch ???
I have some solutions .Before that let's check why the mismatch came .
You are getting the MD5 mis-match error because the MD5 checksums in the nandroid.md5file do not match the checksums of one or more of the system.img,data.img, orboot.img etc. files in your Nandroid's backup directory.

Solutions :thumbup:

1 . Open Terminal emulator and put the following code

adb shell
_______________________________________________
# cd /sdcard/clockworkmod/backup/2010-06-29.20.22.53//change this by your backup folder name .
# rm nandroid.md5
# md5sum *img > nandroid.md5
_________________________________________________

2 . Open nandroid.md5 using text editor .Just edit the values in nandroid backup by original value of each .tar or .zip files
Remember Changing values of nandroid.md5 will affect your backup .

It is something like

_________________________________________________

xxxxxxxxxxxxxxxxxx
recovery.img
xxxxxxxxxxxxxxxxxxx
boot.img
xxxxxxxxxxxxxxxxxxx
system.ext4.tar
xxxxxxxxxxxxxxxxxxx

_________________________________________________
Edit xxxxxx with the currect md5 value of each .


3 . Still the problem is there or there is no nandroid.md5 just clear the values of nandroid.md5 using text editor or create a empty nandroid.md5 .

Your problem is now solved . :sly: :p :D


Sent from my GT-S7562 using XDA Premium 4 mobile app
 

dmanmatt10

New member
Aug 25, 2013
3
0
Still not working...

I tried the first an the third one and nothing worked... I can't try the second because i deleted my original md5 file and don't have those numbers.
The first solved that problem but created a "error while restoring /data" message every time so i replaced it with a blank file and now it says md5 mismatch
I have no idea, and need this backup
Thanks!
 

AlfasMP

Senior Member
Dec 13, 2013
377
297
Kerala
www.alfasmp.com
I tried the first an the third one and nothing worked... I can't try the second because i deleted my original md5 file and don't have those numbers.
The first solved that problem but created a "error while restoring /data" message every time so i replaced it with a blank file and now it says md5 mismatch
I have no idea, and need this backup
Thanks!

Use advanced restore option and restore all files except data .

Hope I helped

Sent from my GT-S7562 using XDA Premium 4 mobile app