Getting gummy rom to boot :D

Status
Not open for further replies.

Kayant

Senior Member
Jul 14, 2011
1,861
4,149
143
Ok I have now finished ported and compiling the gummy rom from source to our defy but i can't get it to boot probably :D... i can boot it through 2nd boot but i get an android.process.com error :(
Gummy rom can be found here - http://forum.xda-developers.com/showthread.php?t=1413542
My github here - https://github.com/Kayant
Logcat - [email protected]:~$ adb logcat
- waiting for device -
--------- beginning of /dev/log/main
I/ARMAssembler( 1117): generated scanline__00000077:03545405_00000000_00000000 [ 36 ipp] (50 ins) at [0x409e21e8:0x409e22b0] in 183106 ns
I/ARMAssembler( 1117): generated scanline__00000077:03545405_00000A05_00000000 [ 37 ipp] (58 ins) at [0x409e22b8:0x409e23a0] in 152588 ns
I/ARMAssembler( 1117): generated scanline__00000077:03545405_00000A08_00000000 [ 37 ipp] (59 ins) at [0x409e23a8:0x409e2494] in 183105 ns
I/init ( 1996): == init.rc: on init -----------------------
I/init ( 1997): == mapphone: on init ----------------------
I/init ( 1998): == mapphone: on init ----------------------
I/init ( 2023): == init.rc: on fs -------------------------
I/init ( 2024): == mapphone: on fs ------------------------
I/init ( 2066): == init.rc: on post-fs --------------------
I/init ( 2067): == mapphone: on post-fs -------------------
I/init ( 2077): == init.rc: on post-fs-data ---------------
I/init ( 2078): == mapphone: on post-fs-data -------------------
I/init ( 2102): == mapphone: on early-boot ----------------
I/init ( 2103): == init.rc: on boot -----------------------
I/run-parts( 2106): kernel.sched_latency_ns = 10000000
I/run-parts( 2106): kernel.sched_min_granularity_ns = 1000000
I/run-parts( 2106): vm.dirty_ratio = 0
I/run-parts( 2106): vm.dirty_background_ratio = 5
I/run-parts( 2106): vm.vfs_cache_pressure = 100
I/run-parts( 2106): vm.oom_kill_allocating_task = 1
I/run-parts( 2106): vm.min_free_kbytes = 4096
D/AndroidRuntime( 2123):
D/AndroidRuntime( 2123): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2123): CheckJNI is OFF
E/dalvikvm( 2123): ERROR: must specify non-'.' bootclasspath
W/dalvikvm( 2123): CreateJavaVM failed: dvmClassStartup failed
E/AndroidRuntime( 2123): JNI_CreateJavaVM failed
I/run-parts( 2106): Zipaligning...
I/run-parts( 2106): Zipalign complete! Runtime: 00:00:01
I/run-parts( 2106): kernel.sched_latency_ns = 10000000
I/run-parts( 2106): kernel.sched_min_granularity_ns = 1000000
I/run-parts( 2106): vm.dirty_ratio = 0
I/run-parts( 2106): vm.dirty_background_ratio = 5
I/run-parts( 2106): vm.vfs_cache_pressure = 100
I/run-parts( 2106): vm.oom_kill_allocating_task = 1
I/run-parts( 2106): vm.min_free_kbytes = 4096
I/boot ( 2163): Set 32mb of RAM free.
I/mountsd ( 2167): Checking filesystems..
I/run-parts( 2106): e2fsck 1.41.11 (14-Mar-2010)
I/run-parts( 2106): /dev/block/mmcblk0p2: recovering journal
I/run-parts( 2106): /dev/block/mmcblk0p2: clean, 11/124928 files, 26309/498900 blocks

Can anyone help me please???
Thanks :D
 
  • Like
Reactions: coolzarjun

TheRinseM

Senior Member
Jan 31, 2013
899
1,349
0
I have this problem.
Code:
[ 05-07 21:22:14.363   197:0xc5 E/dalvikvm ]

ERROR: must specify non-'.' bootclasspath



[ 05-07 21:22:14.373   197:0xc5 W/dalvikvm ]

CreateJavaVM failed: dvmClassStartup failed



[ 05-07 21:22:14.373   197:0xc5 E/AndroidRuntime ]

JNI_CreateJavaVM failed

Help? :)
 
Status
Not open for further replies.