This is my last internet posting about this problem before I pull my hair out and give up! It's going to be a long one so please forgive me for being verbose.
I have successfully compiled ICS 4.0.3 for the ARMv6 using the TeamICS patches here: https://github.com/TeamICS/ICS_Fixes And other relevant patches like: http://r.cyanogenmod.com/#change,10532 My phone is the Samsung Intercept with the S3C6410 processor. I compiled ICS with: make -j4 otapackage to get a zip. My dev box is Ubuntu 10.04 LTS and everything is installed EXACTLY like the AOSP website says it should be here: http://source.android.com/source/initializing.html I flash the zip using CM recovery and boot and this error is killing me: Warning PackageParser Exception reading AndroidManifest.xml in /system/ framework/framework-res.apk Warning PackageParser java.lang.SecurityException: /system/framework/ framework-res.apk failed verification of META-INF/CERT.SF Warning PackageParser Exception reading AndroidManifest.xml in /system/ app/PicoTts.apk Warning PackageParser java.lang.SecurityException: /system/app/ PicoTts.apk failed verification of META-INF/CERT.SF No apk will load because they fail verification. The list of failed APK's is long in logcat. I even went into the Java source code to hack out the verification code with no success. If any Devs have seen this or know why this is happening I would be grateful for a hint. Thanks. UPDATE: I flashed the Hero ICS zip to my phone(with a few modifications to prevent a phone brick!) to see if the problem was with my compile or something else and I got the same errors. This must mean that there is something about the way Android checks APK signatures that I don't understand. More information: If I run jarsigner -verify -certs framework-res.apk I get "jar verified". -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
