I have a boot looping device and I want to fix my data partition without wiping it. I have used twrp to backup my data. I can now wipe data and it boots fine. If I put my data back it loops. Wiping this OS is not really an option for me.
Last thing I did before the boot loop was installed a wake detector.
this is my log during the looping - files is 10 times this size..., this is the only part that would fit. I think the fatal error may have something to do with my issue.
https://pastebin.com/XHaWBeWR
I think this is the problem but not sure how to fix.
01-05 10:31:13.545 1849 1849 E AndroidRuntime: FATAL EXCEPTION: main
01-05 10:31:13.545 1849 1849 E AndroidRuntime: Process: com.google.android.gm, PID: 1849
01-05 10:31:13.545 1849 1849 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.gm.MailMigrationApplication: java.lang.RuntimeException: Package manager has died
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4710)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.-wrap1(ActivityThread.java)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5417)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: Caused by: java.lang.RuntimeException: Package manager has died
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:134)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dwe.a(SourceFile:12)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dwe.<init>(SourceFile:3)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dun.<init>(SourceFile:9)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at dui.a(SourceFile:67)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at eem.onCreate(SourceFile:103)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at com.google.android.gm.MailMigrationApplication.onCreate(SourceFile:2)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: ... 8 more
01-05 10:31:13.545 1849 1849 E AndroidRuntime: Caused by: android.os.DeadObjectException
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:2163)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:129)
01-05 10:31:13.545 1849 1849 E AndroidRuntime: ... 16 more
01-05 10:31:13.546 1849 1849 E AndroidRuntime: Error reporting crash
01-05 10:31:13.546 1849 1849 E AndroidRuntime: android.os.DeadObjectException
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4427)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at iko.uncaughtException(SourceFile:16)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-05 10:31:13.546 1849 1849 E AndroidRuntime: at ikp.uncaughtException(SourceFile:15)
01-05 10:31:13.546 1849 1849 I Process : Sending signal. PID: 1849 SIG: 9
01-05 10:31:13.555 1633 2076 W UserManager: Could not get userHandle for user 0
01-05 10:31:13.555 1633 2076 W UserManager: Could not get userHandle for user 0
01-05 10:31:13.569 1663 1683 I ContactDirectoryManager: Discovered 0 contact directories in 2940ms
01-05 10:31:13.571 1663 1683 E AndroidRuntime: FATAL EXCEPTION: ContactsProviderWorker
01-05 10:31:13.571 1663 1683 E AndroidRuntime: Process: android.process.acore, PID: 1663
01-05 10:31:13.571 1663 1683 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'android.accounts.Account[] android.accounts.IAccountManager.getAccounts(java.lang.String, java.lang.String)' on a null object reference
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.accounts.AccountManager.getAccounts(AccountManager.java:429)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2.performBackgroundTask(ContactsProvider2.java:1710)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at com.android.providers.contacts.ContactsProvider2$1.handleMessage(ContactsProvider2.java:1516)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-05 10:31:13.571 1663 1683 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: Error reporting crash
01-05 10:31:13.572 1663 1683 E AndroidRuntime: android.os.DeadObjectException
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4427)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-05 10:31:13.572 1663 1683 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-05 10:31:13.572 1663 1683 I Process : Sending signal. PID: 1663 SIG: 9
01-05 10:31:13.585 2090 2090 W System : ClassLoader referenced unknown path: /system/app/GoogleContactsSyncAdapter/lib/arm
01-05 10:31:13.586 2090 2090 D AndroidRuntime: Shutting down VM
01-05 10:31:13.587 2090 2090 E AndroidRuntime: FATAL EXCEPTION: main
01-05 10:31:13.587 2090 2090 E AndroidRuntime: Process: com.google.process.gapps, PID: 2090
01-05 10:31:13.587 2090 2090 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application android.app.Application: java.lang.IllegalStateException: Unable to get package info for com.google.android.syncadapters.contacts; is system dying?
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:578)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4680)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread.-wrap1(ActivityThread.java)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5417)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Unable to get package info for com.google.android.syncadapters.contacts; is system dying?
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:420)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:570)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: ... 9 more
01-05 10:31:13.587 2090 2090 E AndroidRuntime: Caused by: android.os.DeadObjectException
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:2163)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java:418)
01-05 10:31:13.587 2090 2090 E AndroidRuntime: ... 10 more
01-05 10:31:13.589 2090 2090 E AndroidRuntime: Error reporting crash
01-05 10:31:13.589 2090 2090 E AndroidRuntime: android.os.DeadObjectException
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4427)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-05 10:31:13.589 2090 2090 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-05 10:31:13.589 2090 2090 I Process : Sending signal. PID: 2090 SIG: 9
01-05 10:31:13.638 2114 2118 D libEGL : loaded /vendor/lib/egl/libEGL_adreno.so
01-05 10:31:13.639 2114 2118 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
01-05 10:31:13.660 2114 2118 D libEGL : loaded /vendor/lib/egl/libGLESv2_adreno.so
01-05 10:31:13.670 2114 2118 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
01-05 10:31:13.686 2114 2118 E BootAnimation: couldn't find audio_conf.txt
01-05 10:31:13.722 272 272 I lowmemorykiller: ActivityManager disconnected
01-05 10:31:13.722 272 272 I lowmemorykiller: Closing Activity Manager data connection
01-05 10:31:13.807 1528 1536 E BluetoothMap:
01-05 10:31:13.807 1528 1536 E BluetoothMap: android.os.DeadObjectException
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.os.BinderProxy.transactNative(Native Method)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.os.BinderProxy.transact(Binder.java:503)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.bluetooth.IBluetoothManager$Stub$Proxy.unregisterStateChangeCallback(IBluetoothManager.java:269)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.bluetooth.BluetoothMap.close(BluetoothMap.java:133)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at android.bluetooth.BluetoothMap.finalize(BluetoothMap.java:117)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:202)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:185)
01-05 10:31:13.807 1528 1536 E BluetoothMap: at java.lang.Thread.run(Thread.java:818)
01-05 10:31:14.185 1884 2053 V fb-UnpackingSoSource: regenerating DSO store X.00E
01-05 10:31:14.186 1884 2053 V fb-UnpackingSoSource: not releasing dso store lock for /data/user/0/com.facebook.katana/lib-assets (syncer thread started)
01-05 10:31:14.188 1884 2125 V fb-UnpackingSoSource: starting syncer worker
01-05 10:31:14.195 1884 2053 V fb-UnpackingSoSource: locked dso store /data/user/0/com.facebook.katana/lib-xzs
01-05 10:31:14.203 1884 2053 V fb-UnpackingSoSource: deps mismatch on deps store: regenerating
01-05 10:31:14.203 1884 2053 V fb-UnpackingSoSource: so store dirty: regenerating
01-05 10:31:14.212 1884 2125 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.facebook.katana/lib-assets (from syncer thread)
01-05 10:31:14.553 1884 2053 V XZ : XZ native library initialized.
01-05 10:31:14.554 1884 2053 V fb-UnpackingSoSource: regenerating DSO store X.00F
01-05 10:31:14.562 1884 2053 I fb-UnpackingSoSource: extracting DSO libcoldstart.so
Click to expand...
Click to collapse
I am trying to fix my friend's (rooted) Galaxy S7 Edge, running Android Marshmallow 6.0.1. Whenever I navigate to the Application Manager, the message "Unfortunately, Settings has stopped" appears, and tapping OK brings me back to the main menu of the settings application. Interstingly, after a reboot, Application Manager will work fine for a few minutes, but then the message will appear, and every time I go into the app until I reboot again, it will display that message. Weird!
Here is the output of logcat:
Code:
02-13 16:17:14.759 21786 21908 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 312)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: FATAL EXCEPTION: ApplicationsState.Loader
02-13 16:17:14.759 21786 21908 E AndroidRuntime: Process: com.android.settings, PID: 21786
02-13 16:17:14.759 21786 21908 E AndroidRuntime: java.lang.RuntimeException: Package manager has died
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:765)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at com.android.settingslib.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:872)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.queryIntentActivities(IPackageManager.java:3835)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:755)
02-13 16:17:14.759 21786 21908 E AndroidRuntime: ... 4 more
The output of logcat after a reboot and after I try to look at an app's details:
Code:
02-13 16:32:11.729 7615 7657 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 312)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: FATAL EXCEPTION: ApplicationsState.Loader
02-13 16:32:11.739 7615 7657 E AndroidRuntime: Process: com.android.settings, PID: 7615
02-13 16:32:11.739 7615 7657 E AndroidRuntime: java.lang.RuntimeException: Package manager has died
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:765)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at com.android.settingslib.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:872)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:61)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: Caused by: android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:503)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.content.pm.IPackageManager$Stub$Proxy.queryIntentActivities(IPackageManager.java:3835)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: at android.app.ApplicationPackageManager.queryIntentActivitiesAsUser(ApplicationPackageManager.java:755)
02-13 16:32:11.739 7615 7657 E AndroidRuntime: ... 4 more
I am bumping this thread. I hope it doesn't hurt it. Forum Moderators are welcome to remove BUMP messages when someone else responds to it.
Abandoned this thread; I took an alternate route. If anyone else has this problem, feel free to report your findings here.
Every initial start it crashes and if i immediately try to restart it, it works. If i wait about 10 seconds after it crashes, it crashes again. Anyone experiencing this? I've uninstalled and reinstalled it.
in not having any problems at all.... are your permissions set for it?
Also did u make sure to allow notification access and display over other apps?
Yeah. All done. It works if i launch it again immediately after it crashes. I've tried going into safe mode but you can't launch Android auto from there.
dadoc04 said:
in not having any problems at all.... are your permissions set for it?
Also did u make sure to allow notification access and display over other apps?
Click to expand...
Click to collapse
After hours of troubleshooting i believe the culprit was something to do with Google maps in driving mode. Once i started it up manually it had a splash screen i needed to dismiss. After that Android auto stopped crashing. So far so good.
Well it's back again. I guess it's time to factory reset because i cannot figure what the issue is this time around
biggiestuff said:
Well it's back again. I guess it's time to factory reset because i cannot figure what the issue is this time around
Click to expand...
Click to collapse
Don't reset.
It's crashing for me too.
I keep opening it few times, and it works.
I am on international version 9.0.6.
I fixed it again. Went into Google maps. On the menu went to driving mode. In there is an option to go to Android auto. After i did that it fixed the crashing. But who knows for how long
indian84 said:
Don't reset.
It's crashing for me too.
I keep opening it few times, and it works.
I am on international version 9.0.6.
Click to expand...
Click to collapse
biggiestuff said:
I fixed it again. Went into Google maps. On the menu went to driving mode. In there is an option to go to Android auto. After i did that it fixed the crashing. But who knows for how long
Click to expand...
Click to collapse
Where can I find that option?
In Google maps, slide the menu from the left. You should see an option to select that says "start driving". That should activate driving mode. Make sure you confirm any prompts when in that mode.
indian84 said:
Where can I find that option?
Click to expand...
Click to collapse
biggiestuff said:
In Google maps, slide the menu from the left. You should see an option to select that says "start driving". That should activate driving mode. Make sure you confirm any prompts when in that mode.
Click to expand...
Click to collapse
Nope. Still crashes for me. I'll see if I can report to OnePlus.
Crashing for me as well
fiffan86 said:
Crashing for me as well
Click to expand...
Click to collapse
I'm new to OnePlus. Anyway we can contact them?
Crashing for me as well, all permissions granted
I also made sure to leave Google maps beta. Try activating driving mode via voice. Okay Google, start driving mode
indian84 said:
Nope. Still crashes for me. I'll see if I can report to OnePlus.
Click to expand...
Click to collapse
It's back to crashing again. While it was working this whole time I noticed that it didn't receive hangouts messages. the messages would come through but never show up on AA. i uninstalled and reinstalled AA and hangouts messages came back but now its crashing again.
Ok I have the same problem. Android Auto crashes on startup, but sometimes it manages to work - like in 4 retries.
I managed to capture error log:
Code:
11-29 13:25:59.894 903 3105 E ActivityTrigger: activityStartTrigger: not whiteListedcom.google.android.projection.gearhead/com.google.android.gearhead.vanagon.overview.VnOverviewActivity/38584554
11-29 13:25:59.894 903 3105 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.projection.gearhead/com.google.android.gearhead.vanagon.overview.VnOverviewActivity/38584554
11-29 13:25:59.897 719 804 E ANDR-IOP: io prefetch is disabled
11-29 13:25:59.933 903 3115 E LocationManagerService: requestLocationUpdates: uid=10061, pid=22205, provider=gps, package=com.google.android.apps.maps listener= [email protected] intent= null
11-29 13:25:59.942 7475 7493 E BluetoothSap: Could not bind to Bluetooth SAP Service with Intent { act=android.bluetooth.IBluetoothSap }
11-29 13:25:59.944 903 3105 E LocationManagerService: requestLocationUpdates: uid=10061, pid=22205, provider=network, package=com.google.android.apps.maps listener= [email protected] intent= null
11-29 13:25:59.948 22205 24961 E SensorManager: registerListenerImpl sensorName:lsm6ds3c Gyroscope-Uncalibrated Non-wakeup,isWakeUpSensor:false,callingApp: com.google.android.apps.maps:10061,callingPid:22205,callingUid:10061
11-29 13:25:59.953 702 702 E Diag_Lib: diag diag_get_max_file_size size=500,max_file_size=524288000,min_file_size=419430400
11-29 13:25:59.975 22205 24961 E SensorManager: registerListenerImpl sensorName:linear_acceleration,isWakeUpSensor:false,callingApp: com.google.android.apps.maps:10061,callingPid:22205,callingUid:10061
11-29 13:25:59.976 903 3097 E ActivityManager: Failure starting process com.google.android.projection.gearhead:shared
11-29 13:25:59.976 903 3097 E ActivityManager: java.lang.SecurityException: Package com.google.android.projection.gearhead was not installed for user 999!
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.pm.PackageManagerService.checkPackageStartable(PackageManagerService.java:4425)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:4891)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:4846)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:4828)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActivityManagerService.startProcessLocked(ActivityManagerService.java:4714)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActiveServices.bringUpServiceLocked(ActiveServices.java:2617)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:1740)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.am.ActivityManagerService.bindService(ActivityManagerService.java:22551)
11-29 13:25:59.976 903 3097 E ActivityManager: at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1690)
11-29 13:25:59.976 903 3097 E ActivityManager: at android.app.ContextImpl.bindServiceAsUser(ContextImpl.java:1637)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.notification.ManagedServices.registerServiceLocked(ManagedServices.java:1039)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.notification.ManagedServices.registerServiceLocked(ManagedServices.java:918)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.notification.ManagedServices.setComponentState(ManagedServices.java:654)
11-29 13:25:59.976 903 3097 E ActivityManager: at com.android.server.notification.NotificationManagerService$11.requestBindListener(NotificationManagerService.java:2864)
11-29 13:25:59.976 903 3097 E ActivityManager: at android.app.INotificationManager$Stub.onTransact(INotificationManager.java:705)
11-29 13:25:59.976 903 3097 E ActivityManager: at android.os.Binder.execTransact(Binder.java:752)
11-29 13:25:59.984 22205 24961 E SensorManager: registerListenerImpl sensorName:gravity Non-wakeup,isWakeUpSensor:false,callingApp: com.google.android.apps.maps:10061,callingPid:22205,callingUid:10061
11-29 13:25:59.994 903 3097 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.projection.gearhead/com.google.android.gearhead.vanagon.overview.VnOverviewActivity/38584554
11-29 13:25:59.996 22205 24961 E SensorManager: registerListenerImpl sensorName:ak0991x Magnetometer-Uncalibrated Non-wakeup,isWakeUpSensor:false,callingApp: com.google.android.apps.maps:10061,callingPid:22205,callingUid:10061
11-29 13:26:00.009 903 1380 E InputDispatcher: channel '8dbb0d2 com.google.android.projection.gearhead (server)' ~ Channel is unrecoverably broken and will be disposed!
11-29 13:26:00.029 903 3097 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.projection.gearhead/com.google.android.gearhead.vanagon.lens.VnLensActivity/38584554
11-29 13:26:00.035 903 3097 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.projection.gearhead/com.google.android.gearhead.vanagon.lens.VnLensActivity/38584554
11-29 13:26:00.037 903 3097 E ActivityTrigger: activityResumeTrigger: not whiteListedcom.google.android.projection.gearhead/com.google.android.gearhead.vanagon.lens.VnLensActivity/38584554
11-29 13:26:00.089 7706 7706 E earhead:vanago: Not starting debugger since process cannot load the jdwp agent.
11-29 13:26:00.131 903 3728 E LocationManagerService: removeUpdates: uid=10061, pid=22205, intent=null, package=com.google.android.apps.maps listener [email protected] intent= null
11-29 13:26:00.136 903 3722 E LocationManagerService: removeUpdates: uid=10061, pid=22205, intent=null, package=com.google.android.apps.maps listener [email protected] intent= null
11-29 13:26:00.145 22205 24961 E SensorManager: unregisterListenerImpl callingApp: com.google.android.apps.maps:10061,callingPid:22205,callingUid:10061
11-29 13:26:00.173 7729 7729 E gearhead:share: Not starting debugger since process cannot load the jdwp agent.
Seems like this could be a problem:
Failure starting process com.google.android.projection.gearhead:shared
ActivityManager: java.lang.SecurityException: Package com.google.android.projection.gearhead was not installed for user 999!
Click to expand...
Click to collapse
but I'm not sure why randomly sometimes starts
Well this is concerning - I was planning on getting a 6T next week and I use AA all the time! Are you all using it with a car head-unit? I see some folks mentioning Google maps - does it only crash when Google maps is launched? I use Waze. Hopefully they will get this fixed!
I use my phone since don't have a head unit. It does work, however you have to launch it like 3 or 4 times in a row, then it works.
I had to factory reset and everything is working so far. There was a new Android Auto update today. Did that fix the issue for anyone?
As for me AA works fine
Hi,
I changed my screen a few days ago and I the touchscreen stopped responding. I am pretty sure this is a software problem. Even after a full wipe and a cache wipe, I cannot access the *#2663# menu to update the touchscreen firmware. I get a grey screen which closes itself after 3secs and on the following tries, I get a popup that says : "devicekeystring keeps stopping".
Any idea on how to fix this ?
Thanks !
Check the logs(logcat) to see why its crashing, all the signs point to HW failure, the device isnt even able to communicate with the touch controller (hence why the firmware udpater is crashing)
However, logcat will confirm that
Good luck
Thanks for your answer. I did not think about the logs.
Here's what's happening when typing *#2663# :
Code:
11-24 21:34:19.419 3328 3328 E AndroidRuntime: FATAL EXCEPTION: main
11-24 21:34:19.419 3328 3328 E AndroidRuntime: Process: android.uid.system, PID: 3328
11-24 21:34:19.419 3328 3328 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sec.android.app.factorykeystring/com.sec.android.app.status.touch_firmware}: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.BufferedWriter.close()' on a null object reference
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3113)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3256)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1947)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7037)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:965)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.BufferedWriter.close()' on a null object reference
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.writeCmd(touch_firmware.java:1506)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.readCmdResult(touch_firmware.java:1661)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.readThreshold_melfas(touch_firmware.java:1864)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.updateText(touch_firmware.java:912)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.init(touch_firmware.java:902)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at com.sec.android.app.status.touch_firmware.onCreate(touch_firmware.java:339)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7327)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7318)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3093)
11-24 21:34:19.419 3328 3328 E AndroidRuntime: ... 11 more
Hey forum, long time no see...
I have came back facing a problem with my OnePlus 5 running stock rom with ROOT.
I had to turn it off to replace the screen-protector but turning it back on was no dice.
A bootloop is happening where I see the screen to enter my PIN/password for 1 second after that the OS only reboots.
That means that I see the two dots and the white circle in red and not the boot-loader warning.
I have installed the latest TWRP on so I cleared dalvik and cache but that did not work either
I thought it might be magisk but uninstalling and/or reinstalling it did not fix the problem.
I have managed to authorize adb using TWEP recovery and pulled the logcat during the boot.
I hope the someone can help me debug this, there is some data in apps that need te recovert before doing a full wipe.
Code:
--------- beginning of crash
07-01 21:32:38.393 3572 3572 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 3572 (init), pid 3572 (init)
07-01 21:32:38.434 3572 3572 F libc : crash_dump helper failed to exec
07-01 21:32:38.461 1493 1493 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:32:38.461 1493 1493 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:32:38.461 1493 1493 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:32:38.580 3222 3222 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:32:38.580 3222 3222 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 3222
07-01 21:32:38.580 3222 3222 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:32:53.657 5246 5246 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 5246 (init), pid 5246 (init)
07-01 21:32:53.681 5246 5246 F libc : crash_dump helper failed to exec
07-01 21:32:53.724 3934 3934 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:32:53.724 3934 3934 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:32:53.724 3934 3934 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:08.878 6891 6891 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 6891 (init), pid 6891 (init)
07-01 21:33:08.940 6891 6891 F libc : crash_dump helper failed to exec
07-01 21:33:08.957 5597 5597 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:08.957 5597 5597 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:08.957 5597 5597 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:24.095 8546 8546 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 8546 (init), pid 8546 (init)
07-01 21:33:24.130 8546 8546 F libc : crash_dump helper failed to exec
07-01 21:33:24.157 7270 7270 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:24.157 7270 7270 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:24.157 7270 7270 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:24.291 8249 8249 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:33:24.291 8249 8249 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 8249
07-01 21:33:24.291 8249 8249 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:33:39.289 10285 10285 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 10285 (init), pid 10285 (init)
07-01 21:33:39.341 10285 10285 F libc : crash_dump helper failed to exec
07-01 21:33:39.382 8917 8917 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:39.382 8917 8917 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:39.382 8917 8917 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:54.474 11959 11959 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 11959 (init), pid 11959 (init)
07-01 21:33:54.524 11959 11959 F libc : crash_dump helper failed to exec
07-01 21:33:54.551 10651 10651 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:33:54.551 10651 10651 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:33:54.551 10651 10651 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:33:54.662 11661 11661 E AndroidRuntime: FATAL EXCEPTION: main
07-01 21:33:54.662 11661 11661 E AndroidRuntime: Process: com.google.android.gms.persistent, PID: 11661
07-01 21:33:54.662 11661 11661 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
07-01 21:34:09.646 13627 13627 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13627 (init), pid 13627 (init)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
07-01 21:34:09.697 12319 12319 E AndroidRuntime: java.lang.IllegalArgumentException: provider doesn't exist: fused
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdatesLocked(LocationManagerService.java:2775)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.LocationManagerService.requestLocationUpdates(LocationManagerService.java:2755)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1042)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:950)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.twilight.TwilightService.startListening(TwilightService.java:261)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.twilight.TwilightService.handleMessage(TwilightService.java:210)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:103)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:569)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:377)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
07-01 21:34:09.697 12319 12319 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:928)
07-01 21:34:09.698 13627 13627 F libc : crash_dump helper failed to exe
c