[SOLVED] Need help! phone dont start ! - Sony Ericsson XPERIA X10 Mini

hi people ! I need your help !
I am accidentally deleted /system/framework/framework-res.apk
and now, the phone start, boot to the boot screen "Sony Erricson" - thats all.
I can connect to him with adb shell, but i can install framework-res.apk or use "su"
mode.
$ mount -o remount,rw /dev/block/mtdblock0 /system
mount -o remount,rw /dev/block/mtdblock0 /system
mount: Operation not permitted
$ su
su
[1] + Stopped (signal) su
$ su
su
[2] + Stopped (signal) su
[1] Segmentation fault su
some of logg
Code:
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2051): GC freed 3790 objects / 196984 bytes in 16ms
D/dalvikvm( 2051): GC freed 463 objects / 26360 bytes in 15ms
D/dalvikvm( 2051): GC freed 294 objects / 17048 bytes in 16ms
D/dalvikvm( 2051): GC freed 204 objects / 11480 bytes in 17ms
D/dalvikvm( 2051): GC freed 172 objects / 9256 bytes in 18ms
D/dalvikvm( 2051): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Added shared lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2051): Shared lib '/system/lib/libsrec_jni.so' already loaded in same CL 0x0
W/asset ( 2051): Asset path /system/framework/framework-res.apk is neither a directory nor file (type=1).
W/asset ( 2051): Unable to find resources file resources.arsc
W/dalvikvm( 2051): Exception Landroid/content/res/Resources$NotFoundException; thrown during Landroid/text/AutoText;.<clinit>
E/Zygote ( 2051): Error preloading android.text.AutoText.
E/Zygote ( 2051): java.lang.ExceptionInInitializerError
E/Zygote ( 2051): at java.lang.Class.classForName(Native Method)
E/Zygote ( 2051): at java.lang.Class.forName(Class.java:237)
E/Zygote ( 2051): at java.lang.Class.forName(Class.java:183)
E/Zygote ( 2051): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:295)
E/Zygote ( 2051): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
E/Zygote ( 2051): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 2051): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x10b0001
E/Zygote ( 2051): at android.content.res.Resources.getValue(Resources.java:891)
E/Zygote ( 2051): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1865)
E/Zygote ( 2051): at android.content.res.Resources.getXml(Resources.java:779)
E/Zygote ( 2051): at android.text.AutoText.init(AutoText.java:160)
E/Zygote ( 2051): at android.text.AutoText.<init>(AutoText.java:76)
E/Zygote ( 2051): at android.text.AutoText.<clinit>(AutoText.java:56)
E/Zygote ( 2051): ... 6 more
D/AndroidRuntime( 2051): Shutting down VM
W/dalvikvm( 2051): threadid=3: thread exiting with uncaught exception (group=0x40026160)
D/dalvikvm( 2051): DestroyJavaVM waiting for non-daemon threads to exit
D/dalvikvm( 2051): DestroyJavaVM shutting VM down
D/dalvikvm( 2051): VM cleaning up
D/dalvikvm( 2051): LinearAlloc 0x0 used 1416396 of 5242880 (27%)
D/skia ( 2051): purging 6K from font cache [1 entries]
I/ServiceManager( 1092): service 'media.audio_flinger' died
I/ServiceManager( 1092): service 'media.player' died
I/ServiceManager( 1092): service 'media.camera' died
I/ServiceManager( 1092): service 'media.audio_policy' died
D/AudioHardwareInterface( 2052): setMode(NORMAL)
I/CameraService( 2052): CameraService started: pid=2052
I/AudioFlinger( 2052): AudioFlinger's thread 0xbec0 ready to run
D/AudioHardwareMSM72XX( 2052): setVoiceVolume(1.000000)

I am fixed my trouble !
I connect my phone with USB, then start SuperOneClick, push ShellRoot - get rooted shel in my session.Next i remount my system folder "mount -o remount,rw /dev/block/mtdblock0 /system" and put the file
adb push framework-res.apk /system/framework/framework-res.apk
Now all works good !

