New root method? - Fire TV Q&A, Help & Troubleshooting

Some folks are trying to find an exploit for another Android device. I tried to apply it to the Fire TV stick, but the exploitServiceApp.apk won't install.
http://forum.xda-developers.com/not...t-progress-t2961974/post58464146#post58464146

Sizzlechest said:
Some folks are trying to find an exploit for another Android device. I tried to apply it to the Fire TV stick, but the exploitServiceApp.apk won't install.
http://forum.xda-developers.com/not...t-progress-t2961974/post58464146#post58464146
Click to expand...
Click to collapse
exploitServiceApp.apk was built with a minimum sdk version of 18. The Fire TV and Fire TV Stick run sdk version 17. That's why it wont install. It also seems to require mock locations to be enabled, which may prove to be a chore on the AFTV/S. Of Course this all assumes the AFTV/S is vulnerable to begin with.
Root sources seem to be:
http://forum.xda-developers.com/mate-7/general/wip-mate-7-root-bl-unlock-t2995086/
and
http://forum.xda-developers.com/crossdevice-dev/sony/giefroot-rooting-tool-cve-2014-4322-t3011598

What would happen, if you would try to rebuild it with APK Tool and change the min sdk to 17?
I just did it with the Advanced APK Tool and attatched it to this posting. I'm not at home right now so I can't test it on my own.
APK-Info.exe says its a valid apk and the minimum sdk version is 17.
Important note: I'm not responsible for damaging your device if this somehow does.

It depends on the exploit, I read on another topic that it's based on a specific location in memory (or something like that).
That's presuming that it's even possible.
In regards to mock locations, is it possible to set it using the aosp settings apk?

It does install, but it goes straight to home after loading. Maybe it does work if it's possible to enable mock locations.

tech3475 said:
In regards to mock locations, is it possible to set it using the aosp settings apk?
Click to expand...
Click to collapse
Trying to access developer options (which is where the mock location setting is) causes settings.apk to crash.
bigwillie1 said:
It does install, but it goes straight to home after loading. Maybe it does work if it's possible to enable mock locations.
Click to expand...
Click to collapse
Odd, on a Fire TV Stick (running latest OS version) @androidyeah's app launches fine. However, it just displays the message "Note: Your device seems not vulnerable!" in the upper right corner.

AFTVnews.com said:
Trying to access developer options (which is where the mock location setting is) causes settings.apk to crash.
Click to expand...
Click to collapse
Anyone tried any debugging yet on that part?
AFTVnews.com said:
Odd, on a Fire TV Stick (running latest OS version) @androidyeah's app launches fine. However, it just displays the message "Note: Your device seems not vulnerable!" in the upper right corner.
Click to expand...
Click to collapse
I guess if FTV Stick + FTV using similar base firmwares, it is already patched or something :/

