[Q] Help with logcat. One V port - Android Q&A, Help & Troubleshooting

Me and two other devs are working on porting the One V to the hTC Incredible, which has proven to be a lot more difficult than anticipated. We are still in the beginning stages of trying to get it to boot. If anyone can deduce the problems associated with my logcat then that would be great. Primarily, I don't know how to solve the issue with "Zygote."
Also, if you could post a possible fix for these issues then that would be amazing!
Code:
E/Zygote ( 370): Error preloading com.android.internal.policy.impl.PhoneFallbackEventHandler.
E/Zygote ( 370): java.lang.ExceptionInInitializerError
E/Zygote ( 370): at java.lang.Class.classForName(Native Method)
E/Zygote ( 370): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 370): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 370): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 370): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 370): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 370): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 370): Caused by: java.lang.NoClassDefFoundError: com.htc.profileflag.ProfileConfig
E/Zygote ( 370): at com.android.internal.policy.impl.PhoneFallbackEventHandler.<clinit>(PhoneFallbackEventHandler.java:50)
E/Zygote ( 370): ... 7 more
D/AndroidRuntime( 370): Shutting down VM
W/dalvikvm( 370): threadid=1: thread exiting with uncaught exception (group=0x40a6c228)
I/ServiceManager( 84): service 'media.audio_flinger' died
I/ServiceManager( 84): service 'media.player' died
I/ServiceManager( 84): service 'media.camera' died
I/ServiceManager( 84): service 'media.audio_policy' died
The full logcat is attached as a .zip file since the original .txt exceeds the size limit.
Any help is appreciated

bump?

Related

[Q] TTS force close in Navigation

I am using sonofskywalker3 Rom 4.4 and ec10_voodoo kernel and kept having force close problem with TTS service (Process.android.tts) when trying to use Navigation. Does anyone have similar problems?
This is the dump from the logcat:
I/ActivityManager( 2681): Start proc android.tts for service android.tts/.TtsService: pid=18962 uid=10049 gids={3003, 1015}
V/TtsService(18962): TtsService.onCreate()
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setConfig (ILjava/lang/StringI
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setup (Ljava/lang/Object;Ljava/lang/Strin
g;Ljava/lang/StringI
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setLowShelf (ZFFFF)I
E/JNIHelp (18962): RegisterNatives failed for 'android/tts/SynthProxy'
W/dalvikvm(18962): JNI_OnLoad returned bad version (-1) in /system/lib/libttssynthproxy.so 0x483c3420
W/dalvikvm(18962): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Landroid/tts/SynthProxy;.<clinit>
D/AndroidRuntime(18962): Shutting down VM
W/dalvikvm(18962): threadid=1: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime(18962): FATAL EXCEPTION: main
E/AndroidRuntime(18962): java.lang.ExceptionInInitializerError
E/AndroidRuntime(18962): at android.tts.TtsService.onCreate(TtsService.java:158)
E/AndroidRuntime(18962): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2959)
E/AndroidRuntime(18962): at android.app.ActivityThread.access$3300(ActivityThread.java:125)
E/AndroidRuntime(18962): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
E/AndroidRuntime(18962): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(18962): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(18962): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(18962): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(18962): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(18962): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/AndroidRuntime(18962): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime(18962): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(18962): Caused by: java.lang.UnsatisfiedLinkError: Library ttssynthproxy not found
E/AndroidRuntime(18962): at java.lang.Runtime.loadLibrary(Runtime.java:461)
E/AndroidRuntime(18962): at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime(18962): at android.tts.SynthProxy.<clinit>(SynthProxy.java:154)
E/AndroidRuntime(18962): ... 12 more
I/ ( 2681): dumpmesg > "/data/log/dumpstate_app_error.log"
I/dumpstate(18971): begin
Yes i got the same problem, cant get voice navigation, TTS force close.

X509KeyManager CM7 build

Hi guys !!
Today I have succesfully complied cm7 2.3.4 for LG GT-540 but I am missing X509KeyManager on boot after all framework stuff being loaded ! Someone met that thing before ? Doing the step from here and building after make clean"
You probably have to disable RGBX_8888 on passion, look at cyanogen commit:
https://github.com/CyanogenMod/android_frameworks_base/commit/baa0784" doesn't solve my issue Do you have any ideas to fix that ? Maybe it occurs becouse of my ubuntu x64 or device folder ? Will building on opensuse fix that ?
LOG:
E/Zygote ( 925): Error preloading android.net.http.HttpsConnection.
E/Zygote ( 925): java.lang.ExceptionInInitializerError
E/Zygote ( 925): at java.lang.Class.classForName(Native Method)
E/Zygote ( 925): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 925): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 925): at
com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:297)
E/Zygote ( 925): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:564)
E/Zygote ( 925): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 925): Caused by: java.lang.RuntimeException:
java.security.KeyManagementException: No X509KeyManager found
E/Zygote ( 925): at
android.net.http.HttpsConnection.initializeEngine(HttpsConnection.java:
108)
E/Zygote ( 925): at
android.net.http.HttpsConnection.<clinit>(HttpsConnection.java:65)
E/Zygote ( 925): ... 6 more
E/Zygote ( 925): Caused by: java.security.KeyManagementException: No
X509KeyManager found
E/Zygote ( 925): at
org.apache.harmony.xnet.provider.jsse.SSLParametersImpl.<init>(SSLParameter sImpl.java:
125)
E/Zygote ( 925): at
org.apache.harmony.xnet.provider.jsse.SSLContextImpl.engineInit(SSLContextI mpl.java:
97)
E/Zygote ( 925): at
android.net.http.HttpsConnection.initializeEngine(HttpsConnection.java:
101)
E/Zygote ( 925): ... 7 more
E/Zygote ( 925): setreuid() failed. errno: 2
Mike from Poland

libmedia_jni.so errors

