Jump to content

Pulse Development


Recommended Posts

Guest Basher52
Posted (edited)

Hey guys, i really love your work here @ MoDaCo, using the Custom rom since the 1.1 version by Paul <_<

By time i recogniced that there are some apps includet ihad never used and that there are others, disturbing me with a new manuel installation after each rom flash, and while iam very insteressted in development, its very often :mellow:

so my question ist: what am i doing wrong at chanching the including files, each time i got a message:

E: No digest for data/app/blabla.apk

E: Verfication failed.

it doesnt matter where i place the new apps, if data or system/app folder, each time same error, even if i just deled some apps like touchpal or exchange (testet multiple ways of deleting: just .apk, just .odex, both....)

*EDIT*

Found some Infromation and thanks to BigBearMDC, helped me to find the link of every app in the Manifest.mf file. Next problem is the SHA1 Checksum needed for adding .apks, cause the checksum generated by android signer is not equal to normal SHA1 standard. If i found a way for reading out sha1 of an signed file it should be no problem adding it to the rom, deleting should already be possible by deleting the link in Mainfest file...

*EDIT 2*

i tried to delet the exchange_rs .apk and .odex file, also the link in mainfest file. if i just delet the app, i got an checksum error while pharsing the files in mainfest file, so it stops at the file, which i deletet. If i delete the link in mainfest.mf, i got an error while the bootloader is loading the manifest file. after some research i got the info that manifest checksum is done by generating a SHA1 checksum out of all files checksums. iam looking for a method getting the checksum from a self signed .apk file, cause then i maybe could add the file + checksum and the .apk checksum to manifest checksum. think i gonna trie it somehow the next day.

*EDIT 3*

after some failed tries by adding different .apks and their sha1 checksums to manifest.xml, ich found the Cert.SF file, which is almost a copy of manifest but needed for the RSA protection.

after addind the .apk, writing correct link in manifest and cerst file (with the sha1 diget) i flash the rom, getting the error of 545 unsigned files in the zip file.

now my question, does anyone know how to get an .rsa file or the encrzption?

think my project will take another time...

Come on guys, help me :(

PS: sorry for my bad english

Edited by Basher52

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.