androidyeah said:
Anyone tried any debugging yet on that part?
Click to expand...
Click to collapse
Code:
V/AudioFlinger( 329): Audio hardware entering standby, mixer 0x40100008, suspend count 0
D/AudioStreamOutALSA( 329): AudioStreamOut: standby()
V/AudioFlinger( 329): releaseWakeLock_l() AudioOut_2
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 going to sleep
V/AudioFlinger( 329): createTrack() sessionId: 0
V/AudioFlinger( 329): createTrack() lSessionId: 99
V/AudioFlinger( 329): AUDIO_OUTPUT_FLAG_FAST denied: isTimed=0 sharedBuffer=0x0 frameCount=3763 mFrameCount=256 format=1 isLinear=1 channelMask=0x1 sampleRate=44100 mSampleRate=48000 hasFastMixer=1 tid=7528 fastTrackAvailMask=0xfe
V/AudioFlinger( 329): Track constructor name 4100, calling pid 691
V/AudioFlinger( 329): acquiring 99 from 691
V/AudioFlinger( 329): added new entry for 99
V/AudioFlinger( 329): start(4100), calling pid 691 session 99
V/AudioFlinger( 329): ? => ACTIVE (4100) on thread 0x40f9a808
V/AudioFlinger( 329): mWaitWorkCV.broadcast
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 waking up
V/AudioFlinger( 329): acquireWakeLock_l() AudioOut_2 status 0
V/AudioFlinger( 329): releasing 98 from 691
V/AudioFlinger( 329): decremented refcount to 0
V/AudioFlinger( 329): purging stale effects
V/AudioFlinger( 329): remove track (4098) and delete from mixer
V/AudioFlinger( 329): PlaybackThread::Track destructor
I/ActivityManager( 691): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from pid 7424
D/dalvikvm( 691): GC_FOR_ALLOC freed 957K, 30% free 8019K/11344K, paused 37ms, total 39ms
I/ViewRootImpl( 7424): Slow KeyEvent in com.android.settings/com.android.settings.Settings device=8 action=Up latency=3ms processing=54ms
I/Activity( 7424): No ActvityExender defined. Proceed with default activity behavior.
D/AndroidRuntime( 7424): Shutting down VM
W/dalvikvm( 7424): threadid=1: thread exiting with uncaught exception (group=0x40dc2af8)
V/AudioFlinger( 329): getNextBuffer() no more data for track 4100 on thread 0x40100008
V/AudioFlinger( 329): stop(4100), calling pid 691
V/AudioFlinger( 329): not stopping/stopped => stopping/stopped (4100) on thread 0x40100008
E/AndroidRuntime( 7424): FATAL EXCEPTION: main
E/AndroidRuntime( 7424): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.SecurityException: Only package verification agents can read the verifier device identity: Neither user 10001 nor current process has android.permission.PACKAGE_VERIFICATION_AGENT.
E/AndroidRuntime( 7424): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2206)
E/AndroidRuntime( 7424): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)
E/AndroidRuntime( 7424): at android.app.ActivityThread.access$600(ActivityThread.java:146)
E/AndroidRuntime( 7424): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1243)
E/AndroidRuntime( 7424): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7424): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 7424): at android.app.ActivityThread.main(ActivityThread.java:5129)
E/AndroidRuntime( 7424): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7424): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7424): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 7424): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 7424): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7424): Caused by: java.lang.SecurityException: Only package verification agents can read the verifier device identity: Neither user 10001 nor current process has android.permission.PACKAGE_VERIFICATION_AGENT.
E/AndroidRuntime( 7424): at android.os.Parcel.readException(Parcel.java:1426)
E/AndroidRuntime( 7424): at android.os.Parcel.readException(Parcel.java:1380)
E/AndroidRuntime( 7424): at android.content.pm.IPackageManager$Stub$Proxy.getVerifierDeviceIdentity(IPackageManager.java:3381)
E/AndroidRuntime( 7424): at android.app.ApplicationPackageManager.getVerifierDeviceIdentity(ApplicationPackageManager.java:1295)
E/AndroidRuntime( 7424): at com.android.settings.DevelopmentSettings.onCreate(DevelopmentSettings.java:143)
E/AndroidRuntime( 7424): at android.app.Fragment.performCreate(Fragment.java:1673)
E/AndroidRuntime( 7424): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:854)
E/AndroidRuntime( 7424): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1057)
E/AndroidRuntime( 7424): at android.app.BackStackRecord.run(BackStackRecord.java:682)
E/AndroidRuntime( 7424): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1435)
E/AndroidRuntime( 7424): at android.app.Activity.performStart(Activity.java:5220)
E/AndroidRuntime( 7424): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2179)
E/AndroidRuntime( 7424): ... 11 more
V/AudioFlinger( 329): presentationComplete() reset: mPresentationCompleteFrames 8192 audioHalFrames 3072
W/ActivityManager( 691): Force finishing activity com.android.settings/.SubSettings
I/Process ( 7424): Sending signal. PID: 7424 SIG: 9
W/ActivityManager( 691): Force finishing activity com.android.settings/.Settings
I/ActivityManager( 691): Process com.android.settings (pid 7424) has died.
I/WindowState( 691): WIN DEATH: Window{414bef98 u0 com.android.settings/com.android.settings.Settings}
D/FIRED-TV( 2488): Settings Loaded from /data/data/com.altusapps.firedtvlauncher/files/settings2.json
V/AudioFlinger( 329): presentationComplete() session 99 complete: framesWritten 8192
V/AudioFlinger( 329): TrackBase::reset
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.android.server.am.ActivityManagerService.activityResumed:4547 android.app.ActivityManagerNative.onTransact:420 com.android.server.am.ActivityManagerService.onTransact:1716 android.os.Binder.execTransact:351
W/InputMethodManagerService( 691): Got RemoteException sending setActive(false) notification to pid 7424 uid 10001
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.amazon.internal.policy.impl.AmazonPhoneWindowManager$SendTopWindowChanged.run:3297 android.os.Handler.handleCallback:725 android.os.Handler.dispatchMessage:92 android.os.Looper.loop:137
D/Bluetooth HS/HF( 1355): HandleMessage9
D/Bluetooth HS/HF( 1355): Battery State Changed, send update100Scale: 100
D/FIRED-TV( 2488): Settings Saved to /data/data/com.altusapps.firedtvlauncher/files/settings2.json
V/AudioFlinger( 329): Audio hardware entering standby, mixer 0x40100008, suspend count 0
D/AudioStreamOutALSA( 329): AudioStreamOut: standby()
V/AudioFlinger( 329): releaseWakeLock_l() AudioOut_2
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 going to sleep
I/ThermalDaemon( 336): Sensor[tmp105_2_pwrs] Temperature : 35.0
I/TemperatureSensorObserver( 691): read new temperature 35500
I/abtfilt ( 1775): all HID in sniff mode!
I/abtfilt ( 1775): BT Action
I/abtfilt ( 1775): WMI Cmd: 145 Len: 16
maybe someone finds this useful...

