Looks like a question for http://groups.google.com/group/android-platform or http://groups.google.com/group/android-porting
If I am right and you are modifying the Android platform code I think it needs to be signed with a key you do not have. -- RichardC On Oct 28, 12:30 pm, yagbu <[email protected]> wrote: > I verified the signature of my modified "settings.apk" by "jarsigner" > tool. > $jarsigner -verify settings.apk > > It reported that "jar verified". > > So the signature of "settings.apk" should be right. But why did it > report error of "has no certificates" at install stage? > > On 10月23日, 下午10时29分, yagbu <[email protected]> wrote: > > > Hi, > > > I did some modification about the java code and AndroidManifest.xml of > > "com.android.settings" package. > > Then I ran the emulator like this: > > make; > > lunch 1; > > emulator & > > > When PackageManagerService was scanning the "/system/app/Settings.apk" > > packages at boot time, it reported an error that "com.android.settings > > has no certificates at entry AndroidManifest.xml". > > > I guess my modified "Settings.apk" could not pass the signature > > verify. How can I run my modified "Settings.apk" successfully? > > Could anybody help me? > > > Thanks,yagbu > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

