{DEV}{WIP}cm12 - Samsung Galaxy Nexus

hello nexus community. the tuna cm12 kernel source was recently pushed. i built a rom based on cm12 sources. the rom layout differs from previous versions of cm. now consisting of /system/bin, /system.new.dat, /system.patch.dat, /system.transfer.list, and the usual meta-inf, boot.img, file_contexts files. for convenience and debugging reasons i restructured the rom to the previous format. my research, http://forum.xda-developers.com/galaxy-nexus/general/porting-android-l-lpv81b-to-tuna-help-t2796203 concludes this thread to be the only help thus far. i have ported various versions of tunas prop files. egl fails to initialize is the closest to booting yet. the vendor from aosp fml reveals
Code:
[email protected]:~$ adb logcat
--------- beginning of main
I/installd( 138): installd firing up
W/auditd ( 120): type=2000 audit(0.0:1): initialized
I/auditd ( 120): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/init ( 1): type=1400 audit(0.0:3): avc: denied { relabelto } for name="radio" dev=tmpfs ino=2417 scontext=u:r:init:s0 tcontext=u:object_r:radio_device:s0 tclass=lnk_file
I/ ( 131): debuggerd: Nov 6 2014 13:46:34
I/Netd ( 130): Netd 1.0 starting
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/ifb0/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/ifb1/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet3/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet4/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet3/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 130): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
I/lowmemorykiller( 122): Using in-kernel low memory killer interface
--------- beginning of system
I/Vold ( 124): Vold 2.1 (the revenge) firing up
I/SurfaceFlinger( 125): SurfaceFlinger is starting
I/SurfaceFlinger( 125): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 125): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 125): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 125): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
W/libEGL ( 125): eglInitialize(0x1) failed (EGL_BAD_ALLOC)
I/gralloc ( 125): using (fd=12)
I/gralloc ( 125): id = omapfb
I/gralloc ( 125): xres = 720 px
I/gralloc ( 125): yres = 1280 px
I/gralloc ( 125): xres_virtual = 720 px
I/gralloc ( 125): yres_virtual = 2560 px
I/gralloc ( 125): bpp = 32
I/gralloc ( 125): r = 16:8
I/gralloc ( 125): g = 8:8
I/gralloc ( 125): b = 0:8
I/gralloc ( 125): width = 58 mm (315.310333 dpi)
I/gralloc ( 125): height = 102 mm (318.745087 dpi)
I/gralloc ( 125): refresh rate = 59.14 Hz
E/ti_hwc ( 125): Composer HAL failed to load compatible Graphics HAL
E/SurfaceFlinger( 125): composer device failed to initialize (Invalid argument)
W/SurfaceFlinger( 125): no suitable EGLConfig found, trying a simpler query
F/SurfaceFlinger( 125): no suitable EGLConfig found, giving up
--------- beginning of crash
F/libc ( 125): Fatal signal 6 (SIGABRT), code -6 in tid 125 (surfaceflinger)
I/DEBUG ( 131): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 131): Build fingerprint: 'unknown'
I/DEBUG ( 131): Revision: '14'
I/DEBUG ( 131): ABI: 'arm'
I/DEBUG ( 131): pid: 125, tid: 125, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
I/DEBUG ( 131): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/mediaserver( 135): ServiceManager: 0x40e500c0
I/AudioFlinger( 135): Using default 3000 mSec as standby time.
I/ServiceManager( 135): Waiting for service batterystats...
I/DEBUG ( 131): Abort message: 'no suitable EGLConfig found, giving up'
I/DEBUG ( 131): r0 00000000 r1 0000007d r2 00000006 r3 00000000
I/DEBUG ( 131): r4 400de114 r5 00000006 r6 00000000 r7 0000010c
I/DEBUG ( 131): r8 40562000 r9 00000000 sl 00000000 fp 00000001
I/DEBUG ( 131): ip 0000007d sp bea534c0 lr 4010400d pc 401277b8 cpsr 600f0010
I/DEBUG ( 131):
I/DEBUG ( 131): backtrace:
I/DEBUG ( 131): #00 pc 000377b8 /system/lib/libc.so (tgkill+12)
I/DEBUG ( 131): #01 pc 00014009 /system/lib/libc.so (pthread_kill+52)
I/DEBUG ( 131): #02 pc 00014c27 /system/lib/libc.so (raise+10)
I/DEBUG ( 131): #03 pc 0001147d /system/lib/libc.so (__libc_android_abort+36)
I/DEBUG ( 131): #04 pc 0000fc4c /system/lib/libc.so (abort+4)
I/DEBUG ( 131): #05 pc 00007835 /system/lib/libcutils.so (__android_log_assert+88)
I/DEBUG ( 131): #06 pc 00026a35 /system/lib/libsurfaceflinger.so
I/DEBUG ( 131): #07 pc 00026625 /system/lib/libsurfaceflinger.so
I/DEBUG ( 131): #08 pc 00017411 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+148)
I/DEBUG ( 131): #09 pc 000007e1 /system/bin/surfaceflinger
I/DEBUG ( 131): #10 pc 0000fb09 /system/lib/libc.so (__libc_init+44)
I/DEBUG ( 131): #11 pc 000008d8 /system/bin/surfaceflinger
F/appproc ( 141): app_process: Unable to determine ABI list from property ro.product.cpu.abilist32.
F/libc ( 141): Fatal signal 6 (SIGABRT), code -6 in tid 141 (app_process)
I/DEBUG ( 131):
I/DEBUG ( 131): Tombstone written to: /data/tombstones/tombstone_00
E/DEBUG ( 131): unexpected waitpid response: n=141, status=00000009
E/ ( 131): ptrace detach from 141 failed: No such process
E/ ( 131): debuggerd committing suicide to free the zombie!
I/ServiceManager( 123): service 'media.audio_flinger' died
anyhow. the source for this rom included is as follows:
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/cm-12.0/toroplus
https://github.com/TheMuppets/proprietary_vendor_samsung/tree/cm-12.0/tuna
https://github.com/CyanogenMod/android_kernel_samsung_tuna/tree/cm-12.0
https://github.com/CyanogenMod/android_device_samsung_tuna/tree/cm-12.0
https://github.com/CyanogenMod/android_device_samsung_toroplus/tree/cm-11.0
************YER WARRANTY IS NOW VOID, I AM NOT RESPONSIBLE FOR YER ACTIONS, RESEARCH BEFORE MODIFYING YER DEVICE**********
THIS ROM IS NOT BOOTING
ROM
hosting booting build asap
edit:build in progress expected 12:00pm eastern
Edit: slightly behind schedule. I will try tonight, tomorrow.
edit:new bugs to fix
edit:too many bugs to host atm
BUGS
no data or phone info recognized (status)
no video playback or camera
random reboots (seldomly)
no bluetooth
project on hold***
NOTE: TWRP IS NOT RECOGNIZING OS AFTER INSTALL??AND INSTALL TIME SAME AS AOSP.
edit: http://pastebin.com/zMuJdtdB this logcat from rom included untouched.

http://pastebin.com/aVTDigtM hmm, the fml kernel w/ fml libs + cm12 androidruntime.so boot animation running. its the cm11 boot animation. i disabled selinux and fastboot flashed the kernel. the cm12 kernel will not recognize egl. aosp runtime replies
Code:
E/art ( 3674): Failed to register non-native method android.content.res.AssetManager.addOverlayPath(Ljava/lang/String;)I as native
F/art ( 3674): art/runtime/jni_internal.cc:771] JNI FatalError called: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...
F/art ( 3674): art/runtime/runtime.cc:284] Runtime aborting...
F/art ( 3674): art/runtime/runtime.cc:284] Aborting thread:
F/art ( 3674): art/runtime/runtime.cc:284] "main" prio=5 tid=1 Native
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c330e0 self=0x41f07800
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3674 nice=0 cgrp=default sched=0/0 handle=0x40182ec8
F/art ( 3674): art/runtime/runtime.cc:284] | state=R schedstat=( 346984864 386169433 46 ) utm=29 stm=4 core=1 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0xbe286000-0xbe288000 stackSize=8MB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes= "abort lock" "mutator lock"(shared held)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 00003531 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 00245ec5 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 0022aad3 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+146)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 0021abc3 /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*)+22)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 0021ae33 /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+374)
F/art ( 3674): art/runtime/runtime.cc:284] native: #06 pc 0021aff1 /system/lib/libart.so (art::Runtime::Abort()+72)
F/art ( 3674): art/runtime/runtime.cc:284] native: #07 pc 000a72a5 /system/lib/libart.so (art::LogMessage::~LogMessage()+1316)
F/art ( 3674): art/runtime/runtime.cc:284] native: #08 pc 001b41cf /system/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+58)
F/art ( 3674): art/runtime/runtime.cc:284] native: #09 pc 00001f33 /system/lib/libnativehelper.so (jniRegisterNativeMethods+98)
F/art ( 3674): art/runtime/runtime.cc:284] native: #10 pc 0005e001 /system/lib/libandroid_runtime.so (???)
F/art ( 3674): art/runtime/runtime.cc:284] native: #11 pc 0005f051 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #12 pc 0005f18d /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&)+276)
F/art ( 3674): art/runtime/runtime.cc:284] native: #13 pc 00001655 /system/bin/app_process32 (???)
F/art ( 3674): art/runtime/runtime.cc:284] native: #14 pc 00012961 /system/lib/libc.so (__libc_init+44)
F/art ( 3674): art/runtime/runtime.cc:284] native: #15 pc 00001770 /system/bin/app_process32 (???)
F/art ( 3674): art/runtime/runtime.cc:284] (no managed stack frames)
F/art ( 3674): art/runtime/runtime.cc:284] Pending exception java.lang.NoSuchMethodError thrown by 'unknown throw location'
F/art ( 3674): art/runtime/runtime.cc:284] java.lang.NoSuchMethodError: no native method "Landroid/content/res/AssetManager;.addOverlayPath(Ljava/lang/String;)I"
F/art ( 3674): art/runtime/runtime.cc:284] (Throwable with empty stack trace)Dumping all threads without appropriate locks held: thread list lock mutator lock
F/art ( 3674): art/runtime/runtime.cc:284] All threads:
F/art ( 3674): art/runtime/runtime.cc:284] DALVIK THREADS (6):
F/art ( 3674): art/runtime/runtime.cc:284] "main" prio=5 tid=1 Native
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c330e0 self=0x41f07800
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3674 nice=0 cgrp=default sched=0/0 handle=0x40182ec8
F/art ( 3674): art/runtime/runtime.cc:284] | state=R schedstat=( 360473634 403106689 48 ) utm=31 stm=4 core=1 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0xbe286000-0xbe288000 stackSize=8MB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes= "abort lock"
F/art ( 3674): art/runtime/runtime.cc:284] native: #00 pc 00004ce4 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 00003531 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 00245ec5 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 0022aad3 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+146)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 0023392d /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 0021adab /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+238)
F/art ( 3674): art/runtime/runtime.cc:284] native: #06 pc 0021aff1 /system/lib/libart.so (art::Runtime::Abort()+72)
F/art ( 3674): art/runtime/runtime.cc:284] native: #07 pc 000a72a5 /system/lib/libart.so (art::LogMessage::~LogMessage()+1316)
F/art ( 3674): art/runtime/runtime.cc:284] native: #08 pc 001b41cf /system/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+58)
F/art ( 3674): art/runtime/runtime.cc:284] native: #09 pc 00001f33 /system/lib/libnativehelper.so (jniRegisterNativeMethods+98)
F/art ( 3674): art/runtime/runtime.cc:284] native: #10 pc 0005e001 /system/lib/libandroid_runtime.so (???)
F/art ( 3674): art/runtime/runtime.cc:284] native: #11 pc 0005f051 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #12 pc 0005f18d /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&)+276)
F/art ( 3674): art/runtime/runtime.cc:284] native: #13 pc 00001655 /system/bin/app_process32 (???)
F/art ( 3674): art/runtime/runtime.cc:284] native: #14 pc 00012961 /system/lib/libc.so (__libc_init+44)
F/art ( 3674): art/runtime/runtime.cc:284] native: #15 pc 00001770 /system/bin/app_process32 (???)
F/art ( 3674): art/runtime/runtime.cc:284] (no managed stack frames)
F/art ( 3674): art/runtime/runtime.cc:284]
F/art ( 3674): art/runtime/runtime.cc:284] "ReferenceQueueDaemon" prio=5 tid=2 Waiting
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c33140 self=0x41f07c00
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3697 nice=0 cgrp=default sched=0/0 handle=0x41fa0080
F/art ( 3674): art/runtime/runtime.cc:284] | state=S schedstat=( 1007080 5310059 1 ) utm=0 stm=0 core=0 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0x460a7000-0x460a9000 stackSize=1036KB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes=
F/art ( 3674): art/runtime/runtime.cc:284] native: #00 pc 00012f0c /system/lib/libc.so (syscall+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 000a9fb1 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 001ebcd1 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+940)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 001ed2c9 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::eek:bject*, long long, int, bool, art::ThreadState)+120)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 001fa0c3 /system/lib/libart.so (art::eek:bject_wait(_JNIEnv*, _jobject*)+30)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/[email protected]@boot.oat (Java_java_lang_Object_wait__+82)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
F/art ( 3674): art/runtime/runtime.cc:284] - waiting on <0x0f4d0bfe> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:133)
F/art ( 3674): art/runtime/runtime.cc:284] - locked <0x0f4d0bfe> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
F/art ( 3674): art/runtime/runtime.cc:284]
F/art ( 3674): art/runtime/runtime.cc:284] "FinalizerWatchdogDaemon" prio=5 tid=3 Waiting
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c33260 self=0x41f08400
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3699 nice=0 cgrp=default sched=0/0 handle=0x41fa0580
F/art ( 3674): art/runtime/runtime.cc:284] | state=S schedstat=( 701904 5523682 1 ) utm=0 stm=0 core=0 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0x463b9000-0x463bb000 stackSize=1036KB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes=
F/art ( 3674): art/runtime/runtime.cc:284] native: #00 pc 00012f0c /system/lib/libc.so (syscall+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 000a9fb1 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 001ebcd1 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+940)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 001ed2c9 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::eek:bject*, long long, int, bool, art::ThreadState)+120)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 001fa0c3 /system/lib/libart.so (art::eek:bject_wait(_JNIEnv*, _jobject*)+30)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/[email protected]@boot.oat (Java_java_lang_Object_wait__+82)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
F/art ( 3674): art/runtime/runtime.cc:284] - waiting on <0x01e9af5f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:239)
F/art ( 3674): art/runtime/runtime.cc:284] - locked <0x01e9af5f> (a java.lang.Daemons$FinalizerWatchdogDaemon)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:211)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
F/art ( 3674): art/runtime/runtime.cc:284]
F/art ( 3674): art/runtime/runtime.cc:284] "GCDaemon" prio=5 tid=4 Waiting
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c33320 self=0x41f08c00
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3701 nice=0 cgrp=default sched=0/0 handle=0x41fa0a80
F/art ( 3674): art/runtime/runtime.cc:284] | state=S schedstat=( 701904 5554199 1 ) utm=0 stm=0 core=0 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0x466c6000-0x466c8000 stackSize=1036KB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes=
F/art ( 3674): art/runtime/runtime.cc:284] native: #00 pc 00012f0c /system/lib/libc.so (syscall+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 000a9fb1 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 001ebcd1 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+940)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 001ed2c9 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::eek:bject*, long long, int, bool, art::ThreadState)+120)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 001fa0c3 /system/lib/libart.so (art::eek:bject_wait(_JNIEnv*, _jobject*)+30)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/[email protected]@boot.oat (Java_java_lang_Object_wait__+82)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
F/art ( 3674): art/runtime/runtime.cc:284] - waiting on <0x0668cdac> (a java.lang.Daemons$GCDaemon)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Daemons$GCDaemon.run(Daemons.java:341)
F/art ( 3674): art/runtime/runtime.cc:284] - locked <0x0668cdac> (a java.lang.Daemons$GCDaemon)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
F/art ( 3674): art/runtime/runtime.cc:284]
F/art ( 3674): art/runtime/runtime.cc:284] "HeapTrimmerDaemon" prio=5 tid=5 Waiting
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c332c0 self=0x41f08800
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3700 nice=0 cgrp=default sched=0/0 handle=0x41fa0800
F/art ( 3674): art/runtime/runtime.cc:284] | state=S schedstat=( 946045 19775390 1 ) utm=0 stm=0 core=1 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0x464fa000-0x464fc000 stackSize=1036KB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes=
F/art ( 3674): art/runtime/runtime.cc:284] native: #00 pc 00012f0c /system/lib/libc.so (syscall+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 000a9fb1 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 001ebcd1 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+940)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 001ed2c9 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::eek:bject*, long long, int, bool, art::ThreadState)+120)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 001fa0c3 /system/lib/libart.so (art::eek:bject_wait(_JNIEnv*, _jobject*)+30)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/[email protected]@boot.oat (Java_java_lang_Object_wait__+82)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
F/art ( 3674): art/runtime/runtime.cc:284] - waiting on <0x28522a75> (a java.lang.Daemons$HeapTrimmerDaemon)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:310)
F/art ( 3674): art/runtime/runtime.cc:284] - locked <0x28522a75> (a java.lang.Daemons$HeapTrimmerDaemon)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
F/art ( 3674): art/runtime/runtime.cc:284]
F/art ( 3674): art/runtime/runtime.cc:284] "FinalizerDaemon" prio=5 tid=6 Waiting
F/art ( 3674): art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c33200 self=0x41f08000
F/art ( 3674): art/runtime/runtime.cc:284] | sysTid=3698 nice=0 cgrp=default sched=0/0 handle=0x41fa0300
F/art ( 3674): art/runtime/runtime.cc:284] | state=S schedstat=( 762940 21392822 1 ) utm=0 stm=0 core=1 HZ=100
F/art ( 3674): art/runtime/runtime.cc:284] | stack=0x4624a000-0x4624c000 stackSize=1036KB
F/art ( 3674): art/runtime/runtime.cc:284] | held mutexes=
F/art ( 3674): art/runtime/runtime.cc:284] native: #00 pc 00012f0c /system/lib/libc.so (syscall+28)
F/art ( 3674): art/runtime/runtime.cc:284] native: #01 pc 000a9fb1 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+80)
F/art ( 3674): art/runtime/runtime.cc:284] native: #02 pc 001ebcd1 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+940)
F/art ( 3674): art/runtime/runtime.cc:284] native: #03 pc 001ed2c9 /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::eek:bject*, long long, int, bool, art::ThreadState)+120)
F/art ( 3674): art/runtime/runtime.cc:284] native: #04 pc 001fa09d /system/lib/libart.so (art::eek:bject_waitJI(_JNIEnv*, _jobject*, long long, int)+36)
F/art ( 3674): art/runtime/runtime.cc:284] native: #05 pc 000005f7 /data/dalvik-cache/arm/[email protected]@boot.oat (Java_java_lang_Object_wait__JI+102)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
F/art ( 3674): art/runtime/runtime.cc:284] - waiting on <0x3f69ea0a> (a java.lang.ref.ReferenceQueue)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Object.wait(Object.java:422)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
F/art ( 3674): art/runtime/runtime.cc:284] - locked <0x3f69ea0a> (a java.lang.ref.ReferenceQueue)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:173)
F/art ( 3674): art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
F/art ( 3674): art/runtime/runtime.cc:284]
F/art ( 3674): art/runtime/runtime.cc:284]
F/libc ( 3674): Fatal signal 6 (SIGABRT), code -6 in tid 3674 (main)
no explanation with cm12 runtime. anybody?
edit: i narrowed the problem down to the ramdisk cm12 kernel. im not to keen on my kernel troubleshooting, if someone with kernel dev skills could chime in.