AFTVnews.com said:
Trying to access developer options (which is where the mock location setting is) causes settings.apk to crash.
Odd, on a Fire TV Stick (running latest OS version) @androidyeah's app launches fine. However, it just displays the message "Note: Your device seems not vulnerable!" in the upper right corner.
Click to expand...
Click to collapse
If you want to enable mock locations or change any other settings this is the way to go (does not require root):
http://forum.xda-developers.com/fire-tv/general/guide-change-settings-firetv-via-adb-t3015522
thought i would share this as people keep using on how manipulate the settings.db
I have done some root app development and stumbled across this binary a while ago.
Have fun!

superkoal said:
If you want to enable mock locations or change any other settings this is the way to go (does not require root):
http://forum.xda-developers.com/fire-tv/general/guide-change-settings-firetv-via-adb-t3015522
thought i would share this as people keep using on how manipulate the settings.db
I have done some root app development and stumbled across this binary a while ago.
Have fun!
Click to expand...
Click to collapse
That's a great tip, thanks.
Running "settings get secure allow_mock_location" returns "null". I went ahead and ran "settings put secure allow_mock_location 1" and "settings put secure ALLOW_MOCK_LOCATION 1" but it doesn't seem to have done anything. The exploitServiceApp APK still gives the same message. I sideloaded some location spoofing app from the Play Store and it complained that mock locations were not enabled.

