• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Porting AOKP 41 to the Lucid

I made a port of the quattrimus AOKP.
If someone could pull a logcat and dmesg while its booting that would be awesome.
*THIS DOES NOT BOOT*
it bootloops so if you you want to test this, make a nandroid backup.

Download:
https://www.dropbox.com/s/m37krivs4azrh9u/Lucid_AOKP_A1.zip

It hung on the boot screen. Logcat and dmesg. This looks like the reason right here in the logcat repeated several times, kernel came up without issues according to dmesg (assuming it's an A1 or A2 kernel):

[HIGH]
E/dalvikvm( 5415): ERROR: couldn't find native method
E/dalvikvm( 5415): Requested: Lcom/android/server/input/InputManagerService;.nativeSetKeyLayout:(ILjava/lang/String;Ljava/lang/String;)V
E/JNIHelp ( 5415): RegisterNatives failed for 'com/android/server/input/InputManagerService', aborting
F/libc ( 5415): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 5415 (system_server)
I/DEBUG ( 215): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 215): Build fingerprint: 'Verizon/cm_i_vzw/i_vzw:4.1.2/JZO54K/eng.build.20130317.210147:userdebug/test-keys'
I/DEBUG ( 215): pid: 5415, tid: 5415, name: system_server >>> system_server <<<
I/DEBUG ( 215): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
[/HIGH]

Also lots of class not found issues, are you sure that it's ported right? Try "installing" the rom straight from the quattrimus post and then loading an a2 kernel over it using an advanced nandroid restore of just the boot partition (the rom installer patches numerous files in-recovery during the installation process specific to i_vzw). I'm thinking it should boot if installed correctly.

After it does boot, we need to patch the camera and gps files, update build.prop, and fix the pixel density issue again.
 
https://www.dropbox.com/s/oi9wkakl3lfikf6/Lucid_AOKP_A2.zip
This boots but things dont work. (Camera, GPS.)

Stcarlso:
Could you please fix the GPS and back camera if you can.
Thanks

If you want to try and fix GPS and back camera yourself, you can replace the following files with a copy from the A2 CM10 rom:

[HIGH]
/system/lib/libgps.so
/system/lib/libgpsone_bit_api.so
/system/etc/gps.conf
/system/bin/gpsone_daemon
/system/lib/hw/camera.msm8660.so
/system/lib/liboemcamera.so
/system/lib/libchromatix_mt9p017_preview.so
[/HIGH]

If your icon/text sizes are too big, that can be fixed in /system/build.prop, find 320 and replace with 240.
 
Okay. I can do it by myself, I figured out how to use adb haha :D
and I changed the dpi and everything looks normal.
My phone was getting really hot though? any idea why it would?
 
Does it make it that much better?
If i even try to build from source i would want to do AOKP 4.2
Can I build a 4.2 rom and kernel from your source?
 
There are still graphics issues with AOKP42 and CM10.1. I will investigate (kernel issue most likely) after front cam is running.
 
Does it make it that much better?
If i even try to build from source i would want to do AOKP 4.2
Can I build a 4.2 rom and kernel from your source?
everything is better if built from src for the intended device. Much easier to edit src code than reverse engineer shyt, tho dont think stcarlos is doing that. ;)
There are still graphics issues with AOKP42 and CM10.1. I will investigate (kernel issue most likely) after front cam is running.

+1 no display on 4.2.2 yet, and I agree, if not more than that.
 
Back
Top Bottom