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.