F/libc ( 1006): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x7 in tid 1006 (main)
I/libc ( 1006): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
I/ServiceManager( 738): service 'media.audio_flinger' died
this error appears to be the problem. i swapped the libc.so from the cm12 libs, same error. to be clear, the rom im speaking of is my cm12 rom hosted w/in this thread, ported to fml5.0 aosp. i ported the framework,app,and priv-app, build.prop and media folder to produce this logcat below. the reason i ported was due to the unrecognizable egl, unsolved by porting multiple vendor files, which i believe the resolution lies within the kernel/ramdisk
Code:
[email protected]:~$ adb logcat
--------- beginning of main
E/sdcard ( 144): missing packages.list; retrying
W/auditd ( 123): type=2000 audit(0.0:1): initialized
I/auditd ( 123): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/init ( 1): type=1400 audit(0.0:3): avc: denied { relabelto } for name="radio" dev=tmpfs ino=2121 scontext=u:r:init:s0 tcontext=u:object_r:radio_device:s0 tclass=lnk_file
W/init ( 1): type=1400 audit(0.0:4): avc: denied { sys_module } for capability=16 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability
I/installd( 139): installd firing up
I/ ( 134): debuggerd: Nov 6 2014 13:46:34
I/Netd ( 133): Netd 1.0 starting
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/default/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/lo/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/ifb0/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/ifb1/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/sit0/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/ip6tnl0/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet3/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/cdma_rmnet4/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet0/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet1/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet2/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/lte_rmnet3/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/p2p0/accept_ra_rt_table: No such file or directory
E/Netd ( 133): Failed to open /proc/sys/net/ipv6/conf/wlan0/accept_ra_rt_table: No such file or directory
D/AndroidRuntime( 534):
D/AndroidRuntime( 534): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 534): CheckJNI is OFF
I/art ( 534): option[0]=-Xzygote
I/art ( 534): option[1]=-Xstacktracefile:/data/anr/traces.txt
I/art ( 534): option[2]=exit
I/art ( 534): option[3]=vfprintf
I/art ( 534): option[4]=sensitiveThread
I/art ( 534): option[5]=-verbose:gc
I/art ( 534): option[6]=-Xms8m
I/art ( 534): option[7]=-Xmx256m
I/art ( 534): option[8]=-XX:mainThreadStackSize=24K
I/art ( 534): option[9]=-XX:HeapGrowthLimit=96m
I/art ( 534): option[10]=-XX:HeapMinFree=2m
I/art ( 534): option[11]=-XX:HeapMaxFree=8m
I/art ( 534): option[12]=-XX:HeapTargetUtilization=0.75
I/art ( 534): option[13]=-Xgenregmap
I/art ( 534): option[14]=-Xgc:precise
I/art ( 534): option[15]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y
I/art ( 534): option[16]=-Xlockprofthreshold:500
I/art ( 534): option[17]=-Ximage-compiler-option
I/art ( 534): option[18]=--runtime-arg
I/art ( 534): option[19]=-Ximage-compiler-option
I/art ( 534): option[20]=-Xms64m
I/art ( 534): option[21]=-Ximage-compiler-option
I/art ( 534): option[22]=--runtime-arg
I/art ( 534): option[23]=-Ximage-compiler-option
I/art ( 534): option[24]=-Xmx64m
I/art ( 534): option[25]=-Ximage-compiler-option
I/art ( 534): option[26]=--image-classes-zip=/system/framework/framework.jar
I/art ( 534): option[27]=-Ximage-compiler-option
I/art ( 534): option[28]=--image-classes=preloaded-classes
I/art ( 534): option[29]=-Xcompiler-option
I/art ( 534): option[30]=--runtime-arg
I/art ( 534): option[31]=-Xcompiler-option
I/art ( 534): option[32]=-Xms64m
I/art ( 534): option[33]=-Xcompiler-option
I/art ( 534): option[34]=--runtime-arg
I/art ( 534): option[35]=-Xcompiler-option
I/art ( 534): option[36]=-Xmx512m
I/art ( 534): option[37]=-Duser.language=en
I/art ( 534): option[38]=-Duser.region=US
I/mediaserver( 533): ServiceManager: 0x40f500c0
I/AudioFlinger( 533): Using default 3000 mSec as standby time.
I/ServiceManager( 533): Waiting for service batterystats...
E/memtrack( 534): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug( 534): failed to load memtrack module: -2
I/SamplingProfilerIntegration( 534): Profiling disabled.
D/Zygote ( 534): begin preload
I/Zygote ( 534): Preloading classes...
I/art ( 534): Explicit concurrent mark sweep GC freed 999(55KB) AllocSpace objects, 0(0B) LOS objects, 98% free, 70KB/4MB, paused 244us total 13.641ms
I/art ( 534): Counter: 1
I/art ( 534): Explicit concurrent mark sweep GC freed 538(33KB) AllocSpace objects, 0(0B) LOS objects, 97% free, 90KB/4MB, paused 244us total 3.936ms
I/art ( 534): Explicit concurrent mark sweep GC freed 633(40KB) AllocSpace objects, 0(0B) LOS objects, 97% free, 98KB/4MB, paused 244us total 13.305ms
I/art ( 534): Explicit concurrent mark sweep GC freed 400(25KB) AllocSpace objects, 0(0B) LOS objects, 97% free, 122KB/4MB, paused 274us total 11.657ms
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGujarati-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGujarati-Bold.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGujaratiUI-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGujaratiUI-Bold.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGurmukhi-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGurmukhi-Bold.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGurmukhiUI-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansGurmukhiUI-Bold.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansSinhala-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansSinhala-Bold.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansCherokee-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansCanadianAboriginal-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansYi-Regular.ttf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansHans-Regular.otf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansHant-Regular.otf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansJP-Regular.otf
E/Minikin ( 534): addFont failed to create font /system/fonts/NotoSansKR-Regular.otf
I/art ( 534): Explicit concurrent mark sweep GC freed 1477(107KB) AllocSpace objects, 0(0B) LOS objects, 96% free, 131KB/4MB, paused 244us total 11.444ms
I/art ( 534): Explicit concurrent mark sweep GC freed 1949(93KB) AllocSpace objects, 0(0B) LOS objects, 95% free, 177KB/4MB, paused 244us total 30.731ms
E/sdcard ( 144): missing packages.list; retrying
I/art ( 534): Explicit concurrent mark sweep GC freed 1984(88KB) AllocSpace objects, 0(0B) LOS objects, 95% free, 213KB/4MB, paused 244us total 14.068ms
I/art ( 534): Explicit concurrent mark sweep GC freed 410(29KB) AllocSpace objects, 0(0B) LOS objects, 94% free, 249KB/4MB, paused 244us total 14.160ms
F/libc ( 534): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x7 in tid 534 (main)
I/libc ( 534): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
I/ServiceManager( 126): service 'media.audio_flinger' died
when i kill the process, the device reboots.

strace mediaserver
http://pastebin.com/rx0dK0eC
i rekon these reoccurances should match
openat(AT_FDCWD, "/vendor/lib/libstagefright_omx.so", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/system/lib/libstagefright_omx.so", O_RDONLY) = 5 <-this # and ^ #?
i swapped the cm12 libs over and now the charge light starts during boot
Code:
F/libc ( 1370): Fatal signal 7 (SIGBUS), code 128, fault addr 0x0 in tid 1370 (mediaserver)
I/DEBUG ( 134): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 134): Build fingerprint: 'samsung/mysidspr/toroplus:4.3/JWR67B/L700GJ04:user/release-keys'
I/DEBUG ( 134): Revision: '14'
I/DEBUG ( 134): ABI: 'arm'
I/DEBUG ( 134): pid: 1370, tid: 1370, name: mediaserver >>> /system/bin/mediaserver <<<
I/DEBUG ( 134): signal 7 (SIGBUS), code 128 (SI_KERNEL), fault addr 0x0
I/DEBUG ( 134): r0 00000001 r1 00650071 r2 73682a85 r3 40e1b220
I/DEBUG ( 134): r4 00650071 r5 00000001 r6 40e73184 r7 408475d0
I/DEBUG ( 134): r8 bef318bc r9 00000000 sl 00000000 fp bef31acc
I/DEBUG ( 134): ip 40133ee8 sp bef31798 lr 40107d64 pc 40107d64 cpsr 000f0010
I/DEBUG ( 134):
I/DEBUG ( 134): backtrace:
I/DEBUG ( 134): #00 pc 00003d64 /system/lib/libcutils.so (android_atomic_add+16)
I/DEBUG ( 134): #01 pc 0000d5d1 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+6)
I/DEBUG ( 134): #02 pc 0001f8ef /system/lib/libbinder.so (android::acquire_object(android::sp<android::ProcessState> const&, flat_binder_object const&, void const*)+66)
I/DEBUG ( 134): #03 pc 0002025b /system/lib/libbinder.so (android::Parcel::writeObject(flat_binder_object const&, bool)+110)
I/DEBUG ( 134): #04 pc 0002052d /system/lib/libbinder.so (android::flatten_binder(android::sp<android::ProcessState> const&, android::sp<android::IBinder> const&, android::Parcel*)+100)
I/DEBUG ( 134): #05 pc 0002055d /system/lib/libbinder.so (android::Parcel::writeStrongBinder(android::sp<android::IBinder> const&)+20)
I/DEBUG ( 134): #06 pc 0001d93b /system/lib/libbinder.so
I/DEBUG ( 134): #07 pc 00001cef /system/bin/mediaserver
I/DEBUG ( 134): #08 pc 00001697 /system/bin/mediaserver
I/DEBUG ( 134): #09 pc 0000fb09 /system/lib/libc.so (__libc_init+44)
I/DEBUG ( 134): #10 pc 00001938 /system/bin/mediaserver
I/DEBUG ( 134):
I/DEBUG ( 134): Tombstone written to: /data/tombstones/tombstone_01
I/ServiceManager( 127): service 'media.audio_flinger' died
I/ServiceManager( 127): service 'media.player' died
I/ServiceManager( 497): Waiting for service media.audio_policy...
W/AudioSystem( 497): AudioPolicyService not published, waiting...
I/ServiceManager( 497): Waiting for service media.audio_policy...
I/ServiceManager( 497): Waiting for service media.audio_policy...

hello
popped the mediaserver with a chmod on it stock browser works time to rebuild and debug i knew cm would run with aosp kernel because of the recovery my build produced. very stockish, not cwm, and no options. wouldnt even load a rom due to sig ver. seems that lollipop is integrating cm aosp. thanks art.
screeniez

