Hello guys, I mess around my phone since I got it. lately on Android Oreo. They have this new under the hood feature that detects a failed boot. that's causing me undesirable reboot problems (e.g. execute reboot command and it turns off the screen and it just stay in that state)
I checked my logcat for errors and found this error.
Code:
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: partition not available?
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: java.io.FileNotFoundException: /dev/block/bootdevice/by-name/frp (No such file or directory)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.io.FileInputStream.open0(Native Method)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.io.FileInputStream.open(FileInputStream.java:200)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.io.FileInputStream.<init>(FileInputStream.java:150)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.computeDigestLocked(PersistentDataBlockService.java:268)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.enforceChecksumValidity(PersistentDataBlockService.java:227)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.lambda$-com_android_server_PersistentDataBlockService_5033(PersistentDataBlockService.java:126)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.$m$3(Unknown Source:4)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.run(Unknown Source:23)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
07-17 20:22:46.611 1654 1974 E PersistentDataBlockService: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:59)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: partition not available?
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: java.io.FileNotFoundException: /dev/block/bootdevice/by-name/frp (Permission denied)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.io.FileOutputStream.open0(Native Method)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.io.FileOutputStream.open(FileOutputStream.java:287)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.io.FileOutputStream.<init>(FileOutputStream.java:223)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.formatPartitionLocked(PersistentDataBlockService.java:310)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.enforceChecksumValidity(PersistentDataBlockService.java:230)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.lambda$-com_android_server_PersistentDataBlockService_5033(PersistentDataBlockService.java:126)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.$m$3(Unknown Source:4)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.run(Unknown Source:23)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:59)
07-17 20:22:46.612 1654 1974 E PersistentDataBlockService: partition not available
Android OS ver : Oreo 8.1
Cust. ROM ver: Resurrection Remix 6.1
Device Model : Asus ZE550KL/Z00LD 2G variant SKU WW
1.) Am I right at assuming this is causing my reboot problems?
2.) Is this partition should be present by default on my device. If so can anyone share with me this partition
UPDATE
By some digging I found out that ASUS uses /dev/block/bootdevice/by-name/config as its frp partition path.
checking /system/build.prop i found the lines this lines
Code:
# FRP
ro.frp.pst=/dev/block/bootdevice/by-name/frp
which i change to
Code:
# FRP
ro.frp.pst=/dev/block/bootdevice/by-name/config
that changes the logcat error. but still the reboot problem persist.
Related
Hey guys after I flashed aosp 5.1.1 my phone kept freezing randomly for unknown reasons so I restored my previous backup of cloudy 3.3 and still getting a lot of freezes on my phone. In the catalog I noticed its saying gpu busy read fail and whenever antutu gets to 2d benchmarking my phone freezes
Can someone help me with this?
Sent from my G2 Cloudy 3.3
This is my catlog
lume vibrateType 2
07-17 15:45:52.028 D/PhoneWindowManagerEx( 1010): interceptKeyTi keyCode=187 down=true repeatCount=1 keyguardOn=false mHomePressed=false canceled=false
07-17 15:45:52.028 I/LGKeyException( 1010): KeyException privateFlags: 0x8, Current Input bit: 0x80000000
07-17 15:45:52.028 I/LGKeyException( 1010): KeyException privateFlags: 0x8, Current Input bit: 0x800000
07-17 15:45:52.029 I/VolumeVibratorManager( 1010): vibratePattern() packageName android volumeIndex 5
07-17 15:45:52.029 D/PhoneWindowManagerEx( 1010): interceptKeyTq keycode=82 down=true interactive=true policyFlags=2b000000 injected=true keyguardActive=false
07-17 15:45:52.035 D/WindowManager( 1010): interceptKeyTq keycode=82 interactive=true keyguardActive=false policyFlags=2b000000
07-17 15:45:52.035 D/VolumeVibrator( 1883): clear
07-17 15:45:52.035 D/VolumeVibrator( 1883): handleVibratePattern() uid 1000 opPkg android repeat -1 usageHint 0
07-17 15:45:52.036 D/PhoneWindowManagerEx( 1010): interceptKeyTq keycode=82 down=false interactive=true policyFlags=2b000000 injected=true keyguardActive=false
07-17 15:45:52.036 I/LGImmersionVibrator( 1010): Vibrator off
07-17 15:45:52.036 D/WindowManager( 1010): interceptKeyTq keycode=82 interactive=true keyguardActive=false policyFlags=2b000000
07-17 15:45:52.037 D/PhoneWindowManagerEx( 1010): interceptKeyTi keyCode=82 down=true repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
07-17 15:45:52.037 I/LGKeyException( 1010): KeyException privateFlags: 0x8, Current Input bit: 0x80000000
07-17 15:45:52.040 D/WindowManager( 1010): interceptKeyTi keyCode=82 down=true repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
07-17 15:45:52.042 D/PhoneWindowManagerEx( 1010): interceptKeyTi keyCode=82 down=false repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
07-17 15:45:52.042 I/LGKeyException( 1010): KeyException privateFlags: 0x8, Current Input bit: 0x80000000
07-17 15:45:52.044 D/WindowManager( 1010): interceptKeyTi keyCode=82 down=false repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
07-17 15:45:52.044 D/InputDispatcher( 1010): Waiting for application to become ready for input: AppWindowToken{2af20680 token=Token{16652d14 ActivityRecord{1e37cb67 u0 com.nolanlawson.logcat/.LogcatActivity t220}}} - Window{eb80344 u0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}. Reason: Waiting to send key event because the focused window has not finished processing all of the input events that were previously delivered to it. Outbound queue length: 0. Wait queue length: 1.
07-17 15:45:52.045 D/VolumeVibrator( 1883): milliseconds : 30
07-17 15:45:52.045 D/VolumeVibrator( 1883): getCurrent::mPatternworking : true
07-17 15:45:52.045 D/VolumeVibrator( 1883): getCurrent::mVolumes.size : 0
07-17 15:45:52.045 D/VolumeVibrator( 1883): getCurrent::mJustVibrate false
07-17 15:45:52.045 D/VolumeVibrator( 1883): mPatternIndex : 1 mCurVibration.mPattern[mPatternIndex] : 30
07-17 15:45:52.045 D/VolumeVibrator( 1883): volume vibration pattern's value: 100
07-17 15:45:52.045 D/VolumeVibrator( 1883): pattern index reaches end of array. pattern index 1 pattern length 2 repeat -1
07-17 15:45:52.045 D/VolumeVibrator( 1883): clear
07-17 15:45:52.051 I/LGImmersionVibrator( 1010): Vibrator on
07-17 15:45:52.051 D/LGImmersionVibrator( 1010): ImmVibePlayMagSweepEffect 0 30 2362
07-17 15:45:52.074 I/art (19566): CheckpointMarkThreadRoots callback created = 0xb49bc750
07-17 15:45:52.100 I/art (19566): CheckpointMarkThreadRoots callback created = 0xa96a16a0
07-17 15:45:52.123 I/ViewRootImpl(19566): ViewRoot's KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_MENU, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=455904, downTime=455904, deviceId=-1, source=0x101 } to com.android.internal.policy.impl.PhoneWindow$DecorView{26fb150a V.E..... R.....I. 0,0-1080,1806}
07-17 15:45:52.132 I/ViewRootImpl(19566): ViewRoot's KeyEvent { action=ACTION_UP, keyCode=KEYCODE_MENU, scanCode=0, metaState=0, flags=0x0, repeatCount=0, eventTime=455904, downTime=455904, deviceId=-1, source=0x101 } to com.android.internal.policy.impl.PhoneWindow$DecorView{26fb150a V.E..... R.....I. 0,0-1080,1806}
07-17 15:45:52.136 D/SplitWindow( 1010): check instance of lgWin Window{198b0a15 u0 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}
07-17 15:45:52.141 D/InputDispatcher( 1010): Focus left window: Window{eb80344 u0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}
07-17 15:45:52.142 D/InputDispatcher( 1010): Focus entered window: Window{198b0a15 u0 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}
07-17 15:45:52.190 I/art (19566): Background partial concurrent mark sweep GC freed 373118(18MB) AllocSpace objects, 6(125KB) LOS objects, 55% free, 25MB/57MB, paused 988us total 118.263ms
07-17 15:45:52.267 D/InputDispatcher( 1010): notifyMotion - action=ACTION_UP, eventTime=456141519000, downTime=455379855000
07-17 15:45:52.267 D/InputTransport( 1010): channel '39eef009 NavigationBar (server)' : action=ACTION_UP, downTime=455379855000, eventTime=456141519000, pointerCount=1
07-17 15:45:52.267 D/InputTransport( 1010): channel 'WindowManager (server)' : action=ACTION_UP, downTime=455379855000, eventTime=456141519000, pointerCount=1
07-17 15:45:52.269 I/ViewRootImpl( 1359): ViewRoot's Touch Event : ACTION_UP
07-17 15:45:52.269 I/PhoneStatusBar/NavigationBarView( 1359): OneHandMiniViewController, onFling: velocityX = -97.32071, distance = 1.9981537
07-17 15:45:52.271 D/PowerManagerServiceEx( 1010): updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=324613 (131533 ms ago)
07-17 15:45:52.272 I/[SystemUI]LGKeyButtonView( 1359): Navigation Key(187) sendEvent, action : 1, flags : 0, when : 456146
07-17 15:45:52.273 D/PhoneWindowManagerEx( 1010): interceptKeyTq keycode=187 down=false interactive=true policyFlags=2b000002 injected=true keyguardActive=false
07-17 15:45:52.276 D/WindowManager( 1010): interceptKeyTq keycode=187 interactive=true keyguardActive=false policyFlags=2b000002
07-17 15:45:52.276 D/PhoneWindowManagerEx( 1010): interceptKeyTi keyCode=187 down=false repeatCount=0 keyguardOn=false mHomePressed=false canceled=false
07-17 15:45:52.276 I/LGKeyException( 1010): KeyException privateFlags: 0x8, Current Input bit: 0x80000000
07-17 15:45:52.276 I/LGKeyException( 1010): KeyException privateFlags: 0x8, Current Input bit: 0x800000
07-17 15:45:52.659 V/WifiServerServiceExt( 1010): checkPollTimer Cnt= 0 rssi =-88 threshold=-100
07-17 15:45:52.781 E/ThermalEngine( 352): [GPU_MON] GPU busy read fail
07-17 15:45:52.817 I/[SystemUI]StatusBar.NetworkController( 1359): refreshViews 1 connected={ wifi } level=0 mobileLabel=012 Mobile wifiLabel="Bishi!! @ 2.4ghz" emergencyOnly=false
07-17 15:45:52.817 I/[SystemUI]StatusBar.NetworkController( 1359): refreshViews 2 mPhoneSignalIconId=com.android.systemui:drawable/stat_sys_signal_bar5_0_fully mDataSignalIconId=com.android.systemui:drawable/stat_sys_signal_bar5_0_fully mDataTypeIconId=(null) mDataActivity=0 mLGNetworkController.mLGDataTypeIconId=(null) mLGNetworkController.mLGDataActivityIconId=(null)
07-17 15:45:52.817 I/[SystemUI]StatusBar.NetworkController( 1359): refreshViews 3 mAirplaneMode=false mNoSimIconId=(null) mWifiIconId=com.android.systemui:drawable/stat_sys_wifi_signal_1_fully mWifiActivityIconId=(null)
07-17 15:45:53.669 D/InputDispatcher( 1010): notifyMotion - action=ACTION_DOWN, eventTime=457541506000, downTime=457541506000
07-17 15:45:53.675 D/InputTransport( 1010): channel '198b0a15 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity (server)' : action=ACTION_DOWN, downTime=457541506000, eventTime=457541506000, pointerCount=1
07-17 15:45:53.675 D/InputTransport( 1010): channel 'WindowManager (server)' : action=ACTION_DOWN, downTime=457541506000, eventTime=457541506000, pointerCount=1
07-17 15:45:53.677 I/ViewRootImpl(19566): ViewRoot's Touch Event : ACTION_DOWN
07-17 15:45:53.679 D/PowerManagerServiceEx( 1010): updateUserActivitySummaryLocked: mWakefulness=Awake, mUserActivitySummary=0x1, nextTimeout=324613 (132940 ms ago)
07-17 15:45:53.748 D/InputDispatcher( 1010): notifyMotion - action=ACTION_UP, eventTime=457623359000, downTime=457541506000
07-17 15:45:53.749 D/InputTransport( 1010): channel '198b0a15 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity (server)' : action=ACTION_UP, downTime=457541506000, eventTime=457623359000, pointerCount=1
07-17 15:45:53.749 D/InputTransport( 1010): channel 'WindowManager (server)' : action=ACTION_UP, downTime=457541506000, eventTime=457623359000, pointerCount=1
07-17 15:45:53.794 I/ViewRootImpl(19566): ViewRoot's Touch Event : ACTION_UP
07-17 15:45:53.865 I/NotificationServiceEx( 1010): LED remove() : mLights=0|com.nolanlawson.logcat|2131296342|null|10168
07-17 15:45:53.865 D/NotificationServiceEx( 1010): updateLightListLocked :r=0|com.nolanlawson.logcat|2131296342|null|10168, action=2
07-17 15:45:53.865 D/NotificationServiceEx( 1010): notification=Notification(pri=0 contentView=com.nolanlawson.logcat/0x1090079 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 vis=PRIVATE)
07-17 15:45:53.874 I/[SystemUI]PhoneStatusBar( 1359): updateMediaMetaData(false): mMediaMetadata = null
07-17 15:45:53.886 D/InputDispatcher( 1010): Focus left window: Window{198b0a15 u0 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}
07-17 15:45:53.886 D/InputDispatcher( 1010): Focus entered window: Window{eb80344 u0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}
07-17 15:45:53.886 D/InputDispatcher( 1010): Window went away: Window{198b0a15 u0 AtchDlg:com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}
07-17 15:45:54.053 D/AndroidRuntime(19829):
07-17 15:45:54.053 D/AndroidRuntime(19829): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
07-17 15:45:54.055 D/AndroidRuntime(19829): CheckJNI is OFF
07-17 15:45:54.088 E/cutils-trace(19829): Error opening trace file: No such file or directory (2)
07-17 15:45:54.158 D/AndroidRuntime(19829): Calling main entry com.android.commands.am.Am
07-17 15:45:54.177 D/AndroidRuntime(19829): Shutting down VM
07-17 15:45:54.177 I/NotificationService( 1010): enqueueToast pkg=eu.chainfire.supersu [email protected] duration=0
07-17 15:45:54.182 D/NotificationService( 1010): Show pkg=eu.chainfire.supersu cal
Well i fixed the problem somehow.... I reflashed cloudy 3.3 and the problem still continued even in aroma installer happened... So i repired and reformatted system to ext4 reflashed cloudy and everything is working well...
Sent from my G2 Cloudy 3.3
Anyone have issues with random reboots? I get at least 4-5 a day.
Code:
03-25 10:23:01.213 4572 4572 E Zygote : v2
03-25 10:23:01.213 4572 4572 E Zygote : accessInfo : 0
03-25 10:23:01.253 1488 2883 E core: ResourceBufferImpl2.cpp(126): open(): : Resource file blur_classifier.txt was not opened
03-25 10:23:01.443 24868 24868 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! (parcel size = 176)
03-25 10:23:01.663 2988 2988 E ClipboardServiceEx: clipEx is [email protected]
03-25 10:23:01.673 2988 2988 E ClipboardServiceEx: clipEx has text data : false
03-25 10:23:01.773 26929 26941 E DataBuffer: Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: [email protected])
03-25 10:23:01.773 26929 26941 E DataBuffer: Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: [email protected])
03-25 10:23:01.773 26929 26941 E DataBuffer: Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: [email protected])
03-25 10:23:01.803 1488 2883 E core: ResourceBufferImpl2.cpp(126): open(): : Resource file blur_classifier.txt was not opened
03-25 10:23:31.993 24868 24868 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
03-25 10:23:31.993 24868 24868 E AndroidRuntime: java.util.NoSuchElementException: Death link does not exist
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at android.os.BinderProxy.unlinkToDeath(Native Method)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.accessibility.AccessibilityManagerService$Service.unlinkToOwnDeathLocked(AccessibilityManagerService.java:4368)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.accessibility.AccessibilityManagerService$Service.onRemoved(AccessibilityManagerService.java:4360)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.accessibility.AccessibilityManagerService.removeServiceLocked(AccessibilityManagerService.java:2521)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.accessibility.AccessibilityManagerService.access$3900(AccessibilityManagerService.java:158)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.accessibility.AccessibilityManagerService$Service.binderDied(AccessibilityManagerService.java:4400)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.accessibility.AccessibilityManagerService$Service.onServiceConnected(AccessibilityManagerService.java:3879)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1335)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1352)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at android.os.Looper.loop(Looper.java:158)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:508)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:363)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
03-25 10:23:31.993 24868 24868 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
03-25 10:23:32.003 24868 24868 E android.os.Debug: ro.product_ship = true
03-25 10:23:32.003 24868 24868 E android.os.Debug: ro.debug_level = 0x4f4c
03-25 10:23:32.003 24868 24868 E android.os.Debug: sys.mobilecare.preload = false
03-25 10:23:32.073 1488 2883 E core: ResourceBufferImpl2.cpp(126): open(): : Resource file blur_classifier.txt was not opened
YES YES YES. About 3 to 4 each and every day. My phone also seems laggy when using it. I am sad to see I'm not the only one.
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.
I can't run Google Play Store. It was perfectly fine till, I have discovered today that it doesn't work. I am on build Y3XSCN06A1000MPX1803211
I am not sure if Google Play Store updated itself - hence, it is no longer working due to incorrect libraries, etc. Or maybe something else made it stop. I have restarted my phone number of times, I haven't changed settings recently. So, I am really puzzled what's wrong. Anyone has the same problem?
I wonder, if I have to reinstall everything? Or is there a work around? And how I could avoid this in future...?
Same Problem and cannot install APKs normaly
My Google Play Store stopped working too! I can only install new .APK's by download them direktly on my mobil and go into the China Appstore => click on the box (top right corner) => click on the Android icon (between trash bin and the broom) => and click on the tool icon (under the checkbox).
I cannot install APK in the normal way und i already reset my Yota once and the same problem happend again.
I hope somebody got a solution to this problem.
In my case Market stopped working when my phone is consuming large amount of RAM. My issue is non starting download process of apps, just placing them in queue.
You could try two things. For both solutions (workaround) forts queue your download, and then:
1. When you still on Store screen, hit menu/recently used apps button and touch "X" kill button (it will kill most of running apps, what should respawn Store automatically and start download).
2. Reboot your phone. Store starts somewhere on beginning of system boot, so it should start apps download process right away.
@jan.nowak - thank you for your suggestion. However, this doesn't work for me. I can't keep "alive" Google Play Store. When I press its icon it tries to start it but it is closed immediately afterwards. So, I can't even see first page in Play Store.
So, I've killed all apps (after pressing hard key - left one) and pressing something looking similar to -X-. It released about 500MB in my case. I have checked, if I can start Play Store - it failed.
Then I rebooted my mobile and tied again with Play Store - it failed again. I hope it is just inconsistency of my main apps (I mean those 4 you've kindly previously provided). Because I need to install few more apps, I might have to make factory reset and try to install it from scratch. However, I would like to avoid this, if possible.
Less Problem with Aptoide instead of Google Play Store
I got the problem with the Yota 3 Phone twice already and i decide that i dont use Google Play Store anymore instead i use "Aptoide" (I know that i might get a virus). And with Aptoide all Apps run smother and doesnt crash anymore. The downside is you need a 3rd Party youtubeplayer because the normal youtube doesnt work without Google Play and i already got 1 App that i cannot login to because Google Firebase is missing. But overall i think that it es better that Google play. I might try google play after the next update, but my conclusion is that the Google playstore problem is in the moment not fixable.
did anyone found a solution for this?
I am doing factory reset for a third time right now... Google Play Store just stops working all of a sudden and immediately closes after opening. Nothing helps, other then factory reset
Yes there is a safe and working solution.
IMPORTANT NOTE: select the newest versions!
After allowing install from unknown sources, you need to dl + install:
Google Play Services (make a link of the following) apkmirror . com/apk/google-inc/google-play-services/google-play-services-11-9-75-release/google-play-services-11-9-75-448-182402865-android-apk-download/
Google Service Framework: apkmirror . com/apk/google-inc/google-services-framework/google-services-framework-7-1-1-release/google-services-framework-7-1-1-android-apk-download/
Google Account Manager: apkmirror . com/apk/google-inc/google-account-manager/google-account-manager-7-1-1-3515457-release/google-account-manager-7-1-1-3515457-android-apk-download/
Google Play Store: apkmirror . com/apk/google-inc/google-play-store/google-play-store-8-7-10-release/google-play-store-8-7-10-all-0-pr-181799446-android-apk-download/
usually all you need but it will stuck, so additional
Android System WebView: apkmirror . com/apk/google-inc/android-system-webview/android-system-webview-64-0-3282-99-release/android-system-webview-64-0-3282-99-2-android-apk-download/
(Source: geeks-r-us . de/2018/02/05/google-play-store-auf-dem-neuen-yotaphone-3-mit-chinesischem-rom-installieren-checking-info-problem/ )
greets from Germany
_______________________
How many Germans do you need to change a bulb?
One. We don't have humour and we're efficient. ;o)
I hope someone who had the same problem in the past, could say if it is working for them.
At the moment, I can't update my system... I will need to wait couple of weeks/months before I can do that. I wonder if you get other issues instead?
This solution did not work for me. Once Google Play store stops working- phone is refusing to install any APK. Also some apps installed via Google Play store stopped working (ie Spotify)
doin 4th factory reset now...
U-977 said:
Yes there is a safe and working solution.
IMPORTANT NOTE: select the newest versions!
After allowing install from unknown sources, you need to dl + install:
Google Play Services (make a link of the following) apkmirror . com/apk/google-inc/google-play-services/google-play-services-11-9-75-release/google-play-services-11-9-75-448-182402865-android-apk-download/
Google Service Framework: apkmirror . com/apk/google-inc/google-services-framework/google-services-framework-7-1-1-release/google-services-framework-7-1-1-android-apk-download/
Google Account Manager: apkmirror . com/apk/google-inc/google-account-manager/google-account-manager-7-1-1-3515457-release/google-account-manager-7-1-1-3515457-android-apk-download/
Google Play Store: apkmirror . com/apk/google-inc/google-play-store/google-play-store-8-7-10-release/google-play-store-8-7-10-all-0-pr-181799446-android-apk-download/
usually all you need but it will stuck, so additional
Android System WebView: apkmirror . com/apk/google-inc/android-system-webview/android-system-webview-64-0-3282-99-release/android-system-webview-64-0-3282-99-2-android-apk-download/
(Source: geeks-r-us . de/2018/02/05/google-play-store-auf-dem-neuen-yotaphone-3-mit-chinesischem-rom-installieren-checking-info-problem/ )
greets from Germany
_______________________
How many Germans do you need to change a bulb?
One. We don't have humour and we're efficient. ;o)
Click to expand...
Click to collapse
Here is an exempt from the adb logcat for the relevant part of the log:
Code:
07-01 13:42:50.258 4557 5251 V CommandQueue: appTransitionStarting(startTime=684978, duration=120
07-01 13:42:50.258 4557 4557 V PhoneStatusBarPolicy: updateManagedProfile: mManagedProfileFocused: false
07-01 13:42:50.358 5611 5687 E DatabaseUtils: Writing exception to parcel
07-01 13:42:50.358 5611 5687 E DatabaseUtils: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=10477, uid=10201 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
07-01 13:42:50.358 5611 5687 E DatabaseUtils: at android.content.ContentProvider.enforceReadPermissionInner(ContentProvider.java:639)
07-01 13:42:50.358 5611 5687 E DatabaseUtils: at android.content.ContentProvider$Transport.enforceReadPermission(ContentProvider.java:499)
07-01 13:42:50.358 5611 5687 E DatabaseUtils: at android.content.ContentProvider$Transport.query(ContentProvider.java:217)
07-01 13:42:50.358 5611 5687 E DatabaseUtils: at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112)
07-01 13:42:50.358 5611 5687 E DatabaseUtils: at android.os.Binder.execTransact(Binder.java:565)
07-01 13:42:50.360 10477 10477 D AndroidRuntime: Shutting down VM
07-01 13:42:50.361 10477 10477 E AndroidRuntime: FATAL EXCEPTION: main
07-01 13:42:50.361 10477 10477 E AndroidRuntime: Process: com.android.vending, PID: 10477
07-01 13:42:50.361 10477 10477 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.finsky.application.impl.FinskyApplication: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=10477, uid=10201 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5492)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.app.ActivityThread.-wrap2(ActivityThread.java)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1562)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6207)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:929)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:819)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: Caused by: java.lang.SecurityException: Permission Denial: reading com.google.android.gsf.gservices.GservicesProvider uri content://com.google.android.gsf.gservices/prefix from pid=10477, uid=10201 requires com.google.android.providers.gsf.permission.READ_GSERVICES, or grantUriPermission()
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1684)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:534)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.content.ContentResolver.query(ContentResolver.java:475)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.c.g.b(SourceFile:140)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.c.g.c(SourceFile:40)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.c.g.a(SourceFile:29)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.play.utils.b.i.<init>(SourceFile:3)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.play.utils.b.a.a(SourceFile:5)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.finsky.application.impl.a.a(SourceFile:49)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.finsky.application.impl.a.df(SourceFile:2033)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at com.google.android.finsky.application.impl.FinskyApplication.onCreate(SourceFile:11)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1027)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5489)
07-01 13:42:50.361 10477 10477 E AndroidRuntime: ... 8 more
07-01 13:42:50.363 3704 6823 D AbnormalController: get commit = 2, crashApplicationInner,Google Play Store,com.android.vending,
Maybe it will give some insights. I tried to give the missing permission to the Play Store:
Code:
127|Y3:/sdcard/fix $ pm grant com.android.vending com.google.android.providers.gsf.permission.READ_GSERVICES
Operation not allowed: java.lang.SecurityException: Permission com.google.android.providers.gsf.permission.READ_GSERVICES is not a changeable permission type
but without any success.
Up
Did anyone manage to find a solution? Have tried everything in this thread including multiple factory resets...
Hope the solution is on time
Hello guys. Recently i bought this phone and suffered with the same problem. After go back to factory resetting 6times I figure out the problem. DONT UPDATE 咪咕阅读IN PLAY STORE. I guess this app should be embedded within the system level with bad configuration. It automatically pop up in update list in play store even you don't install it in your phone. Once you update this app, every thing crashed. So stop auto updating first. And never update this app .
Thanks you for the tips about using AppStore to install .apk.
You can download APKUpdater to get the updates your phone is elligible to !!!
POPO_O said:
Hello guys. Recently i bought this phone and suffered with the same problem. After go back to factory resetting 6times I figure out the problem. DONT UPDATE 咪咕阅读IN PLAY STORE. I guess this app should be embedded within the system level with bad configuration. It automatically pop up in update list in play store even you don't install it in your phone. Once you update this app, every thing crashed. So stop auto updating first. And never update this app .
Click to expand...
Click to collapse
I want to ask you: After you do not update 咪 咕 阅读, will the chplay stop being active again? Would not it crash again? thanks
I may be wrong, but the Yotaphone 3 is a Chinese-version phone. It cannot run Google Play natively. All the hacked versions are volatile (from what I have read). I made the error of buying the Y3 from a store on Ali Express -- after they said it was the English/Google International version. When in fact, it wasn't. I recommend the Hisense line of dual-screen phones; or the Yota 2. For now, the newer Yotaphones are best used if you are Chinese and from China.
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