[How To] Fix md5 mismatch nandroid restore

wazer22

Member
Mar 27, 2011
11
0
0
Hi

I was wandering if you can help me. i tried running the code but it tells me no such file or directory at the end. i am a noob in it some help will be much appreciated
 

JZ SmartMort

Senior Member
Mar 24, 2008
784
16
0
Burbank
I had a md5 mismatch and was freaking out. Turned out that the folder name for my backup couldn't have spaces in it...
THANK YOU @kentoe!!! I'm glad your post was second otherwise this gold would have been missed. The OP should be updated with some of these notions.

Thanks to the OP as well as that was another key component although I needed the data file so had to do this: md5sum *img *tar > nandroid.md5

All the best!
 

vvulture

Senior Member
Apr 4, 2012
52
7
0
Sydney
Just to elaborate on this, if folks are also seeing this same error (md5sum: not found) when they get to the last step in the guide, just repeat the process, but this time on the last step, use the command:

Code:
# busybox md5sum *img > nandroid.md5
this worked for me
You're a legend my friend !! Worked for me too ! :good:
 

sxi200

Senior Member
Oct 18, 2010
1,509
448
0
Melbourne
Lifesaver. Backup on my tab got corrupted when copying to pc then back after a format. The system file was the only one corrupted. After doing this in terminal, tab wouldn't boot so I then restored system from an old backup and all is good again. All data is back again. Thank you so much.
 

Ulukita

Senior Member
Sep 18, 2010
117
30
28
Tampa, FL
I did the same thing!

In my situation, I'd renamed the backup folder using CWR to something like this: "Calkulin_2.9.2._2012-03-11" All I had to do was rename the folder to "2012-03-11".

I had renamed my folders o I just did renamed them by years 1982-05-13RomNameetc worked perfectly!
 

sekhar13515

Senior Member
Jun 25, 2011
1,016
131
0
The explaning is good, but noobs can't get how to ..

so, plz explain with detailed screenshots or video...

---------- Post added at 04:05 PM ---------- Previous post was at 03:59 PM ----------

Applied commands as stated..


Nothing happened
 

BigMrB

Senior Member
Oct 9, 2010
1,013
121
0
Newcastle
The explaning is good, but noobs can't get how to ..

so, plz explain with detailed screenshots or video...

---------- Post added at 04:05 PM ---------- Previous post was at 03:59 PM ----------

Applied commands as stated..


Nothing happened
If noobs can't figure out those commands than that noob needs to go off and do so more reading... the answers aren't always spoon fed.. even though on this occasion it has been

Sent from my GT-I9100 using xda premium
 

ImjuzCY

Senior Member
Jun 14, 2012
525
137
0
Kuala Lumpur
I've checked the files inside the nandroid folder with the md5. It shows that it's all matched. But clockworkmod says md5 mismatch

Edit: My case solved. Need full wipe before restoring, if not it will show md5 mismatch right after you confirm to restore.
 
Last edited:

spexwood

Senior Member
Feb 13, 2011
1,340
432
0
I was Googling for a solution to the CWM MD5 mismatch issue for my Galaxy S2 and came across this thread. I followed all the instructions and managed to get my backup to install (well, it's actually installing as I type).

I dont think my BU is corrupted though. I copied all the backups from my phone to my PC, but I renamed the backup folders and I think that messed CWM up. I would rename them back to default, except that I do not remember the exact names of the folders!

RESULTS:
Yup, the backup worked!
It must have been the folder renaming!
I guess, the lesson here is to not rename CWM's backup folders!
 

A Lex and Er

Senior Member
Aug 25, 2010
153
24
0
0-Town, WI
I was Googling for a solution to the CWM MD5 mismatch issue for my Galaxy S2 and came across this thread. I followed all the instructions and managed to get my backup to install (well, it's actually installing as I type).

I dont think my BU is corrupted though. I copied all the backups from my phone to my PC, but I renamed the backup folders and I think that messed CWM up. I would rename them back to default, except that I do not remember the exact names of the folders!

RESULTS:
Yup, the backup worked!
It must have been the folder renaming!
I guess, the lesson here is to not rename CWM's backup folders!
Of course we all thank IHTFP for this great info.

In these instances I leave in place the CWM name and put my file name at the end. Suppose I could put mine at the beginning? But whatever works for you.

Can i do this by terminal?

Yes, p.2 of this thread.

Sent from my GNex using XSBT2
 
Last edited:

olokos

Recognized Developer
Oct 16, 2011
2,939
2,477
0
Warsaw
Hopefully working. I thought it might not work as i didn't even have nandroid.md5 in my folder for some reason (i haven't changed anything). I got no file or directory (ofc) but i created md5 file... Crawled through web seeking for another way and i didnt really belived that it'd work in the newer CWM but... Works great ;) Thanks a lot dude :)