How do i fix MD5 Sum in some recoverys?? - T-Mobile LG G2x

Helo,
I got to this issue, some how i got into some app that promise to fixed MD5 sum.
I used it but, it messed up with my back ups.
Is there anything that i can i do??

it's not possible to fix MD5 while you have already got an broken backup
if you messed up your backups... sorry, nothing i can do

Renaming your backups via root manager also messes up the md5 sum. Rename with rom manager... but once rom manager messed up one backup of mine, just once.

Well.. Theres a fixer called 4EXT Recovery control. But LG phones are not supporter a the moment.
I know 4EXT fixes MD5 sum because i used to have my touch 4g and it did fix it..
Sent from my LG-P999 using XDA Premium App

how do i root my LG G2X

danner8884 said:
how do i root my LG G2X
Click to expand...
Click to collapse
go into the developement section.. it's all in there.

Yeap go to the developers section.
Theres a section with roms,kernels, ect
Sent from my LG-P999 using XDA Premium App

Here the link
http://forum.xda-developers.com/showthread.php?p=13171419
[REF] ALL ROMS | ROOTING | FAQs | STICKIES | POSTING RULES | Read Before Posting
Sent from my LG-P999 using XDA Premium App

chipis said:
Helo,
I got to this issue, some how i got into some app that promise to fixed MD5 sum.
I used it but, it messed up with my back ups.
Is there anything that i can i do??
Click to expand...
Click to collapse
Unfortunately there is nothing you can really do about this. Once it is messed up it is messed up. I have not heard of any way to redo a MD5 sum.

Quick question what recovery exactly do you have ? I was on rev cwm and renamed my backup and it wouldn't recover it but flashed official cwm and my restore then worked
Sent from my HTC EVO 3D X515m using xda premium

Clockwork mod
Sent from my LG-P999 using XDA Premium App

There is a way, just fixed one couple of days ago. You have to transfer ur back up to pc and check each backed up file with md5check and compare them to the md5 (open it with notepad+) generated by recovery and make sure they match, then change the generated md5 to match the md5 of each file backed up.
NVIDIA NEVER AGAIN!

Ok i would give a try..
Sent from my LG-P999 using XDA Premium App

You need to install adb on computer, connect phone to pc and open cmd and type commands below.
adb shell
# cd /sdcard/clockworkmod/backup/2010-06-29.20.22.53
# rm nandroid.md5
# md5sum *img > nandroid.md5
Sent via G2X-SINGH UI

nycelitemaster said:
You need to install adb on computer, connect phone to pc and open cmd and type commands below.
adb shell
# cd /sdcard/clockworkmod/backup/2010-06-29.20.22.53
# rm nandroid.md5
# md5sum *img > nandroid.md5
Sent via G2X-SINGH UI
Click to expand...
Click to collapse
I deleted a md5 before so couldnt recovery but all i did was grabbed the .md5 from another back and then used md5 check sum windows app to gen a check sum then input the number into the nandroid.md5 file. Everything worked great.
Did even think of your method but seems like yours would do the same.

Related

CWM Recovery - MD5 mismatch

