[Q] Crash when trying to run su - SuperSU

Hello,
I'm trying to install SuperSU (tried both 2.46 and latest beta 2.49) on my new Archos 50c Neon phone (KitKat 4.4.2). After uninstalling KingRoot (e.g. using SuperSU-Me, but also manual methods), the installation of SuperSU completes fine, and the su binary is updated successfully. I then reboot the device, but SuperSU does not work, but rather hangs infinitely.
When I use adb shell to open a shell and then enter "su" at the command prompt in the shell, adb logcat from another window shows a crash of the dalvik vm whenever I execute the "su" command:
Code:
D/AndroidRuntime( 4808): CheckJNI is OFF
D/dalvikvm( 4808): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 4808): Added shared lib libjavacore.so 0x0
D/dalvikvm( 4808): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 4808): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 4808): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
E/cutils-trace( 4808): Error opening trace file: No such file or directory (2)
D/dalvikvm( 4808): Note: class Landroid/app/ActivityManagerNative; has 191 unimplemented (abstract) methods
E/memtrack( 4808): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug( 4808): failed to load memtrack module: -2
W/dalvikvm( 4808): Exception Ljava/lang/NullPointerException; thrown while initializing Landroid/os/Environment;
W/dalvikvm( 4808): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Landroid/os/Debug;
W/dalvikvm( 4808): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Landroid/app/Activity;
I/dalvikvm( 4808): Rejecting re-init on previously-failed class Landroid/app/NativeActivity; v=0x0
W/dalvikvm( 4808): Exception thrown (Ljava/lang/ExceptionInInitializerError;) while throwing internal exception (Ljava/lang/NoClassDefFoundError;)
I/dalvikvm( 4808): Rejecting re-init on previously-failed class Landroid/app/NativeActivity; v=0x0
W/dalvikvm( 4808): Exception thrown (Ljava/lang/ExceptionInInitializerError;) while throwing internal exception (Ljava/lang/NoClassDefFoundError;)
I/dalvikvm( 4808): Rejecting re-init on previously-failed class Landroid/app/NativeActivity; v=0x0
W/dalvikvm( 4808): Exception thrown (Ljava/lang/ExceptionInInitializerError;) while throwing internal exception (Ljava/lang/NoClassDefFoundError;)
I/dalvikvm( 4808): Rejecting re-init on previously-failed class Landroid/app/NativeActivity; v=0x0
W/dalvikvm( 4808): Exception thrown (Ljava/lang/ExceptionInInitializerError;) while throwing internal exception (Ljava/lang/NoClassDefFoundError;)
E/dalvikvm( 4808): JNI posting fatal error: Native registration unable to find class 'android/app/NativeActivity'; aborting...
I/dalvikvm( 4808): "main" prio=5 tid=1 NATIVE
I/dalvikvm( 4808): | group="main" sCount=0 dsCount=0 obj=0x41561cc0 self=0x414795b8
I/dalvikvm( 4808): | sysTid=4808 nice=0 sched=0/0 cgrp=default handle=1073848660
I/dalvikvm( 4808): | state=R schedstat=( 0 0 0 ) utm=45 stm=12 core=1
I/dalvikvm( 4808): #00 pc 000012f6 /system/lib/libcorkscrew.so (unwind_backtrace_thread+29)
I/dalvikvm( 4808): #01 pc 00065e38 /system/lib/libdvm.so (dvmDumpNativeStack(DebugOutputTarget const*, int)+31)
I/dalvikvm( 4808): #02 pc 00059c70 /system/lib/libdvm.so (dvmDumpThreadEx(DebugOutputTarget const*, Thread*, bool)+395)
I/dalvikvm( 4808): #03 pc 00059cde /system/lib/libdvm.so (dvmDumpThread(Thread*, bool)+25)
I/dalvikvm( 4808): #04 pc 0004e5d0 /system/lib/libdvm.so
I/dalvikvm( 4808): #05 pc 00001fa8 /system/lib/libnativehelper.so (jniRegisterNativeMethods+39)
I/dalvikvm( 4808): #06 pc 0004e09e /system/lib/libandroid_runtime.so
I/dalvikvm( 4808): #07 pc 0004e480 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+23)
I/dalvikvm( 4808): #08 pc 0004ef28 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+271)
I/dalvikvm( 4808): #09 pc 00001486 /system/bin/app_process
I/dalvikvm( 4808): #10 pc 0000e420 /system/lib/libc.so (__libc_init+47)
I/dalvikvm( 4808): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 4808): at dalvik.system.NativeStart.main(Native Method)
I/dalvikvm( 4808):
E/dalvikvm( 4808): VM aborting
F/libc ( 4808): Fatal signal 6 (SIGABRT) at 0x000012c8 (code=-6), thread 4808 (app_process)
For full details of logcat including stack traces of native crash, please see the attached logcat log file.
Code:
I/DEBUG ( 154): Build fingerprint: 'Archos/SCAC50CNE/ac50cne:4.4.2/KOT49H/20150504.165518:user/release-keys'
I/DEBUG ( 154): Revision: '0'
I/DEBUG ( 154): pid: 4808, tid: 4808, name: app_process >>> app_process <<<
I/DEBUG ( 154): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Is this an issue with SuperSu, or with my phone's Android build? Can this issue be resolved?
I have been successfully using SuperSU (registered Pro version) on my tablet (TrekStor, Jelly Bean 4.2.2) for quite some time - what is the reason that it crashes on this new phone?
Many thanks in advance for any help,
awl

Related

SDL App porting problems...

