Hello,
I build a couple ROMs and make my own mods/apps. However, when re-adding them back to the system directory, i get this in the logcat, and then the apk/jar is not loaded and doesn't let the ROM boot.
Error:
I know exactly what the issue is, the signatures of the new modded file do not match what is found in android.uid.system.
What I am asking, is, how can I change what is found in the android.uid.system UID?
I tried re-signing all the jar and apk files of the ROM to see if that changes it but it still shows that same error in the log.
I have no idea where this is stored the UIDs of the system.
THanks all for looking!
I build a couple ROMs and make my own mods/apps. However, when re-adding them back to the system directory, i get this in the logcat, and then the apk/jar is not loaded and doesn't let the ROM boot.
Error:
Code:
01-01 00:07:19.157: E/PackageManager(9928): Package com.sec.android.app.nfctest has no signatures that match those in shared user android.uid.system; ignoring!What I am asking, is, how can I change what is found in the android.uid.system UID?
I tried re-signing all the jar and apk files of the ROM to see if that changes it but it still shows that same error in the log.
I have no idea where this is stored the UIDs of the system.
THanks all for looking!