superkoal said:
If you want to enable mock locations or change any other settings this is the way to go (does not require root):
http://forum.xda-developers.com/fire-tv/general/guide-change-settings-firetv-via-adb-t3015522
thought i would share this as people keep using on how manipulate the settings.db
I have done some root app development and stumbled across this binary a while ago.
Have fun!
Click to expand...
Click to collapse
thanks, i tried it using
Code:
settings put secure mock_location 1
but the app still goes directly to the home screen...
Code:
V/AudioFlinger( 329): Audio hardware entering standby, mixer 0x40100008, suspend count 0
D/AudioStreamOutALSA( 329): AudioStreamOut: standby()
V/AudioFlinger( 329): releaseWakeLock_l() AudioOut_2
V/AudioFlinger( 329): thread 0x40100008 type 0 TID 712 going to sleep
I/ActivityManager( 691): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=org.keenteam cmp=org.keenteam/.ServiceExploitActivity} from pid 18589
D/dalvikvm( 691): GC_FOR_ALLOC freed 521K, 23% free 10295K/13204K, paused 40ms, total 40ms
I/ViewRootImpl(18589): Slow KeyEvent in com.amazon.tv.settings/com.amazon.tv.settings.tv.BuellerApplicationDetailSettingsActivity device=10 action=Up latency=1ms processing=61ms
I/ActivityManager( 691): Start proc org.keenteam for activity org.keenteam/.ServiceExploitActivity: pid=19348 uid=10007 gids={50007, 1028}
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStop:1303 android.app.Activity.performStop:5412 android.app.ActivityThread.performStopActivityInner:3197
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.amazon.internal.policy.impl.AmazonPhoneWindowManager$SendTopWindowChanged.run:3297 android.os.Handler.handleCallback:725 android.os.Handler.dispatchMessage:92 android.os.Looper.loop:137
E/Trace (19348): error opening trace file: No such file or directory (2)
D/ProfileManager(19348): Create ProfileManager instance
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStop:1303 android.app.Activity.performStop:5412 android.app.ActivityThread.performStopActivityInner:3197
I/Activity(19348): No ActvityExender defined. Proceed with default activity behavior.
D/dalvikvm(19348): Trying to load lib /data/app-lib/org.keenteam-1/libexploitHelper.so 0x4109cdf0
D/dalvikvm(19348): Added shared lib /data/app-lib/org.keenteam-1/libexploitHelper.so 0x4109cdf0
D/dalvikvm(19348): No JNI_OnLoad found in /data/app-lib/org.keenteam-1/libexploitHelper.so 0x4109cdf0, skipping init
I/System.out(19348): 1 inner classes found
D/AndroidRuntime(19348): Shutting down VM
W/dalvikvm(19348): threadid=1: thread exiting with uncaught exception (group=0x40dc2af8)
E/AndroidRuntime(19348): FATAL EXCEPTION: main
E/AndroidRuntime(19348): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.keenteam/org.keenteam.ServiceExploitActivity}: java.lang.RuntimeException: java.lang.NoSuchFieldException: TRANSACTION_setApplicationRestrictions
E/AndroidRuntime(19348): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2206)
E/AndroidRuntime(19348): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)
E/AndroidRuntime(19348): at android.app.ActivityThread.access$600(ActivityThread.java:146)
E/AndroidRuntime(19348): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1243)
E/AndroidRuntime(19348): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(19348): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(19348): at android.app.ActivityThread.main(ActivityThread.java:5129)
E/AndroidRuntime(19348): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(19348): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(19348): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime(19348): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime(19348): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(19348): Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: TRANSACTION_setApplicationRestrictions
E/AndroidRuntime(19348): at org.keenteam.exploit_CVE_2014_7911.do_exploit(exploit_CVE_2014_7911.java:106)
E/AndroidRuntime(19348): at org.keenteam.ServiceExploitActivity.onCreate(ServiceExploitActivity.java:34)
E/AndroidRuntime(19348): at android.app.Activity.performCreate(Activity.java:5202)
E/AndroidRuntime(19348): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1088)
E/AndroidRuntime(19348): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2170)
E/AndroidRuntime(19348): ... 11 more
E/AndroidRuntime(19348): Caused by: java.lang.NoSuchFieldException: TRANSACTION_setApplicationRestrictions
E/AndroidRuntime(19348): at java.lang.Class.getDeclaredField(Class.java:631)
E/AndroidRuntime(19348): at org.keenteam.exploit_CVE_2014_7911.do_exploit(exploit_CVE_2014_7911.java:80)
E/AndroidRuntime(19348): ... 15 more
W/ActivityManager( 691): Force finishing activity org.keenteam/.ServiceExploitActivity
D/dalvikvm( 691): GC_FOR_ALLOC freed 1713K, 24% free 10123K/13204K, paused 51ms, total 51ms
I/Process (19348): Sending signal. PID: 19348 SIG: 9
W/ActivityManager( 691): Force finishing activity com.amazon.tv.settings/.tv.BuellerApplicationDetailSettingsActivity
I/ActivityManager( 691): Process org.keenteam (pid 19348) has died.
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStart:1212 android.app.Activity.performStart:5223 android.app.Activity.performRestart:5291
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStart:1212 android.app.Activity.performStart:5223 android.app.Activity.performRestart:5291
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnResume:1265 android.app.Activity.performResume:5313 android.app.ActivityThread.performResumeActivity:2761
I/AudioManager(18589): Cleared FLAG_SHOW_UI in setStreamVolume
I/AudioManager(18589): Cleared FLAG_SHOW_UI in setStreamVolume
E/MM_OSAL ( 329): ValidateAACFile failed
D/MediaExtractor( 329): returning default extractor
D/ ( 329): MPQ Mime Type: audio/raw, getMPQObjectsAlive = 0
I/ ( 329): MPQ Audio Enabled - MPQ Audio Player
D/ ( 329): Use tunnel player only for AUDIO_STREAM_MUSIC
D/ ( 329): Set Audio Track as Audio Source
D/ ( 329): MPQ Audio Player
D/ ( 329): MPQ Audio player created for mime audio/raw duration 342083
W/ ( 329): Trying to create tunnel player mIsTunnelAudio 0, LPAPlayer::objectsAlive 0, TunnelPlayer::mTunnelObjectsAlive = 0, (mAudioPlayer == NULL) 0
E/ ( 329): Audio Player set source
W/MPQAudioPlayer( 329): Sw Decoder
E/MM_OSAL ( 329): ValidateAACFile failed
D/MediaExtractor( 329): returning default extractor
D/ ( 329): MPQ Mime Type: audio/raw, getMPQObjectsAlive = 0
I/ ( 329): MPQ Audio Enabled - MPQ Audio Player
D/ ( 329): Use tunnel player only for AUDIO_STREAM_MUSIC
D/ ( 329): Set Audio Track as Audio Source
D/ ( 329): MPQ Audio Player
D/ ( 329): MPQ Audio player created for mime audio/raw duration 54833
W/ ( 329): Trying to create tunnel player mIsTunnelAudio 0, LPAPlayer::objectsAlive 0, TunnelPlayer::mTunnelObjectsAlive = 0, (mAudioPlayer == NULL) 0
E/ ( 329): Audio Player set source
W/MPQAudioPlayer( 329): Sw Decoder
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.android.server.am.ActivityManagerService.activityResumed:4547 android.app.ActivityManagerNative.onTransact:420 com.android.server.am.ActivityManagerService.onTransact:1716 android.os.Binder.execTransact:351
E/MM_OSAL ( 329): ValidateAACFile failed
D/MediaExtractor( 329): returning default extractor
D/ ( 329): MPQ Mime Type: audio/raw, getMPQObjectsAlive = 0
I/ ( 329): MPQ Audio Enabled - MPQ Audio Player
D/ ( 329): Use tunnel player only for AUDIO_STREAM_MUSIC
D/ ( 329): Set Audio Track as Audio Source
D/ ( 329): MPQ Audio Player
D/ ( 329): MPQ Audio player created for mime audio/raw duration 259854
W/ ( 329): Trying to create tunnel player mIsTunnelAudio 0, LPAPlayer::objectsAlive 0, TunnelPlayer::mTunnelObjectsAlive = 0, (mAudioPlayer == NULL) 0
E/ ( 329): Audio Player set source
W/MPQAudioPlayer( 329): Sw Decoder
W/ContextImpl( 691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1353 com.amazon.internal.policy.impl.AmazonPhoneWindowManager$SendTopWindowChanged.run:3297 android.os.Handler.handleCallback:725 android.os.Handler.dispatchMessage:92 android.os.Looper.loop:137
W/ContextImpl(18589): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1339 android.app.Instrumentation.sendLifecycleEventBroadcast:1786 android.app.Instrumentation.callActivityOnStop:1303 android.app.Activity.performStop:5412 android.app.ActivityThread.performDestroyActivity:3468
I/abtfilt ( 1775): all HID in sniff mode!
I/abtfilt ( 1775): BT Action
I/abtfilt ( 1775): WMI Cmd: 145 Len: 16

AFTVnews.com said:
That's a great tip, thanks.
Running "settings get secure allow_mock_location" returns "null". I went ahead and ran "settings put secure allow_mock_location 1" and "settings put secure ALLOW_MOCK_LOCATION 1" but it doesn't seem to have done anything. The exploitServiceApp APK still gives the same message. I sideloaded some location spoofing app from the Play Store and it complained that mock locations were not enabled.
Click to expand...
Click to collapse
The constant value is just "mock_location", you can see it if you click the constant name in the android docs.
So try "settings put secure mock_location 1"
If you try to get the value first and it doesn't return null it means your parameter name is right. I recommend not to insert values in the table that are not there before.

On another note,
https://access.redhat.com/articles/1332213
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Wonder if that glibc bug could be used to gain root on certain Android devices.

freezer2k said:
On another note,
https://access.redhat.com/articles/1332213
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Wonder if that glibc bug could be used to gain root on certain Android devices.
Click to expand...
Click to collapse
Android doesn't use glibc.

freezer2k said:
On another note,
https://access.redhat.com/articles/1332213
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-0235
Wonder if that glibc bug could be used to gain root on certain Android devices.
Click to expand...
Click to collapse
Haha, had a follow-up meeting about that same vulnerability at work today!

This was posted today: http://forum.xda-developers.com/showpost.php?p=58510300&postcount=641

Related

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

Whole device hanging when keyboard is opened in certain apps

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

[Q] Boot issues after flashing ICS Custom Rom

Hya Folks,
let's come straight to my problem. I upgraded from my former Redux1.2 to the [BETA 0.18.2.1][17.09] ICS for Desire[ALL HBOOTS][4.0.4]. After I set up my sdExt again (2nd partition ext2 physical) and Wiped my Boot/System/Data/Cache partitions I flashed the ROM. Everything went fine until it rebooted from recovery. Adb Logcat gave me this log
I/Netd ( 2179): Netd 1.0 starting
D/AndroidRuntime( 2180):
D/AndroidRuntime( 2180): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteI
it <<<<<<
D/AndroidRuntime( 2180): CheckJNI is OFF
I/SamplingProfilerIntegration( 2180): Profiling disabled.
I/Zygote ( 2180): Preloading classes...
D/dalvikvm( 2180): GC_EXPLICIT freed 37K, 84% free 410K/2560K, paused 0ms+1ms
D/TextLayoutCache( 2180): Using debug level: 0 - Debug Enabled: 0
W/Zygote ( 2180): Class not found for preloading: android.media.AudioManager$2
I/dalvikvm( 2180): threadid=1: recursive native library load attempt (/system/lib/l
media_jni.so)
D/MtpDeviceJNI( 2180): register_android_mtp_MtpDevice
I/dalvikvm( 2180): threadid=1: recursive native library load attempt (/system/lib/l
media_jni.so)
I/dalvikvm( 2180): threadid=1: recursive native library load attempt (/system/lib/l
media_jni.so)
W/Zygote ( 2180): Class not found for preloading: android.media.IRemoteControlClie
Dispatcher
W/Zygote ( 2180): Class not found for preloading: android.media.IRemoteControlClie
Dispatcher$Stub
W/Zygote ( 2180): Class not found for preloading: android.text.TextDirectionHeuris
cs$CharCount
W/Zygote ( 2180): Class not found for preloading: android.text.method.WordIterator
W/dalvikvm( 2180): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initiali
ng Landroid/webkit/JniUtil;
E/Zygote ( 2180): Error preloading android.webkit.JniUtil.
E/Zygote ( 2180): java.lang.ExceptionInInitializerError
E/Zygote ( 2180): at java.lang.Class.classForName(Native Method)
E/Zygote ( 2180): at java.lang.Class.forName(Class.java:217)
E/Zygote ( 2180): at java.lang.Class.forName(Class.java:172)
E/Zygote ( 2180): at com.android.internal.os.ZygoteInit.preloadClasses(Zygote
it.java:288)
E/Zygote ( 2180): at com.android.internal.os.ZygoteInit.preload(ZygoteInit.jav
:235)
E/Zygote ( 2180): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:5
5)
E/Zygote ( 2180): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 2180): Caused by: java.lang.UnsatisfiedLinkError: Library webcore not fo
nd; tried [/vendor/lib/libwebcore.so, /system/lib/libwebcore.so]
E/Zygote ( 2180): at java.lang.Runtime.loadLibrary(Runtime.java:393)
E/Zygote ( 2180): at java.lang.System.loadLibrary(System.java:535)
E/Zygote ( 2180): at android.webkit.JniUtil.<clinit>(JniUtil.java:31)
E/Zygote ( 2180): ... 7 more
D/AndroidRuntime( 2180): Shutting down VM
W/dalvikvm( 2180): threadid=1: thread exiting with uncaught exception (group=0x40a6b
f8)
I/ ( 2202): ServiceManager: 0xf9e958
E/AudioHardwareQSD( 2202): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 2202): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 2202): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 2202): read ADIE para from file failed -1
E/HTC Acoustic( 2202): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 2202): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 2202): BT ID table version: PASSION_HTC_20100610
E/HTC Acoustic( 2202): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 2202): speaker amplifier tpa2018 is not supported
I/AudioFlinger( 2202): Loaded primary audio interface from LEGACY Audio HW HAL (audi
)
I/AudioFlinger( 2202): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary au
io interface
I/AudioFlinger( 2202): Loaded a2dp audio interface from A2DP Audio HW HAL (audio)
D/AudioHardwareInterface( 2202): setMode(NORMAL)
I/AudioHardwareQSD( 2202): Set master volume to 1.000000
I/CameraService( 2202): CameraService started (pid=2202)
D/QcomCamera( 2202): HAL_get_number_of_cameras: loading libcamera at 0xb000e9f0
I/AudioFlinger( 2202): AudioFlinger's thread 0xfa18f0 ready to run
W/AudioFlinger( 2202): Thread AudioOut_1 cannot connect to the power manager service
I/AudioHardwareQSD( 2202): Routing audio to Speakerphone
D/AudioHardwareQSD( 2202): Switching audio device to
D/AudioHardwareQSD( 2202): Speakerphone
I/AudioHardwareQSD( 2202): voice volume 5 (range is 0 to 5)
D/AudioHardwareQSD( 2202): Setting in-call volume to 100
W/AudioPolicyManagerBase( 2202): getDeviceForStrategy() unknown strategy: 5
I/AudioPolicyService( 2202): Loaded audio policy from LEGACY Audio Policy HAL (audio
policy)
I/ServiceManager( 76): service 'media.audio_flinger' died
I/ServiceManager( 76): service 'media.player' died
I/ServiceManager( 76): service 'media.camera' died
I/ServiceManager( 76): service 'media.audio_policy' died
Click to expand...
Click to collapse
it is looped all the time and after 20min of waiting nothing else happened. Do somebody know what's meant by that and how it can be fixed? Please tell me if I need to provide any further information. My skill is not high enough to know what might be needed or useful information for you^^
My Device is a HTC Desire GSM with S-OFF.
how did you partition your sd card? backup your sd to pc, then use only gparted or 4ext recovery only (NOT minitool)
use FAT32 and ~1GB ext4 (should be faster) partitions, both primary, step 5 here
full wipe and try again
I used the partition mini tool. Why is this not recommended? And shouldnt' it work with an ext2 as well? I had a sdExt3 a couple of month ago but due to my AOSP (Redux1.2) I prefered custom PartitionTables to just gain some more data space. But according to the system size of my hopefully new ROM i need a sdExt again. PartitionMiniTool worked fine for me during the last Time. If I'm home I'll try gparted as you suggest.
What does the logOutput tell you? Is my issue only ext related? Or are there any other possible reasons you could think of?
Sorry for my bad englisch^^
worstl said:
I used the partition mini tool. Why is this not recommended? And shouldnt' it work with an ext2 as well? I had a sdExt3 a couple of month ago but due to my AOSP (Redux1.2) I prefered custom PartitionTables to just gain some more data space. But according to the system size of my hopefully new ROM i need a sdExt again. PartitionMiniTool worked fine for me during the last Time. If I'm home I'll try gparted as you suggest.
What does the logOutput tell you? Is my issue only ext related? Or are there any other possible reasons you could think of?
Sorry for my bad englisch^^
Click to expand...
Click to collapse
minitool is not recommended as can created bad partitions not properly aligned. gparted and 4ext recovery are the best, safest methods. if you are already s-off, it is easy to change to 4ext recovery.
it may work fine with ext2, though is an older filesystem. most ROMs now support ext3 and ext4. (ext4 is just supposed to be slightly faster and 'newer')
having a correctly partitioned sd card should work. the only other thing you need is to full wipe (wipe data/factory reset etc.) before flashing the rom.
with that rom, make sure you activate A2SD using the instructions in the first post.
Thanks a lot for you help so far. I partitioned my sdExt as a ext4 now. After factory reset and flashing the rom i now mounted system and data. Connected myself with my adb and tried to install die a2sd.
adb shell
~ # a2sd install
a2sd install
/sbin/sh: a2sd: not found
Click to expand...
Click to collapse
Is what I got. But as I can't boot the phone, I cannot use a android terminal to use
su
a2sd install
Click to expand...
Click to collapse
What am I doing wrong?
Yeha! And again, thanks a lot for your help =) 4Ext Recovery did it

