Whole device hanging when keyboard is opened in certain apps - Samsung Captivate Glide

Seeing this problem with GTasks and SNESDroid. Hoping someone can shed some light on this. It seems like if I open the physical keyboard while either of these apps are loading a new activity,
One of two things happen:
1. The whole device straight up hangs. I still get tactile feedback and the keyboard light responds, but the display is hung and the only way to get the device back into a usable state is to hold power until the device resets. logcat doesn't show any kind of trouble until I try to leave the activity that hung the phone. Then I get this:
Code:
D/InputReader( 186): Input event: value=1
I/PowerManagerService( 186): Ulight 3->11|0
D/RestrictionPolicy( 186): updateHomeKeyPolicySet():mHomekeyPolicySet:0
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
D/InputReader( 186): Input event: value=0
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
D/RestrictionPolicy( 186): isHomeKeyEnabled :true
I/ClipboardServiceEx( 186): mCBPickerDialog enter case. MSG_DISMISS_DIALOG
D/VoIPInterfaceManager( 186): isVoIPRinging()...
D/VoIPInterfaceManager( 186): Not exist call session
W/InputManagerService( 186): onReceive() calling hidecurrentInputLocked
I/AxT9IME ( 400): AxT9IME.onReceive:Closing add word popup
I/power ( 186): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
I/ActivityManager( 186): START {intent.toShortString} from pid 186
D/PowerManagerService( 186): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 186 tag : ActivityManager
W/ActivityManager( 186): mDVFSLock.acquire()
D/AndroidRuntime( 1500): Shutting down VM
W/dalvikvm( 1500): threadid=1: thread exiting with uncaught exception (group=0x40c3c1f8)
W/System.err( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
W/System.err( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
W/System.err( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
W/System.err( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
W/System.err( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1500): at android.os.Looper.loop(Looper.java:137)
W/System.err( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 1500): at dalvik.system.NativeStart.main(Native Method)
W/System.err( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
W/System.err( 1500): at java.util.ArrayList.get(ArrayList.java:304)
W/System.err( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
W/System.err( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
W/System.err( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
W/System.err( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
W/System.err( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
W/System.err( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
W/System.err( 1500): at android.app.Activity.performPause(Activity.java:4568)
W/System.err( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
W/System.err( 1500): ... 12 more
D/FlurryAgent( 1500): Error logged: uncaught
D/FlurryAgent( 1500): Ending session
W/System.err( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
W/System.err( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
W/System.err( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
W/InputManagerService( 186): Unexpected intent Intent { act=android.sec.intent.action.CLICKED_HOMEKEY flg=0x10 }
W/System.err( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
W/System.err( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 1500): at android.os.Looper.loop(Looper.java:137)
W/System.err( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 1500): at dalvik.system.NativeStart.main(Native Method)
W/System.err( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
W/System.err( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
W/System.err( 1500): at java.util.ArrayList.get(ArrayList.java:304)
W/System.err( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
W/System.err( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
W/System.err( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
W/System.err( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
W/System.err( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
W/System.err( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
W/System.err( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
W/System.err( 1500): at android.app.Activity.performPause(Activity.java:4568)
W/System.err( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
W/System.err( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
W/System.err( 1500): ... 12 more
D/FlurryAgent( 1500): Error logged: uncaught
E/AndroidRuntime( 1500): FATAL EXCEPTION: main
E/AndroidRuntime( 1500): java.lang.RuntimeException: Unable to pause activity {org.dayup.gtask/org.dayup.gtask.activity.TaskActivity}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2717)
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2673)
E/AndroidRuntime( 1500): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2651)
E/AndroidRuntime( 1500): at android.app.ActivityThread.access$800(ActivityThread.java:127)
E/AndroidRuntime( 1500): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1165)
E/AndroidRuntime( 1500): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1500): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1500): at android.app.ActivityThread.main(ActivityThread.java:4517)
E/AndroidRuntime( 1500): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1500): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1500): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
E/AndroidRuntime( 1500): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
E/AndroidRuntime( 1500): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1500): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
E/AndroidRuntime( 1500): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
E/AndroidRuntime( 1500): at java.util.ArrayList.get(ArrayList.java:304)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.cc.a(TaskEditorViewFragment.java:1463)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.TaskEditorViewFragment.onPause(TaskEditorViewFragment.java:421)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:932)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1080)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentManagerImpl.dispatchPause(FragmentManager.java:1824)
E/AndroidRuntime( 1500): at android.support.v4.app.FragmentActivity.onPause(FragmentActivity.java:391)
E/AndroidRuntime( 1500): at com.actionbarsherlock.app.SherlockFragmentActivity.onPause(SherlockFragmentActivity.java:79)
E/AndroidRuntime( 1500): at org.dayup.activities.CommonActivity.onPause(CommonActivity.java:167)
E/AndroidRuntime( 1500): at org.dayup.gtask.activity.TaskActivity.onPause(TaskActivity.java:215)
E/AndroidRuntime( 1500): at android.app.Activity.performPause(Activity.java:4568)
E/AndroidRuntime( 1500): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1198)
E/AndroidRuntime( 1500): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2704)
E/AndroidRuntime( 1500): ... 12 more
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error
I/dumpstate( 2147): [email protected] begin
W/ActivityManager( 186): Activity pause timeout for r
Afterwards, this loops every 10-15 seconds:
Code:
D/AndroidRuntime( 2157):
D/AndroidRuntime( 2157): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2157): CheckJNI is OFF
D/AndroidRuntime( 2157): setted country_code = USA
D/AndroidRuntime( 2157): setted sales_code = ATT
D/AndroidRuntime( 2157): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2157): register_android_app_LibQmg
D/AndroidRuntime( 2157): Calling main entry com.android.commands.am.Am
Which occasionally includes:
Code:
I/Watchdog_N( 186): dumpKernelStacks
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -z -d -o /data/log/dumpstate_sys_watchdog
E/Watchdog( 186): WATCHDOG caused by null
I/dumpstate( 2258): [email protected] begin
I flooded the postlength. Hold on!

2. I get a few seconds of hang, two notices of "shell has been granted SuperUser permission" and booted back to the home screen. (This freaks me out more -- what is calling busybox, WHY, and why is it su'ing? What the HELL is it doing?) Logcat absolutely FLOODS:
Code:
I/dalvikvm( 187): Jit: resizing JitTable from 8192 to 16384
I/DEBUG ( 2369): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2369): Build fingerprint: 'samsung/SGH-I927/SGH-I927:4.0.4/IMM76D/UCLG9:user/release-keys'
I/DEBUG ( 2369): pid: 2376, tid: 2376 >>> ca.halsafar.snesdroid <<<
I/DEBUG ( 2369): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 2369): r0 00770ed6 r1 00000000 r2 00001482 r3 00000000
I/DEBUG ( 2369): r4 400a3914 r5 00000002 r6 00000000 r7 be99d0b8
I/DEBUG ( 2369): r8 00010000 r9 be99d0a4 10 00001482 fp be9ae518
I/DEBUG ( 2369): ip 00000010 sp be99d048 lr 00000010 pc 40068d18 cpsr 20000010
I/DEBUG ( 2369): d0 0000009843184000 d1 0000000043184000
I/DEBUG ( 2369): d2 0000000000000000 d3 3ff0000000000000
I/DEBUG ( 2369): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2369): d6 0000000000000000 d7 3fc0000000000000
I/DEBUG ( 2369): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2369): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2369): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2369): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2369): scr 60000010
I/DEBUG ( 2369):
I/DEBUG ( 2369): #00 pc 0000dd18 /system/lib/libc.so (memcpy)
I/DEBUG ( 2369): #01 pc 0001b50e /system/lib/libc.so
I/DEBUG ( 2369): #02 pc 0001b6b6 /system/lib/libc.so (fwrite)
I/DEBUG ( 2369):
I/DEBUG ( 2369): code around pc:
I/DEBUG ( 2369): 40068cf8 e12fff1e e3520004 3a00007b e88d0fe0 ../...R.{..:....
I/DEBUG ( 2369): 40068d08 e2605000 e2055003 e1a0c185 e26ce020 .P`..P...... .l.
I/DEBUG ( 2369): 40068d18 e4913004 e2422004 e1b05f85 44c03001 .0... B.._...0.D
I/DEBUG ( 2369): 40068d28 41a03423 24c03001 21a03423 24c03001 #4.A.0.$#4.!.0.$
I/DEBUG ( 2369): 40068d38 21a03423 e3520004 3a000064 e310001c #4.!..R.d..:....
I/DEBUG ( 2369):
I/DEBUG ( 2369): code around lr:
I/DEBUG ( 2369): 00000000 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000010 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000020 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000030 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369): 00000040 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 2369):
I/DEBUG ( 2369): stack:
I/DEBUG ( 2369): be99d008 005eb448 [heap]
I/DEBUG ( 2369): be99d00c 36000080
I/DEBUG ( 2369): be99d010 36333535
I/DEBUG ( 2369): be99d014 f29e028a
I/DEBUG ( 2369): be99d018 00000098
I/DEBUG ( 2369): be99d01c 00000000
I/DEBUG ( 2369): be99d020 00000000
I/DEBUG ( 2369): be99d024 00000000
I/DEBUG ( 2369): be99d028 00000000
I/DEBUG ( 2369): be99d02c 00000000
I/DEBUG ( 2369): be99d030 400a3914
I/DEBUG ( 2369): be99d034 be99d0d4 [stack]
I/DEBUG ( 2369): be99d038 00000000
I/DEBUG ( 2369): be99d03c 4b3f76cc /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d040 df0027ad
I/DEBUG ( 2369): be99d044 00000000
I/DEBUG ( 2369): #00 be99d048 00010000
I/DEBUG ( 2369): be99d04c 00000000
I/DEBUG ( 2369): be99d050 be99d0b8 [stack]
I/DEBUG ( 2369): be99d054 00010000
I/DEBUG ( 2369): be99d058 be99d0a4 [stack]
I/DEBUG ( 2369): be99d05c 00001482
I/DEBUG ( 2369): be99d060 be9ae518 [stack]
I/DEBUG ( 2369): be99d064 00770ed6 [heap]
I/DEBUG ( 2369): be99d068 400a3914
I/DEBUG ( 2369): be99d06c 40076511 /system/lib/libc.so
I/DEBUG ( 2369): #01 be99d070 400a3914
I/DEBUG ( 2369): be99d074 be99d0a4 [stack]
I/DEBUG ( 2369): be99d078 00000001
I/DEBUG ( 2369): be99d07c 00000001
I/DEBUG ( 2369): be99d080 00010000
I/DEBUG ( 2369): be99d084 00010000
I/DEBUG ( 2369): be99d088 400a3914
I/DEBUG ( 2369): be99d08c 4b3f76cc /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d090 4b3ff6ac /data/data/ca.halsafar.snesdroid/lib/libemu.so
I/DEBUG ( 2369): be99d094 4b44b8f8
I/DEBUG ( 2369): be99d098 be9ae518 [stack]
I/DEBUG ( 2369): be99d09c 400766bb /system/lib/libc.so
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/PowerManagerService( 187): Light Animator Finished curIntValue=60
D/PowerManagerService( 187): mIsLockZone = false
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/DEBUG ( 2369): [email protected] -k -t -n -z -d -o /data/log/dumpstate_app_native -m 2376
I/BootReceiver( 187): Copying /data/tombstones/tombstone_07 to DropBox (SYSTEM_TOMBSTONE)
I/dumpstate( 2409): [email protected] begin
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 4 level=4
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
W/WindowManager( 187): App freeze timeout expired.
W/WindowManager( 187): Force clearing freeze: AppWindowToken{421a1960 token=Token{41e5ff30 ActivityRecord{41936d18 ca.halsafar.snesdroid/.MainActivity}}}
D/PowerManagerService( 187): lightSensorChangedLocked 10
D/PowerManagerService( 187): lcdValue 18
D/PowerManagerService( 187): buttonValue 255
D/PowerManagerService( 187): keyboardValue 0
I/PowerManagerService( 187): Light Animator Finished curIntValue=18
W/PowerManagerService( 187): Timer 0x15->0x3|0x0
I/PowerManagerService( 187): Ulight 15->3|0
D/PowerManagerService( 187): setLightBrightness : mButtonLight : 0
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2419):
D/AndroidRuntime( 2419): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2419): CheckJNI is OFF
D/AndroidRuntime( 2419): setted country_code = USA
D/AndroidRuntime( 2419): setted sales_code = ATT
D/AndroidRuntime( 2419): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2419): register_android_app_LibQmg
W/WindowManager( 187): Window freeze timeout expired.
D/AndroidRuntime( 2419): Calling main entry com.android.commands.am.Am
I/SurfaceFlinger( 108): id=57(37) createSurface (1600x480),-1 flag=20000
W/WindowManager( 187): Force clearing orientation change: w
I/SurfaceFlinger( 108): id=58(38) createSurface (800x960),-1 flag=20000
I/SurfaceFlinger( 108): id=59(39) createSurface (1600x480),-1 flag=20000
D/AndroidRuntime( 2419): Shutting down VM
I/SurfaceFlinger( 108): id=60(40) createSurface (800x960),-1 flag=20000
D/dalvikvm( 2419): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+1ms
I/AndroidRuntime( 2419): NOTE: attach of thread 'Binder Thread #3' failed
I/SurfaceFlinger( 108): id=61(4) createSurface 0x194a154 (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=367
D/su ( 2417): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh netcfg
D/AndroidRuntime( 2433):
D/AndroidRuntime( 2433): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2433): CheckJNI is OFF
D/AndroidRuntime( 2433): setted country_code = USA
D/AndroidRuntime( 2433): setted sales_code = ATT
D/AndroidRuntime( 2433): found sales_code tag = <ATT>, </ATT>
I/SurfaceFlinger( 108): id=56 Removed idx=9 Map Size=5
I/SurfaceFlinger( 108): id=56 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=57 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=57 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=58 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=58 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=59 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=59 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=60 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=60 Removed idx=-2 Map Size=5
V/WindowManager( 187): rotationForOrientationLw(orient=-1, last=1); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
D/LibQmg_native( 2433): register_android_app_LibQmg
D/AndroidRuntime( 2433): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2433): Shutting down VM
D/dalvikvm( 2433): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+0ms
D/su ( 2431): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh cat /proc/net/xt_qtaguid/stats
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2453):
D/AndroidRuntime( 2453): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2453): CheckJNI is OFF
D/AndroidRuntime( 2453): setted country_code = USA
D/AndroidRuntime( 2453): setted sales_code = ATT
D/AndroidRuntime( 2453): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2453): register_android_app_LibQmg
D/AndroidRuntime( 2453): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2453): Shutting down VM
D/dalvikvm( 2453): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
I/AndroidRuntime( 2453): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 187): GC_CONCURRENT freed 1720K, 34% free 16090K/24327K, paused 3ms+7ms
D/dalvikvm( 187): GC_EXPLICIT freed 75K, 35% free 16023K/24327K, paused 3ms+7ms
D/su ( 2451): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh iptables -L -nvx
D/AndroidRuntime( 2467):
D/AndroidRuntime( 2467): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2467): CheckJNI is OFF
D/AndroidRuntime( 2467): setted country_code = USA
D/AndroidRuntime( 2467): setted sales_code = ATT
D/AndroidRuntime( 2467): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2467): register_android_app_LibQmg
D/AndroidRuntime( 2467): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2467): Shutting down VM
I/AndroidRuntime( 2467): NOTE: attach of thread 'Binder Thread #3' failed
D/dalvikvm( 2467): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+1ms
I/SurfaceFlinger( 108): id=61 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=61 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=5
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=5
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=5
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 5 level=5
D/su ( 2465): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ip6tables -L -nvx
D/AndroidRuntime( 2481):
D/AndroidRuntime( 2481): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2481): CheckJNI is OFF
D/AndroidRuntime( 2481): setted country_code = USA
D/AndroidRuntime( 2481): setted sales_code = ATT
D/AndroidRuntime( 2481): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2481): register_android_app_LibQmg
D/AndroidRuntime( 2481): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2481): Shutting down VM
D/dalvikvm( 2481): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2479): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh iptables -t nat -L -n
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
D/AndroidRuntime( 2495):
D/AndroidRuntime( 2495): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2495): CheckJNI is OFF
D/AndroidRuntime( 2495): setted country_code = USA
D/AndroidRuntime( 2495): setted sales_code = ATT
D/AndroidRuntime( 2495): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2495): register_android_app_LibQmg
D/AndroidRuntime( 2495): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2495): Shutting down VM
D/dalvikvm( 2495): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2493): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ip6tables -t nat -L -n
D/AndroidRuntime( 2509):
D/AndroidRuntime( 2509): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2509): CheckJNI is OFF
D/AndroidRuntime( 2509): setted country_code = USA
D/AndroidRuntime( 2509): setted sales_code = ATT
D/AndroidRuntime( 2509): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2509): register_android_app_LibQmg
D/AndroidRuntime( 2509): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2509): Shutting down VM
D/dalvikvm( 2509): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+1ms
D/su ( 2507): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh wpa_cli list_networks
D/AndroidRuntime( 2523):
D/AndroidRuntime( 2523): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2523): CheckJNI is OFF
D/AndroidRuntime( 2523): setted country_code = USA
D/AndroidRuntime( 2523): setted sales_code = ATT
D/AndroidRuntime( 2523): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2523): register_android_app_LibQmg
D/AndroidRuntime( 2523): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2523): Shutting down VM
D/dalvikvm( 2523): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
I/SurfaceFlinger( 108): id=62(5) createSurface 0x194735c (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=1174
D/su ( 2521): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 192.168.3.1
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
E/AlarmManagerService( 187): android_server_AlarmManagerService_set to type=3, 323.691000000
D/AndroidRuntime( 2537):
D/AndroidRuntime( 2537): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2537): CheckJNI is OFF
D/AndroidRuntime( 2537): setted country_code = USA
D/AndroidRuntime( 2537): setted sales_code = ATT
D/AndroidRuntime( 2537): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2537): register_android_app_LibQmg
D/AndroidRuntime( 2537): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2537): Shutting down VM
D/dalvikvm( 2537): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2535): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 209.18.47.61
D/AndroidRuntime( 2551):
D/AndroidRuntime( 2551): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2551): CheckJNI is OFF
D/AndroidRuntime( 2551): setted country_code = USA
D/AndroidRuntime( 2551): setted sales_code = ATT
D/AndroidRuntime( 2551): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2551): register_android_app_LibQmg
D/AndroidRuntime( 2551): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2551): Shutting down VM
D/dalvikvm( 2551): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2549): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh ping -c 3 -i .5 209.18.47.62
D/VoldCmdListener( 100): asec list
D/VoldCmdListener( 100): CommandListener::AsecCmd::runCommand -> --
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/SurfaceFlinger( 108): id=62 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=62 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
D/AndroidRuntime( 2572):
D/AndroidRuntime( 2572): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2572): CheckJNI is OFF
D/AndroidRuntime( 2572): setted country_code = USA
D/AndroidRuntime( 2572): setted sales_code = ATT
D/AndroidRuntime( 2572): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2572): register_android_app_LibQmg
D/AndroidRuntime( 2572): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2572): Shutting down VM
D/dalvikvm( 2572): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2570): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh df
D/AndroidRuntime( 2587):
D/AndroidRuntime( 2587): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2587): CheckJNI is OFF
D/AndroidRuntime( 2587): setted country_code = USA
D/AndroidRuntime( 2587): setted sales_code = ATT
D/AndroidRuntime( 2587): found sales_code tag = <ATT>, </ATT>
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
W/SignalStrength( 187): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
W/SignalStrength( 276): getGsmSignalBar mGsmSignalBar=4
D/STATUSBAR-NetworkController( 276): onSignalStrengthsChanged signalStrength=SignalStrength: 99 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 4 level=4
D/LibQmg_native( 2587): register_android_app_LibQmg
D/AndroidRuntime( 2587): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2587): Shutting down VM
D/dalvikvm( 2587): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 0ms+0ms
D/su ( 2585): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh lsof
D/AndroidRuntime( 2601):
D/AndroidRuntime( 2601): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2601): CheckJNI is OFF
D/AndroidRuntime( 2601): setted country_code = USA
D/AndroidRuntime( 2601): setted sales_code = ATT
D/AndroidRuntime( 2601): found sales_code tag = <ATT>, </ATT>
D/LibQmg_native( 2601): register_android_app_LibQmg
D/AndroidRuntime( 2601): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2601): Shutting down VM
D/dalvikvm( 2601): GC_CONCURRENT freed 99K, 75% free 519K/2048K, paused 1ms+1ms
I/SurfaceFlinger( 108): id=63(6) createSurface 0x19212dc (1x1),1 flag=0
D/PowerManagerService( 187): acquireWakeLock flags=0xa tag=KEEP_SCREEN_ON_FLAG uid=1000 pid=187 myUID=1000 myPID=187 myTID=199
D/su ( 2599): 2000 /system/bin/dumpstate executing 0 /system/bin/sh using shell /system/bin/sh : sh cat /proc/2376/maps
I/dumpstate( 2409): [email protected]
I/DEBUG ( 2369): gotoUploadUserFault called
I/ActivityManager( 187): Process app.processName (pid 2376) has died.
I/WindowManager( 187): WIN DEATH: win
W/ActivityManager( 187): Force removing r: app died, no saved state
I/SurfaceFlinger( 108): id=55 Removed idx=1 Map Size=4
I/SurfaceFlinger( 108): id=55 Removed idx=-2 Map Size=4
I/SurfaceFlinger( 108): id=55 Removed idx=-2 Map Size=4
D/Zygote ( 109): Process 2376 terminated by signal (11)
I/power ( 187): *** acquire_dvfs_lock : lockType : 1 freq : 1000000
D/PowerManagerService( 187): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 187 tag : ActivityManager
W/ActivityManager( 187): mDVFSLock.acquire()
V/WindowManager( 187): rotationForOrientationLw(orient=1, last=1); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=64(41) createSurface (480x800),-1 flag=30004
I/InputReader( 187): Reconfiguring input devices. changes=0x00000004
I/InputReader( 187): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
I/NvCpuClient( 108): Successfully bound to service
I/ActivityManager( 187): Config changed: {0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
D/PhoneApp( 430): updateProximitySensorMode: state = IDLE
D/PhoneApp( 430): updateProximitySensorMode: lock already released.
D/STATUSBAR-PhoneStatusBar( 276): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
W/systemui/quicksettingpanel( 276): prepareTranslationXfalse 0
D/NvAppSpecificHeuristics( 276): found matched app. wanting to force double buffering
D/Mms/MmsApp( 1155): [start] onConfigurationChanged(),newConfig={0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
V/Mms/LayoutManager( 1155): -> LayoutManager.onConfigurationChanged().
V/Mms/HVGALayoutParameters( 1155): HVGALayoutParameters.<init>(11).
V/Mms/LayoutManager( 1155): LayoutParameters: HVGA-P: 320x480
D/Mms/MmsApp( 1155): [end] onConfigurationChanged(),newConfig={0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/v dpad/v s.13}
D/STATUSBAR-PhoneStatusBar( 276): updateExpandedSize:0
D/STATUSBAR-PhoneStatusBar( 276): updateExpandedSize:0
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 276): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/STATUSBAR-NetworkController( 276): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 276): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 276): updateClock :16:43
D/STATUSBAR-DateView( 276): updateClock :09/15/2012
I/SurfaceFlinger( 108): id=65(42) createSurface (960x800),-1 flag=20000
I/SurfaceFlinger( 108): id=66(43) createSurface (480x1600),-1 flag=20000
I/SurfaceFlinger( 108): id=67(44) createSurface (960x800),-1 flag=20000
I/SurfaceFlinger( 108): id=68(45) createSurface (480x1600),-1 flag=20000
I/SurfaceFlinger( 108): id=69(8) createSurface 0x1949c7c (480x800),1 flag=0
I/ClipboardServiceEx( 187): mCBPickerDialog enter case. MSG_DISMISS_DIALOG
W/InputManagerService( 187): Got RemoteException sending setActive(false) notification to pid 2376 uid 10120
I/power ( 187): *** release_dvfs_lock : lockType : 1
D/SecretWallpaper( 398): onResume: LIVE !!!
D/SecretWallpaper( 398): startCurrentLocationWeatherDataService
D/SecretWallpaper( 398): !!!!!!!!!updateWeatherInfo !!!!!!!!!!!!
D/SecretWallpaper( 398): Cur Weather: D1_CLEAR
D/SecretWallpaper( 398): XML CRASHED
D/PowerManagerService( 187): releaseDVFSLockLocked : all DVFS_MIN_LIMIT are released
W/ActivityManager( 187): mDVFSLock.release()
D/SecretWallpaper( 398): CHANGED mbSurfaceCreated: true interval: 0
D/dalvikvm( 449): GC_CONCURRENT freed 1248K, 11% free 13589K/15239K, paused 3ms+11ms
E/DataRouter( 106): usb connection is true
E/DataRouter( 106): DSR is ON. Don't send DTR ON.
I/SurfaceFlinger( 108): id=64 Removed idx=9 Map Size=5
I/SurfaceFlinger( 108): id=64 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=65 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=66 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=65 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=67 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=66 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=68 Removed idx=5 Map Size=5
I/SurfaceFlinger( 108): id=67 Removed idx=-2 Map Size=5
I/SurfaceFlinger( 108): id=68 Removed idx=-2 Map Size=5
V/WindowManager( 187): rotationForOrientationLw(orient=1, last=0); user=0 USER_ROTATION_LOCKED mLidOpen=1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=63 Removed idx=4 Map Size=4
I/SurfaceFlinger( 108): id=63 Removed idx=-2 Map Size=4
D/PowerManagerService( 187): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG myUID=1000 myPID=187 myTID=218
"Copying to DropBox"... there's a debug parachute in this ROM that's sending cores to hell-knows-where. That concerns me greatly.
Anyone that knows more about Android internals want to chime in? Why is this hang happening? Anyone recognize this parachute? Is this CIQ or something Samsung baked up? Any realistic chance of a fix?
-E- This is on UCLG9 with Nardoholio's keyboard fix. I wonder if maybe the fix causes other problems... but that doesn't explain this suspicious parachute.

Triple-posting to avoid size limit.
I was able to reproduce #2 in UCLH2 without mods, but #1 now behaves differently, and doesn't result in a hang. The new behavior suggests a bug in GTasks was aggravating a problem in the ROM that's since been fixed. I'm basing this guess on two lines that jumped out at me in logcat:
Code:
E/ActivityThread( 1456): Failed to find provider info for org.dayup.gtask.key
...
W/PhoneWindow( 1456): Previously focused view reported id 2131099807 during save, but can't be found during restore.
About #2, I just noticed the process starts a lot earlier in the logcat. Here's the bits I unwittingly left out:
Code:
D/MainActivity( 2637): onPause()
D/MainActivity( 2637): onStop()
D/MainActivity( 2637): onDestroy()
D/libemu.so( 2637): (./jni/EmulatorBridge.cpp:76) destroy()
I/libemu.so( 2637): called closePcm when pcm already off
D/libemu.so( 2637): (./jni/Application.cpp:152) Start Application.destroy()
D/libemu.so( 2637): (./jni/Application.cpp:175) Finished Application.destroy()
I/InputReader( 186): Reconfiguring input devices. changes=0x00000004
I/InputReader( 186): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
D/STATUSBAR-PhoneStatusBar( 431): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w320dp h508dp nrml long port finger qwerty/v/h dpad/v s.25}
W/systemui/quicksettingpanel( 431): prepareTranslationXfalse 0
D/libemu.so( 2637): (./jni/Application.cpp:1490) saveState(10)
D/libemu.so( 2637): (./jni/Snes9xSystem.cpp:289) S9xChooseFilename result: /mnt/sdcard/external_sd/SNESDroid/states/.010
F/libc ( 2637): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
D/NvAppSpecificHeuristics( 431): found matched app. wanting to force double buffering
D/STATUSBAR-PhoneStatusBar( 431): updateExpandedSize:0
D/STATUSBAR-PhoneStatusBar( 431): updateExpandedSize:0
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/systemui/quicksetting/QuickSettingButton( 431): ACTION_CONFIGURATION_CHANGED - mBtnText.setText();
D/STATUSBAR-NetworkController( 431): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 431): onReceive() - ACTION_CONFIGURATION_CHANGED
D/STATUSBAR-Clock( 431): updateClock :18:00
D/STATUSBAR-DateView( 431): updateClock :09/15/2012
I/DEBUG ( 103): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
At which point it launches into the big debugspam.
My theory: The SNESDroid NDK code segfaults, due to a legitimate bug in the app itself. The parachute that launches is something added to testing builds by Samsung, which is supposed to catch as much useful debugging info as possible and haul it off to some developer's DropBox account. Because the SNESDroid crash happens in NDK code, the segfault is broadcasted at the hardware level, triggering the aforementioned parachute, which was never made to handle an app crash, and causes some weirdness at the system level as a result.
So tl;dr it's just buggy apps. UCLG9 has its own bug that's triggered by one of them but that bug has been fixed in UCLH2. I'm going to apply the keyboard backlight fix and try again just to be sure. Installed root and keyboard fix, behavior has not changed.

When the keyboard is pulled out, the system tries to force the orientation to landscape. Some apps, like Netflix don't let this happen. Some don't mind, and others crash. It's not a fault of Samsung if that's what's causing this.
Sent from my SGH-I927 using xda premium

Nardholio said:
When the keyboard is pulled out, the system tries to force the orientation to landscape. Some apps, like Netflix don't let this happen. Some don't mind, and others crash. It's not a fault of Samsung if that's what's causing this.
Sent from my SGH-I927 using xda premium
Click to expand...
Click to collapse
Apps crashing is one thing. If an app bug takes down the entire OS, I'll rightly blame Samsung.
I'm getting another whole-phone hang, again related to SNESDroid. I'm trying to find a way to reliably reproduce it, then I'll post the logcat from that, or at least, what I can pull before the device goes completely AWOL.

I have had it happening to me all the time before - usually crashes whenever I start up some demanding apps (I sent thegreatergood the entire logcat - it jumped at me as some type of kernel package errors, not thegreatergood's fault, it even occurs with stock kernel (LiteROM without LiteKernel) and the stock ICS) - it is certainly the stranger bugs I have seen. It starts mainly with the missing kernel package (halfway between kernel and the entire Android VM). I tried thegreatergood's newer Rev. 2 LiteKernel, the chance of it occurring is/was greatly reduced.
Sent from my SGH-I927 using xda app-developers app

I managed to reproduce the whole-phone freeze. Here's what that looks like -- it's very obviously an OS bug as AndroidRuntime itself is crashing.
Code:
I/ActivityManager( 186): START {intent.toShortString} from pid 465
D/PowerManagerService( 186): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1000000 uid : 1000 pid : 186 tag : ActivityManager
W/ActivityManager( 186): mDVFSLock.acquire()
I/ActivityManager( 186): Start proc app.processName for activity hostingNameStr: pid=3774 uid=10120 gids={1015, 1023, 3003}
I/dalvikvm( 3774): Turning on JNI app bug workarounds for target SDK version 5...
I/SurfaceFlinger( 108): id=471(70) createSurface 0x130a36c (480x800),2 flag=400
V/WindowManager( 186): rotationForOrientationLw(orient=0, last=0); user=0 USER_ROTATION_LOCKED mLidOpen=0 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=0 sensorRotation=-1
I/SurfaceFlinger( 108): id=472(262) createSurface (480x800),-1 flag=30004
I/InputReader( 186): Reconfiguring input devices. changes=0x00000004
I/InputReader( 186): Device reconfigured: id=5, name='sec_touchscreen', surface size is now 480x800, mode is 1
I/NvCpuClient( 108): Successfully bound to service
D/PhoneApp( 438): updateProximitySensorMode: state = IDLE
D/PhoneApp( 438): updateProximitySensorMode: lock already released.
I/ActivityManager( 186): Config changed: {0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w533dp h294dp nrml long land finger qwerty/v/h dpad/v s.60}
D/STATUSBAR-PhoneStatusBar( 275): onConfigurationChanged - Configuration:{0 1.0 310mcc640mnc en_US layoutdir=0 sw320dp w533dp h294dp nrml long land finger qwerty/v/h dpad/v s.60}
W/systemui/quicksettingpanel( 275): prepareTranslationXfalse 0
D/SecretWallpaper( 410): Engine pause
D/OpenGLRenderer( 465): Flushing caches (mode 0)
D/OpenGLRenderer( 465): Flushing caches (mode 0)
I/SurfaceFlinger( 108): id=469 Removed idx=1 Map Size=4
D/NvAppSpecificHeuristics( 275): found matched app. wanting to force double buffering
D/STATUSBAR-PhoneStatusBar( 275): updateExpandedSize:1
I/SurfaceFlinger( 108): id=469 Removed idx=-2 Map Size=4
D/OpenGLRenderer( 465): Flushing caches (mode 1)
D/STATUSBAR-PhoneStatusBar( 275): updateExpandedSize:1
D/SecretWallpaper( 410): DESTROYED
D/EmulatorActivity( 3774): onCreate()
D/EmulatorActivity( 3774): onResume()
D/ConfigXML( 3774): openConfigXML()
D/dalvikvm( 3774): Trying to load lib /data/data/ca.halsafar.snesdroid/lib/libemu.so 0x41565360
I/dalvikvm-heap( 275): Grow heap (frag case) to 13.964MB for 402208-byte allocation
D/dalvikvm( 3774): Added shared lib /data/data/ca.halsafar.snesdroid/lib/libemu.so 0x41565360
D/libemu.so( 3774): (./jni/EmulatorBridge.cpp:57) JNI_OnLoad()
D/ConfigXML( 3774): XMLFILE: file:/
D/ConfigXML( 3774): Exception: org.w3c.dom.DOMException: Only one root element allowed
W/System.err( 3774): org.w3c.dom.DOMException: Only one root element allowed
W/System.err( 3774): at org.apache.harmony.xml.dom.DocumentImpl.insertChildAt(DocumentImpl.java:421)
W/System.err( 3774): at org.apache.harmony.xml.dom.InnerNodeImpl.appendChild(InnerNodeImpl.java:52)
W/System.err( 3774): at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:306)
W/System.err( 3774): at org.apache.harmony.xml.parsers.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:128)
W/System.err( 3774): at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:155)
W/System.err( 3774): at ca.halsafar.snesdroid.ConfigXML.openConfigXML(ConfigXML.java:65)
W/System.err( 3774): at ca.halsafar.snesdroid.ConfigXML.getNodeAttribute(ConfigXML.java:104)
W/System.err( 3774): at ca.halsafar.snesdroid.EmulatorActivity.onResume(EmulatorActivity.java:81)
W/System.err( 3774): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1157)
W/System.err( 3774): at android.app.Activity.performResume(Activity.java:4544)
W/System.err( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2445)
W/System.err( 3774): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2483)
W/System.err( 3774): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1997)
W/System.err( 3774): at android.app.ActivityThread.access$600(ActivityThread.java:127)
W/System.err( 3774): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
W/System.err( 3774): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 3774): at android.os.Looper.loop(Looper.java:137)
W/System.err( 3774): at android.app.ActivityThread.main(ActivityThread.java:4517)
W/System.err( 3774): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 3774): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 3774): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
W/System.err( 3774): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
W/System.err( 3774): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 3774): Shutting down VM
W/dalvikvm( 3774): threadid=1: thread exiting with uncaught exception (group=0x40c361f8)
D/dalvikvm( 275): GC_CONCURRENT freed 1205K, 23% free 11889K/15367K, paused 2ms+4ms
E/AndroidRuntime( 3774): FATAL EXCEPTION: main
E/AndroidRuntime( 3774): java.lang.RuntimeException: Unable to resume activity {ca.halsafar.snesdroid/ca.halsafar.snesdroid.EmulatorActivity}: java.lang.NumberFormatException: Invalid int: "null"
E/AndroidRuntime( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2455)
E/AndroidRuntime( 3774): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2483)
E/AndroidRuntime( 3774): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1997)
E/AndroidRuntime( 3774): at android.app.ActivityThread.access$600(ActivityThread.java:127)
E/AndroidRuntime( 3774): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
E/AndroidRuntime( 3774): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3774): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3774): at android.app.ActivityThread.main(ActivityThread.java:4517)
E/AndroidRuntime( 3774): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3774): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3774): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:985)
E/AndroidRuntime( 3774): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:752)
E/AndroidRuntime( 3774): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3774): Caused by: java.lang.NumberFormatException: Invalid int: "null"
E/AndroidRuntime( 3774): at java.lang.Integer.invalidInt(Integer.java:138)
E/AndroidRuntime( 3774): at java.lang.Integer.parseInt(Integer.java:355)
E/AndroidRuntime( 3774): at java.lang.Integer.parseInt(Integer.java:332)
E/AndroidRuntime( 3774): at java.lang.Integer.valueOf(Integer.java:490)
E/AndroidRuntime( 3774): at ca.halsafar.snesdroid.EmulatorActivity.onResume(EmulatorActivity.java:81)
E/AndroidRuntime( 3774): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1157)
E/AndroidRuntime( 3774): at android.app.Activity.performResume(Activity.java:4544)
E/AndroidRuntime( 3774): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2445)
E/AndroidRuntime( 3774): ... 12 more
I/SurfaceFlinger( 108): id=473(263) createSurface (1600x480),-1 flag=20000
I/SurfaceFlinger( 108): id=474(264) createSurface (800x960),-1 flag=20000
I/SurfaceFlinger( 108): id=475(265) createSurface (1600x480),-1 flag=20000
I/SurfaceFlinger( 108): id=476(266) createSurface (800x960),-1 flag=20000
W/ActivityManager( 186): Force finishing activity r.intent.getComponent().flattenToShortString()
E/android.os.Debug( 186): [email protected] > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error

Yup, I agree. Looks like a few invalid service tags being applied forcibly here, immediately after the library (I think video driver hook). I know it can occur with any apps, though.
EDIT: I now remember. Few kernels like LH2 doesn't get along that well - I am using thegreatergood's LiteKernel R4.1, and it solved most of problems. What you are seeing could be kernel panic - whenever you see SNESDroid is attempting to eliminate its own VM which is otherwise invalid - at ths point the kernel freaks out.
Sent from my SGH-I927 using xda app-developers app

Dr. Mario said:
Yup, I agree. Looks like a few invalid service tags being applied forcibly here, immediately after the library (I think video driver hook). I know it can occur with any apps, though.
EDIT: I now remember. Few kernels like LH2 doesn't get along that well - I am using thegreatergood's LiteKernel R4.1, and it solved most of problems. What you are seeing could be kernel panic - whenever you see SNESDroid is attempting to eliminate its own VM which is otherwise invalid - at ths point the kernel freaks out.
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
The kernel is still running though -- logcat is still responding (though not logging much) and I can open a shell. It's like the whole runtime dies and doesn't come back.

Hmm. It's like a can of worms. You're correct about kernel, though - as I see that the kernel is still commenting after everything crashes and burns.
EDIT: Did you try force restart the runtime? Getting curiouser and curiouser.
Sent from my SGH-I927 using xda app-developers app

Related

Hero boot looping after installing new microsd

Code:
I/Zygote ( 127): Accepting command socket connections
D/dalvikvm( 128): Trying to load lib /system/lib/libandroid_servers.so 0x0
D/dalvikvm( 128): Added shared lib /system/lib/libandroid_servers.so 0x0
I/sysproc ( 128): Entered system_init()
I/sysproc ( 128): ServiceManager: 0x17fc10
I/SurfaceFlinger( 128): SurfaceFlinger is starting
I/SurfaceFlinger( 128): SurfaceFlinger's main thread ready to run. Initializing
graphics H/W...
D/SurfaceFlinger( 128): pid 128 requesting gpu core (owner = -1)
W/SurfaceFlinger( 128): couldn't grant gpu core to pid 128
D/EGL ( 128): requestGPU returned -1
E/GLLogger( 128): h/w accelerated eglGetDisplay() failed (EGL_SUCCESS)
I/SurfaceFlinger( 128): EGL informations:
I/SurfaceFlinger( 128): # of configs : 6
I/SurfaceFlinger( 128): vendor : Android
I/SurfaceFlinger( 128): version : 1.31 Android META-EGL
I/SurfaceFlinger( 128): extensions:
I/SurfaceFlinger( 128): Client API: OpenGL ES
I/EGLDisplaySurface( 128): using (fd=26)
I/EGLDisplaySurface( 128): id = msmfb
I/EGLDisplaySurface( 128): xres = 320 px
I/EGLDisplaySurface( 128): yres = 480 px
I/EGLDisplaySurface( 128): xres_virtual = 320 px
I/EGLDisplaySurface( 128): yres_virtual = 960 px
I/EGLDisplaySurface( 128): bpp = 16
I/EGLDisplaySurface( 128): r = 11:5
I/EGLDisplaySurface( 128): g = 5:6
I/EGLDisplaySurface( 128): b = 0:5
I/EGLDisplaySurface( 128): width = 45 mm (180.622223 dpi)
I/EGLDisplaySurface( 128): height = 68 mm (179.294113 dpi)
I/EGLDisplaySurface( 128): refresh rate = 60.00 Hz
W/HAL ( 128): load: module=/system/lib/hw/copybit.hero.so error=Cannot find
library
W/HAL ( 128): load: module=/system/lib/hw/copybit.hero.so error=Cannot find
library
I/SurfaceFlinger( 128): OpenGL informations:
I/SurfaceFlinger( 128): vendor : Android
I/SurfaceFlinger( 128): renderer : Android PixelFlinger 1.0
I/SurfaceFlinger( 128): version : OpenGL ES-CM 1.0
I/SurfaceFlinger( 128): 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_ARB_texture_compressi
on GL_ARB_texture_non_power_of_two GL_ANDROID_direct_texture GL_ANDROID_user_cli
p_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
W/HAL ( 128): load: module=/system/lib/hw/copybit.hero.so error=Cannot find
library
W/HAL ( 128): load: module=/system/lib/hw/copybit.hero.so error=Cannot find
library
W/HAL ( 128): load: module=/system/lib/hw/overlay.hero.so error=Cannot find
library
W/HAL ( 128): load: module=/system/lib/hw/overlay.hero.so error=Cannot find
library
W/HAL ( 128): load: module=/system/lib/hw/overlay.msm7k.so error=Cannot fin
d library
W/HAL ( 128): load: module=/system/lib/hw/overlay.default.so error=Cannot f
ind library
I/ServiceManager( 128): Waiting for sevice SurfaceFlinger...
I/sysproc ( 128): System server: starting Android runtime.
I/sysproc ( 128): System server: starting Android services.
I/SystemServer( 128): Entered the Android system server!
I/sysproc ( 128): System server: entering thread pool.
I/SystemServer( 128): Starting Power Manager.
I/SystemServer( 128): Starting Activity Manager.
I/SystemServer( 128): Starting telephony registry
I/SystemServer( 128): Starting Package Manager.
I/Installer( 128): connecting...
I/installd( 90): new connection
I/PackageManager( 128): Got library com.htc.framework in /system/framework/com.
htc.framework.jar
I/PackageManager( 128): Got library com.google.android.maps in /system/framewor
k/com.google.android.maps.jar
I/PackageManager( 128): Got library com.google.android.gtalkservice in /system/
framework/com.google.android.gtalkservice.jar
I/PackageManager( 128): Got library android.awt in /system/framework/android.aw
t.jar
I/PackageManager( 128): Got library android.test.runner in /system/framework/an
droid.test.runner.jar
I/PackageManager( 128): Got library com.android.im.plugin in /system/framework/
com.android.im.plugin.jar
I/PackageManager( 128): Got library com.htc.android.pimlib in /system/framework
/com.htc.android.pimlib.jar
I/PackageManager( 128): Got library com.htc.android.easopen in /system/framewor
k/com.htc.android.easopen.jar
I/PackageManager( 128): Got library com.scalado.util.ScaladoUtil in /system/fra
mework/com.scalado.util.ScaladoUtil.jar
D/dalvikvm( 128): GC freed 3637 objects / 192032 bytes in 90ms
D/dalvikvm( 128): GC freed 6888 objects / 438400 bytes in 91ms
I/HtcBootAnimation( 128): mGifPath = /system/media/bootscreen/boot.gif
I/HtcBootAnimation( 128): mGifPath = /system/media/bootscreen/boot2.gif
I/HtcBootAnimation( 128): mGifPath = /system/media/bootscreen/boot2.gif
D/PackageManager( 128): Scanning app dir /system/framework
D/PackageManager( 128): Scanning app dir /system/app
W/PackageParser( 128): Bad element under <manifest>: supports-screens
W/PackageParser( 128): Problem in package /system/app/com.htc.TwitterWidget.apk
:
W/PackageParser( 128): Unknown element under <application>: intent-filter
D/dalvikvm( 128): GC freed 8285 objects / 375480 bytes in 217ms
W/PackageParser( 128): Problem in package /system/app/com.htc.MusicWidget.apk:
W/PackageParser( 128): Unknown element under <application>: intent-filter
W/PackageParser( 128): Bad element under <manifest>: uses-library
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{4367b2e0 c
om.android.settings.HtcDateTimePickerDialogActivity} defines no actions
D/dalvikvm( 128): GC freed 3893 objects / 215736 bytes in 208ms
I/GifPlayer( 128): LOOP GIF path = /system/media/bootscreen/boot2.gif imageCou
nt=61 x=10 y=180
W/PackageParser( 128): Bad element under <manifest>: uses-library
W/PackageParser( 128): Problem in package /system/app/HtcPhotoWidget.apk:
W/PackageParser( 128): Unknown element under <application>: intent-filter
W/PackageParser( 128): Problem in package /system/app/HtcFootprintsWidget.apk:
W/PackageParser( 128): Unknown element under <application>: intent-filter
W/PackageParser( 128): Problem in package /system/app/HtcFootprints.apk:
W/PackageParser( 128): Unknown element under <activity>: intet-filter
D/dalvikvm( 128): GC freed 4851 objects / 254120 bytes in 123ms
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436d4d30 c
om.android.htccontacts.HtcRecentCallsListActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436d3bf0 c
om.android.htccontacts.HtcContactEditSpeedDialActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436d3668 c
om.android.htccontacts.HtcSNPeoplePicker} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436d2f98 c
om.android.htccontacts.HtcBrowseUpdateAndEventActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436d2e70 c
om.android.htccontacts.HtcContactCardPhotoAndVideoActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436a4628 c
om.android.htccontacts.HtcBrowseAllPeopleActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436a4298 c
om.android.htccontacts.ContactsPreferenceActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436a2ff8 c
om.android.htccontacts.HtcContactCardUpdateAndEventActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436a2140 c
om.android.htccontacts.app.ContactsGroupSyncSelector} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436a1e10 c
om.android.htccontacts.app.HtcSNSyncOptionActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{4369a3e0 c
om.android.htccontacts.HtcSelectMatchingFriendActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{4369c520 c
om.android.htccontacts.HtcSaveNumberToExistContactActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{43691968 c
om.android.htccontacts.HtcMyNotificationActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{43674fd0 c
om.android.htccontacts.HtcContactListScreenContactListActivity} defines no actio
ns
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{436744d0 c
om.android.htccontacts.HtcEditExchangeNameActivity} defines no actions
W/PackageParser( 128): Intent filter for activity ActivityIntentInfo{43673388 c
om.android.htccontacts.app.HtcDatePickerDialogActivity} defines no actions
W/PackageParser( 128): Bad element under <manifest>: user-permission
D/dalvikvm( 128): GC freed 5430 objects / 307760 bytes in 133ms
D/PackageManager( 128): Scanning app dir /data/app
E/System ( 128): Failure starting core service
E/System ( 128): java.lang.NullPointerException
E/System ( 128): at com.android.server.PackageManagerService.scanDirLI(Pa
ckageManagerService.java:1718)
E/System ( 128): at com.android.server.PackageManagerService.<init>(Packa
geManagerService.java:497)
E/System ( 128): at com.android.server.PackageManagerService.main(Package
ManagerService.java:261)
E/System ( 128): at com.android.server.ServerThread.run(SystemServer.java
:126)
E/AndroidRuntime( 128): Crash logging skipped, no checkin service
E/AndroidRuntime( 128): Crash logging skipped, no htc checkin service
I/SystemServer( 128): Starting Status Bar Service.
E/SystemServer( 128): Failure starting StatusBarService
E/SystemServer( 128): java.lang.NullPointerException
E/SystemServer( 128): at android.app.ActivityThread.getPackageInfo(ActivityThr
ead.java:1904)
E/SystemServer( 128): at android.app.ApplicationContext.createPackageContext(A
pplicationContext.java:1323)
E/SystemServer( 128): at com.htc.res.HtcResources.getContext(HtcResources.java
:53)
E/SystemServer( 128): at com.android.server.status.StatusBarService.<init>(Sta
tusBarService.java:274)
E/SystemServer( 128): at com.android.server.ServerThread.run(SystemServer.java
:228)
E/AndroidRuntime( 128): Crash logging skipped, no checkin service
E/AndroidRuntime( 128): Crash logging skipped, no htc checkin service
I/SystemServer( 128): Starting Clipboard Service.
I/SystemServer( 128): Starting Input Method Service.
E/SystemServer( 128): Failure starting Input Manager Service
E/SystemServer( 128): java.lang.NullPointerException
E/SystemServer( 128): at android.app.ApplicationContext.registerReceiverIntern
al(ApplicationContext.java:760)
E/SystemServer( 128): at android.app.ApplicationContext.registerReceiver(Appli
cationContext.java:735)
E/SystemServer( 128): at android.app.ApplicationContext.registerReceiver(Appli
cationContext.java:729)
E/SystemServer( 128): at com.android.server.InputMethodManagerService.<init>(I
nputMethodManagerService.java:437)
E/SystemServer( 128): at com.android.server.ServerThread.run(SystemServer.java
:243)
E/AndroidRuntime( 128): Crash logging skipped, no checkin service
E/AndroidRuntime( 128): Crash logging skipped, no htc checkin service
I/SystemServer( 128): Starting NetStat Service.
I/SystemServer( 128): Starting Connectivity Service.
W/dalvikvm( 128): threadid=25: thread exiting with uncaught exception (group=0x
40013140)
E/AndroidRuntime( 128): Uncaught handler: thread ConnectivityThread exiting due
to uncaught exception
E/AndroidRuntime( 128): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 128): java.lang.NullPointerException
E/AndroidRuntime( 128): at android.app.ActivityThread.getProvider(Activi
tyThread.java:3689)
E/AndroidRuntime( 128): at android.app.ActivityThread.acquireProvider(Ac
tivityThread.java:3718)
E/AndroidRuntime( 128): at android.app.ApplicationContext$ApplicationCon
tentResolver.acquireProvider(ApplicationContext.java:1473)
E/AndroidRuntime( 128): at android.content.ContentResolver.acquireProvid
er(ContentResolver.java:576)
E/AndroidRuntime( 128): at android.content.ContentResolver.query(Content
Resolver.java:144)
E/AndroidRuntime( 128): at android.provider.Settings$NameValueCache.getS
tring(Settings.java:472)
E/AndroidRuntime( 128): at android.provider.Settings$Secure.getString(Se
ttings.java:1769)
E/AndroidRuntime( 128): at android.provider.Settings$Secure.getInt(Setti
ngs.java:1809)
E/AndroidRuntime( 128): at com.android.server.ConnectivityService.getPer
sistedNetworkPreference(ConnectivityService.java:186)
E/AndroidRuntime( 128): at com.android.server.ConnectivityService.<init>
(ConnectivityService.java:127)
E/AndroidRuntime( 128): at com.android.server.ConnectivityService.<init>
(ConnectivityService.java:51)
E/AndroidRuntime( 128): at com.android.server.ConnectivityService$Connec
tivityThread.run(ConnectivityService.java:91)
E/AndroidRuntime( 128): Crash logging skipped, no checkin service
E/AndroidRuntime( 128): Crash logging skipped, no htc checkin service
I/Process ( 128): Sending signal. PID: 128 SIG: 9
E/installd( 90): eof
E/installd( 90): failed to read size
I/installd( 90): closing connection
I/ServiceManager( 83): service 'batteryinfo' died
I/ServiceManager( 83): service 'usagestats' died
I/ServiceManager( 83): service 'telephony.registry' died
I/ServiceManager( 83): service 'SurfaceFlinger' died
I/ServiceManager( 83): service 'power' died
I/ServiceManager( 83): service 'clipboard' died
I/ServiceManager( 83): service 'netstat' died
I/Zygote ( 127): Exit zygote because system server (128) has terminated
D/AndroidRuntime( 145):
D/AndroidRuntime( 145): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 145): CheckJNI is OFF
D/AndroidRuntime( 145): --- registering native functions ---
D/ ( 145): ======================== register_android_graphics_Canvas, g_
haveProfilerFile=0
I/Zygote ( 145): Preloading classes...
D/dalvikvm( 145): GC freed 786 objects / 43096 bytes in 5ms
D/dalvikvm( 145): GC freed 275 objects / 17264 bytes in 5ms
D/dalvikvm( 145): GC freed 200 objects / 12200 bytes in 6ms
D/dalvikvm( 145): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 145): Added shared lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 145): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 145): Shared lib '/system/lib/libmedia_jni.so' already loaded in sa
me CL 0x0
D/dalvikvm( 145): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 145): Shared lib '/system/lib/libmedia_jni.so' already loaded in sa
me CL 0x0
D/dalvikvm( 145): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 145): Shared lib '/system/lib/libmedia_jni.so' already loaded in sa
me CL 0x0
D/dalvikvm( 145): Trying to load lib /system/lib/libmedia_jni.so 0x0
D/dalvikvm( 145): Shared lib '/system/lib/libmedia_jni.so' already loaded in sa
me CL 0x0
D/dalvikvm( 145): GC freed 467 objects / 29272 bytes in 9ms
D/dalvikvm( 145): GC freed 3646 objects / 176656 bytes in 19ms
D/dalvikvm( 145): GC freed 11237 objects / 394392 bytes in 29ms
D/dalvikvm( 145): GC freed 10414 objects / 435960 bytes in 36ms
D/dalvikvm( 145): GC freed 11061 objects / 462824 bytes in 40ms
D/dalvikvm( 145): GC freed 14279 objects / 503808 bytes in 48ms
D/dalvikvm( 145): GC freed 11283 objects / 478944 bytes in 42ms
D/dalvikvm( 145): GC freed 6044 objects / 253744 bytes in 36ms
D/dalvikvm( 145): GC freed 343 objects / 36680 bytes in 31ms
D/dalvikvm( 145): GC freed 778 objects / 48448 bytes in 44ms
D/dalvikvm( 145): GC freed 321 objects / 37312 bytes in 45ms
D/dalvikvm( 145): GC freed 482 objects / 28824 bytes in 44ms
D/dalvikvm( 145): Trying to load lib /system/lib/libwebcore.so 0x0
D/dalvikvm( 145): Added shared lib /system/lib/libwebcore.so 0x0
D/dalvikvm( 145): Trying to load lib /system/lib/libwebcore.so 0x0
D/dalvikvm( 145): Shared lib '/system/lib/libwebcore.so' already loaded in same
CL 0x0
D/dalvikvm( 145): GC freed 412 objects / 24344 bytes in 55ms
D/dalvikvm( 145): GC freed 644 objects / 49504 bytes in 48ms
D/dalvikvm( 145): GC freed 574 objects / 46824 bytes in 48ms
D/dalvikvm( 145): GC freed 307 objects / 21208 bytes in 48ms
D/dalvikvm( 145): GC freed 316 objects / 17696 bytes in 49ms
D/dalvikvm( 145): GC freed 628 objects / 32024 bytes in 55ms
D/dalvikvm( 145): GC freed 14987 objects / 526696 bytes in 81ms
D/dalvikvm( 145): GC freed 10409 objects / 439176 bytes in 73ms
D/dalvikvm( 145): GC freed 7167 objects / 312464 bytes in 69ms
D/dalvikvm( 145): GC freed 753 objects / 43528 bytes in 60ms
D/dalvikvm( 145): GC freed 598 objects / 31552 bytes in 62ms
D/dalvikvm( 145): GC freed 415 objects / 26432 bytes in 66ms
I/Zygote ( 145): ...preloaded 1166 classes in 7342ms.
D/dalvikvm( 145): GC freed 313 objects / 19952 bytes in 62ms
I/Zygote ( 145): Preloading resources...
D/dalvikvm( 145): GC freed 49 objects / 10976 bytes in 64ms
W/Zygote ( 145): Preloaded drawable resource #0x1080004 (res/drawable-480x320/
btn_default.xml) that varies with configuration!!
D/dalvikvm( 145): GC freed 345 objects / 15680 bytes in 63ms
D/dalvikvm( 145): GC freed 237 objects / 9928 bytes in 63ms
Any ideas why?
sounds and looks like trouble with apps2sd, any information on that?
Well, i partitioned it with only swap and fat32, no ext2.
AFAIK SWAP partition is more or less the same that EXT partition, seems app2sd is buggy and use the first "UNIX"-like partition it found, here: swap so
either desactivate app2sd or reformat you microSD card like this (eg.)
[sdb1]- a as big you want FAT32 partition
[sdb2]- something like 500mg - 1GB ext2/3 partition (don't use ext4, you'll need a kernel that support it, ext2 is fine)
[sdb3]- 64-128mb swap partition
format it using "gparted" (a livecd is fine if you're not running linux)
try booting without the sdcard inserted. swap isn't needed anyway btw.

HTC Mail App

Hi
I am new to this, my first ROM was LeeDroid v2.1 and I just updated to 2.1a and I cleared all cache and data.
I use the HTC Mail application, and with both installs I am finding that it is crashing when I attempt to do anything to an email in my exchange account. Some details:
the error I am receiving "The application Mail (process com.htc.android.mail) has stopped unexpectedly. Please try again." I will receive this error when I attempt to read or manipulate an email in the inbox (eg. just hold down on the email to get more options, say to delete it).
As mentioned, this only fails on an exchange email account type. I have another IMAP account setup which works flawlessly.
The AirSync capable email server I am using is CommuniGate Pro, 5.3.9 (if this makes any difference). I checked the server logs and when I do something to an email on the phone no logs are shown which seems to indicate that it is purely a phone/app issue as no request is making it to the server.
THe phone is a HTC Desire, this used to work fine on the original install. eg before I rooted and installed a new ROM.
any ideas? I have tried going to to application manager and "clear data" for mail and re set everything up with no success. My boss also has the exact same setup but his works fine.. :\
Let me know.
Thanks
any ideas how I can diagnosse or solve this problem?
I found the following:
http://developer.android.com/guide/developing/tools/adb.html
and the log from when i click on an email to view it is the following:
VD/AndroidRuntime( 6215): Shutting down VM
W/dalvikvm( 6215): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 6215): FATAL EXCEPTION: main
E/AndroidRuntime( 6215): java.lang.NullPointerException
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime( 6215): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime( 6215): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 6215): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 6215): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 6215): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 6215): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 156): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 156): Activity pause timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/Sensors ( 156): close_akm, fd=71
D/Sensors ( 156): open_akm, fd=130
D/AK8973 ( 135): Compass CLOSE
D/AK8973 ( 135): Compass Start
D/dalvikvm( 156): GC_FOR_MALLOC freed 10679 objects / 1229744 bytes in 152ms
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 156): GC_FOR_MALLOC freed 3661 objects / 1028568 bytes in 109ms
E/ActivityManager( 156): Error running process
E/ActivityManager( 156): java.io.IOException: Error running exec(). Command: [/system/xbin/procrank] Working Directory: null Environment: [ANDROID_SOCKET_zygote=11, ANDROID_BOOTLOGO=1, EXTERNAL_STORAGE=/mnt/sdcard, ANDROID_ASSETS=/system/app, TERMINFO=/system/etc/terminfo, ASEC_MOUNTPOINT=/mnt/asec, PATH=/sbin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, BOOTCLASSPATH=/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar, ANDROID_PROPERTY_WORKSPACE=10,65536, ANDROID_ROOT=/system, LD_LIBRARY_PATH=/system/lib]
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:226)
E/ActivityManager( 156): at java.lang.ProcessBuilder.start(ProcessBuilder.java:201)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.logProcessResult(ActivityManagerService.java:9438)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.access$900(ActivityManagerService.java:155)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService$9.run(ActivityManagerService.java:9615)
E/ActivityManager( 156): Caused by: java.io.IOException: Permission denied
E/ActivityManager( 156): at java.lang.ProcessManager.exec(Native Method)
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:224)
E/ActivityManager( 156): ... 4 more
D/dalvikvm( 6035): GC_EXPLICIT freed 180 objects / 10568 bytes in 73ms
D/webviewglue( 6035): nativeDestroy view: 0x2c5818
W/ActivityManager( 156): Activity destroy timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/dalvikvm( 334): GC_EXPLICIT freed 22 objects / 928 bytes in 63ms
Hi
using abd, I found that /system/xbin/procrank only had the permisisons of rw_r__r__, so I changed it to 777. I now only receive the null pointer exception.
D/PowerManagerService( 154): New lightsensor value:160, lcdValue:160
D/AndroidRuntime(10795): Shutting down VM
W/dalvikvm(10795): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime(10795): FATAL EXCEPTION: main
E/AndroidRuntime(10795): java.lang.NullPointerException
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime(10795): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime(10795): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime(10795): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime(10795): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(10795): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(10795): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime(10795): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(10795): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 154): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 22722 objects / 3414352 bytes in 129ms
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 154): Activity pause timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
I/ActivityManager( 154): No longer want com.htc.htcMessageUploader (pid 9900): hidden #16
I/ActivityManager( 154): No longer want com.google.android.gm (pid 9934): hidden #16
I/ActivityManager( 154): No longer want com.htc.BugReport (pid 9891): hidden #16
I/ActivityManager( 154): No longer want com.ebay.mobile:remote (pid 9884): hidden #16
I/ActivityManager( 154): No longer want com.nodeplus.android.nodecon (pid 8279): hidden #16
I/ActivityManager( 154): No longer want com.google.android.googlequicksearchbox (pid 8703): hidden #16
I/ActivityManager( 154): No longer want com.keramidas.TitaniumBackup (pid 8695): hidden #16
D/Sensors ( 154): close_akm, fd=27
I/ActivityManager( 154): No longer want com.android.voicedialer (pid 8687): hidden #16
D/AK8973 ( 133): Compass CLOSE
D/dalvikvm( 154): GC_FOR_MALLOC freed 6997 objects / 1147720 bytes in 159ms
W/ContentService( 154): binderDied() at ObserverNode name com.google.android.gsf.gservices
W/ActivityManager( 154): Scheduling restart of crashed service com.nodeplus.android.nodecon/.ReminderService in 5000ms
D/AK8973 ( 133): Compass Start
D/Sensors ( 154): open_akm, fd=131
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 7943 objects / 996312 bytes in 109ms
I/BatteryStatsImpl( 154): notePhoneSignalStrengthLocked: 4->3
I/ActivityManager( 154): Start proc com.nodeplus.android.nodecon for service com.nodeplus.android.nodecon/.ReminderService: pid=10837 uid=10102 gids={1015}
I/Process (10795): Sending signal. PID: 10795 SIG: 9
W/ContentService( 154): binderDied() at ObserverNode name com.android.contacts
I/ActivityManager( 154): Process com.htc.android.mail (pid 10795) has died.
I/WindowManager( 154): WIN DEATH: Window{46c7f8b8 com.htc.android.mail/com.htc.android.mail.MailListTab paused=false}
W/ContentService( 154): binderDied() at ObserverNode name read
W/ContentService( 154): binderDied() at ObserverNode name default
W/ContentService( 154): binderDied() at ObserverNode name moveMail
W/ContentService( 154): binderDied() at ObserverNode name deleteMail
W/ContentService( 154): binderDied() at ObserverNode name markStar
D/WindowManager( 154): I'm tired mEndcallBehavior=0x2
I/power ( 154): *** set_screen_state 0
V/KeyguardViewMediator( 154): password timeout delay 297928ms
D/KeyguardViewManager( 154): show()
D/HtcLockScreen( 154): onScreenRestart
I/HtcLockScreen( 154): updateStatusViewByPriority, mIsSimCheckView = false, mIsBatteryInfo = false, mIsMusicPlaying = false, mIsAirPlaneMode = false
I/HtcLockScreen( 154): HtcLockScreennResume
D/StatusBar( 154): DISABLE_EXPAND: yes
D/Sensors ( 154): close_akm, fd=131
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/WifiService( 154): ACTION_SCREEN_OFF
D/WifiService( 154): setting ACTION_DEVICE_IDLE timer for 900000ms
V/AlarmManager( 154): Adding Alarm{46b44340 type 0 android} Oct 11 12:52:22 pm
D/Sensors ( 154): open_akm, fd=131
D/Sensors ( 154): close_akm, fd=131
V/AlarmManager( 154): Adding Alarm{46c346f0 type 2 org.sipdroid.sipua} Jan 03 08:04:06 am
D/SurfaceFlinger( 154): About to give-up screen, flinger = 0xb4820
D/AK8973 ( 133): Compass CLOSE
W/ActivityManager( 154): Activity destroy timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
D/dalvikvm( 6101): GC_EXPLICIT freed 3303 objects / 208216 bytes in 59ms
D/dalvikvm( 470): GC_EXPLICIT freed 762 objects / 49600 bytes in 46ms
D/dalvikvm( 311): GC_EXPLICIT freed 19 objects / 904 bytes in 77ms
D/dalvikvm( 397): GC_EXPLICIT freed 488 objects / 22544 bytes in 68ms
D/dalvikvm( 8714): GC_EXPLICIT freed 2732 objects / 138728 bytes in 62ms
can anyone help with this?
I have managed to resolve this issue, there was a problem with a settings file for my email account on the server.. I removed this, made the server recreate the file and now it works fine.
Thanks

[Q] stuck at htc screen after reboot

hi there.. my problem is that when i install certain roms and reboot them after the first install my screen is stuck at the white htc screen. the roms that i am trying to flash are ultimate droid and oxygen rc3. i wiped all the things that needed to be wiped from both clockwork and amon-ra
here are some things i noticed:
i am NOT s-off
everytime i open recovery i get a "E:Can't open /cache/recovery/command" when i press vol-up + power but i cal still flash with the update.zip
below is my logcat sorry if it is too long but it keeps repeating when i run my logcat
Code:
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> Booting Oxygen by AdamG <<<<<<
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 185): CheckJNI is OFF
D/dalvikvm( 185): creating instr width table
I/SamplingProfilerIntegration( 185): Profiler is disabled.
I/Zygote ( 185): Preloading classes...
E/Zygote ( 185): setreuid() failed. errno: 30
D/dalvikvm( 185): GC_EXPLICIT freed 47K, 78% free 235K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 1K, 73% free 285K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 22K, 69% free 319K/1024K, external 0K/0K, p
aused 2ms
I/bluetooth_ScoSocket.cpp( 185): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 185): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 185): GC_EXPLICIT freed 17K, 66% free 357K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 25K, 63% free 386K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 20K, 57% free 442K/1024K, external 0K/0K, p
aused 3ms
W/dalvikvm( 185): Exception Ljava/lang/ArithmeticException; thrown while initia
lizing Ljava/util/PropertyPermission;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Ljava/util/Locale;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Landroid/media/ExifInterface;
E/Zygote ( 185): Error preloading android.media.ExifInterface.
E/Zygote ( 185): java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.lang.Class.classForName(Native Method)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.preloadClasses( Zyg
oteInit.java:297)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.main(ZygoteInit .ja
va:564)
E/Zygote ( 185): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.text.SimpleDateFormat.<init>(SimpleDateFormat .ja
va:252)
E/Zygote ( 185): at android.media.ExifInterface.<clinit>(ExifInterface .ja
va:96)
E/Zygote ( 185): ... 6 more
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.util.Locale.<clinit>(Locale.java:214)
E/Zygote ( 185): ... 8 more
E/Zygote ( 185): Caused by: java.lang.ArithmeticException: divide by zero
E/Zygote ( 185): at java.util.PropertyPermission.<clinit>(PropertyPerm iss
ion.java)
E/Zygote ( 185): ... 9 more
E/Zygote ( 185): setreuid() failed. errno: 30
D/AndroidRuntime( 185): Shutting down VM
W/dalvikvm( 185): threadid=1: thread exiting with uncaught exception (group=0x4
0015560)
D/skia ( 185): purging 6K from font cache [1 entries]
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
I/Netd ( 187): Netd 1.0 starting
I/ ( 186): ServiceManager: 0xad50
E/AudioHardwareQSD( 186): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 186): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 186): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 186): read ADIE para from file failed -1
E/HTC Acoustic( 186): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 186): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 186): BT ID table version: PASSION_HTC_20091105
E/HTC Acoustic( 186): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 186): speaker amplifier tpa2018 is not supported
D/AudioHardwareInterface( 186): setMode(NORMAL)
I/AudioHardwareQSD( 186): Set master volume to 1.000000
I/CameraService( 186): CameraService started (pid=186)
I/AudioFlinger( 186): AudioFlinger's thread 0xea18 ready to run
D/AudioFlinger( 186): setParameters(): io 1, keyvalue routing=2, tid 191, calli
ng tid 186
I/AudioHardwareQSD( 186): Routing audio to Speakerphone
D/AudioHardwareQSD( 186): Switching audio device to
D/AudioHardwareQSD( 186): Speakerphone
D/AudioHardwareQSD( 186): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 186): voice volume 0.000000 (range is 0 to 0)
D/AudioHardwareQSD( 186): Setting in-call volume to 100
hope to hear from everyone soon, thanks!
you are flashing a custom rom through stock recovery? how is that possible? you need a custom recovery to do that. try flashing one using unrevoked. and a few more details about roms that works and radio+hboot could be handy.
ryanpaul said:
hi there.. my problem is that when i install certain roms and reboot them after the first install my screen is stuck at the white htc screen. the roms that i am trying to flash are ultimate droid and oxygen rc3. i wiped all the things that needed to be wiped from both clockwork and amon-ra
here are some things i noticed:
i am NOT s-off
everytime i open recovery i get a "E:Can't open /cache/recovery/command" when i press vol-up + power but i cal still flash with the update.zip
below is my logcat sorry if it is too long but it keeps repeating when i run my logcat
Code:
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> Booting Oxygen by AdamG <<<<<<
D/AndroidRuntime( 185):
D/AndroidRuntime( 185): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 185): CheckJNI is OFF
D/dalvikvm( 185): creating instr width table
I/SamplingProfilerIntegration( 185): Profiler is disabled.
I/Zygote ( 185): Preloading classes...
E/Zygote ( 185): setreuid() failed. errno: 30
D/dalvikvm( 185): GC_EXPLICIT freed 47K, 78% free 235K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 1K, 73% free 285K/1024K, external 0K/0K, pa
used 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 22K, 69% free 319K/1024K, external 0K/0K, p
aused 2ms
I/bluetooth_ScoSocket.cpp( 185): Entry name = MY-CAR ScoTypes = 0x7f
I/bluetooth_ScoSocket.cpp( 185): Entry name = Motorola HF850 ScoTypes = 0x7
D/dalvikvm( 185): GC_EXPLICIT freed 17K, 66% free 357K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 25K, 63% free 386K/1024K, external 0K/0K, p
aused 2ms
D/dalvikvm( 185): GC_EXPLICIT freed 20K, 57% free 442K/1024K, external 0K/0K, p
aused 3ms
W/dalvikvm( 185): Exception Ljava/lang/ArithmeticException; thrown while initia
lizing Ljava/util/PropertyPermission;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Ljava/util/Locale;
W/dalvikvm( 185): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Landroid/media/ExifInterface;
E/Zygote ( 185): Error preloading android.media.ExifInterface.
E/Zygote ( 185): java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.lang.Class.classForName(Native Method)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 185): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.preloadClasses( Zyg
oteInit.java:297)
E/Zygote ( 185): at com.android.internal.os.ZygoteInit.main(ZygoteInit .ja
va:564)
E/Zygote ( 185): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.text.SimpleDateFormat.<init>(SimpleDateFormat .ja
va:252)
E/Zygote ( 185): at android.media.ExifInterface.<clinit>(ExifInterface .ja
va:96)
E/Zygote ( 185): ... 6 more
E/Zygote ( 185): Caused by: java.lang.ExceptionInInitializerError
E/Zygote ( 185): at java.util.Locale.<clinit>(Locale.java:214)
E/Zygote ( 185): ... 8 more
E/Zygote ( 185): Caused by: java.lang.ArithmeticException: divide by zero
E/Zygote ( 185): at java.util.PropertyPermission.<clinit>(PropertyPerm iss
ion.java)
E/Zygote ( 185): ... 9 more
E/Zygote ( 185): setreuid() failed. errno: 30
D/AndroidRuntime( 185): Shutting down VM
W/dalvikvm( 185): threadid=1: thread exiting with uncaught exception (group=0x4
0015560)
D/skia ( 185): purging 6K from font cache [1 entries]
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
I/Netd ( 187): Netd 1.0 starting
I/ ( 186): ServiceManager: 0xad50
E/AudioHardwareQSD( 186): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 186): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 186): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 186): read ADIE para from file failed -1
E/HTC Acoustic( 186): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 186): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 186): BT ID table version: PASSION_HTC_20091105
E/HTC Acoustic( 186): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 186): speaker amplifier tpa2018 is not supported
D/AudioHardwareInterface( 186): setMode(NORMAL)
I/AudioHardwareQSD( 186): Set master volume to 1.000000
I/CameraService( 186): CameraService started (pid=186)
I/AudioFlinger( 186): AudioFlinger's thread 0xea18 ready to run
D/AudioFlinger( 186): setParameters(): io 1, keyvalue routing=2, tid 191, calli
ng tid 186
I/AudioHardwareQSD( 186): Routing audio to Speakerphone
D/AudioHardwareQSD( 186): Switching audio device to
D/AudioHardwareQSD( 186): Speakerphone
D/AudioHardwareQSD( 186): AudioHardware pcm playback is going to standby.
I/AudioHardwareQSD( 186): voice volume 0.000000 (range is 0 to 0)
D/AudioHardwareQSD( 186): Setting in-call volume to 100
hope to hear from everyone soon, thanks!
Click to expand...
Click to collapse
update: solved the problem had to do an s-off and flash the recovery-clockwork-2.5.0.7-bravo file.. thanks anyway

Modern Combat 3 crashes

Does anyone else have problems running this game? I picked it up in a sale and decided to install yesterday. Crashed on AOKP. Flashed a new rom today (BB) and it still doesn't work.
Is it just me?
its working for me here
AOKP Milestone 4, franco.kernel nightly r98
Yup working fine for me too..running cm9 nightly and fauxs kernel. Also tested with stock and 007 kernel.
Sent from my Galaxy Nexus using Tapatalk
Thanks for the replies. Well this is really strange. I tried uninstalling and reinstalling/downloading data but same result..
Any ideas what could be causing it?
Maybe someone with more knowledge than me could tell what the problem is from this logcat?
Code:
I/ActivityManager( 184): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 419
D/dalvikvm( 184): GC_FOR_ALLOC freed 1739K, 17% free 23580K/28295K, paused 74ms
I/ActivityManager( 184): Start proc com.gameloft.android.ANMP.GloftM3HM for activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM: pid=17252 uid=10132 gids={1015, 1023, 3003}
I/dalvikvm(17252): Turning on JNI app bug workarounds for target SDK version 7...
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.32}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 419): Flushing caches (mode 0)
I/ActivityManager( 184): START {flg=0x24020000 cmp=com.gameloft.android.ANMP.GloftM3HM/.installer.GameInstaller} from pid 17252
D/dalvikvm( 184): GC_FOR_ALLOC freed 878K, 19% free 22957K/28295K, paused 89ms
D/PushN (17252): [InstallerInit]
D/PushN (17252): [InstallerOnCreate]
D/dalvikvm(17252): GC_CONCURRENT freed 296K, 4% free 12733K/13255K, paused 3ms+2ms
V/PhoneStatusBar( 269): setLightsOn(true)
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/.installer.GameInstaller: +247ms (total +840ms)
D/dalvikvm(17252): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so 0x416a2c10
D/dalvikvm(17252): Added shared lib /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so 0x416a2c10
D/dalvikvm(17252): GC_FOR_ALLOC freed 200K, 4% free 12809K/13255K, paused 25ms
I/dalvikvm-heap(17252): Grow heap (frag case) to 12.934MB for 279056-byte allocation
D/dalvikvm(17252): GC_FOR_ALLOC freed <1K, 4% free 13081K/13575K, paused 14ms
W/dalvikvm(17252): JNI WARNING: DeleteLocalRef(0x1d300226) failed to find entry
D/DhcpInfoInternal( 184): makeLinkProperties with empty dns2!
D/DhcpInfoInternal( 184): makeLinkProperties with empty dns2!
D/OpenGLRenderer( 419): Flushing caches (mode 1)
W/InputManagerService( 184): Starting input on non-focused client [email protected] (uid=10028 pid=419)
I/LicenseChecker(17252): Using cached license response
I/ActivityManager( 184): START {cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 17252
D/OpenGLRenderer( 419): Flushing caches (mode 0)
W/InputManagerService( 184): Window already focused, ignoring focus gain of: [email protected]
D/NVThread(17252): AttachCurrentThread: 0, 0x0xfb82c0
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper( 419): beginBatchEdit on inactive InputConnection
D/dalvikvm(17252): GC_FOR_ALLOC freed 180K, 4% free 13138K/13575K, paused 33ms
W/IInputConnectionWrapper( 419): endBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper( 419): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 419): endBatchEdit on inactive InputConnection
I/dalvikvm-heap(17252): Grow heap (frag case) to 14.152MB for 1218256-byte allocation
W/IInputConnectionWrapper( 419): getExtractedText on inactive InputConnection
D/dalvikvm(17252): GC_FOR_ALLOC freed 2K, 4% free 14325K/14791K, paused 18ms
W/IInputConnectionWrapper( 419): showStatusIcon on inactive InputConnection
D/dalvikvm(17252): GC_CONCURRENT freed 0K, 4% free 14327K/14791K, paused 2ms+4ms
D/dalvikvm(17252): GC_FOR_ALLOC freed 0K, 4% free 14327K/14791K, paused 13ms
I/dalvikvm-heap(17252): Grow heap (frag case) to 18.798MB for 4872976-byte allocation
D/dalvikvm(17252): GC_FOR_ALLOC freed 0K, 3% free 19086K/19591K, paused 11ms
D/dalvikvm(17252): GC_CONCURRENT freed 0K, 3% free 19086K/19591K, paused 2ms+2ms
I/ActivityManager( 184): Start proc com.android.vending for service com.android.vending/com.google.android.finsky.billing.iab.MarketBillingService: pid=17303 uid=10043 gids={3003, 1015, 1023}
I/ActivityManager( 184): START {cmp=com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView (has extras)} from pid 17252
D/PushN (17252): [Init]
D/PushN (17252): [LocalPushManager]
I/APushNotification(17252): APushNotification.cpp: 246
D/PushN (17252): [SetOfflineDeviceCredential]
D/PushN (17252): Retrive value for service: auth
D/PushN (17252): Url: [http://vgold.gameloft.com:20000/locate?service=auth]
I/ActivityThread(17303): Pub com.google.android.finsky.RecentSuggestionsProvider: com.google.android.finsky.providers.RecentSuggestionsProvider
D/PushN (17252): Service Url: [gold20.gameloft.com:44466]
D/PushN (17252): Url: [https://gold20.gameloft.com:44466/authorize?client_id=1275:51078:110:android&username=android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850&password=android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850&credential_type=android&scope=message&access_token_only=true]
D/dalvikvm(17303): GC_CONCURRENT freed 212K, 4% free 12844K/13255K, paused 12ms+2ms
W/ActivityManager( 184): Activity pause timeout for ActivityRecord{419dc0a8 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}
D/dalvikvm(17303): GC_CONCURRENT freed 252K, 4% free 13035K/13511K, paused 2ms+1ms
D/dalvikvm( 184): GC_EXPLICIT freed 621K, 19% free 22942K/28295K, paused 2ms+7ms
D/Finsky (17303): [1] SanityChecker.run: # LocalAssets corrected : 0
D/Finsky (17303): Sanity check took : 240 ms
D/Finsky (17303): [860] DownloadRecords.initializeAndPrune: Pruned 0 old downloads from the cursor.
D/PushN (17252): JanusToken: [f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2]
D/PushN (17252): [setOfflineUserCredential]
D/PushN (17252): Retrive value for service: message
D/PushN (17252): Url: [http://vgold.gameloft.com:20000/locate?service=message]
D/PushN (17252): Service Url: [gold08.gameloft.com:36943]
D/PushN (17252): Url: [https://gold08.gameloft.com:36943/transports/c2dm/endpoints/APA91bGZj5fyV_GsHFgJ_BsbtQ61iVpj9ivnE1V1Bc6hk-DukWl-bxGOWtjP6sjw-bbF8i7-F6HCkd6gbXuDuVuKmeJscDrWP-xFYQzuodjdKhYZ0940An3xlcgtoLe2OsfXFK6k-bI3abXRBsG0JozK0s9HlL8RGx3Hoe9U73lmGolDD4zSKR4]
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/PushN (17252): query: [access_token=f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2&locale=en_GB&replace_label=358350040275726]
D/PushN (17252): Response Code: [200]
D/PushN (17252): Response Message; [OK]
D/PushN (17252): [RandomUserID]: android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850
D/PushN (17252): [RandomUserToken]: f69b4724-7149-11e1-88b3-984be167cf00,message,1275:51078:110:android,1332124228,android:android:G_ID_com.gameloft.android.ANMP.GloftM3HM.GloftM3HM-416a22d8_T_20-1-57_D_18-3-2012_RN_16574933850,|9b82180f0b3342577cc92c7baeba51e2
D/PushN (17252): [replace_label]: 358350040275726
I/InputConnectionWrapper.ICC(12462): Got out-of-sequence callback 2035 (expected 2036) in setExtractedText, ignoring.
D/PushN (17252): [VideoOnCreate]
D/Finsky (17303): [844] MarketBillingService.getPreferredAccount: com.gameloft.android.ANMP.GloftM3HM: Account determined from asset owner.
V/PhoneStatusBar( 269): setLightsOn(true)
I/AwesomePlayer( 119): setDataSource_l('/mnt/sdcard/Android/data/com.gameloft.android.ANMP.GloftM3HM/files/video/LOGO_Gameloft_320x480.mp4')
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM: +2s908ms
I/SampleTable( 119): There are reordered frames present.
I/ActivityManager( 184): Displayed com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView: +1s977ms
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] AVC profile = 77 (Main), level = 21
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 480 x 264
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (0, 0)
D/MediaPlayer(17252): getMetadata
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 640 x 368
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (0, 0)
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] video dimensions are 640 x 368
I/OMXCodec( 119): [OMX.TI.DUCATI1.VIDEO.DECODER] Crop rect is 480 x 264 @ (32, 24)
W/TimedEventQueue( 119): Event 1021 was not found in the queue, already cancelled?
W/AudioFlinger( 119): session id 483 not found for pid 17252
I/ActivityManager( 184): START {flg=0x10000 cmp=com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM} from pid 17252
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.33}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.34}
D/libEGL (17252): loaded /system/lib/egl/libGLES_android.so
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/libEGL (17252): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL (17252): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL (17252): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/NVThread(17252): AttachCurrentThread: 0, 0x0x11a0528
W/dxd (17252): isSwitchRollToYaw
W/dalvikvm(17252): threadid=13: thread exiting with uncaught exception (group=0x40a331f8)
E/AndroidRuntime(17252): FATAL EXCEPTION: GLThread 853
E/AndroidRuntime(17252): java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method)
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl.eglCreateWindowSurface(EGLImpl.java:90)
E/AndroidRuntime(17252): at com.gameloft.glf.t.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$EglHelperICS.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.j(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.run(Unknown Source)
W/ActivityManager( 184): Force finishing activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM
F/libc (17252): Fatal signal 11 (SIGSEGV) at 0x0000004a (code=1)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.35}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 9041): Build fingerprint: 'google/yakju/maguro:4.0.2/ICL53F/235179:user/release-keys'
I/DEBUG ( 9041): pid: 17252, tid: 17252 >>> com.gameloft.android.ANMP.GloftM3HM <<<
I/DEBUG ( 9041): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000004a
I/DEBUG ( 9041): r0 00000000 r1 00017dc6 r2 00017dc7 r3 00000000
I/DEBUG ( 9041): r4 5c7a7ab0 r5 5fc3b008 r6 00000910 r7 56c39cc8
I/DEBUG ( 9041): r8 bed416d0 r9 56c39cc0 10 00000008 fp bed416e4
I/DEBUG ( 9041): ip 5c11baa4 sp bed416b8 lr 4080cbf4 pc 5c048e8c cpsr 60000010
I/DEBUG ( 9041): d0 c13ae04b5c66e918 d1 7cac083100000000
I/DEBUG ( 9041): d2 010f26b0400a0f65 d3 011a6140011550dc
I/DEBUG ( 9041): d4 01117e40bed41640 d5 bed4168400000017
I/DEBUG ( 9041): d6 00000017400a96c3 d7 bed4166801117e30
I/DEBUG ( 9041): d8 3d9bbbd700000002 d9 3e2efea8be44d029
I/DEBUG ( 9041): d10 42c072dfc11cf34f d11 000000003d2efea8
I/DEBUG ( 9041): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 9041): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 9041): d16 c1da290191f43958 d17 3f50624dd2f1a9fc
I/DEBUG ( 9041): d18 41b5230378000000 d19 3fef730bd281f69b
I/DEBUG ( 9041): d20 bfc999b64df0f0ef d21 3fc2493c0e46d466
I/DEBUG ( 9041): d22 bfbc71eebc37b5b7 d23 3fb745f02fed4593
I/DEBUG ( 9041): d24 bfb3b110d383b713 d25 3fb10d8057aa7031
I/DEBUG ( 9041): d26 bfadde5312bddff2 d27 3fa97b5bf8a067af
I/DEBUG ( 9041): d28 bfa2b4442c6a6c2f d29 004a004a004a004a
I/DEBUG ( 9041): d30 0000000000000000 d31 3ff0000000000000
I/DEBUG ( 9041): scr 80000012
I/DEBUG ( 9041):
W/ActivityManager( 184): Activity pause timeout for ActivityRecord{419dc0a8 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w598dp h335dp nrml land finger -keyb/v/h -nav/h s.36}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): #00 pc 0015ce8c /data/data/com.gameloft.android.ANMP.GloftM3HM/libs/libModernCombat3.so
I/DEBUG ( 9041): #01 pc 0001ebf0 /system/lib/libdvm.so (dvmPlatformInvoke)
I/DEBUG ( 9041): #02 pc 00058eac /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread)
I/DEBUG ( 9041):
I/DEBUG ( 9041): code around pc:
I/DEBUG ( 9041): 5c048e6c e8bd81f0 edd27ab1 eef57ac0 eef1fa10 .....z...z......
I/DEBUG ( 9041): 5c048e7c 9affffd2 e3500000 e3a07000 1affffd2 ......P..p......
I/DEBUG ( 9041): 5c048e8c e5d3204a e3520000 0affffdb e5933050 J ....R.....P0..
I/DEBUG ( 9041): 5c048e9c e3530000 1affffd8 e59f309c e3e02001 ..S......0... ..
I/DEBUG ( 9041): 5c048eac e59f1098 e7943003 e08f1001 e5930000 .....0..........
I/DEBUG ( 9041):
I/DEBUG ( 9041): code around lr:
I/DEBUG ( 9041): 4080cbd4 3497c004 3488c004 3afffff9 e2888004 ...4...4...:....
I/DEBUG ( 9041): 4080cbe4 eafffff9 e899000c e59bc00c e12fff3c ............<./.
I/DEBUG ( 9041): 4080cbf4 e3560000 159bc010 e24bd014 188c0003 ..V.......K.....
I/DEBUG ( 9041): 4080cc04 e8bd8bc0 e1a0ce22 e59b6008 e2866001 ...."....`...`..
I/DEBUG ( 9041): 4080cc14 e3a02000 e4d6c001 e35c0000 0a000007 . ........\.....
I/DEBUG ( 9041):
I/DEBUG ( 9041): stack:
I/DEBUG ( 9041): bed41678 00000637
I/DEBUG ( 9041): bed4167c bed416d0 [stack]
I/DEBUG ( 9041): bed41680 56c39dfc
I/DEBUG ( 9041): bed41684 00000008
I/DEBUG ( 9041): bed41688 bed416e4 [stack]
I/DEBUG ( 9041): bed4168c 4001e470 /system/lib/libc.so
I/DEBUG ( 9041): bed41690 56c95510 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 9041): bed41694 00fbb828 [heap]
I/DEBUG ( 9041): bed41698 00000003
I/DEBUG ( 9041): bed4169c 56c39e04
I/DEBUG ( 9041): bed416a0 bed416d0 [stack]
I/DEBUG ( 9041): bed416a4 4001e3a0 /system/lib/libc.so
I/DEBUG ( 9041): bed416a8 bed416b0 [stack]
I/DEBUG ( 9041): bed416ac 400a7b63 /system/lib/libutils.so
I/DEBUG ( 9041): bed416b0 df0027ad
I/DEBUG ( 9041): bed416b4 00000000
I/DEBUG ( 9041): #00 bed416b8 56ee2468 /dev/ashmem/dalvik-LinearAlloc (deleted)
I/DEBUG ( 9041): bed416bc 00fbb828 [heap]
I/DEBUG ( 9041): bed416c0 00000000
I/DEBUG ( 9041): bed416c4 56c39cc8
I/DEBUG ( 9041): bed416c8 bed416d0 [stack]
I/DEBUG ( 9041): bed416cc 4080cbf4 /system/lib/libdvm.so
I/DEBUG ( 9041): #01 bed416d0 56c39cc0
I/DEBUG ( 9041): bed416d4 00000001
I/DEBUG ( 9041): bed416d8 416add40 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 9041): bed416dc 00fbb838 [heap]
I/DEBUG ( 9041): bed416e0 41dc1598 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 9041): bed416e4 40846eaf /system/lib/libdvm.so
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/dalvikvm( 184): GC_EXPLICIT freed 761K, 19% free 22993K/28295K, paused 2ms+7ms
I/ActivityManager( 184): Process com.gameloft.android.ANMP.GloftM3HM (pid 17252) has died.
I/WindowManager( 184): WIN DEATH: Window{41c8af80 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/InputDispatcher( 184): channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 184): channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)' ~ Channel is unrecoverably broken and will be disposed!
D/Zygote ( 117): Process 17252 terminated by signal (11)
W/InputDispatcher( 184): Attempted to unregister already unregistered input channel '41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM (server)'
I/WindowManager( 184): WIN DEATH: Window{41b88720 com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView paused=false}
W/ActivityManager( 184): Force removing ActivityRecord{41a65688 com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM}: app died, no saved state
W/WindowManager( 184): Force-removing child win Window{41c0b808 SurfaceView paused=false} from container Window{41b88720 com.gameloft.android.ANMP.GloftM3HM/video.MyVideoView paused=false}
I/WindowManager( 184): WIN DEATH: Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Force-removing child win Window{41bbcf68 SurfaceView paused=false} from container Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Failed looking up window
W/WindowManager( 184): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 184): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 184): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 184): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 184): WIN DEATH: null
I/WindowManager( 184): WINDOW DIED Window{41b52410 com.gameloft.android.ANMP.GloftM3HM/com.gameloft.android.ANMP.GloftM3HM.GloftM3HM paused=false}
W/WindowManager( 184): Failed looking up window
W/WindowManager( 184): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 184): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 184): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 184): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 184): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 184): WIN DEATH: null
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.37}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
W/InputConnectionWrapper.ICC(12462): Timed out waiting on IInputContextCallback
D/dalvikvm( 269): GC_CONCURRENT freed 539K, 39% free 14790K/23879K, paused 1ms+12ms
W/InputManagerService( 184): Got RemoteException sending setActive(false) notification to pid 17252 uid 10132
D/dalvikvm( 184): GC_EXPLICIT freed 353K, 20% free 22715K/28295K, paused 6ms+5ms
Mine wouldn't run on Bugless Beast ROM after the last game update, but it works now after flashing back to stock 4.0.2.
Sent from my Galaxy Nexus using Tapatalk
toggle force GPU rendering in developer options in settings.
case0 said:
Thanks for the replies. Well this is really strange. I tried uninstalling and reinstalling/downloading data but same result..
Any ideas what could be causing it?
Maybe someone with more knowledge than me could tell what the problem is from this logcat?
D/NVThread(17252): AttachCurrentThread: 0, 0x0x11a0528
W/dxd (17252): isSwitchRollToYaw
W/dalvikvm(17252): threadid=13: thread exiting with uncaught exception (group=0x40a331f8)
E/AndroidRuntime(17252): FATAL EXCEPTION: GLThread 853
E/AndroidRuntime(17252): java.lang.IllegalArgumentException: Make sure the SurfaceView or associated SurfaceHolder has a valid Surface
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method)
E/AndroidRuntime(17252): at com.google.android.gles_jni.EGLImpl.eglCreateWindowSurface(EGLImpl.java:90)
E/AndroidRuntime(17252): at com.gameloft.glf.t.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$EglHelperICS.a(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.j(Unknown Source)
E/AndroidRuntime(17252): at com.gameloft.glf.GLSurfaceViewICS$GLThreadICS.run(Unknown Source)
W/ActivityManager( 184): Force finishing activity com.gameloft.android.ANMP.GloftM3HM/.GloftM3HM
F/libc (17252): Fatal signal 11 (SIGSEGV) at 0x0000004a (code=1)
I/InputReader( 184): Reconfiguring input devices. changes=0x00000004
I/InputReader( 184): Device reconfigured: id=6, name='Melfas MMSxxx Touchscreen', surface size is now 720x1280, mode is 1
I/ActivityManager( 184): Config changed: {1.0 234mcc33mnc en_GB layoutdir=0 sw360dp w360dp h567dp nrml port finger -keyb/v/h -nav/h s.35}
D/OpenGLRenderer( 269): Flushing caches (mode 0)
D/OpenGLRenderer( 269): Flushing caches (mode 0)
I/DEBUG ( 9041): *** *** *** *** *** *** *** *** *** *** *** *** *** ***
[/CODE]
Click to expand...
Click to collapse
I'm not totally sure what the cause is behind the fatal error, but I parsed out the section of logcat where this happens. If you look at the log section above you'll see where it says FATAL EXCEPTION that it appears to be coming from the openGL thread complaining about an illegal argument being passed to the
com.google.android.gles_jni.EGLImpl._eglCreateWindowSurface(Native Method) method. I'm not surely why it's happening but this is the nature of the error. Sorry I couldn't be of more assistance.
Sent from my Galaxy Nexus using xda premium
I had a reboot of the phone when i close the game :'( Sorry for my bad english
I thought I was the only with that bug... I'm on AOKP M4 with Franco's kernel M2 and 2 of 3 times game suddenly stop
I've never had any fc's ( on apex/lean ) only problem I get is a bit of slowdown on the aerial stage.
Haven't played since the update and when I start now it says it wants to download the data again (750mb!!) - what's that all about?! Will it lose my game status and saves?
works perfectly with foxhound black edition 0.2 + imoseyon kernel @ 1200
For those who doesn't experience crash, are you using the latest update?
jairmoreno said:
For those who doesn't experience crash, are you using the latest update?
Click to expand...
Click to collapse
Yes, I and for what it's worth, it only asked me to download about 4mb of data after "verifying" my files for several minutes.
Unfortunately, the multitouch bug on the GN makes game unplayable.
Sent from my HP Touchpad running ICS
Right, I've ran the update it wanted me to again, downloaded 761mb of data and now when I start the game I get about 5 seconds of the titles then it fc's on me!! Wtf is going on? - the update has stopped the game working!! Anyone else had this?
Edit: just cleared the cache and its working now but lost all my saved games...... dammit!
daz.g said:
Right, I've ran the update it wanted me to again, downloaded 761mb of data and now when I start the game I get about 5 seconds of the titles then it fc's on me!! Wtf is going on? - the update has stopped the game working!! Anyone else had this?
Click to expand...
Click to collapse
I got the exact same problem. I emailed the devs about it but they haven't replied yet..
Sent from my Galaxy Nexus using xda premium
Same problem here..
Have you guys tried going into apps and clearing the cache? It worked for me just lost my save games....
try loading the game with wifi turned OFF once its loaded to the main screen turn wifi on and it work, youll be able to close and open it again until you reboot then youll have to turn wifi off again and so on
daz.g said:
Have you guys tried going into apps and clearing the cache? It worked for me just lost my save games....
Click to expand...
Click to collapse
Tried it. It does not work.
nonione said:
try loading the game with wifi turned OFF once its loaded to the main screen turn wifi on and it work, youll be able to close and open it again until you reboot then youll have to turn wifi off again and so on
Click to expand...
Click to collapse
I never use wifi.
Sent from my Galaxy Nexus using xda premium
No problem with the game so far. Maybe if I play it more I will see something wrong. Although I'm rooted/unlocked I'm using stock 4.02
Sent from my Galaxy Nexus using xda premium

"Unfortunately, Gallery has stopped." Persists after Factory Restore

I recently tried to apply a series of updates (Rom, radios, kernel, Crossbreeder Mod) to my Verizon Galaxy Nexus SCH i515 and ran into a snag. Everytime I opened the camera application I would receive the message "Unfortunately, Gallery has stopped." I will also get this message upon a reboot of the phone. I first thought I had improperly wiped before applying the rom or done something out of order. So I began troubleshooting.... I will save the narrative for brevity sake and give you a list of what I have done.
Rewiped the phone using TWRP 2.6 and performing a full wipe of all options including sdcard
Using TWRP, I installed the latest (8.22) ShinyROM. Rebooted. (Got Error)
ShinyROM Author suggests CWRM over TWRP so I fastboot applied the latest Toro build of CWRM. I then proceeded to do an additional Wipe of all components and then Install the ShinyROM zip. Rebooted (Got Error)
This is my primary phone and I had now run out of time to mess with a new ROM and knowing I had wiped everything, I had to give up for the time being and get a working phone again
I proceeded to flash the 4.2.2 Factory img file using WugsFresh Root Toolkit. Hashes Verified. Factory Img applied. Reboot. (Got Error)
At this point I am starting to think a hardware component has failed but I am also unsure if perhaps the factory restore does not overwrite every sinngle bit of the device so I begin researching the issue further and since most people stated that if I run into this error and I have applied a factory restore then it must be hardware.
I heed the advice and since my wife has the exact same phone I disassemble both phones and proceed to remove both fully functioning cameras (front ) and (back) from my wife's phone.
I test for the error as follows:
orig Back + func Front = (Got Error)
func Back + orig Front = (Got Error)
func Back + func Front = (Got Error)
I am now fairly certain that it is something software related which follows logically as nothing had physically occurred to my phone that would have led me to think a hardware component would fail. So everything I have found seems to state clearly that a factory img wipes all components of a phone, which on some level I assume is not the whole story because a factory restore is technically overwriting certain partitions with their original contents and not performing a bit for bit copy of what was originally on the phone. Just to be sure I though maybe the latest factory restore does not include ALL of these components but the original 4.0.2 img would so I roll back all the way to the first factory image available for the toro. Rebooted (Got Error) I let the OS OTA update all the way to 4.2.2 receiving errors at each intermediate step.
That is where my phone currently is....
Model: Samsung Galaxy Nexus SCH-i515
Carrier: Verizon
Version:4.2.2 OTA'd from the original Factory Image
Radio: FK01/FK02
Build: JDQ39
I can produce the error from the gallery, the camera app, and a I downloaded a third party camera app too. Here are the logcat captures that I found.
Logcat of opening Camera
Code:
I/ActivityManager( 373): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.gallery3d/com.android.camera.Camera bnds=[40,785][200,985]} from pid 3990
I/ActivityManager( 373): Start proc com.google.android.gallery3d for activity com.google.android.gallery3d/com.android.camera.Camera: pid=10044 uid=10020 gids={50020, 1006, 3003, 1015, 1028}
D/dalvikvm(10044): GC_CONCURRENT freed 316K, 4% free 9017K/9364K, paused 2ms+3ms, total 30ms
D/dalvikvm(10044): GC_CONCURRENT freed 178K, 3% free 9246K/9464K, paused 3ms+5ms, total 26ms
D/dalvikvm(10044): GC_FOR_ALLOC freed 40K, 2% free 9469K/9644K, paused 16ms, total 17ms
D/dalvikvm(10044): GC_FOR_ALLOC freed 6K, 2% free 9689K/9872K, paused 14ms, total 14ms
D/dalvikvm(10044): GC_FOR_ALLOC freed 3K, 2% free 10026K/10220K, paused 15ms, total 15ms
V/StateManager(10044): startState class com.android.gallery3d.app.FilmstripPage
E/CameraHAL( 127): Couldn't get camera properties
W/dalvikvm(10044): threadid=20: thread exiting with uncaught exception (group=0x41f34700)
E/AndroidRuntime(10044): FATAL EXCEPTION: Thread-558
E/AndroidRuntime(10044): java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime(10044): at android.hardware.Camera._getCameraInfo(Native Method)
E/AndroidRuntime(10044): at android.hardware.Camera.getCameraInfo(Camera.java:202)
E/AndroidRuntime(10044): at com.android.camera.CameraHolder.<init>(CameraHolder.java:169)
E/AndroidRuntime(10044): at com.android.camera.CameraHolder.instance(CameraHolder.java:123)
E/AndroidRuntime(10044): at com.android.camera.Util.openCamera(Util.java:316)
E/AndroidRuntime(10044): at com.android.camera.PhotoModule$CameraStartUpThread.run(PhotoModule.java:294)
W/ActivityManager( 373): Force finishing activity com.google.android.gallery3d/com.android.camera.Camera
I/WindowManager( 373): Screenshot max retries 4 of Token{428b1940 ActivityRecord{42978b58 u0 com.google.android.gallery3d/com.android.camera.Camera}} appWin=Window{42ca4760 u0 Starting com.google.android.gallery3d} drawState=4
W/WindowManager( 373): Screenshot failure taking screenshot for (720x1280) to layer 21030
D/dalvikvm(10044): GC_CONCURRENT freed 202K, 3% free 10321K/10564K, paused 3ms+3ms, total 42ms
D/dalvikvm(10044): WAIT_FOR_CONCURRENT_GC blocked 23ms
W/ActivityManager( 373): Activity pause timeout for ActivityRecord{42978b58 u0 com.google.android.gallery3d/com.android.camera.Camera}
D/i ( 9605): scheduled task [GmmLocationControllerStatus Update]
I/GAV2 (10044): Thread[GAThread,5,main]: No campaign data found.
D/dalvikvm(10044): GC_CONCURRENT freed 378K, 5% free 10356K/10824K, paused 9ms+3ms, total 39ms
I/Process (10044): Sending signal. PID: 10044 SIG: 9
W/InputDispatcher( 373): channel '430845e8 com.google.android.gallery3d/com.android.camera.Camera (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 373): channel '430845e8 com.google.android.gallery3d/com.android.camera.Camera (server)' ~ Channel is unrecoverably broken and will be disposed!
I/ActivityManager( 373): Process com.google.android.gallery3d (pid 10044) has died.
W/InputDispatcher( 373): Attempted to unregister already unregistered input channel '430845e8 com.google.android.gallery3d/com.android.camera.Camera (server)'
I/WindowState( 373): WIN DEATH: Window{430845e8 u0 com.google.android.gallery3d/com.android.camera.Camera}
W/InputMethodManagerService( 373): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
Logcat of opening Camera from within the Gallery
Code:
I/ActivityManager( 370): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.gallery3d/com.android.camera.CameraLauncher
bnds=[200,585][360,785]} from pid 596
D/dalvikvm( 6164): GC_FOR_ALLOC freed 102K, 4% free 9003K/9324K, paused 12ms, total 14ms
I/dalvikvm-heap( 6164): Grow heap (frag case) to 9.036MB for 230416-byte allocation
D/dalvikvm( 6164): GC_FOR_ALLOC freed 1K, 4% free 9227K/9552K, paused 18ms, total 18ms
D/dalvikvm( 6164): GC_FOR_ALLOC freed 6K, 4% free 9222K/9552K, paused 12ms, total 13ms
I/dalvikvm-heap( 6164): Grow heap (frag case) to 9.249MB for 230416-byte allocation
D/dalvikvm( 6164): GC_FOR_ALLOC freed <1K, 4% free 9446K/9780K, paused 16ms, total 16ms
E/CameraHAL( 129): Couldn't get camera properties
W/dalvikvm( 6164): threadid=15: thread exiting with uncaught exception (group=0x4196b930)
E/AndroidRuntime( 6164): FATAL EXCEPTION: Thread-248
E/AndroidRuntime( 6164): java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime( 6164): at android.hardware.Camera._getCameraInfo(Native Method)
E/AndroidRuntime( 6164): at android.hardware.Camera.getCameraInfo(Camera.java:201)
E/AndroidRuntime( 6164): at com.android.camera.CameraHolder.<init>(CameraHolder.java:169)
E/AndroidRuntime( 6164): at com.android.camera.CameraHolder.instance(CameraHolder.java:123)
E/AndroidRuntime( 6164): at com.android.camera.Util.openCamera(Util.java:315)
E/AndroidRuntime( 6164): at com.android.camera.PhotoModule$CameraStartUpThread.run(PhotoModule.java:316)
W/ActivityManager( 370): Force finishing activity com.google.android.gallery3d/com.android.camera.CameraLauncher
D/dalvikvm( 6164): GC_FOR_ALLOC freed 57K, 4% free 9672K/9980K, paused 17ms, total 18ms
D/dalvikvm( 6164): GC_FOR_ALLOC freed 4K, 3% free 9902K/10188K, paused 18ms, total 18ms
V/StateManager( 6164): startState class com.android.gallery3d.app.PhotoPage
D/dalvikvm( 6164): GC_CONCURRENT freed 152K, 2% free 10216K/10400K, paused 2ms+4ms, total 25ms
I/GmsClient( 6164): connect: bindService returned true for Intent { act=com.google.android.gms.panorama.service.START }
W/SensorService( 370): sensor 00000001 already enabled in connection 0x5cebd048 (ignoring)
W/ActivityManager( 370): Activity pause timeout for ActivityRecord{42769938 u0 com.google.android.gallery3d/com.android.camera.CameraLauncher}
D/ConnectivityService( 370): handleInetConditionChange: no active default network - ignore
W/ActivityManager( 370): Activity destroy timeout for ActivityRecord{42769938 u0 com.google.android.gallery3d/com.android.camera.CameraLauncher}
D/LightsService( 370): Excessive delay setting light: 66ms
D/LightsService( 370): Excessive delay setting light: 67ms
D/LightsService( 370): Excessive delay setting light: 66ms
D/LightsService( 370): Excessive delay setting light: 65ms
I/PowerManagerService( 370): Going to sleep due to screen timeout...
D/SurfaceFlinger( 126): Screen released, type=0 flinger=0x41f96318
D/YouTube MDX( 5878): Recieved intent android.intent.action.SCREEN_OFF
D/dalvikvm( 370): GC_CONCURRENT freed 1576K, 22% free 17170K/21996K, paused 4ms+10ms, total 95ms
D/ConnectivityService( 370): NetTransition Wakelock for WifiStateMachine released by timeout
D/PhoneStatusBar( 447): disable: < expand icons alerts ticker system_info back home RECENT* clock search >
V/TAG ( 370): bug 7643792: fitSystemWindows([0,50][0,0])
D/PhoneStatusBar( 447): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT clock search >
Logcat of opening "Mobile Hidden Camera" App
Code:
I/ActivityManager( 370): Start proc com.zecurisoft.mhc1202 for activity com.zecurisoft.mhc1202/.StartupActivity: pid=6740 uid=10003 gids={50003, 1006, 1015, 1028}
I/ActivityManager( 370): START u0 {cmp=com.zecurisoft.mhc1202/.HomeActivity} from pid 6740
D/dalvikvm( 6740): GC_CONCURRENT freed 137K, 2% free 8993K/9160K, paused 4ms+1ms, total 25ms
D/dalvikvm( 6740): WAIT_FOR_CONCURRENT_GC blocked 10ms
E/CameraHAL( 129): Couldn't get camera properties
E/CameraService( 129): Invalid camera id 0
W/System.err( 6740): java.lang.RuntimeException: Fail to connect to camera service
W/System.err( 6740): at android.hardware.Camera.native_setup(Native Method)
W/System.err( 6740): at android.hardware.Camera.<init>(Camera.java:340)
W/System.err( 6740): at android.hardware.Camera.open(Camera.java:302)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.ITCSKMNHDY(Unknown Source)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.WCWYHBYAHQ(Unknown Source)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
W/System.err( 6740): at com.zecurisoft.mhc1202.HomeActivity.MBBUADLEVG(Unknown Source)
W/System.err( 6740): at com.zecurisoft.mhc1202.HomeActivity.onCreate(Unknown Source)
W/System.err( 6740): at android.app.Activity.performCreate(Activity.java:5104)
W/System.err( 6740): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
W/System.err( 6740): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
W/System.err( 6740): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
W/System.err( 6740): at android.app.ActivityThread.access$600(ActivityThread.java:141)
W/System.err( 6740): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
W/System.err( 6740): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 6740): at android.os.Looper.loop(Looper.java:137)
W/System.err( 6740): at android.app.ActivityThread.main(ActivityThread.java:5041)
W/System.err( 6740): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 6740): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 6740): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
W/System.err( 6740): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
W/System.err( 6740): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 6740): Shutting down VM
W/dalvikvm( 6740): threadid=1: thread exiting with uncaught exception (group=0x4196b930)
E/AndroidRuntime( 6740): FATAL EXCEPTION: main
E/AndroidRuntime( 6740): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.zecurisoft.mhc1202/com.zecurisoft.mhc1202.HomeActivity}: java.lang.NullPointerException
E/AndroidRuntime( 6740): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
E/AndroidRuntime( 6740): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
E/AndroidRuntime( 6740): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 6740): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
E/AndroidRuntime( 6740): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6740): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6740): at android.app.ActivityThread.main(ActivityThread.java:5041)
E/AndroidRuntime( 6740): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6740): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 6740): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 6740): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 6740): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6740): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.WCWYHBYAHQ(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.mhc1202.HomeActivity.MBBUADLEVG(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.mhc1202.HomeActivity.onCreate(Unknown Source)
E/AndroidRuntime( 6740): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 6740): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 6740): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
E/AndroidRuntime( 6740): ... 11 more
W/ActivityManager( 370): Force finishing activity com.zecurisoft.mhc1202/.HomeActivity
W/ActivityManager( 370): Force finishing activity com.zecurisoft.mhc1202/.StartupActivity
W/ActivityManager( 370): Activity pause timeout for ActivityRecord{42209040 u0 com.zecurisoft.mhc1202/.HomeActivity}
W/CellInfoLte( 564): getCellSignalStrength: CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/CellInfoLte( 564): getCellIdentity: LteCellIdentitiy:[email protected] mMcc=311 mMnc=480 mCi=29261057 mPci=162 mTac=882
W/CellInfoLte( 564): writeToParcel(Parcel, int): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected]
mMcc=311 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/CellInfoLte( 370): CellInfoLte(Parcel): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected] mMcc=3
11 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/CellInfoLte( 370): writeToParcel(Parcel, int): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected]20154
mMcc=311 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/SystemClock( 703): time going backwards: prev 29733394254571(ioctl) vs now 29733393949395(ioctl), tid=1044
W/CellInfoLte( 703): CellInfoLte(Parcel): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected] mMcc=3
11 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/ActivityManager( 370): Activity destroy timeout for ActivityRecord{42ad6690 u0 com.zecurisoft.mhc1202/.StartupActivity}
W/ActivityManager( 370): Activity destroy timeout for ActivityRecord{42209040 u0 com.zecurisoft.mhc1202/.HomeActivity}
I appreciate any help or direction that can be provided.
Bump?
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
I had also the same problem. So should i assume that there's no solution to this
Sent from my GT-I9070 using Tapatalk now Free

Categories

Resources