pm for link dev. all bugs current

I notice that this thread hasn't been active for a while but did you ever solve your issue and if so how did you fix it? I'm having the same problems and have tried all I could think of. Hopes up that you reply.

This is eol.

Related

[Q] anybody using slingplayer on Opendesire ?

Hi all
Anybody using slingplayer on Opendesire, i can't seem to get it to work, i think it broke between OD 2.0 - 2.3.
Can anybody figure out why it broke i need to know this so i can write to AdamG and have him correct the error.
This is the error i get in logcat
Code:
I/ActivityManager( 143): Start proc com.slingmedia.slingPlayer for activity com .slingmedia.slingPlayer/.Activities.SBSacLogin: pid=1052 uid=10062 gids={3003, 1 015}
I/WindowManager( 143): Setting rotation to 1, animFlags=1
I/ActivityManager( 143): Config changed: { scale=1.0 imsi=238/2 loc=en_US touch =3 keys=1/1/2 nav=3/1 orien=2 layout=34 uiMode=17 seq=4}
D/SlingPlayerApplication( 1052): onCreate++
V/SlingPlayerApplication( 1052): Thread priority5
V/SlingPlayerApplication( 1052): Thread priority5
D/dalvikvm( 1052): Trying to load lib /data/data/com.slingmedia.slingPlayer/lib/ libspsdk.so 0x4616d750
D/WifiService( 143): acquireWifiLockLocked: WifiLock{SlingWifiTag type=1 binder [email protected]}
D/dalvikvm( 1052): Added shared lib /data/data/com.slingmedia.slingPlayer/lib/li bspsdk.so 0x4616d750
W/dalvikvm( 1052): JNI WARNING: illegal class name 'com.slingmedia.slingPlayer.S PEKHandler.PlayerEngine.AudioPlayer' (Check_FindClass)
W/dalvikvm( 1052): (should be formed like 'java/lang/String')
I/dalvikvm( 1052): "main" prio=5 tid=1 NATIVE
I/dalvikvm( 1052): | group="main" sCount=0 dsCount=0 s=N obj=0x4001d8c8 self=0 xccf0
I/dalvikvm( 1052): | sysTid=1052 nice=1 sched=0/0 cgrp=default handle=-1345017 816
I/dalvikvm( 1052): | schedstat=( 67413329 17974856 47 )
I/dalvikvm( 1052): at java.lang.Runtime.nativeLoad(Native Method)
I/dalvikvm( 1052): at java.lang.Runtime.loadLibrary(Runtime.java:448)
I/dalvikvm( 1052): at java.lang.System.loadLibrary(System.java:557)
I/dalvikvm( 1052): at com.slingmedia.slingPlayer.SPEKHandler.PlayerEngine.Play erEngine.<clinit>(PlayerEngine.java:1330)
I/dalvikvm( 1052): at com.slingmedia.slingPlayer.SlingPlayerApplication.onCrea te(SlingPlayerApplication.java:-1)
I/dalvikvm( 1052): at android.app.Instrumentation.callApplicationOnCreate(Inst rumentation.java:969)
I/dalvikvm( 1052): at android.app.ActivityThread.handleBindApplication(Activit yThread.java:4244)
I/dalvikvm( 1052): at android.app.ActivityThread.access$3000(ActivityThread.ja va:125)
I/dalvikvm( 1052): at android.app.ActivityThread$H.handleMessage(ActivityThrea d.java:2071)
I/dalvikvm( 1052): at android.os.Handler.dispatchMessage(Handler.java:99)
I/dalvikvm( 1052): at android.os.Looper.loop(Looper.java:123)
I/dalvikvm( 1052): at android.app.ActivityThread.main(ActivityThread.java:4627 )
I/dalvikvm( 1052): at java.lang.reflect.Method.invokeNative(Native Method)
I/dalvikvm( 1052): at java.lang.reflect.Method.invoke(Method.java:521)
I/dalvikvm( 1052): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.r un(ZygoteInit.java:868)
I/dalvikvm( 1052): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java: 626)
I/dalvikvm( 1052): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 1052):
E/dalvikvm( 1052): VM aborting
I/DEBUG ( 120): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** * **
I/DEBUG ( 120): Build fingerprint: 'google/passion/passion/mahimahi:2.1-updat e1/ERE27/24178:user/release-keys'
I/DEBUG ( 120): pid: 1052, tid: 1052 >>> com.slingmedia.slingPlayer <<<
I/DEBUG ( 120): signal 11 (SIGSEGV), fault addr deadd00d
I/DEBUG ( 120): r0 00000026 r1 afd14629 r2 afd14629 r3 00000000
I/DEBUG ( 120): r4 aca9b3f4 r5 aca7e418 r6 80a5462c r7 808f2dc9
I/DEBUG ( 120): r8 aca10fc0 r9 0000ccf0 10 4208bc7c fp becca4b8
I/DEBUG ( 120): ip deadd00d sp becca0f0 lr afd15673 pc aca3c078 cpsr 200 00030
I/DEBUG ( 120): d0 74726f6261204d69 d1 4965746f67795a6e
I/DEBUG ( 120): d2 6874654d24746967 d3 677241646e41640a
I/DEBUG ( 120): d4 006900640065006d d5 006c0073002e0061
I/DEBUG ( 120): d6 00500067006e0069 d7 006500790061006c
I/DEBUG ( 120): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 120): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 120): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 120): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 120): d16 0000ccf84000c9d8 d17 3fe999999999999a
I/DEBUG ( 120): d18 42eccefa43de3400 d19 3fe00000000000b4
I/DEBUG ( 120): d20 4008000000000000 d21 3fd99a27ad32ddf5
I/DEBUG ( 120): d22 3fd24998d6307188 d23 3fcc7288e957b53b
I/DEBUG ( 120): d24 3fc74721cad6b0ed d25 3fc39a09d078c69f
I/DEBUG ( 120): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 120): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 120): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 120): scr 80000012
I/DEBUG ( 120):
I/DEBUG ( 120): #00 pc 0003c078 /system/lib/libdvm.so
I/DEBUG ( 120): #01 pc 0002d60c /system/lib/libdvm.so
I/DEBUG ( 120): #02 pc 0002e460 /system/lib/libdvm.so
I/DEBUG ( 120): #03 pc 0002e4e6 /system/lib/libdvm.so
I/DEBUG ( 120): #04 pc 000f2dec /data/data/com.slingmedia.slingPla yer/lib/libspsdk.so
I/DEBUG ( 120): #05 pc 00044502 /system/lib/libdvm.so
I/DEBUG ( 120): #06 pc 0005df04 /system/lib/libdvm.so
I/DEBUG ( 120): #07 pc 00015d58 /system/lib/libdvm.so
I/DEBUG ( 120): #08 pc 0001c754 /system/lib/libdvm.so
I/DEBUG ( 120): #09 pc 0001b5f4 /system/lib/libdvm.so
I/DEBUG ( 120): #10 pc 0005658c /system/lib/libdvm.so
I/DEBUG ( 120): #11 pc 000567bc /system/lib/libdvm.so
I/DEBUG ( 120): #12 pc 0006248c /system/lib/libdvm.so
I/DEBUG ( 120): #13 pc 00063e1a /system/lib/libdvm.so
I/DEBUG ( 120): #14 pc 00012c28 /system/lib/libdvm.so
I/DEBUG ( 120): #15 pc 0001c754 /system/lib/libdvm.so
I/DEBUG ( 120): #16 pc 0001b5f4 /system/lib/libdvm.so
I/DEBUG ( 120): #17 pc 0005674e /system/lib/libdvm.so
I/DEBUG ( 120): #18 pc 0005ed2c /system/lib/libdvm.so
I/DEBUG ( 120): #19 pc 00015d58 /system/lib/libdvm.so
I/DEBUG ( 120): #20 pc 0001c754 /system/lib/libdvm.so
I/DEBUG ( 120): #21 pc 0001b5f4 /system/lib/libdvm.so
I/DEBUG ( 120): #22 pc 0005658c /system/lib/libdvm.so
I/DEBUG ( 120): #23 pc 00041c56 /system/lib/libdvm.so
I/DEBUG ( 120): #24 pc 00034de8 /system/lib/libdvm.so
I/DEBUG ( 120): #25 pc 0002d894 /system/lib/libandroid_runtime.so
I/DEBUG ( 120): #26 pc 0002e990 /system/lib/libandroid_runtime.so
I/DEBUG ( 120): #27 pc 00008ca8 /system/bin/app_process
I/DEBUG ( 120): #28 pc 0000d3c0 /system/lib/libc.so
I/DEBUG ( 120):
I/DEBUG ( 120): code around pc:
I/DEBUG ( 120): aca3c058 20061861 f7d418a2 2000eb8e ece6f7d4
I/DEBUG ( 120): aca3c068 58234808 b1036bdb f8df4798 2026c01c
I/DEBUG ( 120): aca3c078 0000f88c ed4cf7d4 0005f3a0 fffe3024
I/DEBUG ( 120): aca3c088 fffe6298 0000039c deadd00d f8dfb40e
I/DEBUG ( 120): aca3c098 b503c02c bf00490a 188ba200 f853aa03
I/DEBUG ( 120):
I/DEBUG ( 120): code around lr:
I/DEBUG ( 120): afd15650 b5f74b0d 490da200 2600189b 585c4602
I/DEBUG ( 120): afd15660 686768a5 f9b5e008 b120000c 46289201
I/DEBUG ( 120): afd15670 9a014790 35544306 37fff117 6824d5f3
I/DEBUG ( 120): afd15680 d1ed2c00 bdfe4630 0002ccd0 000000d4
I/DEBUG ( 120): afd15690 b086b570 f602fb01 9004460c a804a901
I/DEBUG ( 120):
I/DEBUG ( 120): stack:
I/DEBUG ( 120): becca0b0 00000015
I/DEBUG ( 120): becca0b4 afd14659 /system/lib/libc.so
I/DEBUG ( 120): becca0b8 afd42498 /system/lib/libc.so
I/DEBUG ( 120): becca0bc afd43b6c /system/lib/libc.so
I/DEBUG ( 120): becca0c0 00000000
I/DEBUG ( 120): becca0c4 afd15673 /system/lib/libc.so
I/DEBUG ( 120): becca0c8 afd14629 /system/lib/libc.so
I/DEBUG ( 120): becca0cc afd14629 /system/lib/libc.so
I/DEBUG ( 120): becca0d0 afd14680 /system/lib/libc.so
I/DEBUG ( 120): becca0d4 aca9b3f4 /system/lib/libdvm.so
I/DEBUG ( 120): becca0d8 aca7e418 /system/lib/libdvm.so
I/DEBUG ( 120): becca0dc 80a5462c /data/data/com.slingmedia.slingPlayer /lib/libspsdk.so
I/DEBUG ( 120): becca0e0 808f2dc9 /data/data/com.slingmedia.slingPlayer /lib/libspsdk.so
I/DEBUG ( 120): becca0e4 afd1468d /system/lib/libc.so
I/DEBUG ( 120): becca0e8 df002777
I/DEBUG ( 120): becca0ec e3a070ad
I/DEBUG ( 120): #00 becca0f0 aca9b3f4 /system/lib/libdvm.so
I/DEBUG ( 120): becca0f4 aca2d611 /system/lib/libdvm.so
I/DEBUG ( 120): #01 becca0f8 aca9b3f4 /system/lib/libdvm.so
I/DEBUG ( 120): becca0fc aca2e465 /system/lib/libdvm.so
I/ActivityManager( 143): Process com.slingmedia.slingPlayer (pid 1052) has died .
D/Zygote ( 122): Process 1052 terminated by signal (11)
D/WifiService( 143): releaseWifiLockLocked: WifiLock{SlingWifiTag type=1 binder [email protected]}
I/WindowManager( 143): Setting rotation to 0, animFlags=1
I/BootReceiver( 143): Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_ TOMBSTONE)
I/ActivityManager( 143): Config changed: { scale=1.0 imsi=238/2 loc=en_US touch =3 keys=1/1/2 nav=3/1 orien=1 layout=34 uiMode=17 seq=5}
I/UsageStats( 143): Unexpected resume of com.fede.launcher while already resume d in com.slingmedia.slingPlayer
i have tried to ask in the OpenDesire thread but i can't seem to get any answers.
Big thanks in advance.
And last by not least big big thanks for this great forum.
please help me i have 50 km from work and back i need to watch tv on the train.
Try updating OD. It's on 3.0.5 now. Could be fixed.
Sent from my HTC Desire
GANJDROID said:
Try updating OD. It's on 3.0.5 now. Could be fixed.
Sent from my HTC Desire
Click to expand...
Click to collapse
Just tested and it still does not work, thanks anyway though.
Please people help me out
just updated to OD 3.1 and the problem still persists. please help.
Please help me locate the missing kernel patch or lib.
Sent from my HTC Desire using XDA App
Wtf just ask in the OpenDesire thread or use a different ROM.
This is the dev section, not Q&A.

Stuck at "HTC Incredible"