"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

[Q] Do you use multi-user support?

Do you use multi-user support for Ace 2?
why need people's opinion on this?
i have no tester nor friends using my phone so i wouldnt need multi-user.
@up, I would like to prove it may be switched off in ROMs by default.
explain why
@Rox, because multi-user (well, actually absence of the KeyguardMultiUserSelectorView layout when multi-user is activated) causes regular exceptions E/KeyguardHostView: can't find user_selector in layout. Here is a research on this.
So, if few or even none of Ace 2 users need it, I will ask you to deactivate it in CM10.2 as a useless and harmful feature.
Hmm i dont get why it is harmful? If it gives error on logcat that isnt harming davice or slowing it down :what: maybe i am wrong..
Sent from my GT-I8160
@Rox, I agree that 'harmful' is kind of a bit too strong term, but on the other hand those exceptions prove that multi-user wasn't fully implemented, so it's hard to estimate where else it could misbehave.
I see the following cons; 1) flooding logcat with E-tagged messages, 2) probability of hidden issues.
I'm trying to find pros but so far there are none of them.
Well, why not fix the REAL problem and implement the lockscreen switcher?
1) Motivation; why implementing if nobody needs the feature?
2) Those hypothetical hidden issues wouldn't still be addressed.
lexa.bekoev said:
1) Motivation; why implementing if nobody needs the feature?
Click to expand...
Click to collapse
Nobody uses Samsung Apps seriously either
Ryccardo said:
Nobody uses Samsung Apps seriously either
Click to expand...
Click to collapse
xD
Ryccardo said:
Nobody uses Samsung Apps seriously either
Click to expand...
Click to collapse
It only means Samsung has other motives.
@Rox, seems nobody interested in multi-user for our device.
I suggest to put "fw.max_users=1" into device/samsung/codina/system.prop. If anybody needs the feature, he or she will be easily able to switch it on. Should I prepare a pull request for 10.2?
I don't need that. Also what advantages has multiuser? Is that like windows multiuser (different apps and widgets on main screen?)
But a guess user option will be perfect (like some lg phone). I don't know that is possible or not. But a guess option which makes some apps locked (like phone app , contacts ,sms) will be usefull. You can give your phone your little brother (sister or child...) and he can play games. You doen't have to concern about it.
@up
Theres one thats locked to root i think.. It disables root apps and disables some of your apps from someone(like a kid)
Sent from my GT-I8160 using Tapatalk
Ryccardo said:
Nobody uses Samsung Apps seriously either
Click to expand...
Click to collapse
I must agree with that
Yes... but...
lexa.bekoev said:
Do you use multi-user support for Ace 2?
Click to expand...
Click to collapse
Yes I "try" to configure it for me, my wife and daughter... but... I have a few issues:
I am using CyanogenMod 11-20140327-UNOFFICIAL-kylessopen
1) Can't make a call from any user other than "u0" (first user). this error occurs:
Code:
I/ActivityManager( 1060): START u12 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx flg=0x10000000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras)} from pid 6765
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
V/Zygote ( 6806): Switching descriptor 32 to /dev/null
V/Zygote ( 6806): Switching descriptor 9 to /dev/null
I/ActivityManager( 1060): Start proc com.android.phone for activity com.android.phone/.PrivilegedOutgoingCallBroadcaster: pid=6806 uid=1201001 gids={41001, 3002, 3001, 3003, 1028, 1015}
V/OutgoingCallBroadcaster( 6806): onCreate: this = [email protected], icicle = null
V/OutgoingCallBroadcaster( 6806): - getIntent() = Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx flg=0x10800000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras) }
V/OutgoingCallBroadcaster( 6806): - configuration = {1.0 302mcc610mnc fr_CA ldltr sw320dp w320dp h508dp 240dpi nrml long port finger -keyb/v/h -nav/h s.6 themeResource=system}
V/OutgoingCallBroadcaster( 6806): processIntent() = Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx flg=0x10800000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras) }, thread: Thread[main,5,main]
D/AndroidRuntime( 6806): Shutting down VM
W/dalvikvm( 6806): threadid=1: thread exiting with uncaught exception (group=0x415dece0)
E/AndroidRuntime( 6806): FATAL EXCEPTION: main
E/AndroidRuntime( 6806): Process: com.android.phone, PID: 6806
E/AndroidRuntime( 6806): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.phone/com.android.phone.OutgoingCallBroadcaster}: java.lang.NullPointerException
E/AndroidRuntime( 6806): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
E/AndroidRuntime( 6806): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
E/AndroidRuntime( 6806): at android.app.ActivityThread.access$800(ActivityThread.java:145)
E/AndroidRuntime( 6806): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
E/AndroidRuntime( 6806): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 6806): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 6806): at android.app.ActivityThread.main(ActivityThread.java:5081)
E/AndroidRuntime( 6806): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6806): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 6806): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 6806): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime( 6806): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6806): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6806): at com.codeaurora.telephony.msim.MSimPhoneFactory.isPromptEnabled(MSimPhoneFactory.java:345)
E/AndroidRuntime( 6806): at com.android.phone.OutgoingCallBroadcaster.processIntent(OutgoingCallBroadcaster.java:464)
E/AndroidRuntime( 6806): at com.android.phone.OutgoingCallBroadcaster.onCreate(OutgoingCallBroadcaster.java:410)
E/AndroidRuntime( 6806): at android.app.Activity.performCreate(Activity.java:5231)
E/AndroidRuntime( 6806): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 6806): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
E/AndroidRuntime( 6806): ... 11 more
W/ActivityManager( 1060): Force finishing activity com.android.phone/.PrivilegedOutgoingCallBroadcaster
2) Can't activate "ok google" for secondary users
I haven't wrote down all problems, but that is what I have in mind now...
Eric

Categories

Resources