[Q] Clockwork Mod 3.0.2.7 nandroid restore issue. - T-Mobile LG G2x

Anyone ever have an issue where CWM tells you MD5 Sum mismatch when attempting to use the restore function?
I think the error happened when I decided I wanted to format my SD so I copied all the files to my PC, then formatted the SD, then copied everything back. If it makes a difference at all I'm running an ADATA 16GB class 6 SDHC.
So after it all copied back, I put my SD card back in my G2X then went to use the restore function like normal, and it aborted and told me that there was a MD5 Sum mismatch. I tried all my previous Nandroids, and every single one came back with the mismatch error.
So in the end I just flashed the ROM again, but didn't attempt to restore yet. And now I just got myself a Lexar 32GB class 10 SDHC so I copied all my files over and the fresh Nandroid backup that I had made on my 16GB, gave me the MD5 Sum mismatch error again! WTH?! I can't figure out why it's happening. I don't believe I'm doing anything wrong. Unless copying the Nandroid backup files to my PC and then copying back to an SD screws up the MD5 Sums.
Just in case I will throw this out there also. I did in fact rename the folders to reflect the name of the ROM that I backed up.
Any tips or suggestions would be a great help.

Did you rename the directory that your backups were stored?
If not, you can regenerate the md5sum via adb. I'm typing this by memory, but it should be correct. Explanation are in the ( ) of what each line does.
1. adb shell (opens adb shell)
2. cd /sdcard/clockworkmod/backup/YOUR-BACKUP-IN-QUESTION (calls into that directory)
3. rm nandroid.md5 (delete existing md5)
4. md5sum *img > nandroid.md5 (generate new md5)