I just got my Incredible today. Rooted it, install RA Recovery, and installed CM6.
However, after follow the guide and install everything, my phone goes into a bootloop and the only thing on the screen is "HTC Incredible"
Logcat shows the following that keeps on repeating:
D/AndroidRuntime( 112): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
I/AndroidRuntime( 112): Heap size: -Xmx16m
D/AndroidRuntime( 112): CheckJNI is OFF
D/dalvikvm( 112): creating instr width table
I/dalvikvm( 112): DexOpt: source file mod time mismatch (3ced8f03 vs 3d491028)
D/dalvikvm( 112): Stale deps in cache file; removing and retrying
I/ ( 113): ServiceManager: 0xaec8
E/AudioHardwareQSD( 113): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 113): libhtc_acoustic.so version 2.0.1.5
I/HTC Acoustic( 113): open /system/etc/AdieHWCodecSetting.csv success.
E/HTC Acoustic( 113): Update ADIE table ID 69
I/HTC Acoustic( 113): read_adie_para_from_file success.
D/HTC Acoustic( 113): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 113): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 113): BT ID table version: Incredible_C_VZW_20100111
I/HTC Acoustic( 113): open /system/etc/TPA2018.csv success.
E/HTC Acoustic( 113): can't open /dev/tpa2018d1 -1
E/AudioHardwareQSD( 113): speaker amplifier tpa2018 is not supported
D/AudioHardwareQSD( 113): mNumBTEndpoints = 29
E/AudioHardwareQSD( 113): BT name Default (tx,rx)=(9,10)
E/AudioHardwareQSD( 113): BT name Default Car-kit (tx,rx)=(1002,1102)
E/AudioHardwareQSD( 113): BT name Jabra BT530 (tx,rx)=(1007,1107)
....
E/AudioHardwareQSD( 113): BT name HandsFreeLink TM (tx,rx)=(1047,1147)
E/AudioHardwareQSD( 113): BT name END (tx,rx)=(741945720,1093761072)
D/AudioHardwareInterface( 113): setMode(NORMAL)
I/AudioHardwareQSD( 113): Set master volume to 1.000000.
I/CameraService( 113): CameraService started: pid=113
I/AudioFlinger( 113): AudioFlinger's thread 0xddd0 ready to run
I/AudioHardwareQSD( 113): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 113): Routing audio to Speakerphone
D/AudioHardwareQSD( 113): Switching audio device to
D/AudioHardwareQSD( 113): Speakerphone
D/dalvikvm( 112): DexOpt: --- BEGIN 'core.jar' (bootstrap=1) ---
D/AudioHardwareQSD( 113): setVoiceVolume(1.000000)
I/AudioHardwareQSD( 113): Setting in-call volume to 5 (available range is 0 to 5)
D/AudioHardwareQSD( 113): Setting in-call volume to 100
D/dalvikvm( 147): creating instr width table
D/dalvikvm( 147): Ignoring duplicate verify attempt on Ljava/lang/Object;
D/dalvikvm( 147): Ignoring duplicate verify attempt on Ljava/lang/Class;
D/dalvikvm( 147): DexOpt: load 164ms, verify 1843ms, opt 94ms
D/dalvikvm( 112): DexOpt: --- END 'core.jar' (success) ---
D/dalvikvm( 112): DEX prep '/system/framework/core.jar': unzip in 1005ms, rewrite 5253ms
I/dalvikvm( 112): DexOpt: source file mod time mismatch (3d1998ca vs 3d491053)
D/dalvikvm( 112): Stale deps in cache file; removing and retrying
D/dalvikvm( 112): DexOpt: --- BEGIN 'ext.jar' (bootstrap=1) ---
D/dalvikvm( 151): creating instr width table
D/dalvikvm( 151): DexOpt: load 16ms, verify 217ms, opt 9ms
D/dalvikvm( 112): DexOpt: --- END 'ext.jar' (success) ---
D/dalvikvm( 112): DEX prep '/system/framework/ext.jar': unzip in 60ms, rewrite 420ms
I/dalvikvm( 112): DexOpt: source file mod time mismatch (3d2291e2 vs 3d4d04cd)
D/dalvikvm( 112): Stale deps in cache file; removing and retrying
D/dalvikvm( 112): DexOpt: --- BEGIN 'framework.jar' (bootstrap=1) ---
D/dalvikvm( 152): creating instr width table
D/dalvikvm( 152): Note: class Landroid/opengl/GLWrapperBase; has 211 unimplemented (abstract) methods
D/dalvikvm( 152): DexOpt: load 268ms, verify 2476ms, opt 120ms
D/dalvikvm( 112): DexOpt: --- END 'framework.jar' (success) ---
D/dalvikvm( 112): DEX prep '/system/framework/framework.jar': unzip in 1727ms, rewrite 4301ms
I/dalvikvm( 112): DexOpt: source file mod time mismatch (3d229219 vs 3d4d050c)
D/dalvikvm( 112): Stale deps in cache file; removing and retrying
D/dalvikvm( 112): DexOpt: --- BEGIN 'android.policy.jar' (bootstrap=1) ---
D/dalvikvm( 153): creating instr width table
D/dalvikvm( 153): DexOpt: load 21ms, verify 113ms, opt 4ms
D/dalvikvm( 112): DexOpt: --- END 'android.policy.jar' (success) ---
D/dalvikvm( 112): DEX prep '/system/framework/android.policy.jar': unzip in 22ms, rewrite 300ms
I/dalvikvm( 112): DexOpt: source file mod time mismatch (3d229268 vs 3d4d055a)
D/dalvikvm( 112): Stale deps in cache file; removing and retrying
D/dalvikvm( 112): DexOpt: --- BEGIN 'services.jar' (bootstrap=1) ---
D/dalvikvm( 154): creating instr width table
D/dalvikvm( 154): DexOpt: load 57ms, verify 837ms, opt 32ms
D/dalvikvm( 112): DexOpt: --- END 'services.jar' (success) ---
D/dalvikvm( 112): DEX prep '/system/framework/services.jar': unzip in 371ms, rewrite 1618ms
D/AndroidRuntime( 112): --- registering native functions ---
I/SamplingProfilerIntegration( 112): Profiler is disabled.
I/Zygote ( 112): Preloading classes...
E/Zygote ( 112): setreuid() failed. errno: 2
D/dalvikvm( 112): GC_EXPLICIT freed 829 objects / 47936 bytes in 4ms
D/dalvikvm( 112): GC_EXPLICIT freed 368 objects / 19112 bytes in 7ms
I/bluetooth_ScoSocket.cpp( 112): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 112): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 112): GC_EXPLICIT freed 319 objects / 18128 bytes in 3ms
D/dalvikvm( 112): GC_EXPLICIT freed 464 objects / 28808 bytes in 3ms
....
D/dalvikvm( 112): GC_FOR_MALLOC freed 7830 objects / 489632 bytes in 14ms
D/dalvikvm( 112): GC_EXPLICIT freed 6334 objects / 383040 bytes in 16ms
D/dalvikvm( 112): GC_EXPLICIT freed 516 objects / 27496 bytes in 15ms
...
D/dalvikvm( 112): GC_EXPLICIT freed 447 objects / 29424 bytes in 21ms
D/dalvikvm( 112): GC_EXPLICIT freed 315 objects / 20112 bytes in 22ms
I/Zygote ( 112): ...preloaded 1265 classes in 2767ms.
E/Zygote ( 112): setreuid() failed. errno: 17
D/dalvikvm( 112): GC_EXPLICIT freed 104 objects / 14192 bytes in 22ms
I/Zygote ( 112): Preloading resources...
D/dalvikvm( 112): GC_EXPLICIT freed 312 objects / 15600 bytes in 22ms
W/Zygote ( 112): Preloaded drawable resource #0x10801e8 (res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x10801ec (res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x10801ed (res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x10801f1 (res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x10801f5 (res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x10801f6 (res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x10801fb (res/drawable-hdpi/jog_tab_left_confirm_gray.png) that varies with configuration!!
D/dalvikvm( 112): GC_EXPLICIT freed 408 objects / 25152 bytes in 23ms
W/Zygote ( 112): Preloaded drawable resource #0x1080200 (res/drawable-hdpi/jog_tab_left_normal.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x1080201 (res/drawable-hdpi/jog_tab_left_pressed.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x1080203 (res/drawable-hdpi/jog_tab_right_confirm_gray.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x1080209 (res/drawable-hdpi/jog_tab_right_normal.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x108020a (res/drawable-hdpi/jog_tab_right_pressed.png) that varies with configuration!!
W/Zygote ( 112): Preloaded drawable resource #0x108020d (res/drawable-hdpi/jog_tab_target_gray.png) that varies with configuration!!
I/Zygote ( 112): ...preloaded 61 resources in 136ms.
I/Zygote ( 112): ...preloaded 15 resources in 4ms.
D/dalvikvm( 112): GC_EXPLICIT freed 325 objects / 19624 bytes in 23ms
D/dalvikvm( 112): GC_EXPLICIT freed 110 objects / 4368 bytes in 23ms
D/dalvikvm( 112): GC_EXPLICIT freed 2 objects / 48 bytes in 23ms
I/dalvikvm( 112): System server process 155 has been created
I/Zygote ( 112): Accepting command socket connections
I/sysproc ( 155): Entered system_init()
I/sysproc ( 155): ServiceManager: 0x124628
I/SurfaceFlinger( 155): SurfaceFlinger is starting
I/SurfaceFlinger( 155): dithering enabled
I/SurfaceFlinger( 155): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/FramebufferNativeWindow( 155): couldn't open framebuffer HAL (No such file or directory)
D/libEGL ( 155): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 155): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 155): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 155): loaded /system/lib/egl/libGLESv2_adreno200.so
I/DEBUG ( 110): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 110): Build fingerprint: 'verizon_wwe/inc/inc/inc:2.2/FRF91/231334:user/release-keys'
I/DEBUG ( 110): pid: 155, tid: 162 >>> system_server <<<
I/DEBUG ( 110): signal 11 (SIGSEGV), fault addr 00630072
I/DEBUG ( 110): r0 0012ee10 r1 00000002 r2 45350d5c r3 00630073
I/DEBUG ( 110): r4 45350dc0 r5 00000001 r6 45350d9c r7 00000000
I/DEBUG ( 110): r8 00100000 r9 a811c1f1 10 45251000 fp 0013da10
I/DEBUG ( 110): ip ac5291fc sp 45350d58 lr ab90a1c9 pc 00630072 cpsr 00000030
I/DEBUG ( 110): d0 6472656767756265 d1 0000000000000000
I/DEBUG ( 110): d2 0000000000000001 d3 0000000000000000
I/DEBUG ( 110): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 110): d6 0000303800000000 d7 ffffffffffffffff
I/DEBUG ( 110): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 110): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 110): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 110): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 110): d16 0000000000000000 d17 3fe999999999999a
I/DEBUG ( 110): d18 42eccefa43de3400 d19 3fe00000000000b4
I/DEBUG ( 110): d20 4008000000000000 d21 3fd99a27ad32ddf5
I/DEBUG ( 110): d22 3fd24998d6307188 d23 3fcc7288e957b53b
I/DEBUG ( 110): d24 3fc74721cad6b0ed d25 3fc39a09d078c69f
I/DEBUG ( 110): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 110): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 110): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 110): scr 20000012
I/DEBUG ( 110):
I/DEBUG ( 110): #00 pc 00630072
I/DEBUG ( 110): #01 pc 0000a1c6 /system/lib/libui.so (_ZN7android8EGLUtils27selectConfigForNativeWindowEPvPKiP23android_native_window_tPS1_)
I/DEBUG ( 110): #02 pc 000164f8 /system/lib/libsurfaceflinger.so (_ZN7android15DisplayHardware4initEj)
I/DEBUG ( 110): #03 pc 000169b2 /system/lib/libsurfaceflinger.so (_ZN7android15DisplayHardwareC1ERKNS_2spINS_14SurfaceFlingerEEEj)
I/DEBUG ( 110): #04 pc 000206bc /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger10readyToRunEv)
I/DEBUG ( 110): #05 pc 0001bdaa /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv)
I/DEBUG ( 110): #06 pc 0001c258 /system/lib/libutils.so
I/DEBUG ( 110): #07 pc 00011450 /system/lib/libc.so (__thread_entry)
I/DEBUG ( 110): #08 pc 00010f3c /system/lib/libc.so (pthread_create)
I/DEBUG ( 110):
I/DEBUG ( 110): code around pc:
I/DEBUG ( 110): 00630050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 110): 00630060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 110): 00630070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 110): 00630080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 110): 00630090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 110):
I/DEBUG ( 110): code around lr:
I/DEBUG ( 110): ab90a1a8 b01b0015 bf00bdf0 4605b573 461c460e
I/DEBUG ( 110): ab90a1b8 0015f06f 6d53b162 21024610 4798aa01
I/DEBUG ( 110): ab90a1c8 db052800 46314628 46239a01 ff48f7ff
I/DEBUG ( 110): ab90a1d8 bf00bd7c 47706880 6941b901 69c2040b
I/DEBUG ( 110): ab90a1e8 42930c1b f8d0da07 f85cc018 b1180033
I/DEBUG ( 110):
I/DEBUG ( 110): stack:
I/DEBUG ( 110): 45350d18 00100000 [heap]
I/DEBUG ( 110): 45350d1c a811c1f1 /system/lib/libutils.so
I/DEBUG ( 110): 45350d20 45251000
I/DEBUG ( 110): 45350d24 abe04be1 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d28 00000029
I/DEBUG ( 110): 45350d2c afd25f47 /system/lib/libc.so
I/DEBUG ( 110): 45350d30 00000000
I/DEBUG ( 110): 45350d34 00000002
I/DEBUG ( 110): 45350d38 00000001
I/DEBUG ( 110): 45350d3c 00000000
I/DEBUG ( 110): 45350d40 00000000
I/DEBUG ( 110): 45350d44 abe08940 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d48 abe08aa8 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d4c abe02ba5 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d50 df002777
I/DEBUG ( 110): 45350d54 e3a070ad
I/DEBUG ( 110): #01 45350d58 00000001
I/DEBUG ( 110): 45350d5c 45350d9c
I/DEBUG ( 110): 45350d60 00092348 [heap]
I/DEBUG ( 110): 45350d64 ac529130 /system/lib/libsurfaceflinger.so
I/DEBUG ( 110): 45350d68 00000001
I/DEBUG ( 110): 45350d6c ac5164fb /system/lib/libsurfaceflinger.so
D/Zygote ( 112): Process 155 terminated by signal (11)
I/Zygote ( 112): Exit zygote because system server (155) has terminated
I/ServiceManager( 107): service 'media.audio_flinger' died
I/ServiceManager( 107): service 'media.player' died
I/ServiceManager( 107): service 'media.camera' died
I/ServiceManager( 107): service 'media.audio_policy' died
D/AndroidRuntime( 167):
D/AndroidRuntime( 167): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
I/AndroidRuntime( 167): Heap size: -Xmx16m
D/AndroidRuntime( 167): CheckJNI is OFF
D/dalvikvm( 167): creating instr width table
D/AndroidRuntime( 167): --- registering native functions ---
I/ ( 166): ServiceManager: 0xaec8
E/AudioHardwareQSD( 166): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 166): libhtc_acoustic.so version 2.0.1.5
I/HTC Acoustic( 166): open /system/etc/AdieHWCodecSetting.csv success.
E/HTC Acoustic( 166): Update ADIE table ID 69
I/HTC Acoustic( 166): read_adie_para_from_file success.
D/HTC Acoustic( 166): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 166): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 166): BT ID table version: Incredible_C_VZW_20100111
I/HTC Acoustic( 166): open /system/etc/TPA2018.csv success.
E/HTC Acoustic( 166): can't open /dev/tpa2018d1 -1
E/AudioHardwareQSD( 166): speaker amplifier tpa2018 is not supported
D/AudioHardwareQSD( 166): mNumBTEndpoints = 29
E/AudioHardwareQSD( 166): BT name Default (tx,rx)=(9,10)
E/AudioHardwareQSD( 166): BT name Default Car-kit (tx,rx)=(1002,1102)
E/AudioHardwareQSD( 166): BT name Jabra BT530 (tx,rx)=(1007,1107)
E/AudioHardwareQSD( 166): BT name Jabra BT3030 (tx,rx)=(1009,1109)
.....
E/AudioHardwareQSD( 166): BT name END (tx,rx)=(741945720,1093761072)
D/AudioHardwareInterface( 166): setMode(NORMAL)
I/AudioHardwareQSD( 166): Set master volume to 1.000000.
I/CameraService( 166): CameraService started: pid=166
I/AudioFlinger( 166): AudioFlinger's thread 0xde08 ready to run
I/AudioHardwareQSD( 166): Routing audio to Speakerphone
D/AudioHardwareQSD( 166): Switching audio device to
D/AudioHardwareQSD( 166): Speakerphone
I/SamplingProfilerIntegration( 167): Profiler is disabled.
D/AudioHardwareQSD( 166): setVoiceVolume(1.000000)
I/AudioHardwareQSD( 166): Setting in-call volume to 5 (available range is 0 to 5)
D/AudioHardwareQSD( 166): Setting in-call volume to 100
I/AudioHardwareQSD( 166): AudioHardware pcm playback is going to standby.
I/Zygote ( 167): Preloading classes...
D/dalvikvm( 167): GC_EXPLICIT freed 824 objects / 47648 bytes in 2ms
D/dalvikvm( 167): GC_EXPLICIT freed 368 objects / 19104 bytes in 2ms
I/bluetooth_ScoSocket.cpp( 167): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 167): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 167): GC_EXPLICIT freed 319 objects / 18080 bytes in 3ms
D/dalvikvm( 167): GC_EXPLICIT freed 464 objects / 28848 bytes in 3ms
.....
D/dalvikvm( 167): GC_FOR_MALLOC freed 7623 objects / 496248 bytes in 14ms
D/dalvikvm( 167): GC_FOR_MALLOC freed 7560 objects / 487848 bytes in 14ms
......
D/dalvikvm( 167): GC_EXPLICIT freed 1747 objects / 85528 bytes in 21ms
D/dalvikvm( 167): GC_EXPLICIT freed 447 objects / 29456 bytes in 21ms
D/dalvikvm( 167): GC_EXPLICIT freed 315 objects / 20152 bytes in 22ms
I/Zygote ( 167): ...preloaded 1265 classes in 1974ms.
E/Zygote ( 167): setreuid() failed. errno: 17
D/dalvikvm( 167): GC_EXPLICIT freed 104 objects / 14256 bytes in 22ms
I/Zygote ( 167): Preloading resources...
D/dalvikvm( 167): GC_EXPLICIT freed 312 objects / 15608 bytes in 22ms
W/Zygote ( 167): Preloaded drawable resource #0x10801e8 (res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x10801ec (res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x10801ed (res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x10801f1 (res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x10801f5 (res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x10801f6 (res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x10801fb (res/drawable-hdpi/jog_tab_left_confirm_gray.png) that varies with configuration!!
D/dalvikvm( 167): GC_EXPLICIT freed 408 objects / 25160 bytes in 23ms
W/Zygote ( 167): Preloaded drawable resource #0x1080200 (res/drawable-hdpi/jog_tab_left_normal.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x1080201 (res/drawable-hdpi/jog_tab_left_pressed.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x1080203 (res/drawable-hdpi/jog_tab_right_confirm_gray.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x1080209 (res/drawable-hdpi/jog_tab_right_normal.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x108020a (res/drawable-hdpi/jog_tab_right_pressed.png) that varies with configuration!!
W/Zygote ( 167): Preloaded drawable resource #0x108020d (res/drawable-hdpi/jog_tab_target_gray.png) that varies with configuration!!
I/Zygote ( 167): ...preloaded 61 resources in 107ms.
I/Zygote ( 167): ...preloaded 15 resources in 5ms.
D/dalvikvm( 167): GC_EXPLICIT freed 325 objects / 19640 bytes in 23ms
D/dalvikvm( 167): GC_EXPLICIT freed 110 objects / 4400 bytes in 22ms
D/dalvikvm( 167): GC_EXPLICIT freed 2 objects / 48 bytes in 22ms
I/dalvikvm( 167): System server process 173 has been created
I/Zygote ( 167): Accepting command socket connections
I/sysproc ( 173): Entered system_init()
I/sysproc ( 173): ServiceManager: 0x11bff0
I/SurfaceFlinger( 173): SurfaceFlinger is starting
I/SurfaceFlinger( 173): dithering enabled
I/SurfaceFlinger( 173): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/FramebufferNativeWindow( 173): couldn't open framebuffer HAL (No such file or directory)
D/libEGL ( 173): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 173): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 173): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 173): loaded /system/lib/egl/libGLESv2_adreno200.so
I/DEBUG ( 110): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 110): Build fingerprint: 'verizon_wwe/inc/inc/inc:2.2/FRF91/231334:user/release-keys'
I/DEBUG ( 110): pid: 173, tid: 180 >>> system_server <<<
I/DEBUG ( 110): signal 11 (SIGSEGV), fault addr 00000000
I/DEBUG ( 110): r0 0012ed70 r1 00000002 r2 45350d5c r3 00000000
I/DEBUG ( 110): r4 45350dc0 r5 00000001 r6 45350d9c r7 00000000
I/DEBUG ( 110): r8 00100000 r9 a811c1f1 10 45251000 fp 00124150
I/DEBUG ( 110): ip ac5291fc sp 45350d58 lr ab90a1c9 pc 00000000 cpsr 00000010
I/DEBUG ( 110): d0 6472656767756265 d1 0000000000000000
I/DEBUG ( 110): d2 0000000000000001 d3 0000000000000000
I/DEBUG ( 110): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 110): d6 0000303800000000 d7 ffffffffffffffff
I/DEBUG ( 110): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 110): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 110): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 110): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 110): d16 0000000000000000 d17 3fe999999999999a
I/DEBUG ( 110): d18 42eccefa43de3400 d19 3fe00000000000b4
I/DEBUG ( 110): d20 4008000000000000 d21 3fd99a27ad32ddf5
I/DEBUG ( 110): d22 3fd24998d6307188 d23 3fcc7288e957b53b
I/DEBUG ( 110): d24 3fc74721cad6b0ed d25 3fc39a09d078c69f
I/DEBUG ( 110): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 110): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 110): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 110): scr 20000012
I/DEBUG ( 110):
I/DEBUG ( 110): #00 pc 00000000
I/DEBUG ( 110): #01 pc 0000a1c6 /system/lib/libui.so (_ZN7android8EGLUtils27selectConfigForNativeWindowEPvPKiP23android_native_window_tPS1_)
I/DEBUG ( 110): #02 pc 000164f8 /system/lib/libsurfaceflinger.so (_ZN7android15DisplayHardware4initEj)
I/DEBUG ( 110): #03 pc 000169b2 /system/lib/libsurfaceflinger.so (_ZN7android15DisplayHardwareC1ERKNS_2spINS_14SurfaceFlingerEEEj)
I/DEBUG ( 110): #04 pc 000206bc /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger10readyToRunEv)
I/DEBUG ( 110): #05 pc 0001bdaa /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv)
I/DEBUG ( 110): #06 pc 0001c258 /system/lib/libutils.so
I/DEBUG ( 110): #07 pc 00011450 /system/lib/libc.so (__thread_entry)
I/DEBUG ( 110): #08 pc 00010f3c /system/lib/libc.so (pthread_create)
I/DEBUG ( 110):
I/DEBUG ( 110): code around pc:
I/DEBUG ( 110):
I/DEBUG ( 110): code around lr:
I/DEBUG ( 110): ab90a1a8 b01b0015 bf00bdf0 4605b573 461c460e
I/DEBUG ( 110): ab90a1b8 0015f06f 6d53b162 21024610 4798aa01
I/DEBUG ( 110): ab90a1c8 db052800 46314628 46239a01 ff48f7ff
I/DEBUG ( 110): ab90a1d8 bf00bd7c 47706880 6941b901 69c2040b
I/DEBUG ( 110): ab90a1e8 42930c1b f8d0da07 f85cc018 b1180033
I/DEBUG ( 110):
I/DEBUG ( 110): stack:
I/DEBUG ( 110): 45350d18 00100000 [heap]
I/DEBUG ( 110): 45350d1c a811c1f1 /system/lib/libutils.so
I/DEBUG ( 110): 45350d20 45251000
I/DEBUG ( 110): 45350d24 abe04be1 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d28 00000029
I/DEBUG ( 110): 45350d2c afd25f47 /system/lib/libc.so
I/DEBUG ( 110): 45350d30 00000000
I/DEBUG ( 110): 45350d34 00000002
I/DEBUG ( 110): 45350d38 00000001
I/DEBUG ( 110): 45350d3c 00000000
I/DEBUG ( 110): 45350d40 00000000
I/DEBUG ( 110): 45350d44 abe08940 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d48 abe08aa8 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d4c abe02ba5 /system/lib/libEGL.so
I/DEBUG ( 110): 45350d50 df002777
I/DEBUG ( 110): 45350d54 e3a070ad
I/DEBUG ( 110): #01 45350d58 00000001
I/DEBUG ( 110): 45350d5c 45350d9c
I/DEBUG ( 110): 45350d60 00092370 [heap]
I/DEBUG ( 110): 45350d64 ac529130 /system/lib/libsurfaceflinger.so
I/DEBUG ( 110): 45350d68 00000001
I/DEBUG ( 110): 45350d6c ac5164fb /system/lib/libsurfaceflinger.so
D/Zygote ( 167): Process 173 terminated by signal (11)
I/Zygote ( 167): Exit zygote because system server (173) has terminated
I/ServiceManager( 107): service 'media.audio_flinger' died
I/ServiceManager( 107): service 'media.player' died
I/ServiceManager( 107): service 'media.camera' died
I/ServiceManager( 107): service 'media.audio_policy' died
I/ ( 184): ServiceManager: 0xaec8
E/AudioHardwareQSD( 184): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 184): libhtc_acoustic.so version 2.0.1.5
I/HTC Acoustic( 184): open /system/etc/AdieHWCodecSetting.csv success.
E/HTC Acoustic( 184): Update ADIE table ID 69
I/HTC Acoustic( 184): read_adie_para_from_file success.
D/HTC Acoustic( 184): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 184): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 184): BT ID table version: Incredible_C_VZW_20100111
I/HTC Acoustic( 184): open /system/etc/TPA2018.csv success.
E/HTC Acoustic( 184): can't open /dev/tpa2018d1 -1
E/AudioHardwareQSD( 184): speaker amplifier tpa2018 is not supported
D/AudioHardwareQSD( 184): mNumBTEndpoints = 29
E/AudioHardwareQSD( 184): BT name Default (tx,rx)=(9,10)
E/AudioHardwareQSD( 184): BT name Default Car-kit (tx,rx)=(1002,1102)
E/AudioHardwareQSD( 184): BT name Jabra BT530 (tx,rx)=(1007,1107)
E/AudioHardwareQSD( 184): BT name Jabra BT3030 (tx,rx)=(1009,1109)
E/AudioHardwareQSD( 184): BT name 3XXPlantronics (tx,rx)=(1014,1114)
E/AudioHardwareQSD( 184): BT name Motorola S9 (tx,rx)=(1019,1119)
E/AudioHardwareQSD( 184): BT name Motorola H500 (tx,rx)=(1025,1125)
.....
E/AudioHardwareQSD( 184): BT name HandsFreeLink TM (tx,rx)=(1047,1147)
E/AudioHardwareQSD( 184): BT name END (tx,rx)=(741945720,1093761072)
D/AudioHardwareInterface( 184): setMode(NORMAL)
I/AudioHardwareQSD( 184): Set master volume to 1.000000.
I/CameraService( 184): CameraService started: pid=184
I/AudioFlinger( 184): AudioFlinger's thread 0xde08 ready to run
I/AudioHardwareQSD( 184): Routing audio to Speakerphone
D/AudioHardwareQSD( 184): Switching audio device to
D/AudioHardwareQSD( 184): Speakerphone
I/AudioHardwareQSD( 184): AudioHardware pcm playback is going to standby.
D/AudioHardwareQSD( 184): setVoiceVolume(1.000000)
I/AudioHardwareQSD( 184): Setting in-call volume to 5 (available range is 0 to 5)
D/AudioHardwareQSD( 184): Setting in-call volume to 100
D/AndroidRuntime( 189):
---------------
Is there something else that I've missed during my rooting and flashing process?
PS..I came from T-Mobile Nexus One. Not sure how different a CDMA android phone is from GSM.
Bump for this. Can you boot into recovery at all?
Sent from my ADR6300 using XDA App
boot into recovery and install a different rom and see if you can boot up successfully. i recommended Virtous. CM6 is just toooo bugged.
Grooby97 said:
I just got my Incredible today. Rooted it, install RA Recovery, and installed CM6.
However, after follow the guide and install everything, my phone goes into a bootloop and the only thing on the screen is "HTC Incredible"
Logcat shows ...
Click to expand...
Click to collapse
At a glance, looks like a dalvik error. Try clearing the dalvik cache, for starters.
Well, as a last resort, maybe goto ShippedRoms and get the latest RUU?
http://www.shipped-roms.com/shipped/Incredible/

