I'm flashing the first test ZIP now :3 Let's see if this works lol, I used the res folder from the PA framework-res.apk found here. If it boots we can try to fix that afterwards as long as nothing to major is broken because of it. So far it's booting. I think APKTool is decoding the JB files wrong, I updated my platform-tools (hence aapt as well) and I still can't compile the modifications correctly.
Edit: Bootlooped. Trying something else.
Not working. I get this everytime I start.
Code:
E/AndroidRuntime( 2239): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.S
erverThread
E/AndroidRuntime( 2239): java.lang.UnsatisfiedLinkError: Native method not found
: android.util.ExtendedPropertiesUtils.readFile:(Ljava/lang/String;)Ljava/lang/S
tring;
E/AndroidRuntime( 2239): at android.util.ExtendedPropertiesUtils.readFile
(Native Method)
E/AndroidRuntime( 2239): at android.util.ExtendedPropertiesUtils.refreshP
roperties(ExtendedPropertiesUtils.java:301)
E/AndroidRuntime( 2239): at android.app.ContextImpl.paranoidInit(ContextI
mpl.java:1592)
E/AndroidRuntime( 2239): at android.app.ContextImpl.init(ContextImpl.java
:1704)
E/AndroidRuntime( 2239): at android.app.ContextImpl.createSystemContext(C
ontextImpl.java:1561)
E/AndroidRuntime( 2239): at android.app.ActivityThread.getSystemContext(A
ctivityThread.java:1899)
E/AndroidRuntime( 2239): at android.app.ActivityThread.attach(ActivityThr
ead.java:4815)
E/AndroidRuntime( 2239): at android.app.ActivityThread.systemMain(Activit
yThread.java:4854)
E/AndroidRuntime( 2239): at com.android.server.am.ActivityManagerService.
main(ActivityManagerService.java:1370)
E/AndroidRuntime( 2239): at com.android.server.ServerThread.run(SystemSer
ver.java:171)
I/Process ( 2239): Sending signal. PID: 2239 SIG: 9
E/AndroidRuntime( 2239): Error reporting crash
E/AndroidRuntime( 2239): java.lang.NullPointerException
E/AndroidRuntime( 2239): at com.android.internal.os.RuntimeInit$UncaughtH
andler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 2239): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:693)
E/AndroidRuntime( 2239): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:690)
OMG, I just found the updated JB APKTool. Gonna try with that.