Hello xda-people
i've been lately trying to compile some SDL stuff on my phone, in order to see it running on android.... i compiled SDL using this guide: http://jiggawatt.org/badc0de/android/index.html#sdl
and then proceeded to try to start some app which has compiled without any problems too, up. (From debian, will explain later why)
However, startup stopped at the SDL init part, since it wasn't able to access the framebuffer. And that's the reason why i tried to do the following(from Android):
mkdir /data/local/mnt/dev/graphics
ln -s /dev/graphics/fb0 /data/local/mnt/dev/graphics/fb0
it went without any problems, however the app still gave me the following error:
(!) DirectFB/FBDev: Error opening '/dev/graphics/fb0'!
--> Too many levels of symbolic links
Click to expand...
Click to collapse
so, what does this mean? and why do i keep on getting command not found when running from android after doing this:
chmod 0777 ./executable_file_here
cp ./executable_file_here /data/misc
chmod 0777 /data/misc/executable_file_here
./executable_file_here ?
any ideas?
P.S.: the app is mainly written in C++, but the graphics init part is C...
You can't compile SDL that way, you need root permissions to access the framebuffer (and it's not portable at all)
Check: http://www.anddev.org/sdl_port_for_android_sdk-ndk_16-t9218.html, there's a SDL port ready to use
shagrath78 said:
You can't compile SDL that way, you need root permissions to access the framebuffer (and it's not portable at all)
Check: http://www.anddev.org/sdl_port_for_android_sdk-ndk_16-t9218.html, there's a SDL port ready to use
Click to expand...
Click to collapse
I'll look into it, thanks!
alright, so i ended up having to set up a virtual machine running 8.04, since developing for android is IMPOSSIBLE on 9.10, it just won't compile anything... i just wanted to ask if i did this right so far:
Followed the readme, edited everything to my app name, created new folder in project/jni, and copied all the (C++) code there.... is that right?
Hmm, i keep getting assertion failed errors... what am i doing wrong? is it that the NDK doesn't support subfolders?
{
"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"
}
If I remember, this kind of error appears when you mess up the sources configuration and files are not taken into account. Check your LOCAL_SRC_FILES variable (take example on the alienblaster sample provided with the SDL port).
shagrath78 said:
If I remember, this kind of error appears when you mess up the sources configuration and files are not taken into account. Check your LOCAL_SRC_FILES variable (take example on the alienblaster sample provided with the SDL port).
Click to expand...
Click to collapse
thanks!
so i got it to "compile" however it seems to have problems linking the object files together, i'm gonna show you the exact error message later
EDIT:
here you go:
http://de.pastebin.ca/1723703
still couldn't get it to work. no one who can help me?
hmmm made some major progress here, but i keep having problems with android accessing the GPU.
Code:
I/ActivityManager( 133): Start proc com.tw.teeworlds for activity com.tw.teeworlds/.DemoActivity: pid=749 uid=10080 gids={3003, 1015}
D/dalvikvm( 749): Trying to load lib /data/data/com.tw.teeworlds/lib/libteeworlds.so 0x437433f0
D/dalvikvm( 749): Added shared lib /data/data/com.tw.teeworlds/lib/libteeworlds.so 0x437433f0
D/dalvikvm( 749): No JNI_OnLoad found in /data/data/com.tw.teeworlds/lib/libteeworlds.so 0x437433f0
D/dalvikvm( 749): +++ not scanning '/system/lib/libwebcore.so' for 'nativeAudioInit' (wrong CL)
D/dalvikvm( 749): +++ not scanning '/system/lib/libexif.so' for 'nativeAudioInit' (wrong CL)
D/SurfaceFlinger( 133): pid 749 requesting gpu core (owner = -1)
E/MemoryHeapBase( 133): mmap(fd=90, size=7340032) failed (Invalid argument)
W/SurfaceFlinger( 133): couldn't grant gpu core to pid 749
D/EGL ( 749): requestGPU() failed
E/libEGL ( 749): h/w accelerated eglGetDisplay() failed (EGL_SUCCESS)
D/SurfaceFlinger( 133): pid 749 requesting gpu surface (current owner = -1)
E/MemoryHeapBase( 133): mmap(fd=90, size=7340032) failed (Invalid argument)
D/SurfaceFlinger( 133): pid 749 requesting gpu surface (current owner = -1)
E/MemoryHeapBase( 133): mmap(fd=90, size=7340032) failed (Invalid argument)
D/dalvikvm( 749): +++ not scanning '/system/lib/libwebcore.so' for 'nativeInit' (wrong CL)
D/dalvikvm( 749): +++ not scanning '/system/lib/libexif.so' for 'nativeInit' (wrong CL)
I/ActivityManager( 133): Displayed activity com.tw.teeworlds/.DemoActivity: 2568 ms (total 2568 ms)
D/dalvikvm( 749): +++ not scanning '/system/lib/libwebcore.so' for 'nativeResize' (wrong CL)
D/dalvikvm( 749): +++ not scanning '/system/lib/libexif.so' for 'nativeResize' (wrong CL)
I/libSDL ( 749): resize w=320 h=430
D/dalvikvm( 749): +++ not scanning '/system/lib/libwebcore.so' for 'nativeRender' (wrong CL)
D/dalvikvm( 749): +++ not scanning '/system/lib/libexif.so' for 'nativeRender' (wrong CL)
W/FlurryAgent( 199): onEndSession called without context from corresponding onStartSession
I/ActivityManager( 133): Process com.google.android.apps.maps:LocationFriendService (pid 734) has died.
I/ActivityManager( 133): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=mobi.intuitit.android.x.launcher/.Launcher }
D/PhoneWindow( 749): couldn't save which view has focus because the focused view [email protected] has no id.
W/InputManagerService( 133): Starting input on non-focused client [email protected] (uid=10080 pid=749)
D/AndroidRuntime( 749): Shutting down VM
W/dalvikvm( 749): threadid=3: thread exiting with uncaught exception (group=0x4001da38)
E/AndroidRuntime( 749): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 749): java.lang.RuntimeException: Unable to stop activity {com.tw.teeworlds/com.tw.teeworlds.DemoActivity}: java.lang.RuntimeException: WakeLock under-locked teeworlds
E/AndroidRuntime( 749): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3124)
E/AndroidRuntime( 749): at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3167)
E/AndroidRuntime( 749): at android.app.ActivityThread.access$2400(ActivityThread.java:116)
E/AndroidRuntime( 749): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1810)
E/AndroidRuntime( 749): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 749): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 749): at android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 749): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 749): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 749): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 749): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 749): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 749): Caused by: java.lang.RuntimeException: WakeLock under-locked teeworlds
E/AndroidRuntime( 749): at android.os.PowerManager$WakeLock.release(PowerManager.java:266)
E/AndroidRuntime( 749): at com.tw.teeworlds.DemoActivity.onStop(DemoActivity.java:289)
E/AndroidRuntime( 749): at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1245)
E/AndroidRuntime( 749): at android.app.Activity.performStop(Activity.java:3593)
E/AndroidRuntime( 749): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3121)
E/AndroidRuntime( 749): ... 11 more
I/Process ( 133): Sending signal. PID: 749 SIG: 3
I/dalvikvm( 749): threadid=7: reacting to signal 3
I/dalvikvm( 749): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 133): Added state dump to 1 crashes
I/Process ( 749): Sending signal. PID: 749 SIG: 9
W/InputManagerService( 133): Window already focused, ignoring focus gain of: [email protected]
I/ActivityManager( 133): Process com.tw.teeworlds (pid 749) has died.
I/WindowManager( 133): WIN DEATH: Window{43a16f48 com.tw.teeworlds/com.tw.teeworlds.DemoActivity paused=false}
I/WindowManager( 133): WIN DEATH: Window{43a495b8 SurfaceView paused=false}
W/WindowManager( 133): No window to dispatch pointer action 0
W/WindowManager( 133): No window to dispatch pointer action 1
at first it tried to access /dev/*gpu1 so i symlinked /dev/*gpu0 to gpu1... however as that logcat shows, android won't give access to the app so it can't actually display anything. weird. any ideas there?
bump
10char

Swype for all HVGA devices. OFFICIAL VERSION IS HERE!!! 3/06

Here is a release of Swype for the G1/any other android device. It should work on any build of any rom. (as long as it is android 1.5+)
Install it like a normal app and then enable swype in settings>locale&text
*UPDATE*
I made a new version of the app that should fix a few of the slowdowns it has. Download it over at iq0. In order to have 0 crashes in the new one, you have to disable sounds. Then you can do whatever you want.
It should also work for everyone now! No more install error!
http://bit.ly/69ZgH1
Enjoy
Update #2
The OFFICIAL leaked update is on my site now. Same link as above ^^. It should work 100% for everyone, but I haven't tested it. If it won't install for you, uninstall the old one. Thanks Zappletoo
Update #3 OFFICIAL beta Link to the site in the post.
Thanks =D
But I notice that you say 1.5, is this because it is the only you thingyou have testes it on, or because it will crash on 1.6+?
JAguirre1231 said:
But I notice that you say 1.5, is this because it is the only you thingyou have testes it on, or because it will crash on 1.6+?
Click to expand...
Click to collapse
I would guess not, as it was originally built for larger screens (Liquid, Droid) which are both 1.6+
Branwen said:
I would guess not, as it was originally built for larger screens (Liquid, Droid) which are both 1.6+
Click to expand...
Click to collapse
Ah okay, well he edited. Now it says 1.5+, so I'm gonna try it
I can't install it onto my phone. It says this application cannot be installed onto this phone. I'm running Super D 1.6 on a rooted mytouch3g. any ideas?
Tempestrs4 said:
I can't install it onto my phone. It says this application cannot be installed onto this phone. I'm running Super D 1.6 on a rooted mytouch3g. any ideas?
Click to expand...
Click to collapse
What does it say in logcat? Anyone else having this issue?
persiansown said:
What does it say in logcat? Anyone else having this issue?
Click to expand...
Click to collapse
Same problem on my Magic with CM 4.2.13 ROM
I dont' have a magic to test it out on. What is it saying in logcat?
Persian, do you know when another release for the G1 will come out? The one I got from this thread is working great, but there are a few bugs. I was wondering when they would be fixed, if you know.
Thanks,
Chris
persiansown said:
I dont' have a magic to test it out on. What is it saying in logcat?
Click to expand...
Click to collapse
Where can i find it ?
ChrispyChris said:
Persian, do you know when another release for the G1 will come out? The one I got from this thread is working great, but there are a few bugs. I was wondering when they would be fixed, if you know.
Thanks,
Chris
Click to expand...
Click to collapse
I'm the one who modified this to work on the G1. So updates come out when I fix the bugs. haha
Maymaymay: type adb logcat into adb.
persiansown said:
Maymaymay: type adb logcat into adb.
Click to expand...
Click to collapse
I hope that's what You need:
Code:
D/dalvikvm(21476): GC freed 9822 objects / 511168 bytes in 106ms
I/ActivityManager( 100): Starting activity: Intent { act=android.intent.action.
VIEW dat=file:///sdcard/install/signed-swypetest_2.apk typ=application/vnd.andro
id.package-archive cmp=com.android.packageinstaller/.PackageInstallerActivity }
I/PackageParser(21466): Impliciting adding android.permission.WRITE_EXTERNAL_STO
RAGE to old pkg com.swype.android.inputmethod
I/PackageParser(21466): Impliciting adding android.permission.READ_PHONE_STATE t
o old pkg com.swype.android.inputmethod
I/installd( 85): free_cache(8195932) avail 238817280
I/ActivityManager( 100): Displayed activity com.android.packageinstaller/.Packa
geInstallerActivity: 171 ms (total 171 ms)
W/InputManagerService( 100): Starting input on non-focused client com.android.i
[email protected] (uid=10057 pid=21476)
I/ActivityManager( 100): Starting activity: Intent { dat=file:///data/data/com.
android.packageinstaller/files/signed-swypetest_2.apk cmp=com.android.packageins
taller/.InstallAppConfirmation (has extras) }
I/PackageParser(21466): Impliciting adding android.permission.WRITE_EXTERNAL_STO
RAGE to old pkg com.swype.android.inputmethod
I/PackageParser(21466): Impliciting adding android.permission.READ_PHONE_STATE t
o old pkg com.swype.android.inputmethod
I/ActivityManager( 100): Displayed activity com.android.packageinstaller/.Insta
llAppConfirmation: 242 ms (total 242 ms)
I/InstallAppConfirmation(21466): result ok
I/ActivityManager( 100): Starting activity: Intent { dat=file:///data/data/com.
android.packageinstaller/files/signed-swypetest_2.apk cmp=com.android.packageins
taller/.InstallAppProgress (has extras) }
W/InputManagerService( 100): Starting input on non-focused client com.android.i
[email protected] (uid=10021 pid=21466)
I/ActivityManager( 100): Displayed activity com.android.packageinstaller/.Insta
llAppProgress: 140 ms (total 140 ms)
D/PackageParser( 100): Scanning package: /data/app/vmdl17241.tmp
W/PackageParser( 100): Exception reading /data/app/vmdl17241.tmp
W/PackageParser( 100): java.lang.SecurityException: META-INF/SWYPE-AN.SF has in
valid digest for assets/files/Spanish-full.htm in /data/app/vmdl17241.tmp
W/PackageParser( 100): at java.util.jar.JarVerifier.verifyCertificate(J
arVerifier.java:370)
W/PackageParser( 100): at java.util.jar.JarVerifier.readCertificates(Ja
rVerifier.java:273)
W/PackageParser( 100): at java.util.jar.JarFile.getInputStream(JarFile.
java:416)
W/PackageParser( 100): at android.content.pm.PackageParser.loadCertific
ates(PackageParser.java:285)
W/PackageParser( 100): at android.content.pm.PackageParser.collectCerti
ficates(PackageParser.java:447)
W/PackageParser( 100): at com.android.server.PackageManagerService.inst
allPackageLI(PackageManagerService.java:3932)
W/PackageParser( 100): at com.android.server.PackageManagerService.acce
ss$1500(PackageManagerService.java:104)
W/PackageParser( 100): at com.android.server.PackageManagerService$5.ru
n(PackageManagerService.java:3449)
W/PackageParser( 100): at android.os.Handler.handleCallback(Handler.jav
a:587)
W/PackageParser( 100): at android.os.Handler.dispatchMessage(Handler.ja
va:92)
W/PackageParser( 100): at android.os.Looper.loop(Looper.java:123)
W/PackageParser( 100): at android.os.HandlerThread.run(HandlerThread.ja
va:60)
D/dalvikvm( 100): GC freed 10842 objects / 894264 bytes in 245ms
D/dalvikvm(21466): GC freed 3123 objects / 264960 bytes in 101ms
D/ (21466): unable to unlink '/data/data/com.android.packageinstaller/fil
es/signed-swypetest_2.apk': No such file or directory (errno=2)
D/dalvikvm(21466): GC freed 3168 objects / 221936 bytes in 104ms
persiansown said:
I'm the one who modified this to work on the G1. So updates come out when I fix the bugs. haha
Click to expand...
Click to collapse
Well get to work then! Ha. I'm kidding, I appreciate the work you did on this. I just found out about it this morning and then was disappointed when it wasn't working on the G1. I did a Google search and found you had a link to it. I appreciate it.
Do you plan on posting your updates in this thread?
I got this to install by opening it up, deleting all the files in META-INF and resigning...
bump this up - i've been using a fender rom (with no gps) on my magic pretty much solely for the keyboard. I got this working by using adb install <.apk> instead of packageinstaller on the phone.
It's great, only bug i've found so far is long hold on the backspace
thanks for the hard work, hopefully you can get it going flawlessly
edit: so i made swpye fall over, then when trying to get it back it gives me this logcat:
Code:
W/InputMethodManager( 142): IME died: com.swype.android.inputmethod/.SwypeInputMethod dropping: KeyEvent{action=0 code=82 repeat=0 meta=0 scancode=139 mFlags=8}
W/InputMethodManager( 142): android.os.DeadObjectException
W/InputMethodManager( 142): at android.os.BinderProxy.transact(Native Method)
W/InputMethodManager( 142): at com.android.internal.view.IInputMethodSession$Stub$Proxy.dispatchKeyEvent(IInputMethodSession.java:289)
W/InputMethodManager( 142): at android.view.inputmethod.InputMethodManager.dispatchKeyEvent(InputMethodManager.java:1335)
W/InputMethodManager( 142): at android.view.ViewRoot.deliverKeyEvent(ViewRoot.java:2165)
W/InputMethodManager( 142): at android.view.ViewRoot.handleMessage(ViewRoot.java:1518)
W/InputMethodManager( 142): at android.os.Handler.dispatchMessage(Handler.java:99)
W/InputMethodManager( 142): at android.os.Looper.loop(Looper.java:123)
W/InputMethodManager( 142): at android.app.ActivityThread.main(ActivityThread.java:3948)
W/InputMethodManager( 142): at java.lang.reflect.Method.invokeNative(Native Method)
W/InputMethodManager( 142): at java.lang.reflect.Method.invoke(Method.java:521)
W/InputMethodManager( 142): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
W/InputMethodManager( 142): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
W/InputMethodManager( 142): at dalvik.system.NativeStart.main(Native Method)
and another one. this is swype falling over after a long press of the backspace:
Code:
D/AndroidRuntime( 707): Shutting down VM
W/dalvikvm( 707): threadid=3: thread exiting with uncaught exception (group=0x40013140)
E/AndroidRuntime( 707): Uncaught handler: thread main exiting due to uncaught exception
D/dalvikvm( 707): GC freed 15473 objects / 620440 bytes in 153ms
E/AndroidRuntime( 707): android.content.res.Resources$NotFoundException: File res/raw/beep.wav from drawable resource ID #0x7f050000
E/AndroidRuntime( 707): at android.content.res.Resources.openRawResourceFd(Resources.java:814)
E/AndroidRuntime( 707): at com.swype.android.inputmethod.SwypeInputMethod$1.handleMessage(SwypeInputMethod.java:329)
E/AndroidRuntime( 707): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 707): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 707): at android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime( 707): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 707): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 707): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 707): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 707): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 707): Caused by: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
E/AndroidRuntime( 707): at android.content.res.AssetManager.openNonAssetFdNative(Native Method)
E/AndroidRuntime( 707): at android.content.res.AssetManager.openNonAssetFd(AssetManager.java:412)
E/AndroidRuntime( 707): at android.content.res.Resources.openRawResourceFd(Resources.java:811)
E/AndroidRuntime( 707): ... 9 more
I/Process ( 84): Sending signal. PID: 707 SIG: 3
I/dalvikvm( 707): threadid=7: reacting to signal 3
I/AlertDialog( 84): [onCreate] auto launch SIP.
W/WindowManager( 84): No window to dispatch pointer action 1
D/dalvikvm( 492): GC freed 2066 objects / 104000 bytes in 95ms
D/dalvikvm( 492): GC freed 1223 objects / 61416 bytes in 95ms
D/dalvikvm( 142): GC freed 13522 objects / 1058792 bytes in 175ms
march83 said:
and another one. this is swype falling over after a long press of the backspace:
Click to expand...
Click to collapse
He KNOWS of these problems.
ok i've got it running pretty much fine now - it's throwing heaps of warnings to the logcat, but from a user point of view it's doing what it's meant to do i think...
the thing that was making it fall over more often than not was a missing sound resource so you can just go setting-> location and text-> swype-> disable sounds. not sure if this is a compressed resource or what, but it's looking for the file path shown below so i guess you could make that yourself and see what happens, but tbh i cbf, i just want to get it working for the meantime:
Code:
E/AndroidRuntime( 707): android.content.res.Resources$NotFoundException: File res/raw/beep.wav from drawable resource ID #0x7f050000
i also pushed the keychars and keylayout files from the fender build i had been using. not sure if that actually helped but i had been seeing a logcat message saying something about an incorrect layout file and that seems to have gone now.
take the 2 files and do this:
adb push sapphire-keypad.kcm.bin system/usr/keychars/
adb push sapphire-keypad.kl system/usr/keylayout/
get the files here:
http://rapidshare.com/files/340382956/keys.zip.html
10x only, so if it proves that they are necessary could someone host them somewhere more permanent???
This isn't installing on my G1 running CM4.2.13
have you tried installing it via adb?

G1 install sense rom help please

My G1:
spl:hboot-1.33.2005
radio-2.22.19.26i
sdcard:4G class4(sandisk)
Partition:swap(128M) ext4(384) fat32(Remaining)
Tried many different sense rom has the same question.
flashing, tips can't chown/mod /data/opt (no such file or directory)
Questions like these have many.
why?Have been wipe out prior to installation
Even the occasional installation is successful, unplug the usb cable to crash and can not boot into the system. Usb data cable but the connection can be a normal boot and normal use.
My English is poor, please forgive me.
thanks
I/DEBUG ( 2656): debuggerd: Feb 26 2010 17:06:43
I/vold ( 2655): Android Volume Daemon version 2.0
I/vold ( 2655): New MMC card 'SU04G' (serial 151595580) added @ /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:e624
I/vold ( 2655): Disk (blkdev 179:0), 7744512 secs (3781 MB) 3 partitions
I/vold ( 2655): New blkdev 179.0 on media SU04G, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:e624, Dpp 3
I/vold ( 2655): Partition (blkdev 179:1), 6615234 secs (3230 MB) type 0xc
I/vold ( 2655): New blkdev 179.1 on media SU04G, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:e624, Dpp 2
I/vold ( 2655): Partition (blkdev 179:2), 878906 secs (429 MB) type 0x83
I/vold ( 2655): New blkdev 179.2 on media SU04G, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:e624, Dpp 1
I/vold ( 2655): Partition (blkdev 179:3), 250371 secs (122 MB) type 0x82
I/vold ( 2655): New blkdev 179.3 on media SU04G, media path /devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:e624, Dpp 0
I/vold ( 2655): Evaluating dev '/devices/platform/msm_sdcc.2/mmc_host/mmc1/mmc1:e624/block/mmcblk0' for mountable filesystems for '/sdcard'
I/vold ( 2655): Aborting start of /sdcard (bootstrap = 1)
I/vold ( 2655): Volmgr not ready to handle device
D/vold ( 2655): Bootstrapping complete
D/AKMD ( 2663): akmd 1.6.4 START
D/AKMD ( 2663): library version: 1.2.1.1129
D/AndroidRuntime( 2658):
D/AndroidRuntime( 2658): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 2658): CheckJNI is OFF
I/dalvikvm( 2658): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=7
I/dalvikvm( 2658): mlock(1097678848, 3722616), fd=7
I/ ( 2659): ServiceManager: 0xad08
I/HTC Acoustic( 2659): libhtc_acoustic.so version 1.0.1.2.
E/HTC Acoustic( 2659): Fail to open /system/etc/AudioPara_TMD.csv -1.
I/HTC Acoustic( 2659): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 2659): acoustic table version: Sapphire_VODAFONE_20090305
I/HTC Acoustic( 2659): read_audio_para_from_file success.
I/HTC Acoustic( 2659): get_audpp_filter
I/HTC Acoustic( 2659): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 2659): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 2659): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 2659): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 2659): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 2659): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 2659): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 2659): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 2659): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 2659): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 2659): EQ flag = 00.
I/HTC Acoustic( 2659): get_audpre_filter
I/HTC Acoustic( 2659): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 2659): mNumSndEndpoints = 67
D/AudioHardwareMSM72XX( 2659): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 2659): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 2659): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 2659): BT MATCH BT
D/AudioHardwareMSM72XX( 2659): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 2659): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 2659): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 2659): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 2659): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 2659): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 2659): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 2659): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 2659): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 2659): BT MATCH CURRENT
D/AudioHardwareMSM72XX( 2659): BT MATCH BT_EC_OFF
D/AudioHardwareInterface( 2659): setMode(NORMAL)
I/AudioHardwareMSM72XX( 2659): Set master volume to 5.
I/CameraService( 2659): CameraService started: pid=2659
V/A2dpAudioInterface( 2659): A2dpAudioInterface:penOutputStream() open HW device: 2
I/AudioFlinger( 2659): AudioFlinger's thread 0xd880 ready to run
I/AudioHardwareMSM72XX( 2659): Routing audio to Speakerphone
I/AudioHardwareMSM72XX( 2659): doAudioRouteOrMute() device 1, mMode 0, mMicMute 1
D/HTC Acoustic( 2659): msm72xx_enable_audpp: 0x0001
D/AudioHardwareMSM72XX( 2659): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 2659): Setting in-call volume to 5 (available range is 0 to 5)
I/AudioHardwareMSM72XX( 2659): AudioHardware pcm playback is going to standby.
I/dalvikvm( 2658): mlock: /data/dalvik-cache/[email protected]@[email protected], fd=14
I/dalvikvm( 2658): mlock(1118633984, 1815536), fd=14
D/AndroidRuntime( 2658): --- registering native functions ---
D/JBtlRBtlServicesNative( 2658): register_android_server_JBtlRbtlServicesNative: Entered
D/JBtlCommonNative( 2658): register_android_server_JBtlCommonNative: Entered
D/ ( 2658): Entered register_android_server_JBtlBmgNative
D/JBtlA2dpNative( 2658): <<<< Entered register_android_server_JBtlA2dpNative >>>>
D/JBtlAgNative( 2658): <<<< Entered register_android_server_JBtlAgNative >>>>
D/ ( 2658): Entered register_android_server_JBtlAvrcptgNative
D/JBtlPbapsNative( 2658): Entered register_android_server_JBtlPbapsNative
D/JBthalPbNative( 2658): Entered register_android_server_JBthalPbNative
D/JBtlSppNative( 2658): <<<< Entered register_android_server_JBtlSppNative >>>>
D/JBtlOppcNative( 2658): <<<< Entered register_android_server_JBtlOppcNative >>>>
D/JBtlOppsNative( 2658): <<<< Entered register_android_server_JBtlOppsNative >>>>
D/JBtlFtpsNative( 2658): <<<< Entered register_android_server_JBtlFtpsNative >>>>
D/ ( 2658): <<<< Entered register_android_server_JFmRxNative() >>>>
I/SamplingProfilerIntegration( 2658): Profiler is disabled.
I/Zygote ( 2658): Preloading classes...
D/dalvikvm( 2658): GC freed 818 objects / 51896 bytes in 5ms
D/dalvikvm( 2658): GC freed 246 objects / 15840 bytes in 6ms
D/dalvikvm( 2658): GC freed 287 objects / 18240 bytes in 7ms
D/dalvikvm( 2658): GC freed 239 objects / 13560 bytes in 8ms
D/dalvikvm( 2658): GC freed 374 objects / 23928 bytes in 9ms
D/dalvikvm( 2658): GC freed 458 objects / 29784 bytes in 10ms
D/skia ( 2658): ------ build_power_table 1.4
D/skia ( 2658): ------ build_power_table 0.714286
D/dalvikvm( 2658): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2658): Added shared lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2658): Trying to load lib /system/lib/libexif.so 0x0
D/dalvikvm( 2658): Added shared lib /system/lib/libexif.so 0x0
D/dalvikvm( 2658): GC freed 2389 objects / 127024 bytes in 13ms
D/dalvikvm( 2658): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2658): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2658): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2658): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2658): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2658): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2658): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 2658): Shared lib '/system/lib/libmedia_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2658): GC freed 3810 objects / 198192 bytes in 23ms
D/dalvikvm( 2658): GC freed 461 objects / 27096 bytes in 22ms
D/dalvikvm( 2658): GC freed 310 objects / 17936 bytes in 23ms
D/dalvikvm( 2658): GC freed 218 objects / 11808 bytes in 25ms
D/dalvikvm( 2658): GC freed 189 objects / 10272 bytes in 26ms
D/dalvikvm( 2658): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2658): Added shared lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2658): Trying to load lib /system/lib/libsrec_jni.so 0x0
D/dalvikvm( 2658): Shared lib '/system/lib/libsrec_jni.so' already loaded in same CL 0x0
D/dalvikvm( 2658): GC freed 344 objects / 37208 bytes in 32ms
D/dalvikvm( 2658): GC freed 125 objects / 24576 bytes in 46ms
D/dalvikvm( 2658): GC freed 337 objects / 38456 bytes in 47ms
D/dalvikvm( 2658): GC freed 365 objects / 22896 bytes in 48ms
D/dalvikvm( 2658): Trying to load lib /system/lib/libwebcore.so 0x0
D/dalvikvm( 2658): Added shared lib /system/lib/libwebcore.so 0x0
D/dalvikvm( 2658): Trying to load lib /system/lib/libwebcore.so 0x0
D/dalvikvm( 2658): Shared lib '/system/lib/libwebcore.so' already loaded in same CL 0x0
I/dalvikvm( 2658): threadid=3: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 2658): GC freed 339 objects / 18864 bytes in 42ms
D/dalvikvm( 2658): GC freed 481 objects / 30120 bytes in 42ms
D/dalvikvm( 2658): GC freed 291 objects / 26968 bytes in 43ms
D/dalvikvm( 2658): GC freed 383 objects / 27456 bytes in 45ms
D/dalvikvm( 2658): GC freed 1107 objects / 93928 bytes in 48ms
D/dalvikvm( 2658): GC freed 664 objects / 35952 bytes in 49ms
D/dalvikvm( 2658): GC freed 709 objects / 41288 bytes in 50ms
D/dalvikvm( 2658): GC freed 13175 objects / 451128 bytes in 60ms
D/dalvikvm( 2658): GC freed 11325 objects / 482112 bytes in 64ms
D/dalvikvm( 2658): GC freed 10718 objects / 455968 bytes in 69ms
D/dalvikvm( 2658): GC freed 8739 objects / 491904 bytes in 69ms
D/dalvikvm( 2658): GC freed 8581 objects / 488936 bytes in 70ms
D/dalvikvm( 2658): GC freed 8093 objects / 485536 bytes in 71ms
D/dalvikvm( 2658): GC freed 6624 objects / 404496 bytes in 70ms
D/dalvikvm( 2658): GC freed 847 objects / 51376 bytes in 67ms
D/dalvikvm( 2658): GC freed 540 objects / 38952 bytes in 67ms
D/dalvikvm( 2658): GC freed 460 objects / 31528 bytes in 67ms
D/dalvikvm( 2658): GC freed 426 objects / 29640 bytes in 68ms
I/Zygote ( 2658): ...preloaded 1942 classes in 16269ms.
D/dalvikvm( 2658): GC freed 117 objects / 14872 bytes in 69ms
I/Zygote ( 2658): Preloading resources...
D/dalvikvm( 2658): GC freed 5 objects / 224 bytes in 67ms
D/dalvikvm( 2658): GC freed 304 objects / 15624 bytes in 69ms
D/dalvikvm( 2658): GC freed 252 objects / 11848 bytes in 71ms
I/Zygote ( 2658): ...preloaded 48 resources in 648ms.
I/Zygote ( 2658): ...preloaded 15 resources in 23ms.
D/dalvikvm( 2658): GC freed 141 objects / 10152 bytes in 73ms
D/dalvikvm( 2658): GC freed 224 objects / 8856 bytes in 73ms
D/dalvikvm( 2658): GC freed 19 objects / 768 bytes in 71ms
I/dalvikvm( 2658): Splitting out new zygote heap
D/dalvikvm( 2676): System server have a 24MB heap
I/dalvikvm( 2658): System server process 2676 has been created
I/Zygote ( 2658): Accepting command socket connections
D/dalvikvm( 2676): Trying to load lib /system/lib/libandroid_servers.so 0x0
D/dalvikvm( 2676): Added shared lib /system/lib/libandroid_servers.so 0x0
E/BatteryService( 2676): batteryUnsupportChargePath not found
I/sysproc ( 2676): Entered system_init()
I/sysproc ( 2676): ServiceManager: 0x16cfe8
I/SurfaceFlinger( 2676): SurfaceFlinger is starting
I/SurfaceFlinger( 2676): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
I/gralloc ( 2676): using (fd=27)
I/gralloc ( 2676): id = msmfb
I/gralloc ( 2676): xres = 320 px
I/gralloc ( 2676): yres = 480 px
I/gralloc ( 2676): xres_virtual = 320 px
I/gralloc ( 2676): yres_virtual = 960 px
I/gralloc ( 2676): bpp = 16
I/gralloc ( 2676): r = 11:5
I/gralloc ( 2676): g = 5:6
I/gralloc ( 2676): b = 0:5
I/gralloc ( 2676): width = 45 mm (180.622223 dpi)
I/gralloc ( 2676): height = 67 mm (181.970154 dpi)
I/gralloc ( 2676): refresh rate = 60.00 Hz
D/gralloc ( 2676): UPDATE_ON_DEMAND supported
D/libEGL ( 2676): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 2676): loaded /system/lib/egl/libGLES_qcom.so
D/EGL.oem ( 2676): system process, deny GL context
E/libEGL ( 2676): No EGLDisplay for hardware EGL!
I/SurfaceFlinger( 2676): EGL informations:
I/SurfaceFlinger( 2676): # of configs : 8
I/SurfaceFlinger( 2676): vendor : Android
I/SurfaceFlinger( 2676): version : 1.4 Android META-EGL
I/SurfaceFlinger( 2676): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle EGL_ANDROID_get_render_buffer
I/SurfaceFlinger( 2676): Client API: OpenGL ES
I/SurfaceFlinger( 2676): EGLSurface: 5-6-5-0, config=0x1000000
I/SurfaceFlinger( 2676): flags : 00160000
W/SurfaceFlinger( 2676): ro.sf.lcd_density not defined, using 160 dpi by default.
I/SurfaceFlinger( 2676): OpenGL informations:
I/SurfaceFlinger( 2676): vendor : Android
I/SurfaceFlinger( 2676): renderer : Android PixelFlinger 1.2
I/SurfaceFlinger( 2676): version : OpenGL ES-CM 1.0
I/SurfaceFlinger( 2676): extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
I/sysproc ( 2676): System server: starting Android runtime.
I/sysproc ( 2676): System server: starting Android services.
I/SystemServer( 2676): Entered the Android system server!
I/sysproc ( 2676): System server: entering thread pool.
I/SystemServer( 2676): Entropy Service
I/SystemServer( 2676): Power Manager
I/SystemServer( 2676): Activity Manager
I/ActivityManager( 2676): Memory class: 16
I/SystemServer( 2676): Telephony Registry
I/SystemServer( 2676): Package Manager
I/Installer( 2676): connecting...
I/installd( 2661): new connection
D/libEGL ( 2685): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 2685): loaded /system/lib/egl/libGLES_qcom.so
D/EGL.oem ( 2685): smi: offset=10000000, len=00700000, phys=0x0
D/EGL.oem ( 2685): ebi: offset=00000000, len=00800000, phys=0x16500000
D/EGL.oem ( 2685): reg: offset=20000000, len=00100000, phys=0xa0000000
D/gralloc ( 2676): smi: offset=10000000, len=00700000, phys=0x0
D/gralloc ( 2676): ebi: offset=00000000, len=00800000, phys=0x16500000
D/gralloc ( 2676): reg: offset=20000000, len=00100000, phys=0xa0000000
D/gralloc ( 2676): allocating GPU size=307200, offset=0
W/zipro ( 2685): Unable to open zip '/data/local/bootanimation.zip': No such file or directory
W/zipro ( 2685): Unable to open zip '/system/etc/customer/bootanimation.zip': No such file or directory
E/BootAnimation( 2685): Can't read CID, use default.
W/zipro ( 2685): Unable to open zip '/system/customize/resource/bootanimation.zip': No such file or directory
D/BootAnimation( 2685): Read default.xml failed, use bootanimation.zip.
D/BootAnimation( 2685): BootAnimation::checkAudioFromDb
E/BootAnimation( 2685): sqlite3_open error
D/BootAnimation( 2685): Audio Path: /system/media/android_audio.mp3
D/MediaPlayerService( 2659): player type = 1
D/dalvikvm( 2676): GC freed 3503 objects / 207112 bytes in 164ms
I/PackageManager( 2676): Libs: javax.obex:/system/framework/javax.obex.jar com.htc.android.easopen:/system/framework/com.htc.android.easopen.jar com.htc.framework:/system/framework/com.htc.framework.jar com.htc.rss:/system/framework/com.htc.rss.jar android.test.runner:/system/framework/android.test.runner.jar com.htc.android.pimlib:/system/framework/com.htc.android.pimlib.jar com.google.android.datamessaging:/system/framework/com.google.android.datamessaging.jar com.google.android.gtalkservice:/system/framework/com.google.android.gtalkservice.jar com.google.android.maps:/system/framework/com.google.android.maps.jar com.scalado.util.ScaladoUtil:/system/framework/com.scalado.util.ScaladoUtil.jar
I/PackageManager( 2676): Features: android.hardware.wifi android.hardware.location.network android.hardware.bluetooth android.hardware.location android.hardware.location.gps android.hardware.touchscreen android.hardware.sensor.accelerometer android.hardware.sensor.compass
I/QC_CORE ( 2659): OMXCORE API - OMX_Init
I/QC_CORE ( 2659): OMXCORE API - OMX_ComponentNameEnum 176a0 128 0
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.decoder.avc
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.decoder.avc
I/QC_CORE ( 2659): OMXCORE API - OMX_ComponentNameEnum 176a0 128 1
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.decoder.mpeg4
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.decoder.mpeg4
I/QC_CORE ( 2659): OMXCORE API - OMX_ComponentNameEnum 176a0 128 2
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.decoder.h263
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.decoder.h263
I/QC_CORE ( 2659): OMXCORE API - OMX_ComponentNameEnum 176a0 128 3
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.encoder.mpeg4
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.encoder.mpeg4
I/QC_CORE ( 2659): OMXCORE API - OMX_ComponentNameEnum 176a0 128 4
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.encoder.h263
I/QC_CORE ( 2659): GetRolesOfComponent OMX.qcom.video.encoder.h263
I/QC_CORE ( 2659): OMXCORE API - OMX_ComponentNameEnum 176a0 128 5
D/PVPlayer( 2659): setDataSource(/system/media/android_audio.mp3)
I/PlayerDriver( 2659): OpenCore disable firewall payload
I/ ( 2659): OpenCore codec name PVMFOMXAudioDecNode , OMX.PV.mp3dec
W/MediaPlayer( 2685): info/warning (1, 44)
E/MediaPlayer( 2685): setAudioStream called in state 8
D/gralloc ( 2676): allocating GPU size=307200, offset=307200
D/BootAnimation( 2685): play animation 0!
D/BootAnimation( 2685): play mp3 now!
I/AudioHardwareMSM72XX( 2659): AUDIO_START: start kernel pcm_out driver.
W/AudioFlinger( 2659): write blocked for 90 msecs, 1 delayed writes, thread 0xd880
D/dalvikvm( 2676): GC freed 6900 objects / 404560 bytes in 448ms
W/PackageManager( 2676): Library not found: /system/framework/com.google.android.datamessaging.jar
D/PackageManager( 2676): Scanning app dir /system/framework
D/PackageManager( 2676): Scanning app dir /system/app
D/dalvikvm( 2676): GC freed 5956 objects / 276936 bytes in 288ms
W/PackageParser( 2676): No actions in intent filter at /system/app/HtcContacts.apk Binary XML file line #850
W/PackageParser( 2676): No actions in intent filter at /system/app/HtcContacts.apk Binary XML file line #857
W/PackageParser( 2676): No actions in intent filter at /system/app/HtcContacts.apk Binary XML file line #864
W/PackageParser( 2676): Unknown element under <application>: intent-filter at /system/app/com.htc.MusicWidget.apk Binary XML file line #9
W/PackageParser( 2676): No actions in intent filter at /system/app/Mail.apk Binary XML file line #201
D/dalvikvm( 2676): GC freed 4559 objects / 259400 bytes in 301ms
I/AudioHardwareMSM72XX( 2659): AudioHardware pcm playback is going to standby.
W/PackageParser( 2676): Unknown element under <manifest>: uses-library at /system/app/HtcStreamPlayer.apk Binary XML file line #131
I/PackageParser( 2676): com.htc.fieldtest: compat added android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE
W/PackageParser( 2676): Unknown element under <manifest>: uses-library at /system/app/UploadProvider.apk Binary XML file line #5
D/dalvikvm( 2676): GC freed 5148 objects / 291288 bytes in 123ms
W/PackageParser( 2676): Unknown element under <application>: intent-filter at /system/app/HtcPhotoWidget.apk Binary XML file line #7
I/DEBUG ( 2656): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2656): Build fingerprint: 'google/passion/passion/mahimahi:2.1/ERD79/22607:user/release-keys'
I/DEBUG ( 2656): pid: 2676, tid: 2684 >>> system_server <<<
I/DEBUG ( 2656): signal 7 (SIGBUS), fault addr 43e0b748
I/DEBUG ( 2656): r0 0000000a r1 00153534 r2 471cfcc4 r3 43e2d278
I/DEBUG ( 2656): r4 43e0b744 r5 00000834 r6 a9d29ae0 r7 000a9798
I/DEBUG ( 2656): r8 471cfda0 r9 41a97c68 10 41a97c50 fp 001708c0
I/DEBUG ( 2656): ip a9d29c14 sp 471cfba0 lr a9d1c34d pc a9d18c82 cpsr 80000030
I/DEBUG ( 2656): #00 pc 00018c82 /system/lib/libutils.so
I/DEBUG ( 2656): #01 pc 00018e02 /system/lib/libutils.so
I/DEBUG ( 2656): #02 pc 00018ef8 /system/lib/libutils.so
I/DEBUG ( 2656): #03 pc 00012840 /system/lib/libutils.so
I/DEBUG ( 2656): #04 pc 000128be /system/lib/libutils.so
I/DEBUG ( 2656): #05 pc 00046b46 /system/lib/libandroid_runtime.so
I/DEBUG ( 2656): #06 pc 0000f3f4 /system/lib/libdvm.so
I/DEBUG ( 2656): #07 pc 000383c4 /system/lib/libdvm.so
I/DEBUG ( 2656): #08 pc 00014158 /system/lib/libdvm.so
I/DEBUG ( 2656): #09 pc 00019c74 /system/lib/libdvm.so
I/DEBUG ( 2656): #10 pc 0001914c /system/lib/libdvm.so
I/DEBUG ( 2656): #11 pc 0004dedc /system/lib/libdvm.so
I/DEBUG ( 2656): #12 pc 0004df0a /system/lib/libdvm.so
I/DEBUG ( 2656): #13 pc 000422c6 /system/lib/libdvm.so
I/DEBUG ( 2656): #14 pc 00010070 /system/lib/libc.so
I/DEBUG ( 2656): #15 pc 0000fb44 /system/lib/libc.so
I/DEBUG ( 2656):
I/DEBUG ( 2656): code around pc:
I/DEBUG ( 2656): a9d18c70 1c076068 9d03e015 9b021964 429c3b08
I/DEBUG ( 2656): a9d18c80 6860d812 90039a02 429c1a13 8823d80c
I/DEBUG ( 2656): a9d18c90 42934a0c e73ad000 9c4de6d7 625e6966
I/DEBUG ( 2656):
I/DEBUG ( 2656): code around lr:
I/DEBUG ( 2656): a9d1c33c d0062800 1c28682a 69541c33 47a09a01
I/DEBUG ( 2656): a9d1c34c 1c28e003 f7ff1c32 1c38fd89 bdf0b003
I/DEBUG ( 2656): a9d1c35c 6882b510 f7ff2301 bd10ffd5 2100b510
I/DEBUG ( 2656):
I/DEBUG ( 2656): stack:
I/DEBUG ( 2656): 471cfb60 471cfda0
I/DEBUG ( 2656): 471cfb64 43e0af10 /system/sd/app_s/HTCCamera.apk
I/DEBUG ( 2656): 471cfb68 0015347c [heap]
I/DEBUG ( 2656): 471cfb6c 00000001
I/DEBUG ( 2656): 471cfb70 0000000a
I/DEBUG ( 2656): 471cfb74 a9d1c32f /system/lib/libutils.so
I/DEBUG ( 2656): 471cfb78 001531f4 [heap]
I/DEBUG ( 2656): 471cfb7c 471cfcc4
I/DEBUG ( 2656): 471cfb80 00153144 [heap]
I/DEBUG ( 2656): 471cfb84 43e0af10 /system/sd/app_s/HTCCamera.apk
I/DEBUG ( 2656): 471cfb88 00153468 [heap]
I/DEBUG ( 2656): 471cfb8c a9d29ae0 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfb90 000a9798 [heap]
I/DEBUG ( 2656): 471cfb94 a9d1c367 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfb98 df002777
I/DEBUG ( 2656): 471cfb9c e3a070ad
I/DEBUG ( 2656): #00 471cfba0 afe3b9c8
I/DEBUG ( 2656): 471cfba4 00002bc0
I/DEBUG ( 2656): 471cfba8 43e2d280 /system/sd/app_s/HTCCamera.apk
I/DEBUG ( 2656): 471cfbac 00000834
I/DEBUG ( 2656): 471cfbb0 00147ee0 [heap]
I/DEBUG ( 2656): 471cfbb4 471cfcc0
I/DEBUG ( 2656): 471cfbb8 a9d2146c /system/lib/libutils.so
I/DEBUG ( 2656): 471cfbbc a9d213a3 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfbc0 006f0063
I/DEBUG ( 2656): 471cfbc4 002e006d
I/DEBUG ( 2656): 471cfbc8 006e0061
I/DEBUG ( 2656): 471cfbcc 00720064
I/DEBUG ( 2656): 471cfbd0 0069006f
I/DEBUG ( 2656): 471cfbd4 002e0064
I/DEBUG ( 2656): 471cfbd8 00610063
I/DEBUG ( 2656): 471cfbdc 0065006d
I/DEBUG ( 2656): 471cfbe0 00610072
I/DEBUG ( 2656): 471cfbe4 00000000
I/DEBUG ( 2656): 471cfbe8 00000000
I/DEBUG ( 2656): 471cfbec 0000003f
I/DEBUG ( 2656): 471cfbf0 00292e7f [heap]
I/DEBUG ( 2656): 471cfbf4 00020000 [heap]
I/DEBUG ( 2656): 471cfbf8 00000000
I/DEBUG ( 2656): 471cfbfc 0000001b
I/DEBUG ( 2656): 471cfc00 00000000
I/DEBUG ( 2656): 471cfc04 00000000
I/DEBUG ( 2656): 471cfc08 afe3bb80
I/DEBUG ( 2656): 471cfc0c afe0f420 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc10 00000000
I/DEBUG ( 2656): 471cfc14 afe0f330 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc18 00000003
I/DEBUG ( 2656): 471cfc1c afe3b9c8
I/DEBUG ( 2656): 471cfc20 afe3bb80
I/DEBUG ( 2656): 471cfc24 afe0f420 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc28 00000000
I/DEBUG ( 2656): 471cfc2c afe0f330 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc30 afe3b9c8
I/DEBUG ( 2656): 471cfc34 00002bc0
I/DEBUG ( 2656): 471cfc38 000000da
I/DEBUG ( 2656): 471cfc3c 000001b8
I/DEBUG ( 2656): 471cfc40 471cfda0
I/DEBUG ( 2656): 471cfc44 afe0b411 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc48 471cfda0
I/DEBUG ( 2656): 471cfc4c afe0bd1d /system/lib/libc.so
I/DEBUG ( 2656): 471cfc50 afe3bb80
I/DEBUG ( 2656): 471cfc54 afe0f420 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc58 00147f90 [heap]
I/DEBUG ( 2656): 471cfc5c 00000038
I/DEBUG ( 2656): 471cfc60 00000002
I/DEBUG ( 2656): 471cfc64 00000004
I/DEBUG ( 2656): 471cfc68 41a97c68
I/DEBUG ( 2656): 471cfc6c 00147f50 [heap]
I/DEBUG ( 2656): 471cfc70 00147f90 [heap]
I/DEBUG ( 2656): 471cfc74 00000038
I/DEBUG ( 2656): 471cfc78 0000003e
I/DEBUG ( 2656): 471cfc7c afe0c103 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc80 0000002e
I/DEBUG ( 2656): 471cfc84 00147f50 [heap]
I/DEBUG ( 2656): 471cfc88 00000000
I/DEBUG ( 2656): 471cfc8c 00000000
I/DEBUG ( 2656): 471cfc90 afe3bb80
I/DEBUG ( 2656): 471cfc94 afe0f420 /system/lib/libc.so
I/DEBUG ( 2656): 471cfc98 00000000
I/DEBUG ( 2656): 471cfc9c afe0f330 /system/lib/libc.so
I/DEBUG ( 2656): 471cfca0 00000003
I/DEBUG ( 2656): 471cfca4 a9d1c25b /system/lib/libutils.so
I/DEBUG ( 2656): 471cfca8 00147ee0 [heap]
I/DEBUG ( 2656): 471cfcac 00000000
I/DEBUG ( 2656): 471cfcb0 00000b3e
I/DEBUG ( 2656): 471cfcb4 a9d1880f /system/lib/libutils.so
I/DEBUG ( 2656): 471cfcb8 000a97c0 [heap]
I/DEBUG ( 2656): 471cfcbc 00000001
I/DEBUG ( 2656): 471cfcc0 00000002
I/DEBUG ( 2656): 471cfcc4 43e0af10 /system/sd/app_s/HTCCamera.apk
I/DEBUG ( 2656): 471cfcc8 00000000
I/DEBUG ( 2656): 471cfccc 001531c0 [heap]
I/DEBUG ( 2656): 471cfcd0 001531f0 [heap]
I/DEBUG ( 2656): 471cfcd4 00153138 [heap]
I/DEBUG ( 2656): 471cfcd8 a9d29ae0 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfcdc 000a9798 [heap]
I/DEBUG ( 2656): 471cfce0 a9d29ae0 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfce4 43dfdf1c /system/sd/app_s/HTCCamera.apk
I/DEBUG ( 2656): 471cfce8 00000000
I/DEBUG ( 2656): 471cfcec a9d18e07 /system/lib/libutils.so
I/DEBUG ( 2656): #01 471cfcf0 a9d0fb4d /system/lib/libutils.so
I/DEBUG ( 2656): 471cfcf4 00147ea8 [heap]
I/DEBUG ( 2656): 471cfcf8 a9d29ae0 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfcfc 0002f364 [heap]
I/DEBUG ( 2656): 471cfd00 a9d203b8 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfd04 a9d215cd /system/lib/libutils.so
I/DEBUG ( 2656): 471cfd08 00144980 [heap]
I/DEBUG ( 2656): 471cfd0c 00147ee0 [heap]
I/DEBUG ( 2656): 471cfd10 00000002
I/DEBUG ( 2656): 471cfd14 00147ea8 [heap]
I/DEBUG ( 2656): 471cfd18 a9d0f795 /system/lib/libutils.so
I/DEBUG ( 2656): 471cfd1c 43dcd4d8 /system/sd/app_s/HTCCamera.apk
I/DEBUG ( 2656): 471cfd20 00000000
I/DEBUG ( 2656): 471cfd24 a9d18efd /system/lib/libutils.so
I/ServiceManager( 2654): service 'usagestats' died
I/ServiceManager( 2654): service 'batteryinfo' died
I/ServiceManager( 2654): service 'telephony.registry' died
I/ServiceManager( 2654): service 'SurfaceFlinger' died
I/ServiceManager( 2654): service 'entropy' died
I/ServiceManager( 2654): service 'power' died
D/BootAnimation( 2685): SurfaceFlinger died, exiting...
E/installd( 2661): eof
E/installd( 2661): failed to read size
I/installd( 2661): closing connection
D/Zygote ( 2658): Process 2676 terminated by signal (7)
I/Zygote ( 2658): Exit zygote because system server (2676) has terminated
I/PlayerDriver( 2659): PlayerDriver::handleStop
D/MediaPlayerService( 2659): Process 2659 RSS is 4716
The above is logcat arrested, no plug usb boot system can not start the log.
In addition to sense version, other versions are normal, 2.1 2.2 1.6 are possible.

[Q] ADS_magpie-20110729 + gapps-mdpi-gb-20110709: java/lang/NullPointerException

It's a follow up of the thread [Q] ADS_magpie-20110729-signed.zip: android.process.acore stopped unexpectedly.
The phone setup is as before:
Phone: ADP1 (DREAM PVT 32B SHIP S-ON CPLD-4)
ROM: ADS_magpie-20110729 + gapps-mdpi-gb-20110709
Recovery: RA-dream-v1.7.0
Radio: 2.22.28.25
Spl:1.33.0013d
SD: 8GB = 128MB swap / 512MB ext4 / FAT
Playing around with the phone result in Dalvik crashes:
Code:
W/dalvikvm( 1054): Exception Ljava/lang/NullPointerException; thrown while initializing Lcom/google/android/syncadapters/contacts/ContactsSyncAdapterService;
W/dalvikvm( 1054): Class init failed in newInstance call (Lcom/google/android/syncadapters/contacts/ContactsSyncAdapterService;)
I/DEBUG ( 1044): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1044): Build fingerprint: 'google/soju/crespo:2.3.3/GRI40/102588:user/release-keys'
I/DEBUG ( 1044): pid: 1054, tid: 1054 >>> com.google.process.gapps <<<
I/DEBUG ( 1044): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000002
I/DEBUG ( 1044): r0 00000000 r1 00000004 r2 ffffffff r3 00000000
I/DEBUG ( 1044): r4 fffffffa r5 00000003 r6 00000000 r7 416fcee8
I/DEBUG ( 1044): r8 aca11f80 r9 0000ce40 10 416fce2c fp beacd760
I/DEBUG ( 1044): ip 80000004 sp beacd418 lr aca31581 pc aca3eade cpsr 80000030
I/DEBUG ( 1044): #00 pc 0003eade /system/lib/libdvm.so
I/DEBUG ( 1044): #01 pc 000605b8 /system/lib/libdvm.so
I/DEBUG ( 1044): #02 pc 00017014 /system/lib/libdvm.so
I/DEBUG ( 1044): #03 pc 0001c100 /system/lib/libdvm.so
I/DEBUG ( 1044): #04 pc 0001affc /system/lib/libdvm.so
I/DEBUG ( 1044): #05 pc 000593da /system/lib/libdvm.so
I/DEBUG ( 1044): #06 pc 000595fe /system/lib/libdvm.so
I/DEBUG ( 1044): #07 pc 0003f01e /system/lib/libdvm.so
I/DEBUG ( 1044): #08 pc 00059598 /system/lib/libdvm.so
I/DEBUG ( 1044): #09 pc 00060f2e /system/lib/libdvm.so
I/DEBUG ( 1044): #10 pc 00017014 /system/lib/libdvm.so
I/DEBUG ( 1044): #11 pc 0001c100 /system/lib/libdvm.so
I/DEBUG ( 1044): #12 pc 0001affc /system/lib/libdvm.so
I/DEBUG ( 1044): #13 pc 000593da /system/lib/libdvm.so
I/DEBUG ( 1044): #14 pc 000459e4 /system/lib/libdvm.so
I/DEBUG ( 1044): #15 pc 000342cc /system/lib/libandroid_runtime.so
I/DEBUG ( 1044): #16 pc 000350e6 /system/lib/libandroid_runtime.so
I/DEBUG ( 1044): #17 pc 00008ca2 /system/bin/app_process
I/DEBUG ( 1044): #18 pc 000150fc /system/lib/libc.so
I/DEBUG ( 1044):
I/DEBUG ( 1044): code around pc:
I/DEBUG ( 1044): aca3eabc 33d458ab 42886819 f027d006 2800f897
I/DEBUG ( 1044): aca3eacc 1c27d102 e0092500 2c00683c e7f8d1e9
I/DEBUG ( 1044): aca3eadc 68a03c14 1e426824 182d4190 d1f72c00
I/DEBUG ( 1044): aca3eaec 2d002000 9c00d032 d00a2c00 20490069
I/DEBUG ( 1044): aca3eafc f0222200 1e04fffb 1c23d02b 20003310
I/DEBUG ( 1044):
I/DEBUG ( 1044): code around lr:
I/DEBUG ( 1044): aca31560 d1112800 60e53501 9b019800 60606027
I/DEBUG ( 1044): aca31570 1c6860a3 004160e0 1c320849 e8bcf7e0
I/DEBUG ( 1044): aca31580 d0012800 fa92f00e bdf0b003 1e04b510
I/DEBUG ( 1044): aca31590 68a0d005 ef72f7df f7df1c20 bd10ef70
I/DEBUG ( 1044): aca315a0 1c05b570 20012120 ef7af7df d00e1e04
I/DEBUG ( 1044):
I/DEBUG ( 1044): stack:
I/DEBUG ( 1044): beacd3d8 beacd3e0
I/DEBUG ( 1044): beacd3dc 0000dfc0
I/DEBUG ( 1044): beacd3e0 407ad220
I/DEBUG ( 1044): beacd3e4 401cc8c8
I/DEBUG ( 1044): beacd3e8 00000001
I/DEBUG ( 1044): beacd3ec aca65c5d /system/lib/libdvm.so
I/DEBUG ( 1044): beacd3f0 00000002
I/DEBUG ( 1044): beacd3f4 401ccaf0
I/DEBUG ( 1044): beacd3f8 00000000
I/DEBUG ( 1044): beacd3fc 00000002
I/DEBUG ( 1044): beacd400 00000004
I/DEBUG ( 1044): beacd404 416fcec8
I/DEBUG ( 1044): beacd408 aca9e5c0
I/DEBUG ( 1044): beacd40c 00000000
I/DEBUG ( 1044): beacd410 df002777
I/DEBUG ( 1044): beacd414 e3a070ad
I/DEBUG ( 1044): #00 beacd418 00000001
I/DEBUG ( 1044): beacd41c fffffec4
I/DEBUG ( 1044): beacd420 00000fae
I/DEBUG ( 1044): beacd424 beacd490
I/DEBUG ( 1044): beacd428 416fce54
I/DEBUG ( 1044): beacd42c beacd488
I/DEBUG ( 1044): beacd430 401cc8c8
I/DEBUG ( 1044): beacd434 aca605bd /system/lib/libdvm.so
I/DEBUG ( 1044): #01 beacd438 41e5be0c
I/DEBUG ( 1044): beacd43c aca17018 /system/lib/libdvm.so
W/dalvikvm( 1054): threadid=3: spin on suspend #1 threadid=1 (pcf=0)
W/dalvikvm( 1054): threadid=3: spin on suspend #2 threadid=1 (pcf=0)
I/dalvikvm( 1054): "GC" daemon prio=5 tid=3 RUNNABLE
I/dalvikvm( 1054): | group="system" sCount=0 dsCount=0 obj=0x406d10f8 self=0x129cd0
I/dalvikvm( 1054): | sysTid=1056 nice=0 sched=0/0 cgrp=default handle=584024
I/dalvikvm( 1054): at dalvik.system.NativeStart.run(Native Method)
I/dalvikvm( 1054):
I/dalvikvm( 1054): "main" prio=5 tid=1 RUNNABLE
I/dalvikvm( 1054): | group="main" sCount=1 dsCount=0 obj=0x401e2190 self=0xce40
I/dalvikvm( 1054): | sysTid=1054 nice=0 sched=0/0 cgrp=default handle=-1345006496
I/dalvikvm( 1054): DumpRunning: bad offset found: 7740940 (from 0x416fa000 0x41e5be0c)
I/dalvikvm( 1054): at java.lang.Throwable.nativeFillInStackTrace(Native Method)
I/dalvikvm( 1054): at java.lang.Throwable.fillInStackTrace(Throwable.java:135)
I/dalvikvm( 1054): at java.lang.Throwable.<init>(Throwable.java:74)
I/dalvikvm( 1054): at java.lang.Throwable.<init>(Throwable.java:99)
I/dalvikvm( 1054): at java.lang.Exception.<init>(Exception.java:61)
I/dalvikvm( 1054): at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:50)
I/dalvikvm( 1054): at java.lang.reflect.Method.invokeNative(Native Method)
I/dalvikvm( 1054): at java.lang.reflect.Method.invoke(Method.java:507)
I/DEBUG ( 1044): debuggerd committing suicide to free the zombie!
I/DEBUG ( 1073): debuggerd: Jul 15 2011 18:22:13
I/ActivityManager( 436): Process com.google.process.gapps (pid 1054) has died.
W/ActivityManager( 436): Scheduling restart of crashed service com.google.android.syncadapters.contacts/.ContactsSyncAdapterService in 80000ms
W/ActivityManager( 436): Scheduling restart of crashed service com.google.android.gsf/.gtalkservice.service.GTalkService in 89999ms
D/Zygote ( 428): Process 1054 terminated by signal (11)
I/power ( 436): *** set_screen_state 0
D/AKMD ( 153): Compass CLOSE
E/talk ( 1024): onSaveInstanceState: caught
E/talk ( 1024): android.os.DeadObjectException
E/talk ( 1024): at android.os.BinderProxy.transact(Native Method)
E/talk ( 1024): at com.google.android.gtalkservice.IImSession$Stub$Proxy.getAccountId(IImSession.java:496)
E/talk ( 1024): at com.google.android.talk.RosterListActivity.onSaveInstanceState(RosterListActivity.java:168)
E/talk ( 1024): at android.app.Activity.performSaveInstanceState(Activity.java:1037)
E/talk ( 1024): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1181)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2336)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2311)
E/talk ( 1024): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2291)
E/talk ( 1024): at android.app.ActivityThread.access$1700(ActivityThread.java:117)
E/talk ( 1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:938)
E/talk ( 1024): at android.os.Handler.dispatchMessage(Handler.java:99)
E/talk ( 1024): at android.os.Looper.loop(Looper.java:130)
E/talk ( 1024): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/talk ( 1024): at java.lang.reflect.Method.invokeNative(Native Method)
E/talk ( 1024): at java.lang.reflect.Method.invoke(Method.java:507)
E/talk ( 1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/talk ( 1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/talk ( 1024): at dalvik.system.NativeStart.main(Native Method)
D/SurfaceFlinger( 436): About to give-up screen, flinger = 0x1b49f0
I/ActivityManager( 436): Start proc com.google.process.gapps for service com.google.android.gsf/.loginservice.GoogleLoginService: pid=1074 uid=10004 gids={3003, 1015, 2001, 1007}
W/IInputConnectionWrapper( 436): showStatusIcon on inactive InputConnection
D/szipinf ( 1074): Initializing inflate state
I/ActivityThread( 1074): Pub com.google.settings: com.google.android.gsf.settings.GoogleSettingsProvider
I/ActivityThread( 1074): Pub subscribedfeeds: com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider
D/dalvikvm( 1074): GC_CONCURRENT freed 407K, 51% free 2790K/5639K, external 0K/0K, paused 7ms+15ms
I/ActivityThread( 1074): Pub com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider
I/GservicesProvider( 1074): Gservices pushing to system: true; secure: true
I/ActivityThread( 1074): Pub com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider
D/SyncManager( 436): setSyncAutomatically: , provider subscribedfeeds -> true
D/SyncManager( 436): setSyncAutomatically: already set to true, doing nothing
D/KeyguardViewMediator( 436): wakeWhenReadyLocked(82)
I/power ( 436): *** set_screen_state 1
D/AKMD ( 153): Compass OPEN
E/talk ( 1024): initSession: caught android.os.DeadObjectException
D/SurfaceFlinger( 436): Screen about to return, flinger = 0x1b49f0
D/dalvikvm( 436): GC_CONCURRENT freed 664K, 39% free 5285K/8647K, external 600K/1800K, paused 18ms+16ms
W/InputManagerService( 436): Window already focused, ignoring focus gain of: [email protected]
W/InputManagerService( 436): Starting input on non-focused client [email protected] (uid=1000 pid=436)
I/ActivityManager( 436): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/com.android.launcher2.Launcher } from pid 436
E/talk ( 1024): onSaveInstanceState: caught
E/talk ( 1024): android.os.DeadObjectException
E/talk ( 1024): at android.os.BinderProxy.transact(Native Method)
E/talk ( 1024): at com.google.android.gtalkservice.IImSession$Stub$Proxy.getAccountId(IImSession.java:496)
E/talk ( 1024): at com.google.android.talk.RosterListActivity.onSaveInstanceState(RosterListActivity.java:168)
E/talk ( 1024): at android.app.Activity.performSaveInstanceState(Activity.java:1037)
E/talk ( 1024): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1181)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2336)
E/talk ( 1024): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2311)
E/talk ( 1024): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2291)
E/talk ( 1024): at android.app.ActivityThread.access$1700(ActivityThread.java:117)
E/talk ( 1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:938)
E/talk ( 1024): at android.os.Handler.dispatchMessage(Handler.java:99)
E/talk ( 1024): at android.os.Looper.loop(Looper.java:130)
E/talk ( 1024): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/talk ( 1024): at java.lang.reflect.Method.invokeNative(Native Method)
E/talk ( 1024): at java.lang.reflect.Method.invoke(Method.java:507)
E/talk ( 1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/talk ( 1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/talk ( 1024): at dalvik.system.NativeStart.main(Native Method)
E/talk ( 1024): removeRemoteListeners caught
E/talk ( 1024): android.os.DeadObjectException
E/talk ( 1024): at android.os.BinderProxy.transact(Native Method)
E/talk ( 1024): at com.google.android.gtalkservice.IImSession$Stub$Proxy.removeConnectionStateListener(IImSession.java:634)
E/talk ( 1024): at com.google.android.talk.BuddyList.removeRemoteListeners(BuddyList.java:981)
E/talk ( 1024): at com.google.android.talk.RosterListActivity.onStop(RosterListActivity.java:140)
E/talk ( 1024): at com.google.android.talk.BuddyList.onStop(BuddyList.java:570)
E/talk ( 1024): at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1170)
E/talk ( 1024): at android.app.Activity.performStop(Activity.java:3873)
E/talk ( 1024): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:2427)
E/talk ( 1024): at android.app.ActivityThread.handleStopActivity(ActivityThread.java:2475)
E/talk ( 1024): at android.app.ActivityThread.access$1800(ActivityThread.java:117)
E/talk ( 1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:948)
E/talk ( 1024): at android.os.Handler.dispatchMessage(Handler.java:99)
E/talk ( 1024): at android.os.Looper.loop(Looper.java:130)
E/talk ( 1024): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/talk ( 1024): at java.lang.reflect.Method.invokeNative(Native Method)
E/talk ( 1024): at java.lang.reflect.Method.invoke(Method.java:507)
E/talk ( 1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/talk ( 1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/talk ( 1024): at dalvik.system.NativeStart.main(Native Method)
I/ActivityManager( 436): Starting: Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.android.browser/.BrowserActivity } from pid 541
I/ActivityManager( 436): Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=1089 uid=10014 gids={3003, 1015}
I/ActivityManager( 436): Process com.android.deskclock (pid 913) has died.
The whole logcat since installation cat be found attached.
Strange ... can you give me a dump of
Code:
df -h
I would like to be sure, that there is / was enough space on /system.
Here is the disk free human readable dump of this phone:
Code:
Filesystem Size Used Available Use% Mounted on
tmpfs 55.0M 32.0K 54.9M 0% /dev
tmpfs 55.0M 0 55.0M 0% /mnt/asec
tmpfs 55.0M 0 55.0M 0% /mnt/obb
/dev/block/mtdblock3 91.0M 76.1M 14.9M 84% /system
/dev/block/mtdblock5 91.8M 73.0M 18.8M 80% /data
/dev/block/mtdblock4 27.0M 1.1M 25.9M 4% /cache
/dev/block/loop0 768.0K 768.0K 0 100% /system/lib/modules
/dev/block/loop1 2.5M 2.5M 0 100% /system/fonts
/dev/block/vold/179:1
6.9G 186.1M 6.7G 3% /mnt/sdcard
/dev/block/vold/179:1
6.9G 186.1M 6.7G 3% /mnt/secure/asec
/dev/block/dm-0 3.1M 1.1M 2.0M 35% /mnt/asec/de.anormalmedia.android.lw.cits-1
/dev/block/dm-1 2.0M 528.0K 1.5M 25% /mnt/asec/com.google.zxing.client.android-1
Most likely I found the reason:
Code:
...
I/Database( 389): sqlite returned: error code = 11, msg = database corruption at line 45898 of [42537b6056]
I/Database( 389): sqlite returned: error code = 11, msg = database corruption at line 45936 of [42537b6056]
I/Database( 389): sqlite returned: error code = 11, msg = statement aborts at 24: [SELECT _id, raw_contact_id, data_sync2, data_sync1, data_version FROM view_data_restricted data WHERE (account_name='[email protected]' AND account_type='com.google') AND (mimetype=? AND data_sync2 IS NOT NULL AND (data_sync3 IS NULL OR data_sync3!=data_sync2) AND data_sync1 IS NOT NULL)] database disk image is malformed
I/InstallAppProgress( 1847): Finished installing de.anormalmedia.android.lw.cits
E/Database( 389): Removing corrupt database: /data/data/com.android.providers.contacts/databases/contacts2.db
I/ActivityManager( 174): Start proc org.openintents.filemanager for activity org.openintents.filemanager/.FileManagerActivity: pid=1985 uid=10038 gids={1015}
I/ActivityManager( 174): Process android.process.media (pid 1926) has died.
I/ActivityThread( 1985): Pub org.openintents.filemanager: org.openintents.filemanager.FileManagerProvider
I/EulaOrNewVersion( 1985): Eula has been accepted.
I/EulaOrNewVersion( 1985): Same version 17 as last launch.
E/DatabaseUtils( 389): Writing exception to parcel
E/DatabaseUtils( 389): android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteQuery.native_fill_window(Native Method)
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:73)
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:287)
E/DatabaseUtils( 389): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:268)
E/DatabaseUtils( 389): at android.database.CursorToBulkCursorAdaptor.count(CursorToBulkCursorAdaptor.java:132)
E/DatabaseUtils( 389): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:118)
E/DatabaseUtils( 389): at android.os.Binder.execTransact(Binder.java:320)
E/DatabaseUtils( 389): at dalvik.system.NativeStart.run(Native Method)
I don't know, why your contact's database gets corrupted, but after that you got the NullpointerExceptions from the ContacsSyncAdapter.
I've done a "master clear" over the "Settings" menu. The result a lot of exceptions attached. Here a snapshot:
Code:
W/SettingsProvider( 185): Unable to add bookmark: com.google.android.gm/com.google.android.gm.ConversationListActivityGmail
W/SettingsProvider( 185): android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{com.google.android.gm/com.google.android.gm.ConversationListActivityGmail}
W/SettingsProvider( 185): at android.app.ContextImpl$ApplicationPackageManager.getActivityInfo(ContextImpl.java:1842)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:887)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:925)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.onCreate(DatabaseHelper.java:135)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:126)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:404)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:323)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:259)
W/SettingsProvider( 185): at android.content.ContentProvider.attachInfo(ContentProvider.java:798)
W/SettingsProvider( 185): at android.app.ActivityThread.installProvider(ActivityThread.java:3554)
W/SettingsProvider( 185): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3309)
W/SettingsProvider( 185): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:3660)
W/SettingsProvider( 185): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:5567)
W/SettingsProvider( 185): at com.android.server.ServerThread.run(SystemServer.java:182)
W/SettingsProvider( 185): Unable to add bookmark: com.android.im/com.android.im.app.LandingPage
W/SettingsProvider( 185): android.content.pm.PackageManager$NameNotFoundException: ComponentInfo{com.android.im/com.android.im.app.LandingPage}
W/SettingsProvider( 185): at android.app.ContextImpl$ApplicationPackageManager.getActivityInfo(ContextImpl.java:1842)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:887)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.loadBookmarks(DatabaseHelper.java:925)
W/SettingsProvider( 185): at com.android.providers.settings.DatabaseHelper.onCreate(DatabaseHelper.java:135)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:126)
W/SettingsProvider( 185): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:404)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:323)
W/SettingsProvider( 185): at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:259)
W/SettingsProvider( 185): at android.content.ContentProvider.attachInfo(ContentProvider.java:798)
W/SettingsProvider( 185): at android.app.ActivityThread.installProvider(ActivityThread.java:3554)
W/SettingsProvider( 185): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3309)
W/SettingsProvider( 185): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:3660)
W/SettingsProvider( 185): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:5567)
W/SettingsProvider( 185): at com.android.server.ServerThread.run(SystemServer.java:182)
Code:
D/EmailProvider( 497): Creating EmailProvider database
E/AndroidRuntime( 497): FATAL EXCEPTION: main
E/AndroidRuntime( 497): java.lang.RuntimeException: Unable to create service com.android.exchange.SyncManager: java.lang.NullPointerException
E/AndroidRuntime( 497): at android.app.ActivityThread.handleCreateService(ActivityThread.java:1955)
E/AndroidRuntime( 497): at android.app.ActivityThread.access$2500(ActivityThread.java:117)
E/AndroidRuntime( 497): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:985)
E/AndroidRuntime( 497): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 497): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 497): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime( 497): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 497): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 497): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:845)
E/AndroidRuntime( 497): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/AndroidRuntime( 497): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 497): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 497): at com.android.email.Utility.getConsistentDeviceId(Utility.java:601)
E/AndroidRuntime( 497): at com.android.exchange.SyncManager.getDeviceIdInternal(SyncManager.java:1064)
E/AndroidRuntime( 497): at com.android.exchange.SyncManager.getDeviceId(SyncManager.java:1041)
E/AndroidRuntime( 497): at com.android.exchange.SyncManager.onCreate(SyncManager.java:1767)
E/AndroidRuntime( 497): at android.app.ActivityThread.handleCreateService(ActivityThread.java:1945)
E/AndroidRuntime( 497): ... 10 more
V/ContactsProvider( 417): Completed import of legacy contacts
Code:
I/ActivityManager( 185): Starting: Intent { act=android.intent.action.INSERT dat=content://telephony/carriers cmp=com.android.settings/.ApnEditor } from pid 718
D/TelephonyProvider( 365): inserted port= authtype=-1 protocol=IP mmsproxy= roaming_protocol=IP proxy= name= server= apn= password= user= mmsport= rowID = 23
D/dalvikvm( 365): GC_CONCURRENT freed 473K, 47% free 3381K/6279K, external 0K/0K, paused 8ms+9ms
E/TelephonyProvider( 365): Failed setting numeric '26207' to the current operator
I/TelephonyRegistry( 185): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=apnChanged interfaceName=null networkType=8
W/dalvikvm( 718): threadid=9: thread exiting with uncaught exception (group=0x40258560)
E/AndroidRuntime( 718): FATAL EXCEPTION: pool-1-thread-1
E/AndroidRuntime( 718): java.lang.NoSuchMethodError: 
E/AndroidRuntime( 718): at com.android.internal.util.XmlUtils.writeMapXml(XmlUtils.java:182)
E/AndroidRuntime( 718): at android.app.ContextImpl$SharedPreferencesImpl.writeToFile(ContextImpl.java:3167)
E/AndroidRuntime( 718): at android.app.ContextImpl$SharedPreferencesImpl.access$800(ContextImpl.java:2732)
E/AndroidRuntime( 718): at android.app.ContextImpl$SharedPreferencesImpl$1.run(ContextImpl.java:3082)
E/AndroidRuntime( 718): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
E/AndroidRuntime( 718): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
E/AndroidRuntime( 718): at java.lang.Thread.run(Thread.java:1019)
I/DEBUG ( 149): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 149): Build fingerprint: 'google/soju/crespo:2.3.3/GRI40/102588:user/release-keys'
I/DEBUG ( 149): pid: 718, tid: 728 >>> com.android.settings <<<
I/DEBUG ( 149): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 149): r0 00000000 r1 00000370 r2 00000010 r3 00000100
I/DEBUG ( 149): r4 40093ec8 r5 0017f098 r6 aca9e5c0 r7 40093edc
I/DEBUG ( 149): r8 aca11f80 r9 00000000 10 0017f098 fp 444d0ed8
I/DEBUG ( 149): ip 00000010 sp 444d0b88 lr aca1710c pc aca3edfa cpsr 20000030
W/ActivityManager( 185): Force finishing activity com.android.settings/.ApnEditor
W/ActivityManager( 185): Force finishing activity com.android.settings/.ApnSettings
W/ActivityManager( 185): Activity pause timeout for HistoryRecord{4094a7d8 com.android.settings/.ApnEditor}
I/DEBUG ( 149): #00 pc 0003edfa /system/lib/libdvm.so
I/DEBUG ( 149): #01 pc 00017108 /system/lib/libdvm.so
I/DEBUG ( 149):
I/DEBUG ( 149): code around pc:
I/DEBUG ( 149): aca3edd8 009122dc 1c054e30 4c306a87 46622080
I/DEBUG ( 149): aca3ede8 00439300 9404447e 93029101 1c3c9805
I/DEBUG ( 149): aca3edf8 68033c14 1c2868a1 fedcf7ff 28009003
I/DEBUG ( 149): aca3ee08 9b00da3f d11a2b00 98019b04 581158f2
I/DEBUG ( 149): aca3ee18 d0142900 009823e6 29005811 68a1d004
I/DEBUG ( 149):
I/DEBUG ( 149): code around lr:
I/DEBUG ( 149): aca170ec e52dc004 e5961010 e1a0000a e5911020
I/DEBUG ( 149): aca170fc e1a02009 e0441001 e1a010c1 fa009f30
I/DEBUG ( 149): aca1710c e5da1024 e3510000 0a000004 e1a05000
I/DEBUG ( 149): aca1711c e1a0000a e1a01009 fa010669 e1a00005
I/DEBUG ( 149): aca1712c e59d5004 e3500000 e28dd008 4a00000f
I/DEBUG ( 149):
I/DEBUG ( 149): stack:
I/DEBUG ( 149): 444d0b48 00000004
I/DEBUG ( 149): 444d0b4c 40251b00
I/DEBUG ( 149): 444d0b50 40093df8
I/DEBUG ( 149): 444d0b54 aca11db8 /system/lib/libdvm.so
I/DEBUG ( 149): 444d0b58 00000000
I/DEBUG ( 149): 444d0b5c 00000000
I/DEBUG ( 149): 444d0b60 407e3400
I/DEBUG ( 149): 444d0b64 41d6ed90
I/DEBUG ( 149): 444d0b68 41735058
I/DEBUG ( 149): 444d0b6c 0017f098
I/DEBUG ( 149): 444d0b70 40251b00
I/DEBUG ( 149): 444d0b74 ad119029 /system/lib/libnativehelper.so
I/DEBUG ( 149): 444d0b78 41735058
I/DEBUG ( 149): 444d0b7c 0017f098
I/DEBUG ( 149): 444d0b80 df002777
I/DEBUG ( 149): 444d0b84 e3a070ad
I/DEBUG ( 149): #00 444d0b88 00000000
I/DEBUG ( 149): 444d0b8c 00000370
I/DEBUG ( 149): 444d0b90 00000100
I/DEBUG ( 149): 444d0b94 444d0c10
I/DEBUG ( 149): 444d0b98 fffffec4
I/DEBUG ( 149): 444d0b9c 00000000
I/DEBUG ( 149): 444d0ba0 444d0c08
I/DEBUG ( 149): 444d0ba4 425f6338
I/DEBUG ( 149): 444d0ba8 40093edc
I/DEBUG ( 149): 444d0bac 444d0c08
I/DEBUG ( 149): 444d0bb0 00003072
I/DEBUG ( 149): 444d0bb4 aca1710c /system/lib/libdvm.so
I/DEBUG ( 149): #01 444d0bb8 444d0bbc
I/DEBUG ( 149): 444d0bbc 40093edc
I/DEBUG ( 149): 444d0bc0 00000000
I/DEBUG ( 149): 444d0bc4 444d0c08
I/DEBUG ( 149): 444d0bc8 00000001
I/DEBUG ( 149): 444d0bcc 001605e8
I/DEBUG ( 149): 444d0bd0 0017f0a0
I/DEBUG ( 149): 444d0bd4 00016f10
I/DEBUG ( 149): 444d0bd8 41d9a8ec
I/DEBUG ( 149): 444d0bdc 00000000
I/DEBUG ( 149): 444d0be0 444d0ed8
I/DEBUG ( 149): 444d0be4 aca1c104 /system/lib/libdvm.so
I/DEBUG ( 149): 444d0be8 444d0c08
I/DEBUG ( 149): 444d0bec 0017f098
I/DEBUG ( 149): 444d0bf0 aca1c074 /system/lib/libdvm.so
I/DEBUG ( 149): 444d0bf4 4171da84
I/DEBUG ( 149): 444d0bf8 fffffec4
I/DEBUG ( 149): 444d0bfc aca1b000 /system/lib/libdvm.so
W/dalvikvm( 718): threadid=3: spin on suspend #1 threadid=10 (pcf=0)
W/dalvikvm( 718): threadid=3: spin on suspend #2 threadid=10 (pcf=0)
I/dalvikvm( 718): "GC" daemon prio=5 tid=3 RUNNABLE
I/dalvikvm( 718): | group="system" sCount=0 dsCount=0 obj=0x40750360 self=0x1ca110
I/dalvikvm( 718): | sysTid=720 nice=0 sched=0/0 cgrp=bg_non_interactive handle=1224328
I/dalvikvm( 718): at dalvik.system.NativeStart.run(Native Method)
I/dalvikvm( 718):
I/dalvikvm( 718): "pool-1-thread-2" prio=5 tid=10 RUNNABLE
I/dalvikvm( 718): | group="main" sCount=1 dsCount=0 obj=0x407dc870 self=0x17f098
I/dalvikvm( 718): | sysTid=728 nice=0 sched=0/0 cgrp=bg_non_interactive handle=1569232
I/dalvikvm( 718): at com.android.internal.util.XmlUtils.writeMapXml(XmlUtils.java:~182)
I/dalvikvm( 718): at android.app.ContextImpl$SharedPreferencesImpl.writeToFile(ContextImpl.java:3167)
I/dalvikvm( 718): at android.app.ContextImpl$SharedPreferencesImpl.access$800(ContextImpl.java:2732)
I/dalvikvm( 718): at android.app.ContextImpl$SharedPreferencesImpl$1.run(ContextImpl.java:3082)
I/dalvikvm( 718): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
I/dalvikvm( 718): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
I/dalvikvm( 718): at java.lang.Thread.run(Thread.java:1019)
I/dalvikvm( 718):
I/DEBUG ( 149): debuggerd committing suicide to free the zombie!
I/DEBUG ( 731): debuggerd: Jul 15 2011 18:22:13
I/ActivityManager( 185): Process com.android.settings (pid 718) has died.
The whole logcat is attached. It's a morge general problem of installation but where to start?
Did'n look at your logcat at the moment, but probably you could send me the logcat from flashing, too. There were two other guys who had bad NAND and the "old" system was not erased. I would like to exclude, that you have a similar problem.
Sent from my Gingerbread on Dream using XDA App
I assume you are looking for the recovery.log created in SPL. I've done a whole wipe and redone the installation. All files I know are attached.
Playing arround I've found the following logcat entry:
Code:
E/Database( 442): Failure 10 (disk I/O error) on 0x148698 when executing 'COMMIT;'
E/Gmail ( 442): Mail sync failed
E/Gmail ( 442): android.database.sqlite.SQLiteDiskIOException: disk I/O error: COMMIT;
E/Gmail ( 442): at android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method)
E/Gmail ( 442): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1763)
E/Gmail ( 442): at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:583)
E/Gmail ( 442): at com.google.android.gm.provider.MailCore.setCustomFromPreference(MailCore.java:1567)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine$PublicMailStore.setCustomFromPreference(MailEngine.java:3545)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleStartSyncInfoProto(MailSync.java:1476)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleResponseProto(MailSync.java:956)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleResponse(MailSync.java:864)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.handleSyncResponse(MailSync.java:844)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.sendRequest(MailEngine.java:1543)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.runSyncLoop(MailEngine.java:1505)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.sync(MailEngine.java:1393)
E/Gmail ( 442): at com.google.android.gm.provider.MailSyncAdapterService$SyncAdapterImpl.onPerformLoggedSync(MailSyncAdapterService.java:61)
E/Gmail ( 442): at com.google.android.common.LoggingThreadedSyncAdapter.onPerformSync(LoggingThreadedSyncAdapter.java:27)
E/Gmail ( 442): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:164)
D/SyncManager( 174): failed sync operation authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 850665 expedited: false, SyncResult: databaseError: true stats []
D/SyncManager( 174): not retrying sync operation because the error is a hard error: authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 851914 expedited: false
I/dalvikvm( 274): Jit: resizing JitTable from 1024 to 2048
I/Database( 442): sqlite returned: error code = 2570, msg = statement aborts at 93: [select conversations_to_fetch._id as _id, max(
I/Database( 442): case when not clientCreated then messages.messageId else 0 end)
I/Database( 442): as highestMessageId, max(messages.clientCreated) as hasClientCreatedMessages from conversations_to_fetch left outer join messages on messages.conversation = conversations_to_fetch._id and messages.synced = 1 where nextAttemptDateMs < ?group by conversations_to_fetch._id order by conversations_to_fetch._id desc limit 50] disk I/O error
E/Gmail ( 442): Mail sync failed
E/Gmail ( 442): android.database.sqlite.SQLiteDiskIOException: disk I/O error
E/Gmail ( 442): at android.database.sqlite.SQLiteQuery.native_fill_window(Native Method)
E/Gmail ( 442): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:73)
E/Gmail ( 442): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:287)
E/Gmail ( 442): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:268)
E/Gmail ( 442): at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:171)
E/Gmail ( 442): at android.database.AbstractCursor.moveToNext(AbstractCursor.java:256)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine$PublicMailStore.getConversationInfosToFetch(MailEngine.java:3802)
E/Gmail ( 442): at com.google.android.gm.provider.MailSync.nextSyncRequest(MailSync.java:669)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.runSyncLoop(MailEngine.java:1462)
E/Gmail ( 442): at com.google.android.gm.provider.MailEngine.sync(MailEngine.java:1393)
E/Gmail ( 442): at com.google.android.gm.provider.MailSyncAdapterService$SyncAdapterImpl.onPerformLoggedSync(MailSyncAdapterService.java:61)
E/Gmail ( 442): at com.google.android.common.LoggingThreadedSyncAdapter.onPerformSync(LoggingThreadedSyncAdapter.java:27)
E/Gmail ( 442): at android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:164)
D/SyncManager( 174): failed sync operation authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 879123 expedited: false, SyncResult: databaseError: true stats []
D/SyncManager( 174): not retrying sync operation because the error is a hard error: authority: gmail-ls account: Account {[email protected], type=com.google} extras: [feed=https://mail.google.com/mail/g/?client=1313405658204 ] syncSource: 0 when: 882641 expedited: false
I/dalvikvm( 174): Jit: resizing JitTable from 2048 to 4096
D/dalvikvm( 257): GC_EXPLICIT freed <1K, 47% free 3391K/6343K, external 915K/1427K, paused 109ms
~ # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 55.0M 32.0K 54.9M 0% /dev
tmpfs 55.0M 0 55.0M 0% /mnt/asec
tmpfs 55.0M 0 55.0M 0% /mnt/obb
/dev/block/mtdblock3 91.0M 76.1M 14.9M 84% /system
/dev/block/mtdblock5 91.8M 61.8M 30.0M 67% /data
/dev/block/mtdblock4 27.0M 1.2M 25.8M 4% /cache
/dev/block/loop0 768.0K 768.0K 0 100% /system/lib/modules
/dev/block/loop1 2.5M 2.5M 0 100% /system/fonts
/dev/block/vold/179:1
6.9G 58.2M 6.8G 1% /mnt/sdcard
/dev/block/vold/179:1
6.9G 58.2M 6.8G 1% /mnt/secure/asec
~ # exit
D/dalvikvm( 257): GC_EXPLICIT freed <1K, 47% free 3391K/6343K, external 915K/1427K, paused 142ms
No swap partition is enabled
Last time I've evaluated ADS_magpie-20110729 + gapps-mdpi-gb-20110709 I can remember that there was no SWAP active.
I'm now evaluating Ginger yoshi 1.4 fix 32a_b using a the 24Swap script in /sd-ext/userinit.d.
I see that Ginger yoshi 1.4 uses a lot of swap, round about 10MiB. Maybe additional RAM (swap in my case) would solve this case? By default ADS_magpie-20110729 did not use swap for me.

Help with Touchwiz launcher port?

Hi, can you help me in a port?
I'm trying to port ICS Touchwiz launcher from Galaxy Tab 10.1 to our little Galaxy Tab. I deodexed the application, solved some problems of libraries, but I can't go on when trying to open it I get a force close and this logcat:
Code:
I/ActivityManager( 206): Start proc com.sec.android.app.launcher for activity com.sec.android.app.launcher/com.android.launcher2.Launcher: pid=1012 uid=10089 gids={}
D/OpenGLRenderer( 975): Flushing caches (mode 0)
D/OpenGLRenderer( 975): Flushing caches (mode 1)
I/ActivityThread( 1012): Pub com.sec.android.app.launcher.settings: com.android.launcher2.LauncherProvider
I/dalvikvm( 1012): Could not find method android.content.pm.PackageManager.getCSCPackageItemText, referenced from method com.android.launcher2.LauncherProvider$DatabaseHelper.addUriShortcut
W/dalvikvm( 1012): VFY: unable to resolve virtual method 408: Landroid/content/pm/PackageManager;.getCSCPackageItemText (Ljava/lang/String;)Ljava/lang/CharSequence;
D/dalvikvm( 1012): VFY: replacing opcode 0x6e at 0x00f7
I/dalvikvm( 1012): Could not find method android.content.pm.PackageManager.getCSCPackageItemIcon, referenced from method com.android.launcher2.PkgResCache.loadBitmap
W/dalvikvm( 1012): VFY: unable to resolve virtual method 407: Landroid/content/pm/PackageManager;.getCSCPackageItemIcon (Ljava/lang/String;)Landroid/graphics/drawable/Drawable;
D/dalvikvm( 1012): VFY: replacing opcode 0x6e at 0x0003
I/dalvikvm( 1012): Could not find method android.content.pm.PackageManager.getCSCPackageItemText, referenced from method com.android.launcher2.PkgResCache.loadString
W/dalvikvm( 1012): VFY: unable to resolve virtual method 408: Landroid/content/pm/PackageManager;.getCSCPackageItemText (Ljava/lang/String;)Ljava/lang/CharSequence;
D/dalvikvm( 1012): VFY: replacing opcode 0x6e at 0x0003
I/dalvikvm( 1012): Could not find method android.os.Debug.isProductShip, referenced from method com.android.launcher2.LauncherModel.<clinit>
W/dalvikvm( 1012): VFY: unable to resolve static method 777: Landroid/os/Debug;.isProductShip ()I
D/dalvikvm( 1012): VFY: replacing opcode 0x71 at 0x0001
W/dalvikvm( 1012): Exception Ljava/lang/NoSuchMethodError; thrown while initializing Lcom/android/launcher2/LauncherModel;
D/AndroidRuntime( 1012): Shutting down VM
W/dalvikvm( 1012): threadid=1: thread exiting with uncaught exception (group=0x40a2a1f8)
E/AndroidRuntime( 1012): FATAL EXCEPTION: main
E/AndroidRuntime( 1012): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 1012): at com.android.launcher2.LauncherApplication.onCreate(LauncherApplication.java:122)
E/AndroidRuntime( 1012): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:969)
E/AndroidRuntime( 1012): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4105)
E/AndroidRuntime( 1012): at android.app.ActivityThread.access$1300(ActivityThread.java:132)
E/AndroidRuntime( 1012): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
E/AndroidRuntime( 1012): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1012): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1012): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime( 1012): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1012): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1012): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime( 1012): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime( 1012): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1012): Caused by: java.lang.NoSuchMethodError: android.os.Debug.isProductShip
E/AndroidRuntime( 1012): at com.android.launcher2.LauncherModel.<clinit>(LauncherModel.java:75)
E/AndroidRuntime( 1012): ... 13 more
W/ActivityManager( 206): Force finishing activity com.sec.android.app.launcher/com.android.launcher2.Launcher
D/dalvikvm( 206): GC_CONCURRENT freed 1804K, 33% free 7364K/10887K, paused 3ms+8ms
I/Process ( 206): Sending signal. PID: 1012 SIG: 3
I/dalvikvm( 1012): threadid=3: reacting to signal 3
I/dalvikvm( 1012): Wrote stack traces to '/data/anr/traces.txt'
W/ActivityManager( 206): Activity pause timeout for ActivityRecord{413c2f20 com.sec.android.app.launcher/com.android.launcher2.Launcher}
I/Process ( 206): Sending signal. PID: 1012 SIG: 3
I/dalvikvm( 1012): threadid=3: reacting to signal 3
I/dalvikvm( 1012): Wrote stack traces to '/data/anr/traces.txt'
W/InputManagerService( 206): Window already focused, ignoring focus gain of: [email protected]
I/Process ( 1012): Sending signal. PID: 1012 SIG: 9
I/ActivityManager( 206): Process com.sec.android.app.launcher (pid 1012) has died.
If anyone wants to help me, here's the apk.
Don't flash it in CWM recovery (it isn't a recovery package) but just copy the 4 files in these directories:
SecLauncher2.apk in /system/app
libsecnativefeature.so in /system/framework
sec_feature.xml in /system/etc/permissions
sec_feature_deodexed.jar in /system/framework
Your is a ; with) , right?
Sent from my HTC Desire using xda app-developers app
panpjp said:
Your is a ; with) , right?
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
Strange, I didn't notice it. But yes, I believe the website automatically converts it. However, it's not important.
Not on website, it shows properly within CODE box , only on xda app.
Sent from my GT-P1000 using xda app-developers app
Could we return to the main question, please?

Categories

Resources