[Q] akmd2 : Device initialization failed

Hi right at the very end you can see i am getting a error akmd2 : Device initialization failed can someone please tell me what it is
Thanks
PHP:
.
I/DEBUG ( 157):
I/DEBUG ( 157): memory map around addr 00008d74:
I/DEBUG ( 157): (no map below)
I/DEBUG ( 157): (no map for address)
I/DEBUG ( 157): 54aaa000-54ab2000 /data/data/ccc71.at/arm/sqlite3
I/DEBUG ( 157):
I/DEBUG ( 157): stack:
I/DEBUG ( 157): 7ec89a88 00000000
I/DEBUG ( 157): 7ec89a8c 00000000
I/DEBUG ( 157): 7ec89a90 00000000
I/DEBUG ( 157): 7ec89a94 00000000
I/DEBUG ( 157): 7ec89a98 00000000
I/DEBUG ( 157): 7ec89a9c 00000000
I/DEBUG ( 157): 7ec89aa0 00000000
I/DEBUG ( 157): 7ec89aa4 00000000
I/DEBUG ( 157): 7ec89aa8 00000000
I/DEBUG ( 157): 7ec89aac 00000000
I/DEBUG ( 157): 7ec89ab0 00000000
I/DEBUG ( 157): 7ec89ab4 00000000
I/DEBUG ( 157): 7ec89ab8 00000000
I/DEBUG ( 157): 7ec89abc 00000000
I/DEBUG ( 157): 7ec89ac0 df0027ad
I/DEBUG ( 157): 7ec89ac4 00000000
I/DEBUG ( 157): #00 7ec89ac8 00000000
I/DEBUG ( 157): 7ec89acc 00000000
I/DEBUG ( 157): 7ec89ad0 7000a078
I/DEBUG ( 157): 7ec89ad4 7000a078
I/DEBUG ( 157): 7ec89ad8 7ec89c66 [stack]
I/DEBUG ( 157): 7ec89adc 00000118
I/DEBUG ( 157): 7ec89ae0 7000a078
I/DEBUG ( 157): 7ec89ae4 7000a078
I/DEBUG ( 157): 7ec89ae8 700094f0 /system/bin/linker
I/DEBUG ( 157): 7ec89aec 00000002
I/DEBUG ( 157): 7ec89af0 7ec89b08 [stack]
I/DEBUG ( 157): 7ec89af4 70009910 /system/bin/linker
I/DEBUG ( 157): 7ec89af8 00000000
I/DEBUG ( 157): 7ec89afc 00000000
I/DEBUG ( 157): 7ec89b00 70006d13 /system/bin/linker
I/DEBUG ( 157): 7ec89b04 700047d5 /system/bin/linker
I/DEBUG ( 157): 7ec89b08 00000000
I/DEBUG ( 157): 7ec89b0c 00000000
I/BootReceiver( 402): Copying /data/tombstones/tombstone_06 to DropBox (SYSTEM_
TOMBSTONE)
F/libc ( 2916): Fatal signal 11 (SIGSEGV) at 0x00008d74 (code=1)
I/DEBUG ( 157): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 157): Build fingerprint: 'SEMC/LT15i_1254-9461/LT15i:4.0.4/4.1.B.0.
587/tL1_3w:user/release-keys'
I/DEBUG ( 157): pid: 2916, tid: 2916 >>> /data/data/ccc71.at/arm/sqlite3 <<<
I/DEBUG ( 157): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00008d7
4
I/DEBUG ( 157): r0 70000001 r1 700094fc r2 00000000 r3 00008d74
I/DEBUG ( 157): r4 7000a078 r5 ffffffff r6 00008d74 r7 7e918b08
I/DEBUG ( 157): r8 70009910 r9 00000000 10 00000000 fp 70006d13
I/DEBUG ( 157): ip 00008005 sp 7e918ac8 lr 000072a6 pc 700041a8 cpsr 000
00030
I/DEBUG ( 157): d0 6472656767756265 d1 0000000000000028
I/DEBUG ( 157): d2 0000000000000063 d3 000000000000006f
I/DEBUG ( 157): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 157): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 157): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 157): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 157): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 157): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 157): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 157): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 157): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 157): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 157): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 157): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 157): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 157): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 157): scr 00000000
I/DEBUG ( 157):
I/DEBUG ( 157): #00 pc 700041a8 /system/bin/linker
I/DEBUG ( 157): #01 lr 000072a6 <unknown>
I/DEBUG ( 157):
I/DEBUG ( 157): code around pc:
I/DEBUG ( 157): 70004188 6858e00a 208cf8d4 f8c41885 e00350d8 ..Xh... .....P.
.
I/DEBUG ( 157): 70004198 0895685a 50dcf8c4 e0013308 44794924 Zh.....P.3..$Iy
D
I/DEBUG ( 157): 700041a8 2d00681d af49f47f 30acf8d4 f8d4b113 .h.-..I....0...
.
I/DEBUG ( 157): 700041b8 b96110b0 7174f240 9100481e 44784a1e [email protected]
D
I/DEBUG ( 157): 700041c8 491f4b1e 447b447a 68094479 f8d4e7b1 .K.IzD{DyD.h...
.
I/DEBUG ( 157):
I/DEBUG ( 157): code around lr:
I/DEBUG ( 157): 00007284 ffffffff ffffffff ffffffff ffffffff ...............
.
I/DEBUG ( 157): 00007294 ffffffff ffffffff ffffffff ffffffff ...............
.
I/DEBUG ( 157): 000072a4 ffffffff ffffffff ffffffff ffffffff ...............
.
I/DEBUG ( 157): 000072b4 ffffffff ffffffff ffffffff ffffffff ...............
.
I/DEBUG ( 157): 000072c4 ffffffff ffffffff ffffffff ffffffff ...............
.
I/DEBUG ( 157):
I/DEBUG ( 157): memory map around addr 00008d74:
I/DEBUG ( 157): (no map below)
I/DEBUG ( 157): (no map for address)
I/DEBUG ( 157): 54aaa000-54ab2000 /data/data/ccc71.at/arm/sqlite3
I/DEBUG ( 157):
I/DEBUG ( 157): stack:
I/DEBUG ( 157): 7e918a88 00000000
I/DEBUG ( 157): 7e918a8c 00000000
I/DEBUG ( 157): 7e918a90 00000000
I/DEBUG ( 157): 7e918a94 00000000
I/DEBUG ( 157): 7e918a98 00000000
I/DEBUG ( 157): 7e918a9c 00000000
I/DEBUG ( 157): 7e918aa0 00000000
I/DEBUG ( 157): 7e918aa4 00000000
I/DEBUG ( 157): 7e918aa8 00000000
I/DEBUG ( 157): 7e918aac 00000000
I/DEBUG ( 157): 7e918ab0 00000000
I/DEBUG ( 157): 7e918ab4 00000000
I/DEBUG ( 157): 7e918ab8 00000000
I/DEBUG ( 157): 7e918abc 00000000
I/DEBUG ( 157): 7e918ac0 df0027ad
I/DEBUG ( 157): 7e918ac4 00000000
I/DEBUG ( 157): #00 7e918ac8 00000000
I/DEBUG ( 157): 7e918acc 00000000
I/DEBUG ( 157): 7e918ad0 7000a078
I/DEBUG ( 157): 7e918ad4 7000a078
I/DEBUG ( 157): 7e918ad8 7e918c64 [stack]
I/DEBUG ( 157): 7e918adc 00000118
I/DEBUG ( 157): 7e918ae0 7000a078
I/DEBUG ( 157): 7e918ae4 7000a078
I/DEBUG ( 157): 7e918ae8 700094f0 /system/bin/linker
I/DEBUG ( 157): 7e918aec 00000002
I/DEBUG ( 157): 7e918af0 7e918b08 [stack]
I/DEBUG ( 157): 7e918af4 70009910 /system/bin/linker
I/DEBUG ( 157): 7e918af8 00000000
I/DEBUG ( 157): 7e918afc 00000000
I/DEBUG ( 157): 7e918b00 70006d13 /system/bin/linker
I/DEBUG ( 157): 7e918b04 700047d5 /system/bin/linker
I/DEBUG ( 157): 7e918b08 00000000
I/DEBUG ( 157): 7e918b0c 00000000
I/BootReceiver( 402): Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_
TOMBSTONE)
I/ActivityManager( 402): Process ccc71.at (pid 1602) has died.
W/ActivityManager( 402): Scheduling restart of crashed service ccc71.at/.servic
es.at_service in 42554ms
W/ActivityManager( 402): Scheduling restart of crashed service ccc71.at/.servic
es.at_background_service in 52554ms
E/kernel ( 168): [ 170.505187] init: untracked pid 1679 exited
E/kernel ( 168): [ 170.505279] init: untracked pid 1693 exited
D/dalvikvm( 402): GC_FOR_ALLOC freed 616K, 13% free 16895K/19399K, paused 105ms
I/dalvikvm-heap( 402): Grow heap (frag case) to 16.667MB for 129616-byte alloca
tion
D/dalvikvm( 402): GC_FOR_ALLOC freed 483K, 16% free 16538K/19527K, paused 66ms
D/dalvikvm( 501): GC_CONCURRENT freed 1645K, 22% free 13085K/16583K, paused 2ms
+6ms
I/ActivityManager( 402): Start proc com.google.process.gapps for service com.go
ogle.android.location/.NetworkLocationService: pid=2917 uid=10054 gids={3003, 10
15, 2001, 1007, 3006}
I/dalvikvm( 2917): Turning on JNI app bug workarounds for target SDK version 12.
..
I/ActivityThread( 2917): Pub com.google.settings: com.google.android.gsf.setting
s.GoogleSettingsProvider
I/ActivityThread( 2917): Pub subscribedfeeds: com.google.android.gsf.subscribedf
eeds.SubscribedFeedsProvider
I/ActivityThread( 2917): Pub com.google.contacts.gal.provider: com.google.androi
d.syncadapters.contacts.GalProvider
I/ActivityThread( 2917): Pub com.google.android.gsf.gservices: com.google.androi
d.gsf.gservices.GservicesProvider
I/GservicesProvider( 2917): Gservices pushing to system: true; secure: true
I/ActivityThread( 2917): Pub com.google.android.providers.talk: com.google.andro
id.gsf.talk.TalkProvider
D/NetworkLocationService( 2917): onCreate com.google.android.location.NetworkLoc
[email protected]
D/NetworkLocationClient( 2917): ANDROID minProtocolVersion 1 maxProtocolVersion
1 releaseVersion -1
D/NetworkLocationClient( 2917): binding to Intent { act=com.google.android.locat
ion.internal.ANDROID_NLP }
D/NetworkLocationService( 2917): onBind com.google.android.location.NetworkLocat
[email protected]e8e348
D/NetworkLocationService( 2917): onBind com.google.android.location.GeocodeProvi
dercom.google.android.location.[email protected]
D/SyncManager( 402): setSyncAutomatically: , provider subscribedfeeds -> true
D/SyncManager( 402): setSyncAutomatically: already set to true, doing nothing
D/androidInternalNlpService( 2917): onCreate com.google.android.location.interna
[email protected]
D/NetworkLocationRealOs( 2917): ------------------------ reading cache.cell
D/NetworkLocationRealOs( 2917): no cache.cell found; not migrating
D/NetworkLocationRealOs( 2917): ------------------------ reading cache.wifi
D/NetworkLocationRealOs( 2917): no cache.wifi found; not migrating
D/androidNlpServiceThread( 2917): ANDROID minProtocolVersion 1 maxProtocolVersio
n 1 releaseVersion -1
I/AKMD2 ( 2941): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2941): akmd2 : Device initialization failed.
I/AKMD2 ( 2941): AK8975/B for Android end.
D/dalvikvm( 2917): GC_CONCURRENT freed 264K, 4% free 9490K/9799K, paused 3ms+5ms
D/NetworkLocationClient( 2917): onServiceConnected to ComponentInfo{com.google.a
ndroid.location/com.google.android.location.internal.server.NetworkLocationServi
ce}
D/androidNetworkLocationListeners( 2917): Still have listener com.google.android
[email protected]
I/AKMD2 ( 2942): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2942): akmd2 : Device initialization failed.
I/AKMD2 ( 2942): AK8975/B for Android end.
D/kernel ( 168): [ 183.374481] bq27520 0-0055: bq27520_handle_soc_worker() ca
pacity=54 (54) flags=0x138 ctrl_status=0x28d soh_state=0x1, valid=1
I/AKMD2 ( 2943): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2943): akmd2 : Device initialization failed.
I/AKMD2 ( 2943): AK8975/B for Android end.
I/ActivityManager( 402): Start proc com.sonyericsson.secureclockservice for ser
vice com.sonyericsson.secureclockservice/.SecureClockEventListenerService: pid=2
944 uid=10042 gids={3003}
I/SecureClock( 2944): The listener for network connectivity is set up
I/SecureClock( 2944): Generate an initial secure clock value.
I/SecureClock( 2944): Network not connected
I/JNI ( 2944): Trying to load libJNISecureClock.so
D/dalvikvm( 2944): Trying to load lib /data/data/com.sonyericsson.secureclockser
vice/lib/libJNISecureClock.so 0x2be522e0
D/dalvikvm( 2944): Added shared lib /data/data/com.sonyericsson.secureclockservi
ce/lib/libJNISecureClock.so 0x2be522e0
D/dalvikvm( 2944): No JNI_OnLoad found in /data/data/com.sonyericsson.securecloc
kservice/lib/libJNISecureClock.so 0x2be522e0, skipping init
I/SecureClock( 2944): network state changed
I/SecureClock( 2944): The phone is now connected with the network again!
I/SecureClock( 2944): fetchNTPTime started
I/SecureClock( 2944): Enter NTP request guard
I/SecureClock( 2944): Ntp time fetching triggered.
I/SecureClock( 2944): Trying to fetch NTP time from the server: xtra1.gpsonextra
.net
I/SecureClock( 2944): Retrieved Ntp time:1362956818
I/SecureClock( 2944): Stopping parent service
I/SecureClock( 2944): Exit NTP request guard
I/AKMD2 ( 2959): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2959): akmd2 : Device initialization failed.
I/AKMD2 ( 2959): AK8975/B for Android end.
I/GTalkService/c( 2917): [[email protected]] connect: acct=1000000, stat
e=CONNECTING
I/AKMD2 ( 2965): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2965): akmd2 : Device initialization failed.
I/AKMD2 ( 2965): AK8975/B for Android end.
D/dalvikvm( 2917): GC_CONCURRENT freed 288K, 4% free 9638K/9991K, paused 2ms+4ms
D/ConnectivityService( 402): handleInetConditionHoldEnd: net=1, condition=100,
published condition=100
I/AKMD2 ( 2970): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2970): akmd2 : Device initialization failed.
I/AKMD2 ( 2970): AK8975/B for Android end.
I/ActivityManager( 402): Start proc com.texty.sms for service com.texty.sms/.Sy
ncService: pid=2971 uid=10115 gids={3003}
E/texty ( 2971): ts_last_c2dm=1362094738975
I/AKMD2 ( 2987): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2987): akmd2 : Device initialization failed.
I/AKMD2 ( 2987): AK8975/B for Android end.
I/AKMD2 ( 2988): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 2988): akmd2 : Device initialization failed.
I/AKMD2 ( 2988): AK8975/B for Android end.
I/ActivityManager( 402): Start proc ccc71.at for service ccc71.at/.services.at_
service: pid=2989 uid=10097 gids={1007, 1015, 3002, 3001, 1006, 3003}
I/dalvikvm( 2989): Turning on JNI app bug workarounds for target SDK version 11.
..
D/dalvikvm( 402): GC_EXPLICIT freed 726K, 16% free 16546K/19527K, paused 6ms+8m
s
W/android_tuner( 2989): Starting (after app kill) at_service default receivers -
[email protected]
D/android_tuner( 2989): Opening DB from ccc71.at.d.f
V/android_tuner( 2989): DB created and ready!
D/dalvikvm( 2989): GC_CONCURRENT freed 152K, 2% free 9606K/9799K, paused 2ms+2ms
W/android_tuner( 2989): Loading exception handler onto file /mnt/sdcard/at/suppo
rt/crash_reports.txt
D/android_tuner( 2989): Enumerating existing widgets...
W/android_tuner( 2989): Registered at_watcher (screen false)
V/android_tuner( 2989): registeredListeners removing: class ccc71.at.schedulers.
at_widget_scheduler
I/android_tuner( 2989): Checking 26 processes
W/android_tuner( 2989): Killing 6 processes...
I/ActivityManager( 402): Killing proc 2989:ccc71.at/10097: kill background
W/ActivityManager( 402): Scheduling restart of crashed service ccc71.at/.servic
es.at_service in 170216ms
I/AKMD2 ( 3006): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
E/AKMD2 ( 3006): akmd2 : Device initialization failed.
I/AKMD2 ( 3006): AK8975/B for Android end.
I/AKMD2 ( 3007): AK8975/B for Android v 2.0.0.---- (Library: v1.2.3.114) start
ed.
[COLOR="Red"]E/AKMD2 ( 3007): akmd2 : Device initialization failed.
I/AKMD2 ( 3007): AK8975/B for Android end[/COLOR].
AK8975 is the compass and/or accelerometer sensor, that is used Sony Ericsson phones.
So my guess would be, that akmd2 is the control driver for that sensor.

