Attempt to port CM 10.1 to MT6577 phone - Miscellaneous Android Development

Hi,
Tried something kind of stupid. Tried to port CM10.1 using this method:
http://forum.xda-developers.com/showthread.php?t=1908008
And to my surprise it actually booted and got stuck at boot animation at logcat:
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/core.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/core-junit.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/bouncycastle.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/ext.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/framework.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/telephony-common.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/mms-common.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/android.policy.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/services.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): open_cached_dex_file : /system/framework/apache-xml.jar /data/dalvik-cache/[email protected]@[email protected]
D/dalvikvm( 1096): Unable to stat classpath element '/system/framework/mediatek-common.jar'
D/dalvikvm( 1096): Unable to stat classpath element '/system/framework/mediatek-framework.jar'
D/dalvikvm( 1096): Unable to stat classpath element '/system/framework/mediatek-op.jar'
D/dalvikvm( 1096): Unable to stat classpath element '/system/framework/secondary-framework.jar'
D/dalvikvm( 1096): Unable to stat classpath element '/system/framework/CustomProperties.jar'
D/dalvikvm( 1096): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 1096): Added shared lib libjavacore.so 0x0
E/dalvikvm( 1096): ERROR: couldn't find native method
E/dalvikvm( 1096): Requested: Llibcore/io/Posix;.setenvLjava/lang/String;Ljava/lang/String;Z)V
E/JNIHelp ( 1096): RegisterNatives failed for 'libcore/io/Posix', aborting
F/libc ( 1096): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1096 (zygote)
Click to expand...
Click to collapse
Any suggestions?

ubaid88 said:
Hi,
Tried something kind of stupid. Tried to port CM10.1 using this method:
http://forum.xda-developers.com/showthread.php?t=1908008
And to my surprise it actually booted and got stuck at boot animation at logcat:
Any suggestions?
Click to expand...
Click to collapse
These lines in the bottom are your problem
E/dalvikvm( 1096): ERROR: couldn't find native method
E/dalvikvm( 1096): Requested: Llibcore/io/Posix;.setenvLjava/lang/String;Ljava/lang/String;Z)V
E/JNIHelp ( 1096): RegisterNatives failed for 'libcore/io/Posix', aborting
F/libc ( 1096): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1096 (zygote)
Search google on how to fix them!

Related

MT3G - can't flash new roms- JNI_CreateJavaVM failed

Hello all,
I have a Tmobile MT3G (32B board)
SPL: I've tried the default and Haykuro's death SPL.
After about 2 months of successful flashing of all sorts of roms, I now can't flash any different roms or restore from nandroid due to the below error:
Tried 5 or 6 different ROMs and it just hangs and loading screen.
Code:
D/AndroidRuntime( 2987): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 2987): CheckJNI is OFF
D/dalvikvm( 2987): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 2987): Stale deps in cache file; removing and retrying
W/dalvikvm( 2987): Size mismatch on inflated file (5461131 vs 5455656)
E/dalvikvm( 2987): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 2987): Failed on '/system/framework/framework.jar' (boot=1)
D/dalvikvm( 2987): VM cleaning up
D/dalvikvm( 2987): LinearAlloc 0x0 used 4100 of 4194304 (0%)
W/dalvikvm( 2987): JNI_CreateJavaVM failed
E/AndroidRuntime( 2987): JNI_CreateJavaVM failed
D/AndroidRuntime( 2988):

JNI_CreateJavaVM failed - can no longer flash any rom

Greetings fellow tinkerers, hope you can help.
After flashing AOSP eclair 2.0 I'm now unable to flash anything else, I get the below error for any mod I try and install other than Eclair 2.0.
I can no longer restore nandroid backups.
I can only install the default sappimg.nbh
I've tried to reroot the phone thinking maybe I lost root, but I can SU in terminal so I don't think that's the case
Tmobile MT3G (32B board)
HBOOT 1.33.0006
Tried Amon Ra and CM flash recovery
Any ideas?
Thanks.
Code:
D/AndroidRuntime( 2987): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 2987): CheckJNI is OFF
D/dalvikvm( 2987): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 2987): Stale deps in cache file; removing and retrying
W/dalvikvm( 2987): Size mismatch on inflated file (5461131 vs 5455656)
E/dalvikvm( 2987): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 2987): Failed on '/system/framework/framework.jar' (boot=1)
D/dalvikvm( 2987): VM cleaning up
D/dalvikvm( 2987): LinearAlloc 0x0 used 4100 of 4194304 (0%)
W/dalvikvm( 2987): JNI_CreateJavaVM failed
E/AndroidRuntime( 2987): JNI_CreateJavaVM failed
D/AndroidRuntime( 2988):

[WIP][HELP NEEDED][08.03.12] ICSense | ICS with Sense 4.0