Can someone help me fix this:
--------- beginning of /dev/log/main
I//system/xbin/busybox( 1180): run-parts: /system/etc/pre-init.d: No such file or directory
I/logwrapper( 1180): /system/xbin/busybox terminated by exit(0)
I/rmt_storage( 1212): rmt_storage user app start
I/rmt_storage( 1212): rmt_storage open success
I/rmt_storage( 1212): rmt_storage shared memory ioctl success
I/rmt_storage( 1212): rmt_storage mmap addr = 40011000
--------- beginning of /dev/log/system
I/Vold ( 1183): Vold 2.1 (the revenge) firing up
E/Vold ( 1183): Set handling read only 0
D/Vold ( 1183): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
I/Netd ( 1184): Netd 1.0 starting
W/VoldDirectVolume( 1183): device name = mmcblk1
D/Vold ( 1183): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 1183): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/DEBUG ( 1185): debuggerd: Jan 20 2012 21:44:10
E/DxDrmNexPlayerIntegrator( 1199): ** Discretix Server loaded config file - result=0 **
W/Vold ( 1183): Ignoring unknown switch 'msm72k_udc'
W/Vold ( 1183): Ignoring unknown switch 'usb_connected'
W/Vold ( 1183): Cannot open CDROM ISO file
W/Vold ( 1183): USB disconnected
W/Vold ( 1183): Share method ums now unavailable
W/Vold ( 1183): Ignoring unknown switch 'usb_configuration'
W/Vold ( 1183): Ignoring unknown switch 'usb_connected'
W/Vold ( 1183): Cannot open CDROM ISO file
W/Vold ( 1183): USB connected
W/Vold ( 1183): Share method ums now available
E/DxDrmNexPlayerIntegrator( 1199): ** Discretix SignalsListener Thread is starting **
E/DxSecureClock( 1199): ** Discretix Clock Monitor is starting **
W/Vold ( 1183): Ignoring unknown switch 'msm72k_udc'
W/Vold ( 1183): Ignoring unknown switch 'usb_configuration'
D/AndroidRuntime( 1208):
D/AndroidRuntime( 1208): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1208): CheckJNI is OFF
I/htcfs-main( 1191): main()
I/htcfs-main( 1191): ############# HTC FS - START ##################
I/dalvikvm( 1208): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1208): mlock(1185062912, 3369360), fd=8
I/rmt_storage( 1212): rmt_storage open event
I/rmt_storage( 1212): rmt_storage client thread started
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage register cb event
I/rmt_storage( 1212): rmt_storage status id = 2
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage open event
I/rmt_storage( 1212): rmt_storage client thread started
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage register cb event
I/rmt_storage( 1212): rmt_storage status id = 2
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage write event
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 0
I/rmt_storage( 1212): rmt_storage write buf = 0x40011000, num_sector = 6143
I/rmt_storage( 1212): rmt_storage write: bytes written = 512
I/rmt_storage( 1212): rmt_storage status handle = 2
I/rmt_storage( 1212): rmt_storage write: bytes written = 3145216
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 6143
I/rmt_storage( 1212): rmt_storage write buf = 0x40310e00, num_sector = 1
D/dalvikvm( 1208): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1208): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1208): Profiling disabled.
I/Zygote ( 1208): Preloading classes...
D/dalvikvm( 1208): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+0ms
D/dalvikvm( 1208): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1208): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+1ms
D/dalvikvm( 1208): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1208): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+1ms
D/dalvikvm( 1208): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+0ms
D/CursorWindowStats( 1208): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1208): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 1ms+1ms
W/Zygote ( 1208): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1208): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+0ms
D/TextLayoutCache( 1208): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1208): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1208): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1208): Error preloading android.media.CameraProfile.
E/Zygote ( 1208): java.lang.ExceptionInInitializerError
E/Zygote ( 1208): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1208): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1208): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1208): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1208): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1208): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1208): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1208): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1208 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1208 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1208): )
E/Zygote ( 1208): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1208): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1208): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1208): ... 7 more
D/AndroidRuntime( 1208): Shutting down VM
W/dalvikvm( 1208): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1299): Netd 1.0 starting
D/AndroidRuntime( 1318):
D/AndroidRuntime( 1318): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1318): CheckJNI is OFF
D/AndroidRuntime( 1323):
D/AndroidRuntime( 1323): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
I/dalvikvm( 1318): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1318): mlock(1185062912, 3369360), fd=8
D/AndroidRuntime( 1323): CheckJNI is OFF
D/dalvikvm( 1323): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
I/dalvikvm( 1323): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1323): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1318): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1323): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1318): Unable to stat classpath element '/system/framework/usbnet.jar'
D/dalvikvm( 1323): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1318): Profiling disabled.
I/SamplingProfilerIntegration( 1323): Profiling disabled.
I/Zygote ( 1318): Preloading classes...
I/Zygote ( 1323): Preloading classes...
D/dalvikvm( 1318): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+1ms
D/dalvikvm( 1323): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 1ms+1ms
D/dalvikvm( 1318): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1323): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1323): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+0ms
D/dalvikvm( 1318): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 1ms+1ms
D/dalvikvm( 1318): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1318): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+0ms
D/dalvikvm( 1323): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1323): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+1ms
D/dalvikvm( 1318): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 1ms+1ms
D/dalvikvm( 1323): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+1ms
D/CursorWindowStats( 1318): Get CursorWindow size from framework resource:2097152
D/CursorWindowStats( 1323): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1318): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 1ms+0ms
D/dalvikvm( 1323): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 0ms+0ms
W/Zygote ( 1318): Class not found for preloading: android.graphics.Bitmap$2
W/Zygote ( 1323): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1318): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+1ms
D/dalvikvm( 1323): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+1ms
D/TextLayoutCache( 1318): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1318): Class not found for preloading: android.media.AudioManager$2
D/TextLayoutCache( 1323): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1323): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1318): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1318): Error preloading android.media.CameraProfile.
E/Zygote ( 1318): java.lang.ExceptionInInitializerError
E/Zygote ( 1318): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1318): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1318): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1318): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1318): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1318): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1318): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1318): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1318 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1318 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1318): )
E/Zygote ( 1318): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1318): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1318): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1318): ... 7 more
D/AndroidRuntime( 1318): Shutting down VM
W/dalvikvm( 1318): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
W/dalvikvm( 1323): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1323): Error preloading android.media.CameraProfile.
E/Zygote ( 1323): java.lang.ExceptionInInitializerError
E/Zygote ( 1323): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1323): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1323): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1323): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1323): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1323): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1323): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1323): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1323 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1323 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1323): )
E/Zygote ( 1323): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1323): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1323): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1323): ... 7 more
D/AndroidRuntime( 1323): Shutting down VM
W/dalvikvm( 1323): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1331): Netd 1.0 starting
D/AndroidRuntime( 1350):
D/AndroidRuntime( 1350): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1355):
D/AndroidRuntime( 1355): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1350): CheckJNI is OFF
I/dalvikvm( 1350): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
D/AndroidRuntime( 1355): CheckJNI is OFF
D/dalvikvm( 1355): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
I/dalvikvm( 1350): mlock(1185062912, 3369360), fd=8
I/dalvikvm( 1355): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1355): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1350): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1355): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1355): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1350): Unable to stat classpath element '/system/framework/usbnet.jar'
D/dalvikvm( 1355): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1350): Profiling disabled.
I/SamplingProfilerIntegration( 1355): Profiling disabled.
I/Zygote ( 1355): Preloading classes...
I/Zygote ( 1350): Preloading classes...
D/dalvikvm( 1355): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 2ms+1ms
D/dalvikvm( 1350): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 1ms+1ms
D/dalvikvm( 1355): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 1ms+1ms
D/dalvikvm( 1350): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 1ms+0ms
D/dalvikvm( 1350): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+1ms
D/dalvikvm( 1355): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+0ms
D/dalvikvm( 1350): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1355): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1350): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+0ms
D/dalvikvm( 1355): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+1ms
D/dalvikvm( 1350): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+0ms
D/dalvikvm( 1355): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 1ms+5ms
D/CursorWindowStats( 1355): Get CursorWindow size from framework resource:2097152
D/CursorWindowStats( 1350): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1355): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 6ms+0ms
D/dalvikvm( 1350): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 0ms+1ms
W/Zygote ( 1355): Class not found for preloading: android.graphics.Bitmap$2
W/Zygote ( 1350): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1350): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+1ms
D/dalvikvm( 1355): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+1ms
D/TextLayoutCache( 1355): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1355): Class not found for preloading: android.media.AudioManager$2
D/TextLayoutCache( 1350): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1350): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1355): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
W/dalvikvm( 1350): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1355): Error preloading android.media.CameraProfile.
E/Zygote ( 1355): java.lang.ExceptionInInitializerError
E/Zygote ( 1355): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1355): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1355): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1355): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1355): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1355): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1355): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1355): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1355 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1355 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1355): )
E/Zygote ( 1355): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1355): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1355): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1355): ... 7 more
E/Zygote ( 1350): Error preloading android.media.CameraProfile.
E/Zygote ( 1350): java.lang.ExceptionInInitializerError
E/Zygote ( 1350): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1350): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1350): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1350): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1350): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1350): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1350): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1350): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1350 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1350 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1350): )
E/Zygote ( 1350): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1350): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1350): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1350): ... 7 more
D/AndroidRuntime( 1355): Shutting down VM
W/dalvikvm( 1355): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
D/AndroidRuntime( 1350): Shutting down VM
W/dalvikvm( 1350): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1363): Netd 1.0 starting
D/AndroidRuntime( 1382):
D/AndroidRuntime( 1382): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1387):
D/AndroidRuntime( 1387): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1387): CheckJNI is OFF
I/dalvikvm( 1387): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
D/AndroidRuntime( 1382): CheckJNI is OFF
D/dalvikvm( 1382): DexOpt: sleeping on flock(/data/dalvik-cache/[email protected]@[email protected])
I/dalvikvm( 1387): mlock(1185062912, 3369360), fd=8
I/dalvikvm( 1382): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1382): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1387): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1382): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1387): Unable to stat classpath element '/system/framework/usbnet.jar'
D/dalvikvm( 1382): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1382): Profiling disabled.
I/SamplingProfilerIntegration( 1387): Profiling disabled.
I/Zygote ( 1387): Preloading classes...
I/Zygote ( 1382): Preloading classes...
D/dalvikvm( 1387): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+1ms
D/dalvikvm( 1382): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+0ms
D/dalvikvm( 1387): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1387): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 0ms+1ms
D/dalvikvm( 1387): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1382): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1382): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+0ms
D/dalvikvm( 1387): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 0ms+1ms
D/dalvikvm( 1387): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+1ms
D/CursorWindowStats( 1387): Get CursorWindow size from framework resource:2097152
D/CursorWindowStats( 1382): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1387): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 1ms+1ms
W/Zygote ( 1387): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1382): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 3ms+10ms
W/Zygote ( 1382): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1387): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+0ms
D/dalvikvm( 1382): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 0ms+1ms
D/TextLayoutCache( 1387): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1387): Class not found for preloading: android.media.AudioManager$2
D/TextLayoutCache( 1382): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1382): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1387): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1387): Error preloading android.media.CameraProfile.
E/Zygote ( 1387): java.lang.ExceptionInInitializerError
E/Zygote ( 1387): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1387): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1387): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1387): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1387): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1387): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1387): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1387): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1387 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1387 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1387): )
E/Zygote ( 1387): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1387): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1387): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1387): ... 7 more
D/AndroidRuntime( 1387): Shutting down VM
W/dalvikvm( 1387): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
W/dalvikvm( 1382): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1382): Error preloading android.media.CameraProfile.
E/Zygote ( 1382): java.lang.ExceptionInInitializerError
E/Zygote ( 1382): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1382): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1382): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1382): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1382): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1382): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1382): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1382): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1382 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1382 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1382): )
E/Zygote ( 1382): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1382): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1382): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1382): ... 7 more
D/AndroidRuntime( 1382): Shutting down VM
W/dalvikvm( 1382): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/Netd ( 1395): Netd 1.0 starting
D/AndroidRuntime( 1414):
D/AndroidRuntime( 1414): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1414): CheckJNI is OFF
I/dalvikvm( 1414): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=8
I/dalvikvm( 1414): mlock(1185062912, 3369360), fd=8
D/dalvikvm( 1414): Unable to stat classpath element '/system/framework/VirtuousExtension.jar'
D/dalvikvm( 1414): Unable to stat classpath element '/system/framework/usbnet.jar'
I/SamplingProfilerIntegration( 1414): Profiling disabled.
I/Zygote ( 1414): Preloading classes...
D/dalvikvm( 1414): GC_EXPLICIT freed 44K, 89% free 482K/4096K, paused 0ms+1ms
D/dalvikvm( 1414): GC_EXPLICIT freed 4K, 87% free 548K/4096K, paused 0ms+0ms
D/dalvikvm( 1414): GC_EXPLICIT freed 13K, 86% free 608K/4096K, paused 1ms+0ms
D/dalvikvm( 1414): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stub; has 153 unimplemented (abstract) methods
D/dalvikvm( 1414): GC_EXPLICIT freed 19K, 85% free 642K/4096K, paused 1ms+1ms
D/dalvikvm( 1414): GC_EXPLICIT freed 28K, 84% free 690K/4096K, paused 0ms+1ms
D/CursorWindowStats( 1414): Get CursorWindow size from framework resource:2097152
D/dalvikvm( 1414): GC_EXPLICIT freed 28K, 83% free 717K/4096K, paused 0ms+0ms
W/Zygote ( 1414): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1414): GC_EXPLICIT freed 31K, 82% free 749K/4096K, paused 1ms+0ms
D/TextLayoutCache( 1414): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1414): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1414): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/CameraProfile;
E/Zygote ( 1414): Error preloading android.media.CameraProfile.
E/Zygote ( 1414): java.lang.ExceptionInInitializerError
E/Zygote ( 1414): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1414): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1414): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1414): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:285)
E/Zygote ( 1414): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:232)
E/Zygote ( 1414): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:520)
E/Zygote ( 1414): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1414): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1414 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1414 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRNS_18MediaScannerClientEb'...
E/Zygote ( 1414): )
E/Zygote ( 1414): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1414): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1414): at android.media.CameraProfile.<clinit>(CameraProfile.java:92)
E/Zygote ( 1414): ... 7 more
D/AndroidRuntime( 1414): Shutting down VM
W/dalvikvm( 1414): threadid=1: thread exiting with uncaught exception (group=0x40a4a228)
I/rmt_storage( 1212): rmt_storage write event
I/rmt_storage( 1212): rmt_storage events processing done
I/rmt_storage( 1212): unblock rmt_storage client thread
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 0
I/rmt_storage( 1212): rmt_storage write buf = 0x40011000, num_sector = 6143
I/rmt_storage( 1212): rmt_storage write: bytes written = 3145216
I/rmt_storage( 1212): rmt_storage lseek...
I/rmt_storage( 1212): rmt_storage lseek ret = 6143
I/rmt_storage( 1212): rmt_storage write buf = 0x40310e00, num_sector = 1
I/rmt_storage( 1212): rmt_storage write: bytes written = 512
I/rmt_storage( 1212): rmt_storage status handle = 1
I don't know what's causing libmedia_jni.so to not load stagefright
Thanks
I'm porting Sense 4 from the Nexus S to the Desire HD btw
It already tells you why,
Code:
E/Zygote ( 1382): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1382 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1382 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRN S_18MediaScannerClientEb'...
Now, why can't it find it? No idea is this a port or source? If its a port. I can't really help.
lithid-cm said:
It already tells you why,
Code:
E/Zygote ( 1382): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1937]: 1382 could not load needed library 'libstagefright.so' for 'libmedia_jni.so' (reloc_library[1286]: 1382 cannot locate '_ZN7android12MediaScanner16processDirectoryEPKcRN S_18MediaScannerClientEb'...
Now, why can't it find it? No idea is this a port or source? If its a port. I can't really help.
Click to expand...
Click to collapse
But what does that mean? And it's a port
Quinny899 said:
But what does that mean? And it's a port
Click to expand...
Click to collapse
Its looking for a call in stagefreight that isn't present.
I'll restore the original stagefright, see if that helps
EDIT: Yep, that solved it, just need to carry on lib replacing now. Thanks for your help
New one now:
E/Zygote ( 1411): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1286]: 1411 cannot locate '_ZN7android12MediaScanner21setMediaFileExtensionEPKc'...
Anyone?
Sent from my ARCHOS 80G9 using XDA Premium HD app
I found the lib for that earlier one, but now I have a new one. Anyone know which lib contains _ZN7android14SurfaceTexture14updateTexImageEbb?
Nope?