Thank you kobzarcheg
You saved me a lot of agony.

you wellcome

Related

[Q] ICS on TEGRA2--error: zygote can't start

I have already search this on google & baidu, but I cant find any solution. My zygote can't start. I stop almost every services now. I use tegra2-android2.2kernel and ics's randisk(init.c is compiled in android 2.2) & system.img.
ERROR is like this:
[ 9.932634] enabling adb
[ 9.935819] init: processing action 0x6bb78 (bootchart_init)
[ 9.935924] adb_open(adbd)
[ 9.944285] init: bootcharting ignored
[ 9.948060] init: command 'bootchart_init' r=0
[ 9.953016] init: processing action 0x6a7f0 (nonencrypted)
[ 9.958542] init: command 'class_start' r=0
[ 9.963039] init: processing action 0x6ab50 (propertyersist.sys.usb.config=*)
[ 9.970645] init: command 'setprop' r=0
[ 9.974533] init: processing action 0x6ad18 (property:ro.debuggable=1)
[ 9.981620] init: command 'start' r=0
[ 9.985309] init: processing action 0x6b7e0 (propertyersist.service.adb.enable=1)
[ 10.007951] init: command 'insmod' r=-1
[ 10.011828] init: command 'start' r=0
[ 10.016004] init: processing action 0x6ab00 (property:sys.usb.config=adb)
[ 10.023153] init: command 'start' r=0
bash-3.2# [ 10.064904] init: Created socket '/dev/socket/zygote' with mode '666', user '0', group '0'
[ 10.087391] init: Created socket '/dev/socket/dbus' with mode '660', user '1002', group '1002'
[ 10.117389] init: Created socket '/dev/socket/dumpstate' with mode '660', user '2000', group '1007'
[ 13.177710] init: waitpid returned pid 1974, status = 00000000
[ 13.183542] init: process 'zygote', pid 1974 exited
[ 13.188434] init: process 'zygote' killing any children in process group
[ 13.195229] request_suspend_state: wakeup (3->0) at 8990531782 (2012-02-26 11:03:31.619458477 UTC)
[ 15.204796] init: starting 'zygote'
[ 15.227411] init: Created socket '/dev/socket/zygote' with mode '666', user '0', group '0'
[ 17.729693] init: waitpid returned pid 1990, status = 00000000
[ 17.735542] init: process 'zygote', pid 1990 exited
[ 17.740431] init: process 'zygote' killing any children in process group
[ 17.747230] request_suspend_state: wakeup (0->0) at 13542533140 (2012-02-26 11:03:36.171459835 UTC)
[ 20.759434] init: starting 'zygote'
.......
and logcat is :
I/DEBUG ( 1974): debuggerd: Feb 20 2012 13:38:05
I/dumpstate( 1977): begin
D/AndroidRuntime( 1984):
D/AndroidRuntime( 1984): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1984): CheckJNI is OFF
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'core.jar' (bootstrap=1) ---
F/libc ( 1986): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'core.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/core.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/core.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'core-junit.jar' (bootstrap=1) ---
F/libc ( 1987): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'core-junit.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/core-junit.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/core-junit.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'bouncycastle.jar' (bootstrap=1) ---
F/libc ( 1988): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'bouncycastle.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/bouncycastle.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/bouncycastle.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'ext.jar' (bootstrap=1) ---
F/libc ( 1989): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'ext.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/ext.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/ext.jar'
D/dalvikvm( 1984): DexOpt: --- BEGIN 'framework.jar' (bootstrap=1) ---
F/libc ( 1990): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'framework.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/framework.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'android.policy.jar' (bootstrap=1) ---
F/libc ( 1991): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'android.policy.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/android.policy.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/android.policy.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'services.jar' (bootstrap=1) ---
F/libc ( 1992): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'services.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/services.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/services.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'apache-xml.jar' (bootstrap=1) ---
F/libc ( 1993): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'apache-xml.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/apache-xml.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/apache-xml.jar'
D/dalvikvm( 1984): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1984): ODEX file is stale or bad; removing and retrying (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 1984): DexOpt: --- BEGIN 'filterfw.jar' (bootstrap=1) ---
F/libc ( 1994): Fatal signal 11 (SIGSEGV) at 0x004014b4 (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
W/dalvikvm( 1984): DexOpt: --- END 'filterfw.jar' --- status=0x000b, process failed
E/dalvikvm( 1984): Unable to extract+optimize DEX from '/system/framework/filterfw.jar'
D/dalvikvm( 1984): Unable to process classpath element '/system/framework/filterfw.jar'
E/dalvikvm( 1984): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar'
E/dalvikvm( 1984): VM aborting
F/libc ( 1984): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1)
I/DEBUG ( 1974): ptrace attach failed: Operation not permitted
D/AndroidRuntime( 1996):
D/AndroidRuntime( 1996): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 1996): CheckJNI is OFF
......
can anyone help me please?
I'm stuck on the same thing. Please, someone help!

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?