This is a port of Endeavor (One X) RUU. As of now it boots but gets stuck after completing the bootanimation with the dalvikvm constantly crashing.
Working
Audio
Boots (gets stuck after bootanimation)
Not Working
Everything else
DOWNLOAD
As I am very busy with long overdue coursework (6 months) at the moment I am leaving it for other devs to make progress on the Sense 4.0 port. Good luck to all the other devs! I will try to work on it aswell but make no promises.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Go Go Prox~~~
Awesome man, I'm sure the experts here will try to help ... Keep it up !
I wish I could help but I need some guidance... Sorry...
Sent from my HTC Desire S using XDA
I also stuck on boot animation. Want help but I don't know hoa. Nexus a uses kernel 3.0 for port.
Sent from my Desire S using xda premium
proxuser said:
I also stuck on boot animation. Want help but I don't know hoa. Nexus a uses kernel 3.0 for port.
Sent from my Desire S using xda premium
Click to expand...
Click to collapse
It seems to be something to do with libmedia.so, because as soon as I adb pushed it got to the bootanim but dalvikvm started to crash.
I think I know how to stop dvm crashing. Will share results later
Sent from my HTC Desire S using XDA
Man you made my day . Even though nothing works im just beaming
I hope you guys will make it work! Thank you all for your efforts and your time! ICS with sense 4.0 for Desire S is... a desire!!!
Is really a good news, thank you very much
Nice, thank you.
Written with bad english on my Desire S.
Wouldn't it be easier to port the RUU from the One S? from the view of specs the One S is closer to the Desire S
Btw, willing to help ;-)
The One S RUU isn't leaked, only the One X.
Thanks..I am interested in Sense 4.0's camera
Sent from my HTC Desire S using XDA
Seems that the Dalvikvm errors are framework related. Maybe the Tegra 3 framework isn't playing well with our Qualcomm chipset, or just kernel 3 is required. One X RUU port could never be fully functional anyway due to the huge difference in devices. It would be better if you port from Virtuous S4X, Sense 4 ported to the Sensation by m-deejay. http://forum.xda-developers.com/showthread.php?t=1513055
shrome99 said:
Seems that the Dalvikvm errors are framework related. Maybe the Tegra 3 framework isn't playing well with our Qualcomm chipset, or just kernel 3 is required. One X RUU port could never be fully functional anyway due to the huge difference in devices. It would be better if you port from Virtuous S4X, Sense 4 ported to the Sensation by m-deejay. http://forum.xda-developers.com/showthread.php?t=1513055
Click to expand...
Click to collapse
I have tried that and ended up with the same result
Sent from my HTC Desire S using XDA
Well then, i see two options - one is, wait about a month for official update, with kernel 3.0 and the one s/v ruu making the port easy (i know you're not gonna do that )
Second - Contact m-deejay and ask for help. He's the only one who can help you. If he has time, we'll get a lot of help. If not, back to option one.
Sent from my iPod touch using Tapatalk
i don't know if we can wait, look's like HTC has some problems with the new handsets
http://www.gsmarena.com/htc_one_x_one_s_and_others_may_be_delayed-news-3958.php
my trying hasn't helped. got stuck at bootanimation. same problem with my port too..
i just can recommend use kernel with ramdisk from sensation or dhd's blackout.
Here is the current logcat:
Code:
W/Zygote ( 1387): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1387): GC_EXPLICIT freed 31K, 71% free 748K/2560K, paused 1ms+0ms
D/TextLayoutCache( 1387): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1387): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1387): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing 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(Zyg
oteInit.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.ja
va:520)
E/Zygote ( 1387): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1387): Caused by: java.lang.UnsatisfiedLinkError: Cannot load librar
y: link_image[1937]: 1387 could not load needed library 'libstagefright.so' for
'libmedia_jni.so' (reloc_library[1286]: 1387 cannot locate '_ZN7android12Media
Scanner16processDirectoryEPKcS2_RNS_18MediaScannerClientE'...
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.ja
va:92)
E/Zygote ( 1387): ... 7 more
D/AndroidRuntime( 1387): Shutting down VM
W/dalvikvm( 1387): threadid=1: thread exiting with uncaught exception (group=0x4
0a39228)
E/rmt_storage( 1402): usage: /system/bin/rmt_storage <st1_path> <st2_path> <radi
o_config_path> [<fsg_path>] [<9k_efs1_path>] [<9k_efs2_path>] [<mdm9k_config>]
I/Netd ( 1403): Netd 1.0 starting
D/AndroidRuntime( 1404):
D/AndroidRuntime( 1404): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1404): CheckJNI is OFF
I/dalvikvm( 1404): mlock: /data/dalvik-cache/[email protected]@[email protected]
ex, fd=8
I/dalvikvm( 1404): mlock(1277087744, 3369360), fd=8
I/SamplingProfilerIntegration( 1404): Profiling disabled.
I/Zygote ( 1404): Preloading classes...
D/dalvikvm( 1404): GC_EXPLICIT freed 43K, 82% free 480K/2560K, paused 1ms+1ms
D/dalvikvm( 1404): GC_EXPLICIT freed 4K, 79% free 546K/2560K, paused 1ms+0ms
D/dalvikvm( 1404): GC_EXPLICIT freed 13K, 77% free 606K/2560K, paused 1ms+0ms
D/dalvikvm( 1404): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stu
b; has 153 unimplemented (abstract) methods
D/dalvikvm( 1404): GC_EXPLICIT freed 19K, 75% free 641K/2560K, paused 0ms+1ms
D/dalvikvm( 1404): GC_EXPLICIT freed 28K, 74% free 688K/2560K, paused 1ms+1ms
D/CursorWindowStats( 1404): Get CursorWindow size from framework resource:209715
2
D/dalvikvm( 1404): GC_EXPLICIT freed 28K, 73% free 715K/2560K, paused 1ms+0ms
W/Zygote ( 1404): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1404): GC_EXPLICIT freed 31K, 71% free 748K/2560K, paused 1ms+0ms
D/TextLayoutCache( 1404): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1404): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1404): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Landroid/media/CameraProfile;
E/Zygote ( 1404): Error preloading android.media.CameraProfile.
E/Zygote ( 1404): java.lang.ExceptionInInitializerError
E/Zygote ( 1404): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1404): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1404): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1404): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:285)
E/Zygote ( 1404): at com.android.internal.os.ZygoteInit.preload(ZygoteInit
.java:232)
E/Zygote ( 1404): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:520)
E/Zygote ( 1404): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1404): Caused by: java.lang.UnsatisfiedLinkError: Cannot load librar
y: link_image[1937]: 1404 could not load needed library 'libstagefright.so' for
'libmedia_jni.so' (reloc_library[1286]: 1404 cannot locate '_ZN7android12Media
Scanner16processDirectoryEPKcS2_RNS_18MediaScannerClientE'...
E/Zygote ( 1404): )
E/Zygote ( 1404): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1404): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1404): at android.media.CameraProfile.<clinit>(CameraProfile.ja
va:92)
E/Zygote ( 1404): ... 7 more
D/AndroidRuntime( 1404): Shutting down VM
W/dalvikvm( 1404): threadid=1: thread exiting with uncaught exception (group=0x4
0a39228)
E/rmt_storage( 1419): usage: /system/bin/rmt_storage <st1_path> <st2_path> <radi
o_config_path> [<fsg_path>] [<9k_efs1_path>] [<9k_efs2_path>] [<mdm9k_config>]
I/Netd ( 1421): Netd 1.0 starting
D/AndroidRuntime( 1422):
D/AndroidRuntime( 1422): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1422): CheckJNI is OFF
I/dalvikvm( 1422): mlock: /data/dalvik-cache/[email protected]@[email protected]
ex, fd=8
I/dalvikvm( 1422): mlock(1277087744, 3369360), fd=8
I/SamplingProfilerIntegration( 1422): Profiling disabled.
I/Zygote ( 1422): Preloading classes...
D/dalvikvm( 1422): GC_EXPLICIT freed 43K, 82% free 480K/2560K, paused 0ms+0ms
D/dalvikvm( 1422): GC_EXPLICIT freed 4K, 79% free 546K/2560K, paused 1ms+0ms
D/dalvikvm( 1422): GC_EXPLICIT freed 13K, 77% free 606K/2560K, paused 0ms+1ms
D/dalvikvm( 1422): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stu
b; has 153 unimplemented (abstract) methods
D/dalvikvm( 1422): GC_EXPLICIT freed 19K, 75% free 641K/2560K, paused 0ms+1ms
D/dalvikvm( 1422): GC_EXPLICIT freed 28K, 74% free 688K/2560K, paused 0ms+0ms
D/CursorWindowStats( 1422): Get CursorWindow size from framework resource:209715
2
D/dalvikvm( 1422): GC_EXPLICIT freed 28K, 73% free 715K/2560K, paused 1ms+1ms
W/Zygote ( 1422): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1422): GC_EXPLICIT freed 31K, 71% free 748K/2560K, paused 0ms+1ms
D/TextLayoutCache( 1422): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1422): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1422): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Landroid/media/CameraProfile;
E/Zygote ( 1422): Error preloading android.media.CameraProfile.
E/Zygote ( 1422): java.lang.ExceptionInInitializerError
E/Zygote ( 1422): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1422): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1422): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1422): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:285)
E/Zygote ( 1422): at com.android.internal.os.ZygoteInit.preload(ZygoteInit
.java:232)
E/Zygote ( 1422): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:520)
E/Zygote ( 1422): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1422): Caused by: java.lang.UnsatisfiedLinkError: Cannot load librar
y: link_image[1937]: 1422 could not load needed library 'libstagefright.so' for
'libmedia_jni.so' (reloc_library[1286]: 1422 cannot locate '_ZN7android12Media
Scanner16processDirectoryEPKcS2_RNS_18MediaScannerClientE'...
E/Zygote ( 1422): )
E/Zygote ( 1422): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1422): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1422): at android.media.CameraProfile.<clinit>(CameraProfile.ja
va:92)
E/Zygote ( 1422): ... 7 more
D/AndroidRuntime( 1422): Shutting down VM
W/dalvikvm( 1422): threadid=1: thread exiting with uncaught exception (group=0x4
0a39228)
E/rmt_storage( 1437): usage: /system/bin/rmt_storage <st1_path> <st2_path> <radi
o_config_path> [<fsg_path>] [<9k_efs1_path>] [<9k_efs2_path>] [<mdm9k_config>]
I/Netd ( 1438): Netd 1.0 starting
D/AndroidRuntime( 1439):
D/AndroidRuntime( 1439): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1439): CheckJNI is OFF
I/dalvikvm( 1439): mlock: /data/dalvik-cache/[email protected]@[email protected]
ex, fd=8
I/dalvikvm( 1439): mlock(1277087744, 3369360), fd=8
I/SamplingProfilerIntegration( 1439): Profiling disabled.
I/Zygote ( 1439): Preloading classes...
D/dalvikvm( 1439): GC_EXPLICIT freed 43K, 82% free 480K/2560K, paused 1ms+0ms
D/dalvikvm( 1439): GC_EXPLICIT freed 4K, 79% free 546K/2560K, paused 0ms+0ms
D/dalvikvm( 1439): GC_EXPLICIT freed 13K, 77% free 606K/2560K, paused 0ms+1ms
D/dalvikvm( 1439): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stu
b; has 153 unimplemented (abstract) methods
D/dalvikvm( 1439): GC_EXPLICIT freed 19K, 75% free 641K/2560K, paused 1ms+1ms
D/dalvikvm( 1439): GC_EXPLICIT freed 28K, 74% free 688K/2560K, paused 0ms+0ms
D/CursorWindowStats( 1439): Get CursorWindow size from framework resource:209715
2
D/dalvikvm( 1439): GC_EXPLICIT freed 28K, 73% free 715K/2560K, paused 1ms+0ms
W/Zygote ( 1439): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1439): GC_EXPLICIT freed 31K, 71% free 748K/2560K, paused 0ms+17ms
D/TextLayoutCache( 1439): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1439): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1439): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Landroid/media/CameraProfile;
E/Zygote ( 1439): Error preloading android.media.CameraProfile.
E/Zygote ( 1439): java.lang.ExceptionInInitializerError
E/Zygote ( 1439): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1439): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1439): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1439): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:285)
E/Zygote ( 1439): at com.android.internal.os.ZygoteInit.preload(ZygoteInit
.java:232)
E/Zygote ( 1439): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:520)
E/Zygote ( 1439): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1439): Caused by: java.lang.UnsatisfiedLinkError: Cannot load librar
y: link_image[1937]: 1439 could not load needed library 'libstagefright.so' for
'libmedia_jni.so' (reloc_library[1286]: 1439 cannot locate '_ZN7android12Media
Scanner16processDirectoryEPKcS2_RNS_18MediaScannerClientE'...
E/Zygote ( 1439): )
E/Zygote ( 1439): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1439): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1439): at android.media.CameraProfile.<clinit>(CameraProfile.ja
va:92)
E/Zygote ( 1439): ... 7 more
D/AndroidRuntime( 1439): Shutting down VM
W/dalvikvm( 1439): threadid=1: thread exiting with uncaught exception (group=0x4
0a39228)
E/rmt_storage( 1454): usage: /system/bin/rmt_storage <st1_path> <st2_path> <radi
o_config_path> [<fsg_path>] [<9k_efs1_path>] [<9k_efs2_path>] [<mdm9k_config>]
I/Netd ( 1456): Netd 1.0 starting
D/AndroidRuntime( 1457):
D/AndroidRuntime( 1457): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1457): CheckJNI is OFF
I/dalvikvm( 1457): mlock: /data/dalvik-cache/[email protected]@[email protected]
ex, fd=8
I/dalvikvm( 1457): mlock(1277087744, 3369360), fd=8
I/SamplingProfilerIntegration( 1457): Profiling disabled.
I/Zygote ( 1457): Preloading classes...
D/dalvikvm( 1457): GC_EXPLICIT freed 43K, 82% free 480K/2560K, paused 1ms+0ms
D/dalvikvm( 1457): GC_EXPLICIT freed 4K, 79% free 546K/2560K, paused 0ms+1ms
D/dalvikvm( 1457): GC_EXPLICIT freed 13K, 77% free 606K/2560K, paused 0ms+1ms
D/dalvikvm( 1457): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stu
b; has 153 unimplemented (abstract) methods
D/dalvikvm( 1457): GC_EXPLICIT freed 19K, 75% free 641K/2560K, paused 0ms+0ms
D/dalvikvm( 1457): GC_EXPLICIT freed 28K, 74% free 688K/2560K, paused 0ms+1ms
D/CursorWindowStats( 1457): Get CursorWindow size from framework resource:209715
2
D/dalvikvm( 1457): GC_EXPLICIT freed 28K, 73% free 715K/2560K, paused 1ms+0ms
W/Zygote ( 1457): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1457): GC_EXPLICIT freed 31K, 71% free 748K/2560K, paused 1ms+0ms
D/TextLayoutCache( 1457): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1457): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1457): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Landroid/media/CameraProfile;
E/Zygote ( 1457): Error preloading android.media.CameraProfile.
E/Zygote ( 1457): java.lang.ExceptionInInitializerError
E/Zygote ( 1457): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1457): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1457): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1457): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:285)
E/Zygote ( 1457): at com.android.internal.os.ZygoteInit.preload(ZygoteInit
.java:232)
E/Zygote ( 1457): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:520)
E/Zygote ( 1457): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1457): Caused by: java.lang.UnsatisfiedLinkError: Cannot load librar
y: link_image[1937]: 1457 could not load needed library 'libstagefright.so' for
'libmedia_jni.so' (reloc_library[1286]: 1457 cannot locate '_ZN7android12Media
Scanner16processDirectoryEPKcS2_RNS_18MediaScannerClientE'...
E/Zygote ( 1457): )
E/Zygote ( 1457): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1457): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1457): at android.media.CameraProfile.<clinit>(CameraProfile.ja
va:92)
E/Zygote ( 1457): ... 7 more
D/AndroidRuntime( 1457): Shutting down VM
W/dalvikvm( 1457): threadid=1: thread exiting with uncaught exception (group=0x4
0a39228)
E/rmt_storage( 1472): usage: /system/bin/rmt_storage <st1_path> <st2_path> <radi
o_config_path> [<fsg_path>] [<9k_efs1_path>] [<9k_efs2_path>] [<mdm9k_config>]
I/Netd ( 1473): Netd 1.0 starting
D/AndroidRuntime( 1474):
D/AndroidRuntime( 1474): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1474): CheckJNI is OFF
I/dalvikvm( 1474): mlock: /data/dalvik-cache/[email protected]@[email protected]
ex, fd=8
I/dalvikvm( 1474): mlock(1277087744, 3369360), fd=8
I/SamplingProfilerIntegration( 1474): Profiling disabled.
I/Zygote ( 1474): Preloading classes...
D/dalvikvm( 1474): GC_EXPLICIT freed 43K, 82% free 480K/2560K, paused 0ms+1ms
D/dalvikvm( 1474): GC_EXPLICIT freed 4K, 79% free 546K/2560K, paused 1ms+0ms
D/VoldCmdListener( 1189): volume unmount /mnt/sdcard force
W/Vold ( 1189): Attempt to unmount volume which isn't mounted (1)
D/dalvikvm( 1474): GC_EXPLICIT freed 13K, 77% free 606K/2560K, paused 1ms+0ms
D/dalvikvm( 1474): Note: class Lcom/android/internal/telephony/IHtcTelephony$Stu
b; has 153 unimplemented (abstract) methods
D/dalvikvm( 1474): GC_EXPLICIT freed 19K, 75% free 641K/2560K, paused 0ms+1ms
D/dalvikvm( 1474): GC_EXPLICIT freed 28K, 74% free 688K/2560K, paused 1ms+1ms
D/CursorWindowStats( 1474): Get CursorWindow size from framework resource:209715
2
D/dalvikvm( 1474): GC_EXPLICIT freed 28K, 73% free 715K/2560K, paused 1ms+1ms
W/Zygote ( 1474): Class not found for preloading: android.graphics.Bitmap$2
D/dalvikvm( 1474): GC_EXPLICIT freed 31K, 71% free 748K/2560K, paused 1ms+1ms
D/TextLayoutCache( 1474): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 1474): Class not found for preloading: android.media.AudioManager$2
W/dalvikvm( 1474): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Landroid/media/CameraProfile;
E/Zygote ( 1474): Error preloading android.media.CameraProfile.
E/Zygote ( 1474): java.lang.ExceptionInInitializerError
E/Zygote ( 1474): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1474): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 1474): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 1474): at com.android.internal.os.ZygoteInit.preloadClasses(Zyg
oteInit.java:285)
E/Zygote ( 1474): at com.android.internal.os.ZygoteInit.preload(ZygoteInit
.java:232)
E/Zygote ( 1474): at com.android.internal.os.ZygoteInit.main(ZygoteInit.ja
va:520)
E/Zygote ( 1474): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1474): Caused by: java.lang.UnsatisfiedLinkError: Cannot load librar
y: link_image[1937]: 1474 could not load needed library 'libstagefright.so' for
'libmedia_jni.so' (reloc_library[1286]: 1474 cannot locate '_ZN7android12Media
Scanner16processDirectoryEPKcS2_RNS_18MediaScannerClientE'...
E/Zygote ( 1474): )
E/Zygote ( 1474): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/Zygote ( 1474): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 1474): at android.media.CameraProfile.<clinit>(CameraProfile.ja
va:92)
E/Zygote ( 1474): ... 7 more
D/AndroidRuntime( 1474): Shutting down VM
W/dalvikvm( 1474): threadid=1: thread exiting with uncaught exception (group=0x4
0a39228)
Making progress (I think?). It now gets to a screen that says "Android is upgrading ... optimizing application 1 of 215" but keeps stopping and returning to the bootanimation