Trying to build AOSP-based Android L Preview ROM

I was able to build Android using AOSP android-l-preview_r2 project tree + a couple of CM and custom projects (kernel, device, ...). I made it pass the HTC boot animation, and I'm stuck and the android gray logo boot animation.
Here's the part of my logcat that seems to pinpoint the issue and my custom manifest :
Code:
11-01 04:47:08.033 153 153 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
--------- beginning of crash
11-01 04:47:08.033 153 153 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6 in tid 153 (mediaserver)
11-01 04:47:08.142 150 150 I SELinux : SELinux: Loaded file_contexts from /file_contexts
11-01 04:47:08.158 150 150 I DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-01 04:47:08.159 150 150 I DEBUG : Build fingerprint: 'Android/full_endeavoru/endeavoru:4.4.3.43.43.43/AOSP/billy10311923:userdebug/test-keys'
11-01 04:47:08.159 150 150 I DEBUG : Revision: '0'
11-01 04:47:08.159 150 150 I DEBUG : ABI: 'arm'
11-01 04:47:08.159 150 150 I DEBUG : pid: 153, tid: 153, name: mediaserver >>> /system/bin/mediaserver <<<
11-01 04:47:08.159 150 150 I DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
11-01 04:47:08.190 150 150 I DEBUG : r0 40d010c0 r1 00000002 r2 00000002 r3 33333333
11-01 04:47:08.190 150 150 I DEBUG : r4 40d010c0 r5 00000002 r6 40d5c298 r7 55555555
11-01 04:47:08.190 150 150 I DEBUG : r8 33333333 r9 40d73240 sl 40d1b380 fp 00000000
11-01 04:47:08.190 150 150 I DEBUG : ip 55555555 sp becab7b8 lr 412f9118 pc 412f913c cpsr 20010010
11-01 04:47:08.192 150 150 I DEBUG :
11-01 04:47:08.192 150 150 I DEBUG : backtrace:
11-01 04:47:08.193 150 150 I DEBUG : #00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
11-01 04:47:08.193 150 150 I DEBUG : #01 pc 00014521 /system/lib/libaudioflinger.so
11-01 04:47:08.193 150 150 I DEBUG : #02 pc 000255e1 /system/lib/libaudioflinger.so
11-01 04:47:08.193 150 150 I DEBUG : #03 pc 0000ef5b /system/lib/hw/audio_policy.default.so (android_audio_legacy::AudioPolicyCompatClient::openOutput(int, unsigned int*, unsigned int*, audio_format_t*, unsigned int*, unsigned int*, audio_output_flags_t, audio_offload_info_t const*)+30)
11-01 04:47:08.194 150 150 I DEBUG : #04 pc 0000e3d5 /system/lib/hw/audio_policy.default.so (android_audio_legacy::AudioPolicyManagerBase::AudioPolicyManagerBase(android_audio_legacy::AudioPolicyClientInterface*)+580)
11-01 04:47:08.194 150 150 I DEBUG : #05 pc 00009831 /system/lib/hw/audio_policy.default.so (createAudioPolicyManager+20)
11-01 04:47:08.194 150 150 I DEBUG : #06 pc 0000f415 /system/lib/hw/audio_policy.default.so
11-01 04:47:08.194 150 150 I DEBUG : #07 pc 00025231 /system/lib/libaudioflinger.so (android::AudioPolicyService::AudioPolicyService()+388)
11-01 04:47:08.194 150 150 I DEBUG : #08 pc 00001c9f /system/bin/mediaserver
11-01 04:47:08.194 150 150 I DEBUG : #09 pc 00001605 /system/bin/mediaserver
11-01 04:47:08.194 150 150 I DEBUG : #10 pc 00012bc1 /system/lib/libc.so (__libc_init+44)
11-01 04:47:08.194 150 150 I DEBUG : #11 pc 00001898 /system/bin/mediaserver
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com" />
<project path="hardware/ti/wlan" name="platform/hardware/ti/wlan" revision="refs/tags/android-4.4.4_r2.0.1" />
<remove-project name="platform/external/sepolicy" />
<project name="endeavoru/android_external_sepolicy" path="external/sepolicy" remote="github" revision="refs/heads/android-l-preview_r2" />
<remove-project name="platform/build" />
<project name="endeavoru/android_build" path="build" remote="github" revision="refs/heads/android-l-preview_r2" />
<remove-project name="platform/system/core" />
<project name="endeavoru/android_system_core" path="system/core" remote="github" revision="refs/heads/android-l-preview_r2" />
<project name="endeavoru/android_device_htc_endeavoru" path="device/htc/endeavoru" remote="github" revision="refs/heads/android-l-preview_r2" />
<project name="endeavoru/android_device_htc_tegra3-common" path="device/htc/tegra3-common" remote="github" revision="refs/heads/android-l-preview_r2" />
<project name="endeavoru/android_kernel_htc_endeavoru" path="kernel/htc/endeavoru" remote="github" revision="refs/heads/android-l-preview_r2" />
</manifest>
Could an admin transfer my thread in the Android Development Forum so I could get some help ?
Come on ? There's really no one that can even say something ?
Try to ask developers. Not many devs look there
Thanks MikeChannon for moving the thread!
I rebuilt my ROM with the android-5.0.0_r2 AOSP source code and CM's device and kernel repos. Here are some tombstones...
Code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11120657:userdebug/test-keys'
Revision: '0'
ABI: 'arm'
pid: 4935, tid: 4935, name: mediaserver >>> /system/bin/mediaserver <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
cannot get registers: No such process
backtrace:
#00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
#01 pc 0001fc15 /system/lib/libaudioflinger.so
#02 pc 0001fd69 /system/lib/libaudioflinger.so
#03 pc 00009831 /system/lib/libaudiopolicyservice.so
#04 pc 00019d41 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+972)
#05 pc fffffffd <unknown>
stack:
........ ........
........ ........
........ ........
........ ........
........ ........
........ ........
cannot get siginfo for 4935: No such process
--------- tail end of log main
11-12 19:32:28.661 4935 4935 E CameraWrapper: failed to open vendor camera module
11-12 19:32:28.664 4935 4935 I AudioPolicyService: AudioPolicyService CSTOR in new mode
11-12 19:32:28.668 4935 4935 I AudioPolicyManager: loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
11-12 19:32:28.671 4935 4935 W linker : libaudioavp.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
11-12 19:32:28.996 4935 4935 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
--------- log main
11-12 19:32:28.607 4935 4935 I mediaserver: ServiceManager: 0x40f500c0
11-12 19:32:28.607 4935 4935 I AudioFlinger: Using default 3000 mSec as standby time.
11-12 19:32:28.651 4935 4935 I CameraService: CameraService started (pid=4935)
11-12 19:32:28.652 4935 4935 I CameraService: Loaded "Tegra 3 Camera Wrapper" camera module
11-12 19:32:28.652 4935 4935 V CameraWrapper: camera_get_number_of_cameras
11-12 19:32:28.652 4935 4935 V CameraWrapper: check_vendor_module
11-12 19:32:28.661 4935 4935 E HAL : load: module=/system/lib/hw/vendor-camera.tegra.so
11-12 19:32:28.661 4935 4935 E HAL : dlopen failed: could not load library "libcameraface.so" needed by "vendor-camera.tegra.so"; caused by cannot locate symbol "_ZN7android10VectorImpl19reservedVectorImpl1Ev" referenced by "libcameraface.so"...
11-12 19:32:28.661 4935 4935 E CameraWrapper: failed to open vendor camera module
11-12 19:32:28.664 4935 4935 I AudioPolicyService: AudioPolicyService CSTOR in new mode
11-12 19:32:28.668 4935 4935 I AudioPolicyManager: loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
11-12 19:32:28.671 4935 4935 W linker : libaudioavp.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
11-12 19:32:28.996 4935 4935 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
Code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11120657:userdebug/test-keys'
Revision: '0'
ABI: 'arm'
pid: 5780, tid: 5780, name: mediaserver >>> /system/bin/mediaserver <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
r0 40f010d0 r1 00000002 r2 00000002 r3 33333333
r4 40f010d0 r5 00000002 r6 40f7a180 r7 55555555
r8 33333333 r9 beccc7a0 sl 00000002 fp 00000002
ip 55555555 sp beccc708 lr 4164c118 pc 4164c13c cpsr 200f0010
d0 0000000000000000 d1 0000000000000000
d2 0000000000000000 d3 0000000000000000
d4 695f445f50534469 d5 68635f6365735f6e
d6 203e32522c324c3c d7 4f5f32495341203d
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 0000000000000000 d17 0000000000000000
d18 0000000000000000 d19 0000000000000000
d20 0000000000000000 d21 0000000000000000
d22 0000000000000000 d23 0000000000000000
d24 0000000000000000 d25 0000000000000000
d26 0000000000000000 d27 0000000000000000
d28 0000000000000000 d29 0000000000000000
d30 0000000000000000 d31 0000000000000000
scr 00000000
backtrace:
#00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
#01 pc 0001fc15 /system/lib/libaudioflinger.so
#02 pc 0001fd69 /system/lib/libaudioflinger.so
#03 pc 00009831 /system/lib/libaudiopolicyservice.so
#04 pc 00019d41 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+972)
#05 pc 0000049d /system/lib/libaudiopolicymanager.so (createAudioPolicyManager+16)
#06 pc 00006d07 /system/lib/libaudiopolicyservice.so
#07 pc 0000ec11 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+38)
#08 pc 00001d5f /system/bin/mediaserver
#09 pc 0000169d /system/bin/mediaserver
#10 pc 000128f1 /system/lib/libc.so (__libc_init+44)
#11 pc 00001938 /system/bin/mediaserver
stack:
beccc6c8 00000000
beccc6cc 4163db0c /system/lib/hw/audio.primary.tegra.so (list_push_data+24)
beccc6d0 00000000
beccc6d4 0001aba0
beccc6d8 40f4d6a4
beccc6dc 41651468 /system/lib/hw/audio.primary.tegra.so
beccc6e0 00000000
beccc6e4 40275393 /system/lib/libbinder.so (android::Parcel::~Parcel()+8)
beccc6e8 4163fe4c /system/lib/hw/audio.primary.tegra.so
beccc6ec 00000002
beccc6f0 beccc868 [stack]
beccc6f4 40f7a180
beccc6f8 00000001
beccc6fc 00000002
beccc700 beccc868 [stack]
beccc704 beccc870 [stack]
#00 beccc708 beccc7a0 [stack]
beccc70c 00000002
beccc710 00000002
beccc714 401419a7 /system/lib/libaudioflinger.so
beccc718 00000001
beccc71c 40f1b520
beccc720 beccc870 [stack]
beccc724 40f7a180
beccc728 beccc868 [stack]
beccc72c 00000000
beccc730 00000002
beccc734 40142c17 /system/lib/libaudioflinger.so
#01 beccc738 beccc870 [stack]
beccc73c beccc750 [stack]
beccc740 40f170e0
beccc744 401943c1 /system/lib/libutils.so (android::VectorImpl::_grow(unsigned int, unsigned int)+154)
beccc748 00000000
beccc74c 40f73240
beccc750 00000000
beccc754 40f7a1d8
beccc758 40f7a1d8
beccc75c 4019442d /system/lib/libutils.so (android::VectorImpl::insertAt(void const*, unsigned int, unsigned int)+44)
beccc760 beccc78c [stack]
beccc764 40f7a180
beccc768 40fd65f0
beccc76c 00000002
beccc770 beccc7a0 [stack]
beccc774 beccc870 [stack]
........ ........
#02 beccc788 beccc870 [stack]
beccc78c 00000002
beccc790 beccc86c [stack]
beccc794 00000002
beccc798 00000001
beccc79c 40f7a1ac
beccc7a0 40f73240
beccc7a4 40f88280
beccc7a8 40142d31 /system/lib/libaudioflinger.so
beccc7ac beccc7dc [stack]
beccc7b0 00000002
beccc7b4 00000001
beccc7b8 beccc870 [stack]
beccc7bc beccc868 [stack]
beccc7c0 40fd6540
beccc7c4 4081c833 /system/lib/libaudiopolicyservice.so
#03 beccc7c8 40fd65f0
beccc7cc beccc86c [stack]
beccc7d0 40fd65e8
beccc7d4 00000002
beccc7d8 4019a020 /system/lib/libutils.so
beccc7dc 40f7a180
beccc7e0 4083d39b /system/lib/libaudiopolicymanagerdefault.so
beccc7e4 40f88280
beccc7e8 beccc870 [stack]
beccc7ec beccc86c [stack]
beccc7f0 4081c7e1 /system/lib/libaudiopolicyservice.so
beccc7f4 beccc860 [stack]
beccc7f8 40f010b0
beccc7fc 4083bd43 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+974)
#04 beccc800 40fd65f0
beccc804 beccc86c [stack]
beccc808 40fd65e8
beccc80c 00000002
beccc810 0000005a
beccc814 00000000
beccc818 00000001
beccc81c 40f02230
beccc820 40f02230
beccc824 00000000
beccc828 40f882d8
beccc82c 40f882f0
beccc830 4081c7e1 /system/lib/libaudiopolicyservice.so
beccc834 4083ed4e /system/lib/libaudiopolicymanagerdefault.so
beccc838 4083d2ec /system/lib/libaudiopolicymanagerdefault.so
beccc83c 40f88544
........ ........
#05 beccc8d8 b2ebb530
beccc8dc 40f539a0
beccc8e0 beccc8ec [stack]
beccc8e4 40819d0b /system/lib/libaudiopolicyservice.so
#06 beccc8e8 40f539b4
beccc8ec 40f50110
beccc8f0 40f539a0
beccc8f4 40f1b210
beccc8f8 00000000
beccc8fc 40f1b210
beccc900 beccc92c [stack]
beccc904 beccc928 [stack]
beccc908 beccc924 [stack]
beccc90c 40f500c0
beccc910 4027310b /system/lib/libbinder.so
beccc914 40191c13 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+40)
#07 beccc918 40f539a0
beccc91c 40093d63 /system/bin/mediaserver
#08 beccc920 00000000
beccc924 40f500c0
beccc928 40f72168
beccc92c 40f539a4
beccc930 beccc9e8 [stack]
beccc934 beccc9a0 [stack]
beccc938 00000001
beccc93c beccc98c [stack]
beccc940 becccb44 [stack]
beccc944 00000000
beccc948 00000000
beccc94c 400936a1 /system/bin/mediaserver
#09 beccc950 becccf71 [stack]
beccc954 40122784
beccc958 00000000
beccc95c 00000004
beccc960 401758e1 /system/bin/linker
beccc964 40175da7 /system/bin/linker
beccc968 becccf71 [stack]
beccc96c 40122004
beccc970 00000000
beccc974 4023fdf4
beccc978 40092000 /system/bin/mediaserver
beccc97c 00000000
beccc980 becccf71 [stack]
beccc984 00000000
beccc988 4017a808 /system/bin/linker
beccc98c 40f53940
........ ........
#10 becccb10 becccb28 [stack]
becccb14 00000000
becccb18 00000000
becccb1c 00000000
becccb20 00000000
becccb24 4009393c /system/bin/mediaserver
#11 becccb28 40095d50 /system/bin/mediaserver
becccb2c 40095d58 /system/bin/mediaserver
becccb30 40095d64 /system/bin/mediaserver
becccb34 becccb40 [stack]
becccb38 00000000
becccb3c 4016f6df /system/bin/linker (__dl__ZN20LinkerBlockAllocator11protect_allEi+20)
becccb40 00000001
becccb44 becccc34 [stack]
becccb48 00000000
becccb4c becccc4c [stack]
becccb50 becccc89 [stack]
becccb54 becccc9c [stack]
becccb58 beccccb1 [stack]
becccb5c becccccc [stack]
becccb60 beccccdf [stack]
becccb64 beccccf8 [stack]
cannot get siginfo for 5785: Invalid argument
--------- log main
11-12 19:32:44.659 5780 5780 I mediaserver: ServiceManager: 0x40f500c0
11-12 19:32:44.659 5780 5780 I AudioFlinger: Using default 3000 mSec as standby time.
11-12 19:32:44.711 5780 5780 I CameraService: CameraService started (pid=5780)
11-12 19:32:44.711 5780 5780 I CameraService: Loaded "Tegra 3 Camera Wrapper" camera module
11-12 19:32:44.712 5780 5780 V CameraWrapper: camera_get_number_of_cameras
11-12 19:32:44.712 5780 5780 V CameraWrapper: check_vendor_module
11-12 19:32:44.720 5780 5780 E HAL : load: module=/system/lib/hw/vendor-camera.tegra.so
11-12 19:32:44.720 5780 5780 E HAL : dlopen failed: could not load library "libcameraface.so" needed by "vendor-camera.tegra.so"; caused by cannot locate symbol "_ZN7android10VectorImpl19reservedVectorImpl1Ev" referenced by "libcameraface.so"...
11-12 19:32:44.720 5780 5780 E CameraWrapper: failed to open vendor camera module
11-12 19:32:44.722 5780 5780 I AudioPolicyService: AudioPolicyService CSTOR in new mode
11-12 19:32:44.723 5780 5780 I AudioPolicyManager: loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
11-12 19:32:44.726 5780 5780 W linker : libaudioavp.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
11-12 19:32:45.051 5780 5780 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
You have to update the headers in tegra3-common/include. They have to match the ones in libhardware/include and system/core/include with the tegra additions.
i would really like to see this gets through to the end and becomes available.
hope you find the help you need pal, good luck.
i hope this gets some attention really
few people are still sticking around with the One X
keep going m8 !
cheers
Hero!
You are my hero man! Keep doin this, i love you!!! :good::good::laugh::laugh::victory::victory:
oRmA2 said:
i hope this gets some attention really
few people are still sticking around with the One X
keep going m8 !
cheers
Click to expand...
Click to collapse
Well, to be fair, its still a damn good phone (if you exclude all the issues it could have) and there is absolutly no reason whatsoever why this can't get lollipop. Hell, if nexus 7 2012 got it. And its using a slower bin of tegra 3
Thomy is here to rescue he already had posted screenshot of Android L on our device in CM11 thread.
He has kept us a Christmas Surprise like last year.
Long live HOX
http://forum.xda-developers.com/showthread.php?p=56704198
Be nice to see one x get 5.0
Sent from my HTC One_M8 using XDA Free mobile app
Nice to see a serious dev (Thomy) is working on a Lollipop ROM.
Meanwhile, I updated the header files and am getting similar errors :
Code:
F/libc ( 449): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 462 (IMCdownload)
I/DEBUG ( 152): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 152): Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11140702:userdebug/test-keys'
I/DEBUG ( 152): Revision: '0'
I/DEBUG ( 152): ABI: 'arm'
I/DEBUG ( 152): pid: 449, tid: 462, name: IMCdownload >>> IMCdownload <<<
I/DEBUG ( 152): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
I/DEBUG ( 152): r0 00000001 r1 00008000 r2 00008000 r3 00000000
I/DEBUG ( 152): r4 404aa1c0 r5 00008000 r6 00008000 r7 400c1094
I/DEBUG ( 152): r8 400c10f4 r9 00000000 sl 400ca5b0 fp 400c10ec
I/DEBUG ( 152): ip ffffffd4 sp 406b5d58 lr 400306cf pc 00000000 cpsr 800f0010
I/DEBUG ( 152):
I/DEBUG ( 152): backtrace:
I/DEBUG ( 152): #00 pc 00000000 <unknown>
I/DEBUG ( 152): #01 pc 0000d6cd /system/bin/IMCdownload
I/DEBUG ( 152): #02 pc 0000d7af /system/bin/IMCdownload
I/DEBUG ( 152): #03 pc 0000fdcb /system/bin/IMCdownload
I/DEBUG ( 152): #04 pc 000134ef /system/bin/IMCdownload
I/DEBUG ( 152): #05 pc 00005289 /system/bin/IMCdownload
I/DEBUG ( 152): #06 pc 000165e7 /system/lib/libc.so (__pthread_start(void*)+30)
I/DEBUG ( 152): #07 pc 000145db /system/lib/libc.so (__start_thread+6)
F/libc ( 154): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6 in tid 154 (mediaserver)
Code:
I/DEBUG ( 152): Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11140702:userdebug/test-keys'
I/DEBUG ( 152): Revision: '0'
I/DEBUG ( 152): ABI: 'arm'
I/DEBUG ( 152): pid: 154, tid: 154, name: mediaserver >>> /system/bin/mediaserver <<<
I/DEBUG ( 152): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
I/DEBUG ( 152): r0 40f010d0 r1 00000002 r2 00000002 r3 33333333
I/DEBUG ( 152): r4 40f010d0 r5 00000002 r6 40f7a180 r7 55555555
I/DEBUG ( 152): r8 33333333 r9 bed337a0 sl 00000002 fp 00000002
I/DEBUG ( 152): ip 55555555 sp bed33708 lr 4150e118 pc 4150e13c cpsr 200f0010
I/DEBUG ( 152):
I/DEBUG ( 152): backtrace:
I/DEBUG ( 152): #00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
I/DEBUG ( 152): #01 pc 0001fc15 /system/lib/libaudioflinger.so
I/DEBUG ( 152): #02 pc 0001fd69 /system/lib/libaudioflinger.so
I/DEBUG ( 152): #03 pc 00009831 /system/lib/libaudiopolicyservice.so
I/DEBUG ( 152): #04 pc 00019d41 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+972)
I/DEBUG ( 152): #05 pc 0000049d /system/lib/libaudiopolicymanager.so (createAudioPolicyManager+16)
I/DEBUG ( 152): #06 pc 00006d07 /system/lib/libaudiopolicyservice.so
I/DEBUG ( 152): #07 pc 0000ec11 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+38)
I/DEBUG ( 152): #08 pc 00001d5f /system/bin/mediaserver
I/DEBUG ( 152): #09 pc 0000169d /system/bin/mediaserver
I/DEBUG ( 152): #10 pc 000128f1 /system/lib/libc.so (__libc_init+44)
I/DEBUG ( 152): #11 pc 00001938 /system/bin/mediaserver
F/libc ( 489): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6 in tid 489 (mediaserver)
The IMCdownload crash is tricky. It crashes because various radio related things fail before it is executed. The tightened security in Lollipop is the reason for this. The crash is mostly resolved now. Check the CM tegra3-commons, vendor and http://review.cyanogenmod.org/#/c/78610/.
The mediaserver crash is because you didn't update the include headers correctly. Don't just replace them. Pay attention to the HTC_TEGRA_AUDIO define. There are other, more subtle, changes. But they shouldn't cause crashes.
If you're still interested in building it from source check the CM repositories. They're mostly up to date plus some patches in Gerrit. The endeavoru specific stuff is currently here https://github.com/thoemy/android_device_htc_endeavoru/tree/cm-12.0.
Thömy said:
The IMCdownload crash is tricky. It crashes because various radio related things fail before it is executed. The tightened security in Lollipop is the reason for this. The crash is mostly resolved now. Check the CM tegra3-commons, vendor and http://review.cyanogenmod.org/#/c/78610/.
The mediaserver crash is because you didn't update the include headers correctly. Don't just replace them. Pay attention to the HTC_TEGRA_AUDIO define. There are other, more subtle, changes. But they shouldn't cause crashes.
If you're still interested in building it from source check the CM repositories. They're mostly up to date plus some patches in Gerrit. The endeavoru specific stuff is currently here https://github.com/thoemy/android_device_htc_endeavoru/tree/cm-12.0.
Click to expand...
Click to collapse
Thanks for the insight. I started building this ROM thinking it would take forever for CM to start working on my device. Seeing you're working on it, I think the best is to let you do your stuff!
Thanks again!
Hi,
Is there anything new with Android L for our HOX ?
Thanks
Hi guys,
I see on the sibling HTX One XL (evita) XDA forum they got 5.0.1 unofficial CM12 nightly, two of them.
People there mainly report it's working fine, and that phone is very similar to this one.
So I wonder, is our version really so different, can we insert Tegra 3 support to that ROM?
Thx.
nuhi said:
Hi guys,
I see on the sibling HTX One XL (evita) XDA forum they got 5.0.1 unofficial CM12 nightly, two of them.
People there mainly report it's working fine, and that phone is very similar to this one.
So I wonder, is our version really so different, can we insert Tegra 3 support to that ROM?
Thx.
Click to expand...
Click to collapse
The only thing those devices have in common is the looks. Everything else is different.
@Thömy
Do you have any news for us about android 5?