SlimBean port boots only once 0_o

Heylo!
I have strange problem with my slimbean port. I've taken SlimBean 3.1 from Xperia tipo and ported it to Xperia J (porting from tipo to J is kinda easy and fast)
My port boots and runs very fast but it boot only once. After I restart it it gets bootlooop with this logcat:
Code:
dock audio support
W/WiredAccessoryObserver( 2962): This kernel does not have HDMI audio support
I/SystemServer( 2962): USB Service
I/SystemServer( 2962): Serial Service
I/SystemServer( 2962): UI Mode Manager Service
D/dalvikvm( 2962): GC_CONCURRENT freed 1440K, 54% free 3868K/8259K, paused 3ms+4ms, total 124ms
I/SystemServer( 2962): Backup Service
V/BackupManagerService( 2962): Initializing package tracking
V/BackupManagerService( 2962): No ancestral data
V/BackupManagerService( 2962): addPackageParticipantsLocked: all
I/BackupManagerService( 2962): New app android never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of android
I/BackupManagerService( 2962): New app com.android.browser never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.browser
I/BackupManagerService( 2962): New app com.android.inputmethod.latin never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.inputmethod.latin
I/BackupManagerService( 2962): New app com.android.providers.settings never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.providers.settings
I/BackupManagerService( 2962): New app com.android.providers.userdictionary never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.providers.userdictionary
I/BackupManagerService( 2962): New app com.android.sharedstoragebackup never backed up; scheduling
D/BackupManagerService( 2962): Now staging backup of com.android.sharedstoragebackup
V/BackupManagerService( 2962): Registering transport android/com.android.internal.backup.LocalTransport = [email protected]
V/BackupManagerService( 2962): Starting with transport com.google.android.backup/.BackupTransportService
V/BackupManagerService( 2962): Google transport not present
I/BackupManagerService( 2962): Found stale backup journal, scheduling
I/BackupManagerService( 2962): android
I/BackupManagerService( 2962): com.android.browser
I/BackupManagerService( 2962): com.android.inputmethod.latin
I/BackupManagerService( 2962): com.android.providers.settings
I/BackupManagerService( 2962): com.android.providers.userdictionary
I/BackupManagerService( 2962): com.android.sharedstoragebackup
I/BackupManagerService( 2962): Backup enabled => false
I/BackupManagerService( 2962): Opting out of backup
I/SystemServer( 2962): AppWidget Service
I/SystemServer( 2962): Recognition Service
I/SystemServer( 2962): DiskStats Service
I/SystemServer( 2962): SamplingProfiler Service
I/SystemServer( 2962): NetworkTimeUpdateService
I/SystemServer( 2962): CommonTimeManagementService
I/SystemServer( 2962): CertBlacklister
I/WindowManager( 2962): SAFE MODE not enabled
I/SystemServer( 2962): AssetRedirectionManager Service
D/dalvikvm( 2962): JIT started for system_server
D/PowerManagerService( 2962): system ready!
V/LockPatternKeyguardView( 2962): Set visibility on [email protected]a78 to 0
I/ActivityManager( 2962): System now ready
I/SystemServer( 2962): Making services ready
D/SystemServer( 2962): Starting service: Intent { cmp=com.android.systemui/.SystemUIService }
I/Zygote ( 2962): Process: zygote socket opened
I/ActivityManager( 2962): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=3029 uid=10030 gids={1028, 1015, 3002, 3001, 1006}
D/NetworkManagementService( 2962): enabling bandwidth control
I/ActivityManager( 2962): Config changed: {1.0 0mcc0mnc en_US sw320dp w320dp h544dp nrml long port finger -keyb/v/h -nav/h s.3 themeResource=null}
W/RecognitionManagerService( 2962): no available voice recognition services found
W/dalvikvm( 2962): Exception Ljava/lang/RuntimeException; thrown while initializing Lcom/android/internal/widget/DigitalClockAlt;
W/dalvikvm( 2962): Class init failed in Constructor.constructNative (Lcom/android/internal/widget/DigitalClockAlt;)
W/dalvikvm( 2962): threadid=24: thread exiting with uncaught exception (group=0x40bee300)
E/AndroidRuntime( 2962): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 2962): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 2962): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2962): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.createView(LayoutInflater.java:587)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:687)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.parseInclude(LayoutInflater.java:830)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.rInflate(LayoutInflater.java:736)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
E/AndroidRuntime( 2962): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockScreen.<init>(LockScreen.java:774)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java:910)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.recreateLockScreen(LockPatternKeyguardView.java:659)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.updateScreen(LockPatternKeyguardView.java:863)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:470)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:49)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewManager.show(KeyguardViewManager.java:186)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1192)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewMediator.access$1200(KeyguardViewMediator.java:95)
E/AndroidRuntime( 2962): at com.android.internal.policy.impl.KeyguardViewMediator$4.handleMessage(KeyguardViewMediator.java:1057)
E/AndroidRuntime( 2962): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2962): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2962): at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:882)
E/AndroidRuntime( 2962): Caused by: java.lang.RuntimeException: native typeface cannot be made
E/AndroidRuntime( 2962): at android.graphics.Typeface.<init>(Typeface.java:175)
E/AndroidRuntime( 2962): at android.graphics.Typeface.createFromFile(Typeface.java:169)
E/AndroidRuntime( 2962): at com.android.internal.widget.DigitalClockAlt.<clinit>(DigitalClockAlt.java:71)
E/AndroidRuntime( 2962): ... 22 more
I/ActivityManager( 2962): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=3077 uid=10010 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
W/InputMethodManagerService( 2962): Ignoring setImeWindowStatus of uid 1000 token: null
I/ActivityManager( 2962): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=3090 uid=10017 gids={1028}
I/LocationManagerService( 2962): Setting GPS Source to: 0
I/CommonTimeManagementService( 2962): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 2962): Reconfiguring input devices. changes=0x00000020
I/InputReader( 2962): Reconfiguring input devices. changes=0x00000010
E/CM PowerHAL( 2962): Error opening boostpulse: No such file or directory
I/ActivityManager( 2962): Start proc com.android.phone for added application com.android.phone: pid=3103 uid=1001 gids={3002, 3001, 3003, 1015, 1028}
I/ActivityManager( 2962): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher u=0} from pid 0
I/ActivityThread( 3077): Pub media: com.android.providers.media.MediaProvider
I/Process ( 2962): Sending signal. PID: 2962 SIG: 9
I/ActivityManager( 2962): Start proc com.mobint.hololauncher.hd for activity com.mobint.hololauncher.hd/com.mobint.hololauncher.Launcher: pid=3113 uid=10015 gids={3003, 1015, 1028}
I/ServiceManager( 176): service 'connectivity' died
I/ServiceManager( 176): service 'clipboard' died
I/ServiceManager( 176): service 'network_management' died
I/ServiceManager( 176): service 'assetredirection' died
I/ServiceManager( 176): service 'textservices' died
I/ServiceManager( 176): service 'servicediscovery' died
I/ServiceManager( 176): service 'throttle' died
I/ServiceManager( 176): service 'updatelock' died
I/ServiceManager( 176): service 'gfxinfo' died
I/ServiceManager( 176): service 'bluetooth' died
I/ServiceManager( 176): service 'sensorservice' died
I/ServiceManager( 176): service 'alarm' died
I/ServiceManager( 176): service 'profile' died
I/ServiceManager( 176): service 'wifi' died
I/ServiceManager( 176): service 'netpolicy' died
I/ServiceManager( 176): service 'mount' died
I/ServiceManager( 176): service 'lock_settings' died
I/ServiceManager( 176): service 'wifip2p' died
I/ServiceManager( 176): service 'appwidget' died
I/ServiceManager( 176): service 'commontime_management' died
I/ServiceManager( 176): service 'devicestoragemonitor' died
I/ServiceManager( 176): service 'location' died
I/ServiceManager( 176): service 'country_detector' died
I/ServiceManager( 176): service 'search' died
I/ServiceManager( 176): service 'dropbox' died
I/ServiceManager( 176): service 'wallpaper' died
I/ServiceManager( 176): service 'diskstats' died
I/ServiceManager( 176): service 'bluetooth_a2dp' died
I/ServiceManager( 176): service 'backup' died
I/ServiceManager( 176): service 'netstats' died
I/ServiceManager( 176): service 'device_policy' died
I/ServiceManager( 176): service 'input_method' died
I/ServiceManager( 176): service 'accessibility' died
I/ServiceManager( 176): service 'notification' died
I/ServiceManager( 176): service 'audio' died
I/ServiceManager( 176): service 'usb' died
I/ServiceManager( 176): service 'serial' died
I/ServiceManager( 176): service 'uimode' died
I/ServiceManager( 176): service 'content' died
I/ServiceManager( 176): service 'usagestats' died
I/ServiceManager( 176): service 'account' died
I/ServiceManager( 176): service 'batteryinfo' died
I/ServiceManager( 176): service 'telephony.registry' died
I/ServiceManager( 176): service 'scheduling_policy' died
I/ServiceManager( 176): service 'statusbar' died
I/ServiceManager( 176): service 'entropy' died
I/ServiceManager( 176): service 'input' died
I/ServiceManager( 176): service 'dbinfo' died
I/ServiceManager( 176): service 'hardware' died
I/ServiceManager( 176): service 'meminfo' died
I/ServiceManager( 176): service 'permission' died
I/ServiceManager( 176): service 'vibrator' died
I/ServiceManager( 176): service 'power' died
I/ServiceManager( 176): service 'activity' died
I/ServiceManager( 176): service 'cpuinfo' died
I/ServiceManager( 176): service 'window' died
I/ServiceManager( 176): service 'battery' died
I/ServiceManager( 176): service 'package' died
I/ServiceManager( 176): service 'samplingprofiler' died
W/AudioFlinger( 2835): power manager service died !!!
D/AndroidRuntime( 3077): Shutting down VM
D/AndroidRuntime( 3029): Shutting down VM
W/dalvikvm( 3029): threadid=1: thread exiting with uncaught exception (group=0x40bee300)
W/dalvikvm( 3077): threadid=1: thread exiting with uncaught exception (group=0x40bee300)
E/AndroidRuntime( 3029): FATAL EXCEPTION: main
E/AndroidRuntime( 3029): java.lang.AssertionError: android.os.DeadObjectException
E/AndroidRuntime( 3029): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:363)
E/AndroidRuntime( 3029): at android.app.LoadedApk.getClassLoader(LoadedApk.java:320)
E/AndroidRuntime( 3029): at android.app.LoadedApk.makeApplication(LoadedApk.java:493)
E/AndroidRuntime( 3029): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4309)
E/AndroidRuntime( 3029): at android.app.ActivityThread.access$1300(ActivityThread.java:142)
E/AndroidRuntime( 3029): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1268)
E/AndroidRuntime( 3029): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3029): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3029): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 3029): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3029): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3029): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3029): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 3029): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3029): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 3029): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3029): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1351)
E/AndroidRuntime( 3029): at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:361)
E/AndroidRuntime( 3029): ... 13 more
E/AndroidRuntime( 3077): FATAL EXCEPTION: main
E/AndroidRuntime( 3077): java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaProvider: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 3077): at android.app.ActivityThread.installProvider(ActivityThread.java:4748)
E/AndroidRuntime( 3077): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4375)
E/AndroidRuntime( 3077): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4317)
E/AndroidRuntime( 3077): at android.app.ActivityThread.access$1300(ActivityThread.java:142)
E/AndroidRuntime( 3077): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1268)
E/AndroidRuntime( 3077): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3077): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3077): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 3077): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3077): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3077): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3077): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 3077): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3077): Caused by: java.lang.RuntimeException: Package manager has died
E/AndroidRuntime( 3077): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:77)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider.getDatabaseVersion(MediaProvider.java:547)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider$DatabaseHelper.<init>(MediaProvider.java:356)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider.attachVolume(MediaProvider.java:4922)
E/AndroidRuntime( 3077): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.java:578)
E/AndroidRuntime( 3077): at android.content.ContentProvider.attachInfo(ContentProvider.java:1058)
E/AndroidRuntime( 3077): at android.app.ActivityThread.installProvider(ActivityThread.java:4745)
E/AndroidRuntime( 3077): ... 12 more
E/AndroidRuntime( 3077): Caused by: android.os.DeadObjectException
E/AndroidRuntime( 3077): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3077): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1351)
E/AndroidRuntime( 3077): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:72)
E/AndroidRuntime( 3077): ... 18 more
E/AndroidRuntime( 3029): Error reporting crash
E/AndroidRuntime( 3029): android.os.DeadObjectException
E/AndroidRuntime( 3029): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3029): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3118)
E/AndroidRuntime( 3029): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3029): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3029): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3029): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 3029): Sending signal. PID: 3029 SIG: 9
E/AndroidRuntime( 3077): Error reporting crash
E/AndroidRuntime( 3077): android.os.DeadObjectException
E/AndroidRuntime( 3077): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 3077): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3118)
E/AndroidRuntime( 3077): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 3077): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 3077): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 3077): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 3077): Sending signal. PID: 3077 SIG: 9
E/installd( 186): eof
E/installd( 186): failed to read size
I/installd( 186): closing connection
I/Zygote ( 2832): Exit zygote because system server (2962) has terminated
I/Netd ( 3136): Netd 1.0 starting
I/ServiceManager( 176): service 'media.audio_flinger' died
I/ServiceManager( 176): service 'media.player' died
I/ServiceManager( 176): service 'media.camera' died
I/ServiceManager( 176): service 'media.audio_policy' died
D/AndroidRuntime( 3137):
D/AndroidRuntime( 3137): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 3137): CheckJNI is OFF
D/dalvikvm( 3137): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 3137): Added shared lib libjavacore.so 0x0
D/dalvikvm( 3137): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 3137): Added shared lib libnativehelper.so 0x0
I/mediaserver( 3139): ServiceManager: 0x40d8ee28
I/AudioFlinger( 3139): Using default 3000 mSec as standby time.
I/CameraService( 3139): CameraService started (pid=3139)
I/QualcommCamera( 3139): Qint android::get_number_of_cameras(): E
I/QualcommCameraHardware( 3139): getCameraInfo: IN
I/QualcommCameraHardware( 3139): getCameraInfo: loading libqcamera at 0x400f865c
I/QualcommCameraHardware( 3139): getCameraInfo: numOfCameras = 2
I/QualcommCameraHardware( 3139): Camera sensor 0 info:
I/QualcommCameraHardware( 3139): camera_id: 0
I/QualcommCameraHardware( 3139): modes_supported: 5
I/QualcommCameraHardware( 3139): position: 0
I/QualcommCameraHardware( 3139): sensor_mount_angle: 0
I/QualcommCameraHardware( 3139): Camera sensor 1 info:
I/QualcommCameraHardware( 3139): camera_id: 1
I/QualcommCameraHardware( 3139): modes_supported: 5
I/QualcommCameraHardware( 3139): position: 1
I/QualcommCameraHardware( 3139): sensor_mount_angle: 270
I/QualcommCameraHardware( 3139): getCameraInfo: OUT
I/AudioPolicyManagerBase( 3139): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioHardwareMSM76XXA( 3139): get_audpp_filter
I/AudioHardwareMSM76XXA( 3139): open /system/etc/AudioFilter.csv success.
I/AudioHardwareMSM76XXA( 3139): EQ flag = 00.
E/AudioHardwareMSM76XXA( 3139): audioeq library open failure
I/AudioHardwareMSM76XXA( 3139): failed to set audpp parameters, exiting.
E/AudioHardwareMSM76XXA( 3139): failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
D/AudioHardwareMSM76XXA( 3139): Auto Volume Enabled= 0
I/AudioFlinger( 3139): loadHwModule() Loaded primary audio interface from QCOM Audio HW HAL (audio) handle 1
I/AudioFlinger( 3139): HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
I/AudioMixer( 3139): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/AudioFlinger( 3139): Using module 1 has the primary audio interface
D/AudioHardwareInterface( 3139): setMode(NORMAL)
I/AudioHardwareMSM76XXA( 3139): Set master volume to 7.
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(0, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(6, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(-1, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(12, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(3, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(16, 0, 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(25, 0, 7)
I/AudioFlinger( 3139): AudioFlinger's thread 0x40bd9008 ready to run
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(8, 0, 1)
W/AudioFlinger( 3139): Thread AudioOut_2 cannot connect to the power manager service
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(9, 0, 1)
W/AudioFlinger( 3139): Thread AudioOut_2 cannot connect to the power manager service
I/AudioHardwareMSM76XXA( 3139): Routing audio to Speakerphone
W/AudioHardwareMSM76XXA( 3139): rpc_snd_set_device(6, 1, 1)
D/AudioHardwareMSM76XXA( 3139): setVoiceVolume(0.400000)
I/AudioHardwareMSM76XXA( 3139): Setting in-call volume to 2 (available range is 2 to 7)
D/AudioHardwareMSM76XXA( 3139): rpc_snd_set_volume(2147483646, 0, 2)
I/AudioFlinger( 3139): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/AudioPolicyService( 3139): Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
I/SamplingProfilerIntegration( 3137): Profiling disabled.
I/Zygote ( 3137): Preloading classes...
D/dalvikvm( 3137): GC_EXPLICIT freed 37K, 84% free 420K/2560K, paused 0ms+1ms, total 6ms
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$2
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$3
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$4
W/Zygote ( 3137): Class not found for preloading: android.animation.ValueAnimator$5
E/BandwidthController( 3136): runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
E/BandwidthController( 3136): runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
W/Zygote ( 3137): Class not found for preloading: android.content.res.Resources$1
W/Zygote ( 3137): Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
W/Zygote ( 3137): Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
D/TextLayoutCache( 3137): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 3137): register_android_mtp_MtpDevice
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
W/Zygote ( 3137): Class not found for preloading: android.media.IRemoteControlClientDispatcher
W/Zygote ( 3137): Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
D/MDnsDS ( 3136): MDnsSdListener::Hander starting up
D/MDnsDS ( 3136): MDnsSdListener starting to monitor
D/MDnsDS ( 3136): Going to poll with pollCount 1
W/Zygote ( 3137): Class not found for preloading: android.os.Power
W/Zygote ( 3137): Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
W/Zygote ( 3137): Class not found for preloading: android.text.method.WordIterator$1
W/Zygote ( 3137): Class not found for preloading: android.view.InputHandler
W/Zygote ( 3137): Class not found for preloading: android.view.InputQueue$FinishedCallback
W/Zygote ( 3137): Class not found for preloading: android.view.ViewRootImpl$3
I/dalvikvm( 3137): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 3137): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 3137): GC_FOR_ALLOC freed 618K, 36% free 1644K/2560K, paused 25ms, total 25ms
W/Zygote ( 3137): Class not found for preloading: android.widget.EdgeGlow
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$EasyEditSpanController
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$InputContentType
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$InputMethodState
W/Zygote ( 3137): Class not found for preloading: android.widget.TextView$TextAlign
E/PhonePolicy( 3137): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
W/Zygote ( 3137): Class not found for preloading: java.text.DecimalFormat$1
I have no clue how to solve it, do you have any ideas?
I've tried replaceing runtime lib but it doesn't help.

Try to build CM 10 for Allwinner A13

Hi all,
I want to build my own cyanogenmod port for my device (tablet). It's an Allwinner 13 tablet (inet 86vz)
I started following Doc:_porting_intro on cyanogenmod wiki (cannot post url) and everything seems good and now the step for testing recovery image is a problem.
I successfully build the recovery.img. I installed it on my device and reboot it in recovery mode. I can see the beautiful hat ! But nands partitions have not been found and cache partition had not been mounted. I watch /tmp/recovery.log and it's confirm that.
I'm not sure it is the fix, but inserting (with insmod) the nand.ko module solve the problem. My question : how can I automate that ? In which file ?
I didn't find another similary device.
Thanks in advance for any help.
I continue my story. I successfully build recovery image and build cm10.2 for my device but it does not work: I've got a bootloop.
Between loop I can access (for a very short time) my device with adb.
I've got logcat for it.
Code:
--------- beginning of /dev/log/main
I/e2fsck ( 65): e2fsck 1.41.14 (22-Dec-2010)
I/e2fsck ( 65): /system/bin/e2fsck: Device or resource busy while trying to open /dev/block/nande
I/e2fsck ( 65): Filesystem mounted or opened exclusively by another program?
I/e2fsck ( 65): e2fsck terminated by exit(8)
I/e2fsck ( 70): e2fsck 1.41.14 (22-Dec-2010)
I/e2fsck ( 70): /system/bin/e2fsck: Device or resource busy while trying to open /dev/block/nandh
I/e2fsck ( 70): Filesystem mounted or opened exclusively by another program?
I/e2fsck ( 70): e2fsck terminated by exit(8)
I/installd( 84): installd firing up
I/DEBUG ( 78): debuggerd: Jan 27 2014 06:50:33
--------- beginning of /dev/log/system
I/Vold ( 76): Vold 2.1 (the revenge) firing up
E/Vold ( 76): failed to open /fstab.sun5i
E/Vold ( 76): Error reading configuration (No such file or directory)... continuing anyways
I/Netd ( 77): Netd 1.0 starting
W/InterfaceController( 77): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/AndroidRuntime( 91):
D/AndroidRuntime( 91): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 91): CheckJNI is ON
D/dalvikvm( 91): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 91): Added shared lib libjavacore.so 0x0
D/dalvikvm( 91): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 91): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 91): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 91): Profiling disabled.
I/Zygote ( 91): Preloading classes...
E/cutils-trace( 91): Error opening trace file: No such file or directory (2)
D/dalvikvm( 91): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 91): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 91): register_android_mtp_MtpDevice
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MDnsDS ( 77): MDnsSdListener::Hander starting up
D/MDnsDS ( 77): MDnsSdListener starting to monitor
D/MDnsDS ( 77): Going to poll with pollCount 1
I/dalvikvm( 91): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 91): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/AndroidRuntime( 315):
D/AndroidRuntime( 315): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 315): CheckJNI is ON
D/dalvikvm( 315): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 315): Added shared lib libjavacore.so 0x0
D/dalvikvm( 315): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 315): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 315): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 315): Profiling disabled.
I/Zygote ( 315): Preloading classes...
E/cutils-trace( 315): Error opening trace file: No such file or directory (2)
D/dalvikvm( 315): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 315): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 315): register_android_mtp_MtpDevice
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 315): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 315): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/AndroidRuntime( 323):
D/AndroidRuntime( 323): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 323): CheckJNI is ON
D/dalvikvm( 323): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 323): Added shared lib libjavacore.so 0x0
D/dalvikvm( 323): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 323): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 323): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 323): Profiling disabled.
I/Zygote ( 323): Preloading classes...
E/cutils-trace( 323): Error opening trace file: No such file or directory (2)
D/dalvikvm( 323): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 323): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 323): register_android_mtp_MtpDevice
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 323): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 323): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
W/dalvikvm( 323): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/apache/harmony/security/provider/crypto/RandomBitsSupplier;
W/dalvikvm( 323): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/harmony/security/fortress/Services;
W/dalvikvm( 323): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Ljava/security/KeyPairGenerator;
E/Zygote ( 323): Error preloading java.security.KeyPairGenerator.
E/Zygote ( 323): java.lang.ExceptionInInitializerError
E/Zygote ( 323): at org.apache.harmony.security.provider.crypto.CryptoProvider.<init>(CryptoProvider.java:58)
E/Zygote ( 323): at java.lang.Class.newInstanceImpl(Native Method)
E/Zygote ( 323): at java.lang.Class.newInstance(Class.java:1130)
E/Zygote ( 323): at org.apache.harmony.security.fortress.Services.<clinit>(Services.java:79)
E/Zygote ( 323): at java.security.SecureRandom.<init>(SecureRandom.java:89)
E/Zygote ( 323): at java.security.KeyPairGenerator.<clinit>(KeyPairGenerator.java:40)
E/Zygote ( 323): at java.lang.Class.classForName(Native Method)
E/Zygote ( 323): at java.lang.Class.forName(Class.java:204)
E/Zygote ( 323): at java.lang.Class.forName(Class.java:169)
E/Zygote ( 323): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:280)
E/Zygote ( 323): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:227)
E/Zygote ( 323): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:524)
E/Zygote ( 323): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 323): Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 323): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:36)
E/Zygote ( 323): ... 13 more
E/Zygote ( 323): Caused by: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 323): at libcore.io.IoBridge.open(IoBridge.java:409)
E/Zygote ( 323): at java.io.FileInputStream.<init>(FileInputStream.java:78)
E/Zygote ( 323): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:34)
E/Zygote ( 323): ... 13 more
E/Zygote ( 323): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
E/Zygote ( 323): at libcore.io.Posix.open(Native Method)
E/Zygote ( 323): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/Zygote ( 323): at libcore.io.IoBridge.open(IoBridge.java:393)
E/Zygote ( 323): ... 15 more
D/AndroidRuntime( 323): Shutting down VM
W/dalvikvm( 323): threadid=1: thread exiting with uncaught exception (group=0x41b887c0)
I/Netd ( 333): Netd 1.0 starting
W/InterfaceController( 333): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/AndroidRuntime( 338):
D/AndroidRuntime( 338): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 338): CheckJNI is ON
D/dalvikvm( 338): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 338): Added shared lib libjavacore.so 0x0
D/dalvikvm( 338): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 338): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 338): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 338): Profiling disabled.
I/Zygote ( 338): Preloading classes...
E/cutils-trace( 338): Error opening trace file: No such file or directory (2)
D/dalvikvm( 338): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 338): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 338): register_android_mtp_MtpDevice
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 338): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 338): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
W/dalvikvm( 338): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/apache/harmony/security/provider/crypto/RandomBitsSupplier;
W/dalvikvm( 338): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/harmony/security/fortress/Services;
W/dalvikvm( 338): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Ljava/security/KeyPairGenerator;
E/Zygote ( 338): Error preloading java.security.KeyPairGenerator.
E/Zygote ( 338): java.lang.ExceptionInInitializerError
E/Zygote ( 338): at org.apache.harmony.security.provider.crypto.CryptoProvider.<init>(CryptoProvider.java:58)
E/Zygote ( 338): at java.lang.Class.newInstanceImpl(Native Method)
E/Zygote ( 338): at java.lang.Class.newInstance(Class.java:1130)
E/Zygote ( 338): at org.apache.harmony.security.fortress.Services.<clinit>(Services.java:79)
E/Zygote ( 338): at java.security.SecureRandom.<init>(SecureRandom.java:89)
E/Zygote ( 338): at java.security.KeyPairGenerator.<clinit>(KeyPairGenerator.java:40)
E/Zygote ( 338): at java.lang.Class.classForName(Native Method)
E/Zygote ( 338): at java.lang.Class.forName(Class.java:204)
E/Zygote ( 338): at java.lang.Class.forName(Class.java:169)
E/Zygote ( 338): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:280)
E/Zygote ( 338): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:227)
E/Zygote ( 338): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:524)
E/Zygote ( 338): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 338): Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 338): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:36)
E/Zygote ( 338): ... 13 more
E/Zygote ( 338): Caused by: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 338): at libcore.io.IoBridge.open(IoBridge.java:409)
E/Zygote ( 338): at java.io.FileInputStream.<init>(FileInputStream.java:78)
E/Zygote ( 338): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:34)
E/Zygote ( 338): ... 13 more
E/Zygote ( 338): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
E/Zygote ( 338): at libcore.io.Posix.open(Native Method)
E/Zygote ( 338): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/Zygote ( 338): at libcore.io.IoBridge.open(IoBridge.java:393)
E/Zygote ( 338): ... 15 more
D/AndroidRuntime( 338): Shutting down VM
W/dalvikvm( 338): threadid=1: thread exiting with uncaught exception (group=0x40dc27c0)
I/Netd ( 544): Netd 1.0 starting
W/InterfaceController( 544): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/AndroidRuntime( 546):
D/AndroidRuntime( 546): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 546): CheckJNI is ON
D/AndroidRuntime( 551):
D/AndroidRuntime( 551): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 551): CheckJNI is ON
D/dalvikvm( 551): DexOpt: sleeping on flock(/cache/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 546): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 546): Added shared lib libjavacore.so 0x0
D/dalvikvm( 551): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 551): Added shared lib libjavacore.so 0x0
D/dalvikvm( 546): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 546): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 551): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 551): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 546): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
W/dalvikvm( 551): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 546): Profiling disabled.
I/SamplingProfilerIntegration( 551): Profiling disabled.
I/Zygote ( 546): Preloading classes...
E/cutils-trace( 546): Error opening trace file: No such file or directory (2)
I/Zygote ( 551): Preloading classes...
E/cutils-trace( 551): Error opening trace file: No such file or directory (2)
D/dalvikvm( 546): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/dalvikvm( 551): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
D/TextLayoutCache( 546): Using debug level = 0 - Debug Enabled = 0
D/TextLayoutCache( 551): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 546): register_android_mtp_MtpDevice
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 551): register_android_mtp_MtpDevice
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 546): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
I/dalvikvm( 551): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 551): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 546): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
W/dalvikvm( 546): Exception Ljava/lang/RuntimeException; thrown while initializing Lorg/apache/harmony/security/provider/crypto/RandomBitsSupplier;
W/dalvikvm( 546): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/harmony/security/fortress/Services;
W/dalvikvm( 546): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Ljava/security/KeyPairGenerator;
D/AndroidRuntime( 700):
D/AndroidRuntime( 700): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 700): CheckJNI is ON
E/Zygote ( 546): Error preloading java.security.KeyPairGenerator.
E/Zygote ( 546): java.lang.ExceptionInInitializerError
E/Zygote ( 546): at org.apache.harmony.security.provider.crypto.CryptoProvider.<init>(CryptoProvider.java:58)
E/Zygote ( 546): at java.lang.Class.newInstanceImpl(Native Method)
E/Zygote ( 546): at java.lang.Class.newInstance(Class.java:1130)
E/Zygote ( 546): at org.apache.harmony.security.fortress.Services.<clinit>(Services.java:79)
E/Zygote ( 546): at java.security.SecureRandom.<init>(SecureRandom.java:89)
E/Zygote ( 546): at java.security.KeyPairGenerator.<clinit>(KeyPairGenerator.java:40)
E/Zygote ( 546): at java.lang.Class.classForName(Native Method)
E/Zygote ( 546): at java.lang.Class.forName(Class.java:204)
E/Zygote ( 546): at java.lang.Class.forName(Class.java:169)
E/Zygote ( 546): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:280)
E/Zygote ( 546): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.java:227)
E/Zygote ( 546): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:524)
E/Zygote ( 546): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 546): Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 546): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:36)
E/Zygote ( 546): ... 13 more
E/Zygote ( 546): Caused by: java.io.FileNotFoundException: /dev/urandom: open failed: EACCES (Permission denied)
E/Zygote ( 546): at libcore.io.IoBridge.open(IoBridge.java:409)
E/Zygote ( 546): at java.io.FileInputStream.<init>(FileInputStream.java:78)
E/Zygote ( 546): at org.apache.harmony.security.provider.crypto.RandomBitsSupplier.<clinit>(RandomBitsSupplier.java:34)
E/Zygote ( 546): ... 13 more
E/Zygote ( 546): Caused by: libcore.io.ErrnoException: open failed: EACCES (Permission denied)
E/Zygote ( 546): at libcore.io.Posix.open(Native Method)
E/Zygote ( 546): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/Zygote ( 546): at libcore.io.IoBridge.open(IoBridge.java:393)
E/Zygote ( 546): ... 15 more
D/AndroidRuntime( 546): Shutting down VM
W/dalvikvm( 546): threadid=1: thread exiting with uncaught exception (group=0x40f1e7c0)
D/dalvikvm( 700): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 700): Added shared lib libjavacore.so 0x0
D/dalvikvm( 700): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 700): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 700): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 700): Profiling disabled.
D/MDnsDS ( 544): MDnsSdListener::Hander starting up
D/MDnsDS ( 544): MDnsSdListener starting to monitor
D/MDnsDS ( 544): Going to poll with pollCount 1
I/Zygote ( 700): Preloading classes...
E/cutils-trace( 700): Error opening trace file: No such file or directory (2)
D/dalvikvm( 700): Note: class Landroid/app/ActivityManagerNative; has 164 unimplemented (abstract) methods
Any idea to help me ? Thanks in advance.
If you want more information just tell me.
My device continue to go in bootloop. Don't know what to do or what information can be useful to find a solution.
Is there another way to try to port cyanogenmod to my device by small patch beginning with my stock rom ?

Categories

Resources