App force closing (Parcel)

I was on KK and flashed Foxhound (L). Decided to go back to KK, so flashed TWRP back up. Everything except one app is working fine. "Parcel back up and restore" force closes after getting granted su permission. All my app backups are on my SD card, which I don't really need, but I would like the app to start working again. Log if anyone knows how to read it, I think the line "Requires newer sdk version #21 (current version is #19)" could be the issue.
Enabling debug mode 0
11-18 17:47:51.380 D/AndroidRuntime( 7328):
11-18 17:47:51.380 D/AndroidRuntime( 7328): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
11-18 17:47:51.380 D/AndroidRuntime( 7328): CheckJNI is OFF
11-18 17:47:51.390 D/dalvikvm( 7328): Trying to load lib libjavacore.so 0x0
11-18 17:47:51.390 D/dalvikvm( 7328): Added shared lib libjavacore.so 0x0
11-18 17:47:51.400 D/dalvikvm( 7328): Trying to load lib libnativehelper.so 0x0
11-18 17:47:51.400 D/dalvikvm( 7328): Added shared lib libnativehelper.so 0x0
11-18 17:47:51.400 D/dalvikvm( 7328): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
11-18 17:47:51.410 I/ActivityManager( 2286): Displayed uk.co.curlybracket.backup/.ui.MainActivity: +397ms
11-18 17:47:51.420 E/cutils-trace( 7328): Error opening trace file: No such file or directory (2)
11-18 17:47:51.430 D/dalvikvm( 7328): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
11-18 17:47:51.430 I/Timeline( 7296): Timeline: Activity_idle id: [email protected] time:298666
11-18 17:47:51.590 D/AndroidRuntime( 7328): Calling main entry com.android.commands.am.Am
11-18 17:47:51.610 I/Timeline( 2286): Timeline: Activity_windows_visible id: ActivityRecord{430e5388 u0 uk.co.curlybracket.backup/.ui.MainActivity t7} time:298843
11-18 17:47:51.620 D/AndroidRuntime( 7328): Shutting down VM
11-18 17:47:51.640 D/AndroidRuntime( 7350):
11-18 17:47:51.640 D/AndroidRuntime( 7350): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
11-18 17:47:51.640 D/AndroidRuntime( 7350): CheckJNI is OFF
11-18 17:47:51.650 D/dalvikvm( 7350): Trying to load lib libjavacore.so 0x0
11-18 17:47:51.650 D/dalvikvm( 7350): Added shared lib libjavacore.so 0x0
11-18 17:47:51.660 D/dalvikvm( 7350): Trying to load lib libnativehelper.so 0x0
11-18 17:47:51.660 D/dalvikvm( 7350): Added shared lib libnativehelper.so 0x0
11-18 17:47:51.660 D/dalvikvm( 7350): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
11-18 17:47:51.670 E/cutils-trace( 7350): Error opening trace file: No such file or directory (2)
11-18 17:47:51.680 D/dalvikvm( 7350): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
11-18 17:47:51.740 D/AndroidRuntime( 7351):
11-18 17:47:51.740 D/AndroidRuntime( 7351): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
11-18 17:47:51.750 D/AndroidRuntime( 7351): CheckJNI is OFF
11-18 17:47:51.750 D/dalvikvm( 7351): Unable to stat classpath element '/system/framework/telephony-msim.jar'
11-18 17:47:51.750 D/dalvikvm( 7351): Unable to stat classpath element '/system/framework/framework-pac.jar'
11-18 17:47:51.750 D/dalvikvm( 7351): Unable to stat classpath element '/system/framework/framework-bam.jar'
11-18 17:47:51.750 D/dalvikvm( 7351): Unable to stat classpath element '/system/framework/qcmediaplayer.jar'
11-18 17:47:51.760 D/dalvikvm( 7351): Trying to load lib libjavacore.so 0x0
11-18 17:47:51.760 D/dalvikvm( 7351): Added shared lib libjavacore.so 0x0
11-18 17:47:51.760 D/dalvikvm( 7351): Trying to load lib libnativehelper.so 0x0
11-18 17:47:51.760 D/dalvikvm( 7351): Added shared lib libnativehelper.so 0x0
11-18 17:47:51.760 D/dalvikvm( 7351): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
11-18 17:47:51.780 E/cutils-trace( 7351): Error opening trace file: No such file or directory (2)
11-18 17:47:51.790 D/dalvikvm( 7351): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
11-18 17:47:51.830 D/AndroidRuntime( 7350): Calling main entry com.android.commands.am.Am
11-18 17:47:51.850 D/AndroidRuntime( 7350): Shutting down VM
11-18 17:47:51.860 I/AndroidRuntime( 7350): NOTE: attach of thread 'Binder_2' failed
11-18 17:47:51.930 D/AndroidRuntime( 7351): Calling main entry com.android.commands.pm.Pm
11-18 17:47:51.940 D/AndroidRuntime( 7351): Shutting down VM
11-18 17:47:52.260 W/InputMethodManagerService( 2286): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
11-18 17:47:53.500 W/dalvikvm( 7296): threadid=12: thread exiting with uncaught exception (group=0x4164cc80)
11-18 17:47:53.500 W/PackageParser( 7296): /storage/emulated/0/parcel_backups/com.android.managedprovisioning/ManagedProvisioning.apk (at Binary XML file line #0): Requires newer sdk version #21 (current version is #19)
11-18 17:47:53.500 E/AndroidRuntime( 7296): FATAL EXCEPTION: Thread-267
11-18 17:47:53.500 E/AndroidRuntime( 7296): Process: uk.co.curlybracket.backup, PID: 7296
11-18 17:47:53.500 E/AndroidRuntime( 7296): java.lang.NullPointerException
11-18 17:47:53.500 E/AndroidRuntime( 7296): at uk.co.curlybracket.backup.model.AppInfoHelper.addUninstalledBackups(AppInfoHelper.java:114)
11-18 17:47:53.500 E/AndroidRuntime( 7296): at uk.co.curlybracket.backup.model.AppInfoHelper.getPackageInfo(AppInfoHelper.java:88)
11-18 17:47:53.500 E/AndroidRuntime( 7296): at uk.co.curlybracket.backup.ui.MainActivity.updateAppInfoList(MainActivity.java:317)
11-18 17:47:53.500 E/AndroidRuntime( 7296): at uk.co.curlybracket.backup.ui.MainActivity$3.run(MainActivity.java:309)
11-18 17:47:53.500 E/AndroidRuntime( 7296): at java.lang.Thread.run(Thread.java:841)
11-18 17:47:53.500 W/ActivityManager( 2286): Force finishing activity uk.co.curlybracket.backup/.ui.MainActivity
11-18 17:47:53.570 D/ssLauncher( 2976): onStart
11-18 17:47:53.580 D/ssLauncher( 2976): onResume
11-18 17:47:53.580 D/ssLauncher( 2976): onPostResume
11-18 17:47:53.630 W/ActivityManager( 2286): No content provider found for permission check: content://com.google.android.gm/[email protected]/labels
11-18 17:47:53.630 E/ActivityThread( 2976): Failed to find provider info for com.google.android.gm
11-18 17:47:53.630 W/ActivityManager( 2286): No content provider found for permission revoke: content://com.google.android.gm/[email protected]/labels
11-18 17:47:53.660 I/Timeline( 2976): Timeline: Activity_idle id: [email protected] time:300892
11-18 17:47:53.950 I/Timeline( 2286): Timeline: Activity_windows_visible id: ActivityRecord{432bd7a0 u0 com.ss.launcher.to/com.ss.launcher.SsLauncherActivity t1} time:301188
11-18 17:47:55.260 I/Process ( 7296): Sending signal. PID: 7296 SIG: 9
11-18 17:47:55.270 D/ssLauncher( 2976): hasFocus = true
11-18 17:47:55.290 I/ActivityManager( 2286): Process uk.co.curlybracket.backup (pid 7296) has died.
11-18 17:47:56.160 D/AndroidRuntime( 7391):
11-18 17:47:56.160 D/AndroidRuntime( 7391): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
11-18 17:47:56.160 D/AndroidRuntime( 7391): CheckJNI is OFF
11-18 17:47:56.170 D/dalvikvm( 7391): Trying to load lib libjavacore.so 0x0
11-18 17:47:56.170 D/dalvikvm( 7391): Added shared lib libjavacore.so 0x0
11-18 17:47:56.180 D/dalvikvm( 7391): Trying to load lib libnativehelper.so 0x0
11-18 17:47:56.180 D/dalvikvm( 7391): Added shared lib libnativehelper.so 0x0
11-18 17:47:56.180 D/dalvikvm( 7391): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
11-18 17:47:56.200 E/cutils-trace( 7391): Error opening trace file: No such file or directory (2)
11-18 17:47:56.200 D/dalvikvm( 7391): Note: class Landroid/app/ActivityManagerNative; has 180 unimplemented (abstract) methods
11-18 17:47:56.340 D/AndroidRuntime( 7391): Calling main entry com.android.commands.am.Am
11-18 17:47:56.350 D/AndroidRuntime( 7391): Shutting down VM
Sent from my Nexus 5 using Tapatalk

[HELP] Stuck on Boot animation i do everything ( LAVA QPad - MLS iQTab )

Hi to DEV'S
I have a Tablet MLS IQTab 3G of my kids and i don't know what wrong they do
and the tablet stuck when starting on boot animation screen and rebooting.
Think ... No root No usb debugging
and with ADB pull all system folder with build.prop etc and i take logcat file on my pc
i download the simillar firmware but i can't boot devices in fastboot only i can in recovery Vol+ & Power
but can't find the original firmware, find simillar for my devices LAVA QPAD E704
With stock Recovery i do wipe Data & Cache, factory reset, no luck
If i try flash the firmware with power off device (as note) no luck again, maybe fastboot drivers problem.
Any help make my childrens very happy.
Spec
------- MLS iQTab 3G Original info ---------
OS: Android 4.1 Jelly Bean
CPU: Broadcom BCM28155 @ 1.2Ghz
GPU: VideoCore IV
DISP: 7in, IPS, 1024x600
CAM: front(VGA)
RAM: 1GB
STOR: 8GB + MicroSD
BATT: 3500mAh
CON: WiFi, Bluetooth, 3G
------------- SHOOT FROM MTKdroidTools -----------------
carpi_p200
Hardware : CAPRI_P200
Model :
Build number :
Build date UTC : 19700101-000000
Android v :
Baseband v:
Kernel v : 3.0.31 ([email protected]) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #5 SMP Tue Jan 13 20:07:17 CST 2015
build.prop
build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JZO54K
ro.build.display.id=V323R001C01B035A
ro.build.version.incremental=eng.root.20150112.085555
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.build.date=Mon Jan 12 08:57:45 CST 2015
ro.build.date.utc=1421024265
ro.build.type=eng
ro.build.user=root
ro.build.host=compile-server
ro.build.tags=test-keys
ro.product.model=iQTab 3G
ro.product.brand=Android
ro.product.name=MLS iQTab 3G
ro.product.device=MLS iQTab 3G
ro.product.board=capri
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=MLS
ro.product.locale.language=el
ro.product.locale.region=GR
ro.wifi.channels=
ro.board.platform=capri
# ro.build.product is obsolete; use ro.product.device
ro.build.product=capristone_big_P200
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=capristone_big_P200-eng 4.1.2 JZO54K eng.root.20150112.085555 test-keys
ro.build.fingerprint=Android/capristone_big_P200/capristone_big_P200:4.1.2/JZO54K/eng.root.20150112.085555:eng/test-keys
ro.build.characteristics=tablet
persist.sys.timezone=Europe/Athens
ro.product.btname=MLS iQTab 3G
ro.config.ringtone=MLS_New_Day.ogg
# end build properties
#
# system.prop for capri
#
rild.libpath=/system/lib/libbrcm_ril.so
#rild.libargs=-d /dev/ttyS0
ro.sf.lcd_density=160
setprop EXTERNAL_STORAGE /mnt/sdcard
setprop EXTERNAL_STORAGE_STATE mounted
# MultiTouch support
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
#Streaming player EOS timeout
nuplayer.eos.timeout=3
drm.service.enabled=0
ro.bluetooth.hfp.ver=1.6
# Prevent HDMI from locking UI to landscape
hdmi.orientation.locked=false
#disable strickmode
persist.sys.strictmode.disable=true
# BT MAC Addr path
ro.bt.bdaddr_path=/data/misc/bluetooth/.bt.mac.info
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=56m
dalvik.vm.heapsize=128m
ro.opengles.version=131072
debug.hwui.render_dirty_regions=false
brcm.graphics.async_errors=true
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.com.android.dataroaming=false
ro.config.ringtone_2=ANDROMEDA.ogg
drm.service.enabled=true
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.carrier=unknown
ro.config.alarm_alert=Alarm_Classic.ogg
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.kernel.android.checkjni=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
logcat
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
--------- beginning of /dev/log/main
D/AndroidRuntime( 140):
D/AndroidRuntime( 140): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 140): CheckJNI is OFF
W/dalvikvm( 140): DexOpt: file has zero length and isn't writable
I/dalvikvm( 140): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 140): Unable to process classpath element '/system/framework/framework.jar'
I/dalvikvm( 140): DexOpt: source file mod time mismatch (435f8af4 vs 462a826c)
W/dalvikvm( 140): Cached DEX '/system/framework/framework2.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 140): Unable to open or create cache for /system/framework/framework2.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 140): Unable to process classpath element '/system/framework/framework2.jar'
I/dalvikvm( 140): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 140): Cached DEX '/system/framework/android.policy.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 140): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 140): Unable to process classpath element '/system/framework/android.policy.jar'
I/dalvikvm( 140): DexOpt: source file mod time mismatch (435f91c8 vs 462a8617)
W/dalvikvm( 140): Cached DEX '/system/framework/services.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 140): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 140): Unable to process classpath element '/system/framework/services.jar'
I/dalvikvm( 140): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 140): Cached DEX '/system/framework/apache-xml.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 140): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 140): Unable to process classpath element '/system/framework/apache-xml.jar'
D/dalvikvm( 140): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 140): Added shared lib libjavacore.so 0x0
D/dalvikvm( 140): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 140): Added shared lib libnativehelper.so 0x0
I/dalvikvm( 140): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 140): Cached DEX '/system/framework/bu.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 140): Unable to open or create cache for /system/framework/bu.jar (/data/dalvik-cache/[email protected]@[email protected])
E/appproc ( 140): ERROR: could not find class 'com.android.commands.bu.Backup'
E/JNIHelp ( 140): Native registration unable to find class 'android/debug/JNITest', aborting
F/libc ( 140): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 140 (app_process)
F/libc ( 140): Unable to open connection to debuggerd: Connection refused
D/AndroidRuntime( 149):
D/AndroidRuntime( 149): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 149): CheckJNI is OFF
W/dalvikvm( 149): DexOpt: file has zero length and isn't writable
I/dalvikvm( 149): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 149): Unable to process classpath element '/system/framework/framework.jar'
I/dalvikvm( 149): DexOpt: source file mod time mismatch (435f8af4 vs 462a826c)
W/dalvikvm( 149): Cached DEX '/system/framework/framework2.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 149): Unable to open or create cache for /system/framework/framework2.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 149): Unable to process classpath element '/system/framework/framework2.jar'
I/dalvikvm( 149): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 149): Cached DEX '/system/framework/android.policy.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 149): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 149): Unable to process classpath element '/system/framework/android.policy.jar'
I/dalvikvm( 149): DexOpt: source file mod time mismatch (435f91c8 vs 462a8617)
W/dalvikvm( 149): Cached DEX '/system/framework/services.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 149): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 149): Unable to process classpath element '/system/framework/services.jar'
I/dalvikvm( 149): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 149): Cached DEX '/system/framework/apache-xml.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 149): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 149): Unable to process classpath element '/system/framework/apache-xml.jar'
D/dalvikvm( 149): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 149): Added shared lib libjavacore.so 0x0
D/dalvikvm( 149): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 149): Added shared lib libnativehelper.so 0x0
I/dalvikvm( 149): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 149): Cached DEX '/system/framework/bu.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 149): Unable to open or create cache for /system/framework/bu.jar (/data/dalvik-cache/[email protected]@[email protected])
E/appproc ( 149): ERROR: could not find class 'com.android.commands.bu.Backup'
E/JNIHelp ( 149): Native registration unable to find class 'android/debug/JNITest', aborting
F/libc ( 149): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 149 (app_process)
F/libc ( 149): Unable to open connection to debuggerd: Connection refused
D/AndroidRuntime( 158):
D/AndroidRuntime( 158): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 158): CheckJNI is OFF
W/dalvikvm( 158): DexOpt: file has zero length and isn't writable
I/dalvikvm( 158): Unable to open or create cache for /system/framework/framework.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 158): Unable to process classpath element '/system/framework/framework.jar'
I/dalvikvm( 158): DexOpt: source file mod time mismatch (435f8af4 vs 462a826c)
W/dalvikvm( 158): Cached DEX '/system/framework/framework2.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 158): Unable to open or create cache for /system/framework/framework2.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 158): Unable to process classpath element '/system/framework/framework2.jar'
I/dalvikvm( 158): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 158): Cached DEX '/system/framework/android.policy.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 158): Unable to open or create cache for /system/framework/android.policy.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 158): Unable to process classpath element '/system/framework/android.policy.jar'
I/dalvikvm( 158): DexOpt: source file mod time mismatch (435f91c8 vs 462a8617)
W/dalvikvm( 158): Cached DEX '/system/framework/services.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 158): Unable to open or create cache for /system/framework/services.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 158): Unable to process classpath element '/system/framework/services.jar'
I/dalvikvm( 158): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 158): Cached DEX '/system/framework/apache-xml.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 158): Unable to open or create cache for /system/framework/apache-xml.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 158): Unable to process classpath element '/system/framework/apache-xml.jar'
D/dalvikvm( 158): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 158): Added shared lib libjavacore.so 0x0
D/dalvikvm( 158): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 158): Added shared lib libnativehelper.so 0x0
I/dalvikvm( 158): DexOpt: source file mod time mismatch (435f916a vs 462a8597)
W/dalvikvm( 158): Cached DEX '/system/framework/bu.jar' (/data/dalvik-cache/[email protected]@[email protected]) is stale and not writable
I/dalvikvm( 158): Unable to open or create cache for /system/framework/bu.jar (/data/dalvik-cache/[email protected]@[email protected])
E/appproc ( 158): ERROR: could not find class 'com.android.commands.bu.Backup'
E/JNIHelp ( 158): Native registration unable to find class 'android/debug/JNITest', aborting
F/libc ( 158): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 158 (app_process)
F/libc ( 158): Unable to open connection to debuggerd: Connection refused
Thanks and sorry for my best English.
...refresh my post.
Any Help???
Waiting for long time.... my problem solved by xda user @basteraki with
upload firmware for this tablet. HERE Many thanks to him.

Categories

Resources