xcelerate kernel causes crashes on any ROM with some apps

So I tried Xcelerate with both CM11/12, in both cases this kernel causes complete system crashes after installation some specific apps, for example now I've tried to install SELinuxModeChanger and got whole system crash, I can't even get to menu or settings, the only thing I see "Trebuchet stopped running", in some cases I got to settings, enabled usb debugging and deleted that problematic app and after that system worked fine. With no kernel, just fresh CM nothing like that happens, tried both market installation and from internal storage, same result.
As you could guees, it would be easier just to switch to other kernel, but I haven't found anything better in terms of speed/temperature ratio.
I've added some logs below, maybe they can help.
09-21 16:18:49.814 F/libc (22181): invalid address or address of corrupt block 0x23 passed to dlfree
09-21 16:18:49.815 F/libc (22181): Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdeadbaad in tid 22237 (IconHolderLoade)
09-21 16:18:49.815 I/DEBUG ( 196): property debug.db.uid not set; NOT waiting for gdb.
09-21 16:18:49.815 I/DEBUG ( 196): HINT: adb shell setprop debug.db.uid 100000
09-21 16:18:49.815 I/DEBUG ( 196): HINT: adb forward tcp:5039 tcp:5039
09-21 16:18:49.916 I/DEBUG ( 196): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-21 16:18:49.916 I/DEBUG ( 196): Build fingerprint: 'Xiaomi/armani/armani:4.4.4/KTU84P/V7.0.5.0.KHCMICI:user/release-keys'
09-21 16:18:49.916 I/DEBUG ( 196): Revision: '0'
09-21 16:18:49.916 I/DEBUG ( 196): ABI: 'arm'
09-21 16:18:49.916 I/DEBUG ( 196): pid: 22181, tid: 22237, name: IconHolderLoade >>> com.cyanogenmod.filemanager <<<
09-21 16:18:49.916 I/DEBUG ( 196): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdeadbaad
09-21 16:18:49.931 I/DEBUG ( 196): Abort message: 'invalid address or address of corrupt block 0x23 passed to dlfree'
09-21 16:18:49.931 I/DEBUG ( 196): r0 00000000 r1 91aec1f0 r2 deadbaad r3 00000000
09-21 16:18:49.931 I/DEBUG ( 196): r4 00000023 r5 b6ed60d8 r6 2a005000 r7 0000002b
09-21 16:18:49.931 I/DEBUG ( 196): r8 91aec63c r9 91aec6fc sl b6da81c2 fp b6da81cb
09-21 16:18:49.931 I/DEBUG ( 196): ip 00008000 sp 91aec5e8 lr b6ea6193 pc b6ea6194 cpsr 600d0030
09-21 16:18:49.931 I/DEBUG ( 196):
09-21 16:18:49.931 I/DEBUG ( 196): backtrace:
09-21 16:18:49.931 I/DEBUG ( 196): #00 pc 00029194 /system/lib/libc.so (dlfree+1239)
09-21 16:18:49.931 I/DEBUG ( 196): #01 pc 0000f3df /system/lib/libc.so (free+10)
09-21 16:18:49.931 I/DEBUG ( 196): #02 pc 00012a95 /system/lib/libandroidfw.so (android::ResStringPool::uninit()+38)
09-21 16:18:49.931 I/DEBUG ( 196): #03 pc 000137c5 /system/lib/libandroidfw.so (android::ResXMLTree::uninit()+14)
09-21 16:18:49.931 I/DEBUG ( 196): #04 pc 000137e3 /system/lib/libandroidfw.so (android::ResXMLTree::~ResXMLTree()+4)
09-21 16:18:49.931 I/DEBUG ( 196): #05 pc 000104b7 /system/lib/libandroidfw.so (android::AssetManager::getPkgName(char const*)+258)
09-21 16:18:49.931 I/DEBUG ( 196): #06 pc 00010519 /system/lib/libandroidfw.so (android::AssetManager::getBasePackageName(unsigned int)+68)
09-21 16:18:49.932 I/DEBUG ( 196): #07 pc 000821ef /system/lib/libandroid_runtime.so
09-21 16:18:49.932 I/DEBUG ( 196): #08 pc 0027b38b /data/dalvik-cache/arm/[email protected]@boot.oat
09-21 16:18:50.442 W/ActivityManager(14988): Force finishing activity 1 com.cyanogenmod.filemanager/.activities.NavigationActivity
09-21 16:18:50.442 I/DEBUG ( 196):
09-21 16:18:50.442 I/DEBUG ( 196): Tombstone written to: /data/tombstones/tombstone_02
09-21 16:18:50.443 I/BootReceiver(14988): Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
09-21 16:18:50.458 I/Zygote (14754): Process 22181 exited due to signal (11)
09-21 16:18:50.458 W/InputDispatcher(14988): channel '10084689 com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.NavigationActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
09-21 16:18:50.458 E/InputDispatcher(14988): channel '10084689 com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.NavigationActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
09-21 16:18:50.458 I/WindowState(14988): WIN DEATH: Window{10084689 u0 com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.NavigationActivity}
09-21 16:18:50.458 W/InputDispatcher(14988): Attempted to unregister already unregistered input channel '10084689 com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.NavigationActivity (server)'
09-21 16:18:50.465 W/ActivityManager(14988): Exception thrown during pause
09-21 16:18:50.465 W/ActivityManager(14988): android.os.DeadObjectException
09-21 16:18:50.465 W/ActivityManager(14988): at android.os.BinderProxy.transactNative(Native Method)
09-21 16:18:50.465 W/ActivityManager(14988): at android.os.BinderProxy.transact(Binder.java:496)
09-21 16:18:50.465 W/ActivityManager(14988): at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:704)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:833)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2830)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2687)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2531)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:11795)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11667)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12376)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:11887)
09-21 16:18:50.465 W/ActivityManager(14988): at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
09-21 16:18:50.467 E/lowmemorykiller( 182): Error opening /proc/22181/oom_score_adj; errno=2
09-21 16:18:50.468 V/WindowManager(14988): rotationForOrientationLw(orient=5, last=0); user=0 USER_ROTATION_LOCKED
09-21 16:18:50.483 I/ActivityManager(14988): Process com.cyanogenmod.filemanager (pid 22181) has died

Categories

Resources