• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

ROMs Convert ZIP sum in MD5 Sum

riebmeister

Lurker
Hello I try to test a custom ROM. But the md5 sum is not correct. When I try to install the custom ROM, via the recovery menu I get the message failed: failed to vertify whole files. I would now like to change the file sum. So that I have a md5 sum. My question is: is it possible?
 
Hope this helps, there were more. These are the ones that caught my eye.

See first attachment. Windows​



See second attachment. Windows.​


Great information. Worth a good look at.​


Here is downloadables link
http://www.md5summer.org/download.html
 

Attachments

There are two separate checks for flashable zips -- md5 checksum and zip signature check. The "failed to vertify whole files" message seems to come from failed zip signature check. To fix it, you need to sign the zip with a valid key/certificate.

Custom recoveries shouldn't require signed zips nor md5 checksums, unless you turn the features on in settings. Are you using the stock recovery? If so, whether you can install a privately signed zip depends on the manufacturer. If the stock recovery accepts Google's test key, then you can sign the zip with that certificate. Otherwise, you would need to sign the zips with the manufacturer's key, but I don't think that's public knowledge. I think most people just install a custom recovery instead.
 
There are two separate checks for flashable zips -- md5 checksum and zip signature check. The "failed to vertify whole files" message seems to come from failed zip signature check. To fix it, you need to sign the zip with a valid key/certificate.

Custom recoveries shouldn't require signed zips nor md5 checksums, unless you turn the features on in settings. Are you using the stock recovery? If so, whether you can install a privately signed zip depends on the manufacturer. If the stock recovery accepts Google's test key, then you can sign the zip with that certificate. Otherwise, you would need to sign the zips with the manufacturer's key, but I don't think that's public knowledge. I think most people just install a custom recovery instead.
How or is it possible to pull the key from the zip?

Edit: from the "official" manufacturer zip.
 
How or is it possible to pull the key from the zip?
Edit: from the "official" manufacturer zip.
Can't, because the private key is not in the zip, unless there's a way break the cryptosystem. The public key is in the certificate. The private key is a secret. So, as far as I know, if a manufacturer's private key ever becomes public knowledge, it's because it's leaked or stolen.
 
Back
Top Bottom