[Q] Logcat help

D/dalvikvm( 1863): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 1863): Added shared lib libjavacore.so 0x0
D/dalvikvm( 1863): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 1863): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 1863): Unable to register: not native: Landroid/os/SystemClock;.setCurrentTimeMillisJ)Z
E/JNIHelp ( 1863): RegisterNatives failed for 'android/os/SystemClock', aborting
F/libc ( 1863): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1863 (zygote)

ICS Bluetooth issue

I'm just porting ICS to my device(HTC magic).
I have problem with bluetooth. It's turning on and off correctly(Ithink), but I can't connect with any device... My phone can't see any device, and, any device can't see my phone. Here's log:
Code:
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10016, 0) failed with errno -2
D/dalvikvm( 471): GC_FOR_ALLOC freed 2297K, 46% free 6655K/12163K, paused 332ms
I/ActivityManager( 199): Process android.process.acore (pid 1065) has died.
D/dalvikvm( 471): GC_FOR_ALLOC freed 3092K, 57% free 5332K/12163K, paused 47ms
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
I/ActivityManager( 199): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.alensw.PicFolder/.GalleryActivity} from pid 471
D/dalvikvm( 199): GC_FOR_ALLOC freed 186K, 46% free 5573K/10243K, paused 170ms
I/ActivityManager( 199): Start proc com.alensw.PicFolder for activity com.alensw.PicFolder/.GalleryActivity: pid=1105 uid=10011 gids={1015}
I/PackageManager( 199): Running dexopt on: com.alensw.PicFolder
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10011, 1) failed with errno -2
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/ActivityThread( 1105): Pub com.alensw.PicFolder.FileProvider: com.alensw.PicFolder.FileProvider
I/BitmapUtils( 1105): init:32, 10666667, 4000000
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1105): GC_CONCURRENT freed 139K, 74% free 815K/3075K, paused 2ms+3ms
D/dalvikvm( 1105): No JNI_OnLoad found in /system/lib/libqpicjni92.so 0x40cd7e18, skipping init
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/ThumbLibrary( 1105): thumbnail size: 100x100, 154x154
I/dalvikvm( 1105): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 1105): register_android_mtp_MtpDevice
I/dalvikvm( 1105): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 1105): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
E/MediaProfilesJNI( 1105): native_init
E/MediaProfilesJNI( 1105): After native_init lock
E/MediaProfilesJNI( 1105): Guru : native_init profiles
E/MediaProfiles( 1105): getInstance
E/MediaProfiles( 1105): Guru :Else 1
E/MediaProfiles( 1105): Guru : quality = 0, index = -1
E/MediaProfiles( 1105): Guru : quality = 1, index = -1
E/MediaProfiles( 1105): Guru : quality = 0, index = -1
E/MediaProfiles( 1105): Guru : quality = 1, index = -1
E/MediaProfiles( 1105): getInstance dfff0
E/MediaProfilesJNI( 1105): retun sProfiles
V/MediaProfilesJNI( 1105): native_get_num_audio_decoders
V/MediaProfilesJNI( 1105): native_get_num_video_decoders
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
E/PhonePolicy( 1105): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1105): GC_CONCURRENT freed 183K, 69% free 1058K/3395K, paused 2ms+3ms
D/TextLayoutCache( 1105): Using debug level: 0 - Debug Enabled: 0
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1105): GC_FOR_ALLOC freed 22K, 62% free 1435K/3715K, paused 17ms
I/dalvikvm-heap( 1105): Grow heap (frag case) to 4.453MB for 1048592-byte allocation
D/dalvikvm( 1105): GC_CONCURRENT freed 3K, 49% free 2456K/4803K, paused 2ms+3ms
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 199): GC_CONCURRENT freed 1625K, 51% free 5107K/10243K, paused 17ms+28ms
D/FolderScanner( 1105): prescan: 0
I/Process ( 199): Sending signal. PID: 1105 SIG: 3
I/dalvikvm( 1105): threadid=3: reacting to signal 3
I/dalvikvm( 1105): Wrote stack traces to '/data/anr/traces.txt'
W/InputManagerService( 199): Starting input on non-focused client [email protected] (uid=10003 pid=471)
I/ActivityManager( 199): Displayed com.alensw.PicFolder/.GalleryActivity: +6s707ms
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 0) failed with errno -2
D/dalvikvm( 1105): GC_CONCURRENT freed 1211K, 66% free 1815K/5187K, paused 3ms+5ms
D/FolderScanner( 1105): scan used: 2344ms, 128 folders
D/dalvikvm( 1105): GC_CONCURRENT freed 296K, 63% free 1949K/5187K, paused 2ms+5ms
D/dalvikvm( 1105): GC_CONCURRENT freed 331K, 61% free 2047K/5187K, paused 2ms+5ms
D/dalvikvm( 1105): GC_CONCURRENT freed 332K, 60% free 2115K/5187K, paused 3ms+4ms
I/ActivityManager( 199): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher} from pid 199
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 1) failed with errno -2
D/dalvikvm( 471): GC_CONCURRENT freed 2376K, 63% free 4525K/12163K, paused 4ms+11ms
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10011, 0) failed with errno -2
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
D/dalvikvm( 471): GC_FOR_ALLOC freed 1034K, 63% free 4579K/12163K, paused 85ms
D/dalvikvm( 471): GC_CONCURRENT freed 255K, 54% free 5664K/12163K, paused 4ms+31ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 1724K, 63% free 4569K/12163K, paused 68ms
D/dalvikvm( 471): GC_CONCURRENT freed 2K, 53% free 5831K/12163K, paused 4ms+20ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 2187K, 59% free 5014K/12163K, paused 77ms
D/dalvikvm( 471): GC_CONCURRENT freed 159K, 48% free 6370K/12163K, paused 4ms+21ms
D/dalvikvm( 471): GC_CONCURRENT freed 2957K, 56% free 5358K/12163K, paused 4ms+21ms
F/BatteryStatsImpl( 199): problem reading network stats
F/BatteryStatsImpl( 199): java.lang.IllegalStateException: problem parsing idx 1
F/BatteryStatsImpl( 199): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
F/BatteryStatsImpl( 199): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:250)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.getNetworkStatsDetailGroupedByUid(BatteryStatsImpl.java:5734)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.access$100(BatteryStatsImpl.java:76)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl$Uid.computeCurrentTcpBytesReceived(BatteryStatsImpl.java:2457)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl$Uid.getTcpBytesReceived(BatteryStatsImpl.java:2446)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.writeSummaryToParcel(BatteryStatsImpl.java:5437)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.writeLocked(BatteryStatsImpl.java:4836)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.writeAsyncLocked(BatteryStatsImpl.java:4818)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.setOnBatteryLocked(BatteryStatsImpl.java:4355)
F/BatteryStatsImpl( 199): at com.android.internal.os.BatteryStatsImpl.setBatteryState(BatteryStatsImpl.java:4394)
F/BatteryStatsImpl( 199): at com.android.server.am.BatteryStatsService.setBatteryState(BatteryStatsService.java:434)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService.processValues(BatteryService.java:278)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService.update(BatteryService.java:260)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService.access$000(BatteryService.java:73)
F/BatteryStatsImpl( 199): at com.android.server.BatteryService$1.onUEvent(BatteryService.java:208)
F/BatteryStatsImpl( 199): at android.os.UEventObserver$UEventThread.run(UEventObserver.java:108)
F/BatteryStatsImpl( 199): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 199): at libcore.io.IoBridge.open(IoBridge.java:406)
F/BatteryStatsImpl( 199): at java.io.FileInputStream.<init>(FileInputStream.java:78)
F/BatteryStatsImpl( 199): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
F/BatteryStatsImpl( 199): ... 16 more
F/BatteryStatsImpl( 199): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 199): at libcore.io.Posix.open(Native Method)
F/BatteryStatsImpl( 199): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
F/BatteryStatsImpl( 199): at libcore.io.IoBridge.open(IoBridge.java:390)
F/BatteryStatsImpl( 199): ... 18 more
W/PowerUI ( 507): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
I/StorageNotification( 507): UMS connection changed to true (media state mounted)
I/ActivityManager( 199): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=1133 uid=10017 gids={1015, 1023, 1024, 2001, 3003, 3007}
D/PhoneStatusBar( 507): Notification has fullScreenIntent; sending fullScreenIntent
I/ActivityManager( 199): START {flg=0x10000000 cmp=com.android.systemui/.usb.UsbStorageActivity} from pid -1
D/dalvikvm( 507): GC_CONCURRENT freed 503K, 61% free 2629K/6659K, paused 4ms+19ms
D/dalvikvm( 199): GC_FOR_ALLOC freed 393K, 49% free 5225K/10243K, paused 134ms
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 199): GC_CONCURRENT freed 1148K, 50% free 5158K/10243K, paused 8ms+36ms
D/dalvikvm( 507): GC_FOR_ALLOC freed 217K, 63% free 2513K/6659K, paused 34ms
I/dalvikvm-heap( 507): Grow heap (frag case) to 5.505MB for 1048592-byte allocation
D/dalvikvm( 507): GC_CONCURRENT freed 5K, 47% free 3531K/6659K, paused 3ms+27ms
I/ActivityThread( 1133): Pub media: com.android.providers.media.MediaProvider
D/VoldCmdListener( 87): volume shared /mnt/sdcard ums
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 1133): GC_CONCURRENT freed 149K, 75% free 787K/3075K, paused 5ms+2ms
I/Process ( 199): Sending signal. PID: 507 SIG: 3
I/dalvikvm( 507): threadid=3: reacting to signal 3
I/dalvikvm( 507): Wrote stack traces to '/data/anr/traces.txt'
I/ActivityThread( 1133): Pub downloads: com.android.providers.downloads.DownloadProvider
W/InputManagerService( 199): Starting input on non-focused client [email protected] (uid=10003 pid=471)
I/ActivityManager( 199): Displayed com.android.systemui/.usb.UsbStorageActivity: +2s713ms
I/StorageNotification( 507): UMS connection changed to true (media state mounted)
I/ActivityThread( 1133): Pub drm: com.android.providers.drm.DrmProvider
I/DownloadManager( 1133): in removeSpuriousFiles
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 0) failed with errno -2
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 1) failed with errno -2
I/Process ( 199): Sending signal. PID: 471 SIG: 3
I/dalvikvm( 471): threadid=3: reacting to signal 3
I/dalvikvm( 471): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 471 SIG: 3
I/dalvikvm( 471): threadid=3: reacting to signal 3
D/dalvikvm( 471): ExtrMon: insns 0x0 not valid (0x0 - 0x0)
D/dalvikvm( 471): GC_CONCURRENT freed 2095K, 60% free 4878K/12163K, paused 3ms+11ms
I/dalvikvm( 471): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 471 SIG: 3
I/dalvikvm( 471): threadid=3: reacting to signal 3
I/dalvikvm( 471): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 471): GC_CONCURRENT freed 309K, 51% free 6040K/12163K, paused 11ms+91ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 2341K, 61% free 4849K/12163K, paused 42ms
D/dalvikvm( 471): GC_FOR_ALLOC freed 1K, 50% free 6104K/12163K, paused 40ms
I/ActivityManager( 199): START {act=android.settings.BLUETOOTH_SETTINGS cat=[android.intent.category.DEFAULT] flg=0x10000000 cmp=com.android.settings/.Settings$BluetoothSettingsActivity} from pid 507
W/NetworkManagementSocketTagger( 199): setKernelCountSet(1000, 1) failed with errno -2
D/dalvikvm( 199): GC_FOR_ALLOC freed 175K, 49% free 5270K/10243K, paused 127ms
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
D/LocalBluetoothProfileManager( 626): LocalBluetoothProfileManager construction complete
D/dalvikvm( 199): GC_CONCURRENT freed 1156K, 50% free 5199K/10243K, paused 11ms+36ms
D/LocalBluetoothManager( 626): setting foreground activity to non-null context
I/Process ( 199): Sending signal. PID: 626 SIG: 3
I/dalvikvm( 626): threadid=3: reacting to signal 3
D/dalvikvm( 199): GC_EXPLICIT freed 17K, 50% free 5186K/10243K, paused 10ms+15ms
I/dalvikvm( 626): Wrote stack traces to '/data/anr/traces.txt'
W/InputManagerService( 199): Starting input on non-focused client [email protected] (uid=10003 pid=471)
I/ActivityManager( 199): Displayed com.android.settings/.Settings$BluetoothSettingsActivity: +2s397ms
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 0) failed with errno -2
D/BluetoothAdapterStateMachine( 199): HotOff process message: 1
D/BluetoothAdapterStateMachine( 199): Bluetooth state 10 -> 11
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
I/ActivityManager( 199): Start proc com.android.bluetooth for broadcast com.android.bluetooth/.pbap.BluetoothPbapReceiver: pid=1157 uid=10034 gids={3003, 3002, 3001, 1015}
D/BluetoothEventLoop( 199): Property Changed: Powered : true
D/BluetoothAdapterStateMachine( 199): Switching process message: 54
D/BluetoothEventLoop( 199): Property Changed: Pairable : true
D/BluetoothEventLoop( 199): Property Changed: Class : 5898240
D/BluetoothEventLoop( 199): Property Changed: Pairable : true
D/BluetoothEventLoop( 199): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine( 199): Switching process message: 53
D/BluetoothAdapterStateMachine( 199): Bluetooth state 11 -> 12
V/AudioHardwareMSM72XX( 95): setParameters() bluetooth_enabled=true
V/AudioHardwareMSM72XX( 95): setParameters() A2dpSuspended=false
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
D/LocalBluetoothProfileManager( 626): Adding local A2DP profile
D/LocalBluetoothProfileManager( 626): Adding local HEADSET profile
D/LocalBluetoothProfileManager( 626): Adding local OPP profile
D/BluetoothEventLoop( 199): Property Changed: Discovering : true
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_STARTED
I/PackageManager( 199): Running dexopt on: com.android.bluetooth
I/ActivityThread( 1157): Pub com.android.bluetooth.opp: com.android.bluetooth.opp.BluetoothOppProvider
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 11
D/DockEventReceiver( 626): finishStartingService: stopping service
D/dalvikvm( 1157): GC_CONCURRENT freed 161K, 75% free 774K/3075K, paused 3ms+2ms
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 12
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
I/BtOppRfcommListener( 1157): Accept thread started on channel 12
E/BluetoothMasService( 1157): Map Service onCreate
E/BluetoothMasService( 1157): Map Service onCreate
E/BluetoothMasService( 1157): Starting MAP service
E/BluetoothMasService( 1157): Map Service onStartCommand
E/BluetoothMasService( 1157): action: android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasService( 1157): Handler(): got msg=1
E/BluetoothMasService( 1157): Map Service startRfcommSocketListener
E/BluetoothMasService( 1157): Map Service initSocket
E/BluetoothMasService( 1157): Succeed to create listening socket on channel 16
D/BluetoothEventLoop( 199): Property Changed: Discovering : false
D/BluetoothEventLoop( 199): Property Changed: Discovering : true
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_FINISHED
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_STARTED
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_STARTED
D/dalvikvm( 626): GC_CONCURRENT freed 432K, 44% free 3372K/5955K, paused 4ms+11ms
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
D/BluetoothEventLoop( 199): Property Changed: Discovering : false
E/BluetoothService.cpp( 199): stopDiscoveryNative: D-Bus error in StopDiscovery: org.bluez.Error.Failed (Invalid discovery session)
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.DISCOVERY_FINISHED
V/BluetoothDiscoveryReceiver( 626): Received: android.bluetooth.adapter.action.DISCOVERY_FINISHED
W/InputManagerService( 199): Window already focused, ignoring focus gain of: [email protected]
D/BluetoothAdapterStateMachine( 199): BluetoothOn process message: 2
D/BluetoothAdapterStateMachine( 199): Bluetooth state 12 -> 13
V/AudioHardwareMSM72XX( 95): setParameters() bluetooth_enabled=false
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
E/Bluetooth HS/HF( 358): BluetoothServerSocket could not accept connection
I/BtOppRfcommListener( 1157): stopping Accept Thread
E/BtOppRfcommListener( 1157): Error accept connection java.io.IOException: Operation Canceled
I/BtOppRfcommListener( 1157): BluetoothSocket listen thread finished
D/BluetoothEventLoop( 199): Property Changed: Pairable : false
D/BluetoothEventLoop( 199): Property Changed: Powered : false
D/BluetoothAdapterStateMachine( 199): Switching process message: 54
D/BluetoothAdapterStateMachine( 199): Bluetooth state 13 -> 10
D/DockEventReceiver( 626): finishStartingService: stopping service
V/BluetoothEventManager( 626): Received android.bluetooth.adapter.action.STATE_CHANGED
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 13
D/DockEventReceiver( 626): finishStartingService: stopping service
V/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
E/BluetoothMasReceiver( 1157): BluetoothMasReceiver onReceive :android.bluetooth.adapter.action.STATE_CHANGED
D/BluetoothMasReceiver( 1157): Bluetooth STATE CHANGED to 10
E/BluetoothMasService( 1157): Map Service onDestroy
E/BluetoothMasService( 1157): Map Service closeService
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
E/BluetoothMasService( 1157): Accept exception: java.io.IOException: Operation Canceled
I/ActivityManager( 199): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher} from pid 199
D/LocalBluetoothManager( 626): setting foreground activity to null
V/AudioHardwareMSM72XX( 95): open driver
V/AudioHardwareMSM72XX( 95): get config
V/AudioHardwareMSM72XX( 95): set config
V/AudioHardwareMSM72XX( 95): buffer_size: 4800
V/AudioHardwareMSM72XX( 95): buffer_count: 2
V/AudioHardwareMSM72XX( 95): channel_count: 2
V/AudioHardwareMSM72XX( 95): sample_rate: 44100
W/NetworkManagementSocketTagger( 199): setKernelCountSet(10003, 1) failed with errno -2
W/NetworkManagementSocketTagger( 199): setKernelCountSet(1000, 0) failed with errno -2
Please, dev's, help..
Any suggestions?

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