The only thing that I renamed was the sub folder (mnt/sdcard/_ExternalSD/clockworkmod/backup/*****) that CWM creates to put the back up files in. Other than that, I did not rename any other files.
But I will give your method a shot. It just boggles my mind how the MD5's got messed up. Oh well. I will try to re-generate them via ADB. I am at work right now, but will try this as soon as I get home.
Thanks for the fast reply.

Related

[Q] backups and restore issues

So I spent my weekend playing with some roms, and somewhere in the process something got hosed.
CWM shows my backups.. starts restoring my backups.. then gives me an error about E:..
Trying to recall for sure.. I think it said sd-ext is an unrecognizable format, and wouldn't restore anything.
It would take a new Rom ZIP from the external SD card and install it just fine, just not the backups I had made. I can access the data just fine..
Any suggestions on exactly what the problem is and how to fix it?
Current CWM (5.0.2.0)
Rom Mngr 5.0.0.7
Running Weapon 3.0 ROM
Thanx!
150+ views, and no replies.
Hmm.. A difficult question to answer, perhaps?
Chaosmstr said:
So I spent my weekend playing with some roms, and somewhere in the process something got hosed.
CWM shows my backups.. starts restoring my backups.. then gives me an error about E:..
Trying to recall for sure.. I think it said sd-ext is an unrecognizable format, and wouldn't restore anything.
It would take a new Rom ZIP from the external SD card and install it just fine, just not the backups I had made. I can access the data just fine..
Any suggestions on exactly what the problem is and how to fix it?
Current CWM (5.0.2.0)
Rom Mngr 5.0.0.7
Running Weapon 3.0 ROM
Thanx!
Click to expand...
Click to collapse
Check your SD card, you should have folder called "clockworkmod" inside find folder "backup". Inside this folder are all rom backups that you made. I think your backups got corrupted. Once you are in the folder try renaming your backups(change the name of the folder) like 2012-02-original or 2012-04-22.MIUI, 2012-04-29.CM7(just samples you can use your own labeling but try to keep same format.) Hope this helps, if not format SD card and start all over again. In the future make sure when you have everything set on your SD card to make a backup to your PC.
ratza66 said:
Check your SD card, you should have folder called "clockworkmod" inside find folder "backup". Inside this folder are all rom backups that you made. I think your backups got corrupted. Once you are in the folder try renaming your backups(change the name of the folder) like 2012-02-original or 2012-04-22.MIUI, 2012-04-29.CM7(just samples you can use your own labeling but try to keep same format.) Hope this helps, if not format SD card and start all over again. In the future make sure when you have everything set on your SD card to make a backup to your PC.
Click to expand...
Click to collapse
that's pretty much all you can do, other then that report exactly what the error said, i assume that these were all on the same recovery, how much space is on your sdcard. Was there an error when the backup finished? What are the files on your Clockwork Mod Folder list the files with on one of your backups...
mine has these folders.
boot img
cache.ext3.tar
data.ext3.tar
nandroid.md5
recovery.img
system.ext4.tar
any of those in there? my backup is something like 520mb...
Chaosmstr said:
So I spent my weekend playing with some roms, and somewhere in the process something got hosed.
CWM shows my backups.. starts restoring my backups.. then gives me an error about E:..
Trying to recall for sure.. I think it said sd-ext is an unrecognizable format, and wouldn't restore anything.
It would take a new Rom ZIP from the external SD card and install it just fine, just not the backups I had made. I can access the data just fine..
Any suggestions on exactly what the problem is and how to fix it?
Current CWM (5.0.2.0)
Rom Mngr 5.0.0.7
Running Weapon 3.0 ROM
Thanx!
Click to expand...
Click to collapse
Well happened to me before all i did was wipe all data, cache, and dalvik before i restored and it worked for me
hypemanisus said:
Well happened to me before all i did was wipe all data, cache, and dalvik before i restored and it worked for me
Click to expand...
Click to collapse
Ahh, I just assumed that he would've done this prior to trying to restore, That is probably the issue. I've seen it before, I think on my MyTouch 3G.

[Q] no sd ext found, skipping back up of sd ext

When doing a backup in cwm, this is what it says right before completion. What does this mean?
Also, can you not rename ur backups. If you have more than one. How do you tell them apart?
Thank you
That's normal. If i remember correctly, its a partition inside your internal sd card for your external sd card and it's not mounted in CWM by default.
And you can rename it. Once you back up I'm CWM, boot your phone and go into your sd card. Inside clockworkmod/backups there's folders with date and time as the name, rename it to your hearts content
Sent from my SGH-T769 using xda app-developers app
sd-ext is an ext4 partition on the sdcard in addition to the normal fat32 partition. Just as an fyi, the defacto "standard" for alternative sdcard partitions also includes the ability to have a dedicated swap partition.
I have a proper sd-ext partition and get the same message, so it's likely that CWM isn't set up correctly. Nothing you can do about it unless you want to rebuild CWM
I also believe that partitioning the sdcard through CWM also doesn't work properly.
jparnell8839 said:
And you can rename it. Once you back up I'm CWM, boot your phone and go into your sd card. Inside clockworkmod/backups there's folders with date and time as the name, rename it to your hearts content
Sent from my SGH-T769 using xda app-developers app
Click to expand...
Click to collapse
Everytime i renamed backup. It would never let me restore, if needed too. Due to MD5 checksum error (or something like that)
i googled why it was happening and read changing backup name will cause the issue.
So next backup i made, i didnt rename it, annd restored as expected. kinda sucks would like to no which back up, is which.
trevor7428 said:
Everytime i renamed backup. It would never let me restore, if needed too. Due to MD5 checksum error (or something like that)
i googled why it was happening and read changing backup name will cause the issue.
So next backup i made, i didnt rename it, annd restored as expected. kinda sucks would like to no which back up, is which.
Click to expand...
Click to collapse
that's weird :/ I always rename my backups and it's never gave me that error on all 3 android phones i've had (htc thunderbolt, wildfire s, and the blaze). something like "Current-10/3-preICSkies" and it never hurts. of course, I always copy my backups to windows to store on my hard drive before I rename
merwin said:
sd-ext is an ext4 partition on the sdcard in addition to the normal fat32 partition. Just as an fyi, the defacto "standard" for alternative sdcard partitions also includes the ability to have a dedicated swap partition.
I have a proper sd-ext partition and get the same message, so it's likely that CWM isn't set up correctly. Nothing you can do about it unless you want to rebuild CWM
I also believe that partitioning the sdcard through CWM also doesn't work properly.
Click to expand...
Click to collapse
So it is all good if we get this message?
correct, phones of yester-year had low memory and storage. people devised ways to make apps2sd prior to froyo and thus an ext partition on the sdcard was born. i didnt include it as any device since the sgs1 has had plenty of space (the samsung galaxy prevail's /data partition was only 140MB's which included things like google maps updates etc)
you can use rom manager to rename backups, but cwm generates an md5 sum off the folder name, in this case a very specific date
trevor7428 said:
Everytime i renamed backup. It would never let me restore, if needed too. Due to MD5 checksum error (or something like that)
i googled why it was happening and read changing backup name will cause the issue.
So next backup i made, i didnt rename it, annd restored as expected. kinda sucks would like to no which back up, is which.
Click to expand...
Click to collapse
Can't you just make a folder name what you would like then put the back up into the folder that has the name you wanted to be able to tell them apart?
I just thought of it, Hey I actually came up with an idea on my own at xda, wow, not bad, it's about time though after so many years and not too technical either, Hey but I don't know if that is a good thing for me or not.
Well anyways I am going to try my new techniques. LoL
Oh hey I forgot why I was here's until just now, not only did my backup say the op title, but also said something about not backing up applications either
1) is that normal too!?
2) I looked for the back up and shows up fine I the new folder. Although I can't say I ever remeber after clicking backup then clicking the backup file seeing 4 other files to chose from, like system, data, etc.
What is really going on now? I thought after clicking on the file it would go to the confirm option and that was it.

[Q] Blob folder and nandroid

Hey all,
So I did a nandroid backup yesterday as I normally do, reboot into CWM>backup and restore>backup to external, and when it was finished I rebooted and went into the clockwork folder on my external SD to make sure it worked. I found out that the actual backup file was made but no blob folder was created.
I first discovered this last week when I went to restore and an error came back saying there was an MD5 error. Before any of this occurred I deleted the blob folder to free up space and after deleting it, I did a nandroid thinking that another blob folder would be created in the process of the nandroid.
This is probably a small issue thats easy to fix, but I am unaware of the fix. Can anyone assist me please?

[Q] Available Storage, hidden files?

I had created a nandroid backup on CWM before flashing a rom which failed, causing me to adb sideload back to my old ROM. But before doing so I attempted to restore the backup (which also failed). But after booting in, i noticed that I had multiple 0 folders in my internal storage. Now the available storage on my device does not add up. Also when I open the device on my computer, there is a 8gb zip file that always appears under the "0" folder. Even if I delete it, it returns after rebooting and it cannot be opened or copied. I believe the backup is hidden within this folder but I am not sure how to delete it. Does anyone have any ideas on how I can fix this issue?
Asaad123 said:
I had created a nandroid backup on CWM before flashing a rom which failed, causing me to adb sideload back to my old ROM. But before doing so I attempted to restore the backup (which also failed). But after booting in, i noticed that I had multiple 0 folders in my internal storage. Now the available storage on my device does not add up. Also when I open the device on my computer, there is a 8gb zip file that always appears under the "0" folder. Even if I delete it, it returns after rebooting and it cannot be opened or copied. I believe the backup is hidden within this folder but I am not sure how to delete it. Does anyone have any ideas on how I can fix this issue?
Click to expand...
Click to collapse
First off, flash TWRP instead of this old CWM. Then try to delete your file of 8Gb (which is VERY high for a nandroid...).

SNote and TWRP manual restore problem.

This is my first time posting here and I am not sure how to best classify this question with tags, so please excuse me.
Here's the problem: I have backed up the data partition with TWRP and then wiped my Note 10.1 2014 before installing a fresh stock ROM. I did this because it went into a bootloop. When I tried to do a restore of the data partition through TWRP it sent the tablet back into a bootloop, so I had to redo the wipe and installation. I am only really trying to get one thing from the data partition, my S Note notes, so I thought I'd try to do this manually. I unzipped one of the TWRP backup archives (data.ext3.win001 or something like that) and found the folder com.samsung.android.snote in there with the .SPD files inside.
However, the .SPD files actually appear as folders on my Mac, not as zip archives as they should be. Something must've gotten mixed up in the TWRP backup. They contain all the appropriate files, and they are of the appropriate size, so I thought I'd zip them on my computer, change the file extension and put them on the SD card and back into the phone to be imported into S Note. However, S Note says "Invalid file format" when I tried to open them.
Does anyone have an idea about how S Note files work, and how they can be correctly zipped, give that I have all the correct contents? I know it's a long shot, but any assistance would be welcome! Cheers!

Categories

Resources