Hey there,
since a few time I can't restore my recently made backups..
Everytimes I want to restore the CWM Recovery says
"Checking MD5 sums
MD5 mismatch" ..
I've already searched the forum and couldn't find a thread in here..
Also the solutions I found on google didn't help me..
Any tips?
Thanks in advance..
EDIT: Recoverysystem is 5.0.2.0
I've had this happen once when I went in and changed name of my backup from cwm's default date and time naming to something else. Other than that not sure why you'd be getting mismatch error except for a maybe a bad sdcard.
You could try reflashing the recovery to rule out a bad flash of the recovery
Sent from my LG-VM670 using XDA App
Well, I didn't change the name..
Reflashed the recovery, still got the Problem.. :/
Sent from my LG-P500 using Tapatalk
Could be a bug in the recovery. I'd try flashing another recovery and see if that helps. Lots of different recoveries out there so just make sure the one you try supports your phone.
Sent from my LG-VM670 using XDA App
Of course it supports my phone. I've installed it from ClockWorkMod and chose LGE Optimus One. And it worked a few time before without problems.. :/
Sent from my LG-P500 using Tapatalk
Found this you might try to rebuild your md5smd5s
http://forum.xda-developers.com/showthread.php?t=714114
Hi,
I also got the same problem some time ago. But for me this is because i deleted the ext partition on my phone after the backup has been taken. So i think any hardware changes may result this.
So this might be because I've changed SD-card for flashing another ROM in between?
@kwkbnk : Thanks, but I've already tried this before...
kwkbnk said:
Found this you might try to rebuild your md5smd5s
Click to expand...
Click to collapse
I had this problem on one of my phones. I had deleted one of the files. (an extra sd-ext backup file that I did not need). The first thing that recovery does is check the MD5 sum of all the files. If it can't find one, it just says MD5 does not match and stops. It tries to check all files even if you tell recovery you only want one restored. I fixed it by modifying the nandroid.MD5 file. It is a text file with one line for each file, listing each file's name and its MD5 sum. I just edited the file and removed the line for the missing file and all was well, I was able to restore all the other files with no errors. I also noted that I could remove all the entries so it was an empty file and recovery restored all files without checking MD5s at all. That's not a good idea in case there is a file error, but there may be times when it's necessary.
Where do I find the nandroid.MD5?
Couldn't find it anywhere..
unicycler said:
Where do I find the nandroid.MD5?
Couldn't find it anywhere..
Click to expand...
Click to collapse
Mine was in the same folder that had the img files. Clockworkmod/backup on your SD card. There is a folder inside that for each backup you have made.
EDIT: I just looked at that referenced post above and that script first removes the nandroid.md5 file and then rebuilds a new one. If you got an error and the script did not finish, then there would be no nandroid.md5 file. If you feel brave, you can create an empty nandroid.md5 text file and I believe recovery will skip the md5 check. At least it did for me. That's no worse than building a new one from the files you have with the script. If there was a bad file, recovery would try to install the file anyway since the new md5 sums match.
For me it happen when my memory card storage is low I did a backup.
Sent from my LG-P500 using Tapatalk
I built an empty nandroid.md5 with editor, then it worked again, thanks!!
Sent from my LG-P500 using Tapatalk
Same prob here help?
Sent from my LG Optimus One P500 using XDA App
WhatTheFlash said:
Same prob here help?
Sent from my LG Optimus One P500 using XDA App
Click to expand...
Click to collapse
Just go back and read my last few posts here. It tells you everything you need to know.
WhatTheFlash said:
Same prob here help?
Sent from my LG Optimus One P500 using XDA App
Click to expand...
Click to collapse
You can find the solution a view posts before, as already said.
I've uploaded an empty nandroid.md5 which causes the md5 sum is not checked.
Just copy it into your backup on SD (for example /clockworkmod/backups/2011-12-01.13.55.09).
You can find the MD5 here (xda-attechments don't support .md5-files).
Remember it could crash if your error is not caused by an missing nandroid.md5 .
OMG, helps alot
my eternal thanks
Thx unicycler! Saved me a lot of hours of frustration -I was just about ready to reinstall minicm7 on my X8 when I saw this thread! Your uploaded file fixed it all.
Thank you!!!
Leapinlar, please, can you reupload the MD5? The download link is broken
I will do this evening. Just forgot to do..
Sent from my LG-P500 using Tapatalk

How can i find out if MD5 is good???

I haven't had this phone for a while so i forgot most of the stuff. But i gave it to my mother and i noticed theirs a new radio out which i think would be good for her. But I don't want to brick. So how can i find out if the MD5 is good for my mothers phone.
Download md5 checker from da market!
Let Me Put My Shift In U!
letmeputdatipin said:
Download md5 checker from da market!
Let Me Put My Shift In U!
Click to expand...
Click to collapse
i tried that. but idk what files to load to find out if its the same.
The md5 is posted in the thread. I use Android File Verifier from the market. Just locate the PG06IMG.zip through app and you'll see the option to check the md5sum.
Sent from my PG06100 using Tapatalk
Android Terminal Emulator [note: not all phones can do this since the md5sum utility may not be present/installed] by typing "md5sum filename"
Clearly change "filename" to the file name you are checking on
Sent from my PG06100 using Tapatalk
md5 sum is a busybox command...so if you're on stock unrooted sense it won't work in terminal since it doesn't have busybox. "Most" rooted sense roms have busybox installed though along with bash

q any devs want to borrow xyboard to port cwr

any devs interestied in porting a bootstrap/safestrap or clockwork for the xyboard 8.2? i have two willing to lend one to a reputable developer to port a custom recvoery
pm me for details
Koush does this, send him your xyboard
Look on his website he has instructions and everything
Sent from my ADR6425LVW using Tapatalk
superchilpil said:
Koush does this, send him your xyboard
Look on his website he has instructions and everything
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
I know, and ive reached out to him twice for two different devices and never heard back from him, so while i wait i figured id ask around
Sent from my MZ609 using Tapatalk
Ahh why not. Check my profile and email me.
bigrushdog said:
Ahh why not. Check my profile and email me.
Click to expand...
Click to collapse
Email sent.
Thanks rushdog
Sent from my Galaxy Nexus using Tapatalk
If you ever need a xoom 2 for a test just PM me. I would do anything to get developing going on the Xyboard/Xoom 2!
luke.arran said:
If you ever need a xoom 2 for a test just PM me. I would do anything to get developing going on the Xyboard/Xoom 2!
Click to expand...
Click to collapse
Here's instructions If u r using tapatalk open in browser and it will make more sense, in the app everything looks confusing
if your partitions are not the same as below change the mmcblk1pXX to your correct block ( to find your block partitions in adb shell or terminal on device
Code:
su
cat /proc/partitions
now enter theses commands in adb shell or terminal
Code:
dd if=/dev/block/mmcblk1p11 of=/sdcard/boot.img
dd if=/dev/block/mmcblk1p12 of=/sdcard/recovery.img
dd if=/dev/block/mmcblk1p17 of=/sdcard/system.img
once the img has been created do these
Code:
adb pull /sdcard/boot.img C:\
adb pull /sdcard/recovery.img C:\
adb pull /sdcard/system.img C:\
Then upload files
runandhide05 said:
Here's instructions If u r using tapatalk open in browser and it will make more sense, in the app everything looks confusing
if your partitions are not the same as below change the mmcblk1pXX to your correct block ( to find your block partitions in adb shell or terminal on device "su" enter "cat /proc/partitions" enter
now enter theses commands in adb shell or terminal
dd if=/dev/block/mmcblk1p11 of=/sdcard/boot.img dd if=/dev/block/mmcblk1p12 of=/sdcard/recovery.img dd if=/dev/block/mmcblk1p17 of=/sdcard/system.img
once the img has been created do these
adb pull /sdcard/boot.img C:\adb pull /sdcard/recovery.img C:\adb pull /sdcard/system.img C:\
Then upload files
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Sure I will do it and get back to you soon.
luke.arran said:
Sure I will do it and get back to you soon.
Click to expand...
Click to collapse
cleaned up the code, (sorry copy and paste fail!) cleaner now
and also please be sure to label with device name (ie ZM609)
and again if u hear of anyone bricking their tab tell them to contact me
Sorry for the delay. Got the files but I'm not at my computer so going to leave my xoom on over night uploading the files then I will share the link in the morning.
Sent from my HTC ChaCha A810e using XDA
luke.arran said:
Sorry for the delay. Got the files but I'm not at my computer so going to leave my xoom on over night uploading the files then I will share the link in the morning.
Sent from my HTC ChaCha A810e using XDA
Click to expand...
Click to collapse
Ok sounds good yhe only thung i ask if that if u are uploading via 3g that u verify the md5 after word to ensure they r not corrupted
An u can verify with android app
Also it will be a lot quicker if u zip the three files before uploading ( before zip all three files r almost 800mg and after zip only 300ish )
Sent from my MZ609 using Tapatalk
runandhide05 said:
Ok sounds good yhe only thung i ask if that if u are uploading via 3g that u verify the md5 after word to ensure they r not corrupted
An u can verify with android app
Also it will be a lot quicker if u zip the three files before uploading ( before zip all three files r almost 800mg and after zip only 300ish )
Sent from my MZ609 using Tapatalk
Click to expand...
Click to collapse
No I'm still doing it over WiFi but if you want me to do MD5 then I will.
Sent from my HTC ChaCha A810e using XDA
luke.arran said:
No I'm still doing it over WiFi but if you want me to do MD5 then I will.
Sent from my HTC ChaCha A810e using XDA
Click to expand...
Click to collapse
Nah u it should be good
Sent from my MZ609 using Tapatalk
DO NOT FLASH THE SYSTEM.IMG!!!
It will fail even the stock img, even tho the recovery and boot img will flash
Here you go. Model number and so on are inside the zip file. - http://db.tt/UGdD2NRD
Sent from my XOOM 2 using XDA
luke.arran said:
Here you go. Model number and so on are inside the zip file. - http://db.tt/UGdD2NRD
Sent from my XOOM 2 using XDA
Click to expand...
Click to collapse
Thanks buddy
Edit : I think it may be corrupted, I downloaded twice now, u may want to download it and check the sum of before and after
Sent from my Galaxy Nexus using Tapatalk
Oh right, I will upload it again.
Sent from my HTC ChaCha A810e using XDA
We have a cwm recovery img built, an update.zip built, cant get the boot hijacked with bootstrap, if anyone wants to contribute we could use a little help
Recovery img
To access this file, visit the following link: https://www.box.com/shared/9ed327c7b23a6b35d903
Update.zip
To access this file, visit the following link : https://www.box.com/shared/2aa143e144dbc95f89e0
Sent from my MZ609 using Tapatalk
runandhide05 said:
We have a cwm recovery img built, an update.zip built, cant get the boot hijacked with bootstrap, if anyone wants to contribute we could use a little help
Recovery img
To access this file, visit the following link: https://www.box.com/shared/9ed327c7b23a6b35d903
Update.zip
To access this file, visit the following link : https://www.box.com/shared/2aa143e144dbc95f89e0
Sent from my MZ609 using Tapatalk
Click to expand...
Click to collapse
Why don't you contact bootstrap developers which have had previous success with Motorola's devices in the past?
luke.arran said:
Why don't you contact bootstrap developers which have had previous success with Motorola's devices in the past?
Click to expand...
Click to collapse
Believe me I have, I contacted him(hashcode aka koush) and he does not have the time, I've also reached out to others and I will not "bug" them if they do not respond or do and say they don't have the time then that's really that
So that is why I posted it here.
Also we (myself a another guy) have made progress but at a wall right now,
And of my two tabs one I have already killed..lol (until fastboot files r released) so ya...u know
Sent from my Galaxy Nexus using Tapatalk

[Q] help! can't install atrixsonyav4

I can't get atrixsonya v4 to install right. I keep getting md5 mismatch error. could really use the help.
Are they any spaces in the name of the backup?
Sent from my MB865 using XDA
No spaces in the back up
Sent from my MB865 using XDA
Are you downloading from your phone or computer? I was getting the same problem when I tried several times to download/extract on my phone. I downloaded and extracted on my computer and it worked first time.
Sent from my MB865 using XDA
da_rager said:
No spaces in the back up
Sent from my MB865 using XDA
Click to expand...
Click to collapse
Is there a file called "nandroid.md5" in the backup?
Sent from my MB865 using XDA
I'm downloaded it to my pc and extract multiple times n still get the same md5 mismatch error. i've never had is much of a issue on a rom. if anyone can send me a better link to download the rom that be great.
da_rager said:
I'm downloaded it to my pc and extract multiple times n still get the same md5 mismatch error. i've never had is much of a issue on a rom. if anyone can send me a better link to download the rom that be great.
Click to expand...
Click to collapse
Try redownloading it. The file may have corrupted as it was downloaded.
Use MD5_SHA-1 Utility to compare your MD5 with the MD5 code was provided
MD5 CHECKSUMS:
SonyaV4AtriXperia zip
a55f85d1ff1a17544402520cd96b814e
system.ext3.tar
8caaf900f90766a1e58b4819125af94d
AtriXperiaSonyaV4Update_1.zip
993b562adc2987340b35061599629a8c

[02/10/13][TOOL][NANDROID] md5 mismatch FIXER

if there is a thread that the same with this then inform me and i will personally lock this one
kindly move this thread if it was in the wrong section. :laugh:
okay, i wrote this simple script to easily fix and regenerate the md5sum of our Nandroid backup to avoid mismatching when restoring it.
Please don't blame me if anything happens on your phone by doing this.
Requirements:
- Terminal Emulator
- Brain.apk
- Experience on flashing
Instruction
- flash the Nandroid_md5_fixer.zip thru cwm or stock recovery
- go to terminal emulator and type "md5fix"
- select your damaged backup and wait until it finish!
02/10/13 UPDATE!
http://qfs.mobi/f397801
- fix bootloop problem
- compatible with console provided by Aroma File Manager
NOTE: avoid using 'space' when renaming backup's folder. It must be in one word.
i hope this will help you
goodluck
Good Work!
is the link broken?
i open the link,it shows '410 - Gone'
Sent by Schoolar Boy who wanna help and being a devs
Droid_beginner_student said:
is the link broken?
i open the link,it shows '410 - Gone'
Sent by Schoolar Boy who wanna help and being a devs
Click to expand...
Click to collapse
ooh so sorry., wait i'll fix it..
EDIT: link fixed
Sent from my Android System using Busybox Commands.
Wow good will try this, in the same time I always got error message while backup sd-ext n there's no nandroid.md5 file in the folder :thumbup:
Sent from my GT-S5360 using xda premium
Access to the web page was blocked by ESET Smart Security. The web page is on the list of websites with potentially dangerous content.
lol.. can you upload using another way?
rio. said:
ooh so sorry., wait i'll fix it..
EDIT: link fixed
Sent from my Android System using Busybox Commands.
Click to expand...
Click to collapse
thank you
will try in my corrupt nand..
pressed
Sent by Schoolar Boy who wanna help and being a devs
Why avoid using space???
Does using \ not work in terminal emu???
Ex. Name\ of\ Backup\ Rom
Sent from my GT-S5360 using xda premium
thirdzcee said:
Why avoid using space???
Does using \ not work in terminal emu???
Ex. Name\ of\ Backup\ Rom
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
ClockWorkMod can't read folder's name with space (two words)
it's not on my script.
my script can only fix a corrupted md5sum on every piece of nandroid backup but can not rename folders
Sent from my Android System using Busybox Commands.
unsupported
rio. said:
i wrote this simple script to easily fix and regenerate the md5sum of our Nandroid backup to avoid mismatching when restoring it.
Instruction
- flash the Nandroid_md5_fixer.zip thru cwm or stock recovery
- go to terminal emulator and type "md5fix"
- select your damaged backup and wait until it finish!
NOTE: avoid using 'space' when renaming backup's folder. It must be in one word.
Click to expand...
Click to collapse
the zip file has an unsupported compression method . I cannot unzip it on my PC.
mai77 said:
the zip file has an unsupported compression method . I cannot unzip it on my PC.
Click to expand...
Click to collapse
i zipped it using busybox i didn't use PC in working with it..
edit: try to unzip it using 7zip
Sent from my Android System using Busybox Commands.
Good Tool...... Very Nice Work...
..::[email protected]::.. said:
Good Tool...... Very Nice Work...
Click to expand...
Click to collapse
thanks bro!
Sent from my Android System using Busybox Commands.
md5 recalc tool
rio. said:
i zipped it using busybox i didn't use PC in working with it..
edit: try to unzip it using 7zip
Sent from my Android System using Busybox Commands.
Click to expand...
Click to collapse
7zip no luck but winrar works.
So the script recalculates the md5 sums. this assumes, that when you switch between various builds of "CWM recovery shell" the md5 calculation somehow calculates kinda "wrong" md5 sums.
a very useful tool. :good::good:
I flashed the zip then used terminal emulator. Typed "md5fix" and responded, "sh: md5fix: command not found"
ajdevera said:
I flashed the zip then used terminal emulator. Typed "md5fix" and responded, "sh: md5fix: command not found"
Click to expand...
Click to collapse
flash it thru CWM
Sent from my Android System using Busybox Commands.
is this working on all rom backup? coz i have a backup of jellyblast v3, jellyblast v3 with stock kernel and stock backup..after apply this can i restore the backup? coz i dont want to always flash the rom from the beginning...
how to use the script ? any example ?
encik_racun said:
is this working on all rom backup? coz i have a backup of jellyblast v3, jellyblast v3 with stock kernel and stock backup..after apply this can i restore the backup? coz i dont want to always flash the rom from the beginning...
Click to expand...
Click to collapse
yes!
mai77 said:
how to use the script ? any example ?
Click to expand...
Click to collapse
after flashing just call it from terminal emulator.. the command is "md5fix"
rio. said:
yes!
after flashing just call it from terminal emulator.. the command is "md5fix"
Click to expand...
Click to collapse
recommend which CWM is working to restore?

Categories

Resources