Ticwatch Pro 4g (catshark) Verizon eSIM unlocking? - Other SmartWatches

I'm trying to get the Ticwatch Pro 4g Verizon (WF11026V) working on a non-Verizon carrier. From other threads, it seems that by faking the SIM of the phone to the officially supported carrier, it's possible to scan an eSIM QR code and it typically works - or at least for the EU versions. I've had no such luck on the Verizon one. Does anyone know more? And does anyone have a EU modem firmware image they can share, in case that is the main difference? (and maybe also modemst1 - though note that this probably includes your IMEI config)
Random technical notes below, which might be useful for people trying similar things:
Janjan's EU ROM (at least the December version) flashes fine on the US version. Without an active Verizon subscription I can't test if the wireless works. Interestingly, Janjan's US ROM just bootloops on the US watch. I did not flash aboot (which contains the fastboot bootloader) out of an abundance of caution, but it seems everything still works with stock aboot.
On the EU versions, there's TicEsimFix, which uses Xposed to change the CarrierId to 28 (Vodafone UK). For those wondering how it works - although sadly it's not open-source (or at least the source isn't easy to find) - it seems to use Xposed's findAndHookMethod to replace the result of TelephonyManager.getSimCarrierId with 28.
This has no effect on the Verizon watch, either in the Mobvoi app or the WearOS app, and either using id=28 or with a Verizon MVNO SIM that reports id=1839 (Verizon). In fact, the WearOS debug logs suggest that the watch is not eSIM capable - 'no eSIM devices found'.
It also appears EU versions have an eSIM assistant app on the watch that doesn't appear on the US version - but even though it's running an EU ROM that isn't showing up. So what if we made it think it was an EU watch? The main differentiator seemed to be in the model number, and it turns out if you change the model to the EU one (WF11018) in the /oem partition, that app shows up after a factory reset. (note - you'll have to remount oem as rw, by default it's mounted as ro - IF YOU TRY THIS MAKE SURE TO BACK UP YOUR PARTITIONS - you can directly adb pull partition images from /dev/block/by-name if in TWRP, it's more complicated from WearOS since adb does not have root permissions)
For the curious, changing props ro.boot.hardware.sku and ro.oem.tw.cmodel (through MagiskHidePropsConf) do not seem to be effective
But launching the app causes it immediately crash. ADB logcat shows this:
Spoiler: ADB log
Code:
10-04 03:42:01.266 4978 4978 D LpaApplication: onCreate
10-04 03:42:01.454 4978 4978 D TicPhoneStateListener: service state = {mVoiceRegState=1(OUT_OF_SERVICE), mDataRegState=1(OUT_OF_SERVICE), mChannelNumber=-1, duplexMode()=0, mCellBandwidths=[], mVoiceRoamingType=home, mDataRoamingType=home, mVoiceOperatorAlphaLong=, mVoiceOperatorAlphaShort=, mDataOperatorAlphaLong=, mDataOperatorAlphaShort=, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=0(Unknown), mRilDataRadioTechnology=0(Unknown), mCssIndicator=unsupported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=false, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mNetworkRegistrationStates=[NetworkRegistrationState{transportType=1 domain=CS regState=NOT_REG_SEARCHING accessNetworkTechnology=UNKNOWN reasonForDenial=0 emergencyEnabled=false supportedServices=null cellIdentity=null voiceSpecificStates=VoiceSpecificRegistrationStates { mCssSupported=false mRoamingIndicator=-1 mSystemIsInPrl=-1 mDefaultRoamingIndicator=-1} dataSpecificStates=null}, NetworkRegistrationState{transportType=1 domain=PS regState=NOT_REG_NOT_SEARCHING accessNetworkTechnology=UNKNOWN reasonForDenial=0 emergencyEnabled=false supportedServices=null cellIdentity=null voiceSpecificStates=null dataSpecificStates=DataSpecificRegistrationStates { mMaxDataCalls=20}}]}
10-04 03:42:01.458 4978 4978 I LpaApplication: Proxy service connect state changed: 2
10-04 03:42:01.459 4978 4978 I ServiceConnector: [mps] service connected, cn: ComponentInfo{com.mobvoi.companion.aw/com.mobvoi.wear.msgproxy.server.AwWearMessageProxyService}, mConnectLost: false
10-04 03:42:02.136 4978 4978 D TelMgr : TelMgrReader hasIcc true
10-04 03:42:02.137 4978 4978 D TelMgr : sendTerminalCapaCmdToICCcard
10-04 03:42:02.148 1461 1490 I ActivityManager: Displayed com.mobvoi.wear.lpa.aw/com.mobvoi.ticwear.lui.LpaAwMainActivity: +1s101ms
10-04 03:42:02.170 4978 4978 D TelMgr : iccTransmitApduBasicChannel response is 9000
10-04 03:42:02.171 4978 4978 D TelMgr : TelMgrReader: sendTerminalCapaCmdToICCcard 9000
10-04 03:42:02.221 4978 4978 D TelMgr : TelMgrReader:iccOpenLogicalChannel Channel: 2 Status: 1
10-04 03:42:02.223 4978 4978 D RealCardService: getGsmaV4Card, cardValid: falsecard Connected: true
10-04 03:42:02.237 4978 4978 I ES10c :
10-04 03:42:02.237 4978 4978 I ES10c :
10-04 03:42:02.237 4978 4978 I ES10c : Get profiles info request:
10-04 03:42:02.237 4978 4978 I ES10c : Full:
10-04 03:42:02.237 4978 4978 I ES10c : BF2D035C015A
10-04 03:42:02.239 4978 4978 D TelMgr : >> 80E2910006BF2D035C015A
10-04 03:42:02.240 4978 4978 D TelMgr : Channel 2, class 128, p1 145, p2 0, p3 6 data BF2D035C015A
10-04 03:42:02.277 4978 4978 D TelMgr : sendCommand response 6985
10-04 03:42:02.279 4978 4978 D TelMgr : << 6985
10-04 03:42:02.287 4978 4978 D TelMgr : close: Channel: 2 Status: 1
10-04 03:42:02.316 4978 4978 I GSMAv4Card: Closed connection to card
10-04 03:42:02.320 4978 4978 E RealCardService: Refresh profiles failed,
10-04 03:42:02.320 4978 4978 E RealCardService: java.lang.RuntimeException: b.c.c.a.a.a.j: Get profiles info problem
10-04 03:42:02.320 4978 4978 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.x.i(RealCardService.java:11)
10-04 03:42:02.320 4978 4978 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.x.a(RealCardService.java:15)
10-04 03:42:02.320 4978 4978 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.CardService.onCreate(CardService.java:6)
10-04 03:42:02.320 4978 4978 E RealCardService: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3533)
10-04 03:42:02.320 4978 4978 E RealCardService: at android.app.ActivityThread.access$1300(ActivityThread.java:200)
10-04 03:42:02.320 4978 4978 E RealCardService: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1667)
10-04 03:42:02.320 4978 4978 E RealCardService: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 03:42:02.320 4978 4978 E RealCardService: at android.os.Looper.loop(Looper.java:193)
10-04 03:42:02.320 4978 4978 E RealCardService: at android.app.ActivityThread.main(ActivityThread.java:6680)
10-04 03:42:02.320 4978 4978 E RealCardService: at java.lang.reflect.Method.invoke(Native Method)
10-04 03:42:02.320 4978 4978 E RealCardService: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
10-04 03:42:02.320 4978 4978 E RealCardService: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
10-04 03:42:02.320 4978 4978 E RealCardService: Caused by: b.c.c.a.a.a.j: Get profiles info problem
10-04 03:42:02.320 4978 4978 E RealCardService: at b.c.c.a.a.a.m.a(Es10cImpl.java:38)
10-04 03:42:02.320 4978 4978 E RealCardService: at b.c.c.a.a.a.q.a(LocalProfileManagment.java:3)
10-04 03:42:02.320 4978 4978 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.x.i(RealCardService.java:6)
10-04 03:42:02.320 4978 4978 E RealCardService: ... 11 more
10-04 03:42:02.320 4978 4978 E RealCardService: Caused by: b.c.c.a.a.a.j: Invalid APDU response: 6985
10-04 03:42:02.320 4978 4978 E RealCardService: at b.c.c.a.a.a.n.a(GsmaV4Card.java:13)
10-04 03:42:02.320 4978 4978 E RealCardService: at b.c.c.a.a.a.h.a(CardAwareEndpoint.java:3)
10-04 03:42:02.320 4978 4978 E RealCardService: at b.c.c.a.a.a.m.a(Es10cImpl.java:8)
10-04 03:42:02.320 4978 4978 E RealCardService: ... 13 more
10-04 03:42:02.335 4978 4978 D Management: onService Connected
10-04 03:42:02.338 4978 4978 D TelMgrReader: isCardPresent? true
10-04 03:42:02.414 4978 5000 D TelMgr : TelMgrReader:iccOpenLogicalChannel Channel: 2 Status: 1
10-04 03:42:02.415 4978 5000 I RealCardService: TelMgrReader connected!
10-04 03:42:02.416 4978 5000 D TelMgr : >> 82E2910003BF2200
10-04 03:42:02.417 4978 5000 D TelMgr : Channel 2, class 130, p1 145, p2 0, p3 3 data BF2200
10-04 03:42:02.449 4978 5000 D TelMgr : sendCommand response 6985
10-04 03:42:02.451 4978 5000 D TelMgr : << 6985
10-04 03:42:02.453 4978 5000 D TelMgr : close: Channel: 2 Status: 1
10-04 03:42:02.480 4978 5000 I GSMAv4Card: Closed connection to card
10-04 03:42:02.490 4978 5000 E ProfileListFragment:
10-04 03:42:02.490 4978 5000 E ProfileListFragment: java.lang.RuntimeException: b.c.c.a.a.a.j: Get eUICC FW problem
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at com.mobvoi.ticwear.lpa.euicc.card.x.d(RealCardService.java:6)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at com.mobvoi.ticwear.lpa.euicc.card.CardService.d(CardService.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at b.c.c.a.e.b.call(Unknown Source:2)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.d.a.j$a.onNext(OnSubscribeMap.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.d.a.z$a.onNext(OperatorSubscribeOn.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.d.a.e.a(NotificationLite.java:9)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.e$b.a(SubjectSubscriptionManager.java:13)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.e$b.a(SubjectSubscriptionManager.java:3)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.e$b.b(SubjectSubscriptionManager.java:6)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.a.a(BehaviorSubject.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.a.call(BehaviorSubject.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.e.a(SubjectSubscriptionManager.java:14)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.e.a(SubjectSubscriptionManager.java:5)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.e.call(SubjectSubscriptionManager.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.d.a.i.a(OnSubscribeLift.java:3)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.d.a.i.call(OnSubscribeLift.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.h.b(Observable.java:7)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.d.a.z$a.call(OperatorSubscribeOn.java:4)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at f.a.b.b$b.run(LooperScheduler.java:1)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at android.os.Handler.handleCallback(Handler.java:873)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at android.os.Handler.dispatchMessage(Handler.java:99)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at android.os.Looper.loop(Looper.java:193)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at android.os.HandlerThread.run(HandlerThread.java:65)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: Caused by: b.c.c.a.a.a.j: Get eUICC FW problem
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at b.c.c.a.a.a.m.f(Es10cImpl.java:7)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at b.c.c.a.a.a.q.b(LocalProfileManagment.java:3)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at com.mobvoi.ticwear.lpa.euicc.card.x.d(RealCardService.java:5)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: ... 22 more
10-04 03:42:02.490 4978 5000 E ProfileListFragment: Caused by: b.c.c.a.a.a.j: Invalid APDU response: 6985
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at b.c.c.a.a.a.n.a(GsmaV4Card.java:13)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: at b.c.c.a.a.a.m.f(Es10cImpl.java:2)
10-04 03:42:02.490 4978 5000 E ProfileListFragment: ... 24 more
10-04 03:42:02.500 4978 5000 D Es10c : GetEid
10-04 03:42:02.552 4978 5000 D TelMgr : TelMgrReader:iccOpenLogicalChannel Channel: 2 Status: 1
10-04 03:42:02.553 4978 5000 I RealCardService: TelMgrReader connected!
10-04 03:42:02.554 4978 5000 I ES10c :
10-04 03:42:02.554 4978 5000 I ES10c :
10-04 03:42:02.554 4978 5000 I ES10c : Get EID request:
10-04 03:42:02.554 4978 5000 I ES10c : Full:
10-04 03:42:02.554 4978 5000 I ES10c : BF3E035C015A
10-04 03:42:02.556 4978 5000 D TelMgr : >> 82E2910006BF3E035C015A
10-04 03:42:02.557 4978 5000 D TelMgr : Channel 2, class 130, p1 145, p2 0, p3 6 data BF3E035C015A
10-04 03:42:02.614 4978 5000 D TelMgr : sendCommand response 6985
10-04 03:42:02.616 4978 5000 D TelMgr : << 6985
10-04 03:42:02.617 4978 5000 D TelMgr : close: Channel: 2 Status: 1
10-04 03:42:02.647 4978 5000 I GSMAv4Card: Closed connection to card
10-04 03:42:02.654 4978 5000 E AndroidRuntime: FATAL EXCEPTION: Apdu
10-04 03:42:02.654 4978 5000 E AndroidRuntime: Process: com.mobvoi.wear.lpa.aw, PID: 4978
10-04 03:42:02.654 4978 5000 E AndroidRuntime: java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling.
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.a.b.b$b.run(LooperScheduler.java:3)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:873)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at android.os.HandlerThread.run(HandlerThread.java:65)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: Caused by: f.b.f: b.c.c.a.a.a.j: Get profiles info problem
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.d.c$a.a(InternalObservableUtils.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.d.c$a.call(InternalObservableUtils.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.d.b.onError(ActionSubscriber.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.e.a.a(SafeSubscriber.java:2)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.e.a.onError(SafeSubscriber.java:4)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.j$a.onError(OnSubscribeMap.java:4)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.j$a.onNext(OnSubscribeMap.java:5)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.z$a.onNext(OperatorSubscribeOn.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.e.a(NotificationLite.java:9)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.e$b.a(SubjectSubscriptionManager.java:13)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.e$b.a(SubjectSubscriptionManager.java:3)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.e$b.b(SubjectSubscriptionManager.java:6)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.a.a(BehaviorSubject.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.a.call(BehaviorSubject.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.e.a(SubjectSubscriptionManager.java:14)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.e.a(SubjectSubscriptionManager.java:5)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.e.call(SubjectSubscriptionManager.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.i.a(OnSubscribeLift.java:3)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.i.call(OnSubscribeLift.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.h.b(Observable.java:7)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.z$a.call(OperatorSubscribeOn.java:4)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.a.b.b$b.run(LooperScheduler.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: ... 4 more
10-04 03:42:02.654 4978 5000 E AndroidRuntime: Caused by: java.lang.RuntimeException: b.c.c.a.a.a.j: Get profiles info problem
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at com.mobvoi.ticwear.lpa.euicc.card.x.a(RealCardService.java:52)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at com.mobvoi.ticwear.lpa.euicc.card.CardService.a(CardService.java:4)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at b.c.c.a.e.m.call(Unknown Source:2)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at f.d.a.j$a.onNext(OnSubscribeMap.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: ... 19 more
10-04 03:42:02.654 4978 5000 E AndroidRuntime: Caused by: b.c.c.a.a.a.j: Get profiles info problem
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at b.c.c.a.a.a.m.e(Es10cImpl.java:8)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at b.c.c.a.a.a.q.a(LocalProfileManagment.java:1)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at com.mobvoi.ticwear.lpa.euicc.card.x.a(RealCardService.java:51)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: ... 22 more
10-04 03:42:02.654 4978 5000 E AndroidRuntime: Caused by: b.c.c.a.a.a.j: Invalid APDU response: 6985
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at b.c.c.a.a.a.n.a(GsmaV4Card.java:13)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at b.c.c.a.a.a.h.a(CardAwareEndpoint.java:3)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: at b.c.c.a.a.a.m.e(Es10cImpl.java:4)
10-04 03:42:02.654 4978 5000 E AndroidRuntime: ... 24 more
10-04 03:42:02.666 1461 2061 W ActivityManager: Force finishing activity com.mobvoi.wear.lpa.aw/com.mobvoi.ticwear.lui.LpaAwMainActivity
10-04 03:42:02.731 4978 5000 I Process : Sending signal. PID: 4978 SIG: 9
10-04 03:42:02.784 1461 1475 I WindowManager: WIN DEATH: Window{c241991 u0 com.mobvoi.wear.lpa.aw/com.mobvoi.ticwear.lui.LpaAwMainActivity}
10-04 03:42:02.762 365 524 I chatty : uid=1000(system) HwBinder:365_1 identical 1 line
10-04 03:42:02.784 1461 1566 W InputDispatcher: channel 'c241991 com.mobvoi.wear.lpa.aw/com.mobvoi.ticwear.lui.LpaAwMainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
10-04 03:42:02.784 1461 1566 E InputDispatcher: channel 'c241991 com.mobvoi.wear.lpa.aw/com.mobvoi.ticwear.lui.LpaAwMainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
10-04 03:42:02.784 1461 1475 W InputDispatcher: Attempted to unregister already unregistered input channel 'c241991 com.mobvoi.wear.lpa.aw/com.mobvoi.ticwear.lui.LpaAwMainActivity (server)'
10-04 03:42:02.787 1461 1886 I ActivityManager: Process com.mobvoi.wear.lpa.aw (pid 4978) has died: cch CRE
10-04 03:42:02.792 351 351 I Zygote : Process 4978 exited due to signal (9)
10-04 03:42:02.792 1461 1485 W libprocessgroup: kill(-4978, 9) failed: No such process
10-04 03:42:02.792 1461 1485 I libprocessgroup: Successfully killed process cgroup uid 10024 pid 4978 in 4ms
The Mobvoi app also allows "Scan QR code", but the watch just says "Download Fail". ADB logcat shows this:
Spoiler: ADB log
Code:
10-05 03:02:58.850 18870 18890 D TelMgr : TelMgrReader:iccOpenLogicalChannel Channel: 2 Status: 1
10-05 03:02:58.850 18870 18890 I RealCardService: TelMgrReader connected!
10-05 03:02:58.851 18870 18890 I LPALight: Started
10-05 03:02:58.851 18870 18890 D TelMgr : >> 82E2910003BF2000
10-05 03:02:58.852 18870 18890 D TelMgr : Channel 2, class 130, p1 145, p2 0, p3 3 data BF2000
10-05 03:02:58.879 18870 18890 D TelMgr : sendCommand response 6985
10-05 03:02:58.879 18870 18890 D TelMgr : << 6985
10-05 03:02:58.881 18870 18890 D TelMgr : close: Channel: 2 Status: 1
10-05 03:02:58.899 18870 18890 I GSMAv4Card: Closed connection to card
10-05 03:03:04.907 18870 18870 D RealCardService: updateUI
10-05 03:03:04.910 18870 18870 D DownloadActivity: Download error: Invalid APDU response: 6985: Invalid APDU response: 6985
10-05 03:03:04.955 18870 18890 D TelMgr : TelMgrReader:iccOpenLogicalChannel Channel: 2 Status: 1
10-05 03:03:04.956 18870 18890 I RealCardService: TelMgrReader connected!
10-05 03:03:04.958 18870 18890 D TelMgr : >> 82E2910003BF2800
10-05 03:03:04.959 18870 18890 D TelMgr : Channel 2, class 130, p1 145, p2 0, p3 3 data BF2800
10-05 03:03:04.995 18870 18890 D TelMgr : sendCommand response 6985
10-05 03:03:04.996 18870 18890 D TelMgr : << 6985
10-05 03:03:04.997 18870 18890 D TelMgr : close: Channel: 2 Status: 1
10-05 03:03:05.016 18870 18890 I GSMAv4Card: Closed connection to card
10-05 03:03:05.018 18870 18890 E RealCardService: Error while processing notifications
10-05 03:03:05.018 18870 18890 E RealCardService: b.c.c.a.a.a.j: Invalid APDU response: 6985
10-05 03:03:05.018 18870 18890 E RealCardService: at b.c.c.a.a.a.n.a(GsmaV4Card.java:13)
10-05 03:03:05.018 18870 18890 E RealCardService: at b.c.c.a.a.a.l.a(Es10bImpl.java:164)
10-05 03:03:05.018 18870 18890 E RealCardService: at b.c.c.a.a.a.r.a(NotificationManagment.java:1)
10-05 03:03:05.018 18870 18890 E RealCardService: at b.c.c.a.a.a.r.a(NotificationManagment.java:7)
10-05 03:03:05.018 18870 18890 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.x.h(RealCardService.java:1)
10-05 03:03:05.018 18870 18890 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.r.a(RealCardService.java:20)
10-05 03:03:05.018 18870 18890 E RealCardService: at com.mobvoi.ticwear.lpa.euicc.card.d.call(Unknown Source:4)
10-05 03:03:05.018 18870 18890 E RealCardService: at f.d.d.b.onNext(ActionSubscriber.java:1)
10-05 03:03:05.018 18870 18890 E RealCardService: at f.e.a.onNext(SafeSubscriber.java:2)
10-05 03:03:05.018 18870 18890 E RealCardService: at f.d.a.w$a.call(OperatorObserveOn.java:8)
10-05 03:03:05.018 18870 18890 E RealCardService: at f.a.b.b$b.run(LooperScheduler.java:1)
10-05 03:03:05.018 18870 18890 E RealCardService: at android.os.Handler.handleCallback(Handler.java:873)
10-05 03:03:05.018 18870 18890 E RealCardService: at android.os.Handler.dispatchMessage(Handler.java:99)
10-05 03:03:05.018 18870 18890 E RealCardService: at android.os.Looper.loop(Looper.java:193)
10-05 03:03:05.018 18870 18890 E RealCardService: at android.os.HandlerThread.run(HandlerThread.java:65)
10-05 03:03:05.020 18870 18890 D RealCardService: execute event: download
This would suggest that it is able to communicate with the eSIM, but it's getting an invalid response. So the possibilities I can think of are:
1) There's some firmware issue between the app and the eSIM that is causing issues. Perhaps the modem firmware is blocking something - so I'm interested in acquiring an EU modem firmware and trying to flash it. This would be weird in that it's not blocking communication with the SIM completely, but blocking certain functionality.
2) The Verizon watch has a different eSIM chip (or different hardware in general), and it's not possible to use it with a different carrier without hardware mods like soldering in a new eSIM. Could the eSIM just mean a non-rewritable SIM that's just embedded onto the board?
3) The eSIM is somehow locked (is this even a thing? - can it be unlocked and reset? - especially if we have root we can probably send arbitrary commands to the eSIM). The logs above suggest every APDU command - even benign ones like get profiles and EID - is returning 6985, which apparently is an error code.
Any ideas?

Thanks for the detailed write up.Did you ever get anywhere with this? I purchased a ticwatch pro 3 ultra and I'm trying to activate it on Verizon.

No, I wasn't able to figure it out, and I gave up.
Presumably a US LTE TicWatch designed for Verizon should activate on Verizon pretty easily, and unlike trying to activate it on an unsupported carrier you might be able to get Verizon tech support or something.

Related

Help needed: Settings crashing with logcat information

My Nexus 4 is rooted with stock ROM (version 4.4.4) and TWRP. Whenever I select an app under Settings/Apps, it crashes with the following error message:
Unfortunately, Settings has stopped.
Click to expand...
Click to collapse
One thing that might be related to the crashes is the following. I've replaced the original wallpaper with a different picture. Recently I tried to dig out the original wallpaper. So I went to /system/priv-app/Launcher2.apk, and launched Launcher2.apk. That didn't bring up the original wallpaper, but it may have caused the current crashing.
I also pulled out the following logcat that seems to be related to the crash. Can someone kindly help me diagnose what's causing the crash? And how to fix this?
08-22 13:12:43.583 11120 11120 W ResourceType: getEntry failing because entryIndex 129 is beyond type entryCount 4
08-22 13:12:43.673 11120 11120 D AndroidRuntime: Shutting down VM
08-22 13:12:43.683 11120 11120 E AndroidRuntime: FATAL EXCEPTION: main
08-22 13:12:43.683 11120 11120 E AndroidRuntime: Process: com.android.settings, PID: 11120
08-22 13:12:43.683 11120 11120 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.android.settings/com.android.settings.SubSettings}: java.lang.NullPointerException: target == null
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2774)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2803)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2238)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.access$800(ActivityThread.java:135)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5001)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: Caused by: java.lang.NullPointerException: target == null
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.text.RuleBasedCollator.compare(RuleBasedCollator.java:391)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.text.Collator.compare(Collator.java:194)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions$PermissionGroupInfoComparator.compare(AppSecurityPermissions.java:592)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions$PermissionGroupInfoComparator.compare(AppSecurityPermissions.java:581)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.binarySort(TimSort.java:261)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.sort(TimSort.java:186)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.TimSort.sort(TimSort.java:169)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.Arrays.sort(Arrays.java:2023)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at java.util.Collections.sort(Collections.java:1883)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions.setPermissions(AppSecurityPermissions.java:657)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.widget.AppSecurityPermissions.<init>(AppSecurityPermissions.java:279)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.settings.applications.InstalledAppDetails.refreshUi(InstalledAppDetails.java:778)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at com.android.settings.applications.InstalledAppDetails.onResume(InstalledAppDetails.java:584)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.Fragment.performResume(Fragment.java:1743)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:924)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
8-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1044)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1863)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:5320)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2764)
08-22 13:12:43.683 11120 11120 E AndroidRuntime: ... 10 more
08-22 13:12:43.683 596 1648 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
08-22 13:12:43.683 596 1648 W ActivityManager: Force finishing activity com.android.settings/.SubSettings
08-22 13:12:44.174 596 617 W ActivityManager: Activity pause timeout for ActivityRecord{65cde598 u0 com.android.settings/.SubSettings t2 f}
08-22 13:12:45.375 11120 11120 I Process : Sending signal. PID: 11120 SIG: 9
08-22 13:12:45.395 596 840 I ActivityManager: Process com.android.settings (pid 11120) has died.
08-22 13:12:45.395 596 2335 I WindowState: WIN DEATH: Window{65a32ac0 u0 com.android.settings/com.android.settings.Settings}
08-22 13:12:45.395 596 653 I WindowState: WIN DEATH: Window{64e577b0 u0 com.android.settings/com.android.settings.SubSettings}
08-22 13:12:45.415 174 174 W art : Could not get current activity
08-22 13:12:45.425 596 840 I ActivityManager: Start proc com.android.settings for activity com.android.settings/.Settings: pid=13387 uid=1000 gids={41000, 1028, 1015, 3002, 3001, 3003}
08-22 13:12:45.475 13387 13387 W art : Failed to find ELF magic in /system/priv-app/Settings.odex: dey
Click to expand...
Click to collapse
In addition, there are some other warnings and errors as shown below, which I don't understand either. Recently I do have problems about location and time for a few Apps. For example, the clock on the Notification Bar keeps drifting off, and a few apps could not find the current location.
08-22 13:12:02.010 184 196 E ANDR-PERF-LOCK: Failed to reset optimization for resource: 4 level: 0
...
08-22 13:12:02.140 2530 2530 W System.err: java.lang.IllegalArgumentException: provider doesn't exist: network
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Parcel.readException(Parcel.java:1469)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Parcel.readException(Parcel.java:1419)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.ILocationManager$Stub$Proxy.requestLocationUpdates(ILocationManager.java:540)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:860)
08-22 13:12:02.140 2530 2530 W System.err: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:454)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.b.a.a(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.location.q.b(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.ClockService.a(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at com.droid27.transparentclockweather.h.onReceive(Unknown Source)
08-22 13:12:02.140 2530 2530 W System.err: at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:759)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Handler.handleCallback(Handler.java:733)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Handler.dispatchMessage(Handler.java:95)
08-22 13:12:02.140 2530 2530 W System.err: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:02.140 2530 2530 W System.err: at android.app.ActivityThread.main(ActivityThread.java:5001)
08-22 13:12:02.140 2530 2530 W System.err: at java.lang.reflect.Method.invoke(Native Method)
08-22 13:12:02.140 2530 2530 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
08-22 13:12:02.140 2530 2530 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
08-22 13:12:02.150 11260 11260 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.music.NETWORK_MONITOR_SERVICE } android.content.ContextWrapper.bindService:517 com.google.android.music.utils.SafeServiceConnection$ServiceConnectionImp.bindService:98 com.google.android.music.utils.SafeServiceConnection.bindService:259
08-22 13:12:02.150 11260 11260 W ContextImpl: Implicit intents with startService are not safe: Intent { act=com.google.android.music.NETWORK_MONITOR_SERVICE } android.content.ContextWrapper.bindService:517 com.google.android.music.utils.SafeServiceConnection$ServiceConnectionImp.bindService:98 com.google.android.music.utils.SafeServiceConnection.bindService:259
08-22 13:12:02.260 243 13222 E mm-camera: sensor_load_chromatix: libchromatix_imx119_preview.so: 30
08-22 13:12:02.270 243 13222 W linker : libmmcamera_faceproc.so has text relocations. This is wasting memory and is a security risk. Please fix.
08-22 13:12:02.280 2924 2924 D k : *************repeatAlarmStartOnlyExpired*****
08-22 13:12:02.280 243 13222 E mm-camera: vfe_ops_init: E
08-22 13:12:02.280 243 13222 E mm-camera: vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
08-22 13:12:02.280 243 13222 E mm-camera: vfe_legacy_stats_buffer_init: AEC_STATS_BUFNUM
08-22 13:12:02.290 243 13222 E mm-camera: mctl_init_stats_proc_info: snap_max_line_cnt =25776
08-22 13:12:02.300 176 704 W linker : libmorpho_noise_reduction.so has text relocations. This is wasting memory and is a security risk. Please fix.
08-22 13:12:02.370 176 704 E QCameraHWI: android::status_t android::QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t*): mPreviewWindow = 0x0xb87db0f8, mStreamDisplay = 0x0xb87d2e70
08-22 13:12:02.370 176 704 D QCameraHWI: android::status_t android::QCameraHardwareInterface::startPreview(): start preview now
08-22 13:12:02.370 176 704 I QCameraHWI: android::status_t android::QCameraHardwareInterface::startPreview2():Setting ZSL mode
08-22 13:12:02.370 243 13222 E mm-camera: config_proc_CAMERA_SET_INFORM_STARTPREVIEW
08-22 13:12:02.370 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 1 as : width = 640, height 480, format = 1 inst_handle = 810081 cid = 0
08-22 13:12:02.380 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 3 as : width = 640, height 480, format = 1 inst_handle = 830083 cid = 0
08-22 13:12:02.380 243 13222 E mm-camera: config_update_stream_info Storing stream parameters for video inst 4 as : width = 512, height 384, format = 1 inst_handle = 840084 cid = 0
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Ports Used 3, Op mode 1
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs Current mode 0 Full size streaming : Disabled
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Primary: 640x480, extra_pad: 0x0, Fmt: 1, Type: 1, Path: 1
08-22 13:12:02.390 243 13222 E mm-camera: config_decide_vfe_outputs: Secondary: 640x480, extra_pad: 0x0, Fmt: 1, Type: 3, Path: 4
08-22 13:12:02.390 243 13222 E mm-camera: config_update_inst_handles Updated the inst handles as 810081, 830083, 0, 0
08-22 13:12:02.440 596 614 E qcom_sensors_hal: hal_process_report_ind: Bad item quality: 11
08-22 13:12:02.510 243 13222 E mm-camera: sensor_load_chromatix: libchromatix_imx119_preview.so: 30
08-22 13:12:02.510 243 13222 E mm-camera: camif_client_set_params: camif has associated with obj mask 0x1
08-22 13:12:02.510 243 13222 E mm-camera: config_v2_CAMERA_START_common CAMIF_PARAMS_ADD_OBJ_ID failed -1
08-22 13:12:02.510 243 13222 E mm-camera: vfe_operation_config: format 3
08-22 13:12:02.510 243 13222 E mm-camera: vfe_operation_config:vfe_op_mode=5
08-22 13:12:02.510 243 13222 E mm-camera: Invalid ASD Set Params Type
08-22 13:12:02.510 243 13222 E mm-camera: vfe_set_bestshot: Bestshot mode not changed
08-22 13:12:02.560 176 13224 E mm-libcamera2: PROFILE HAL: First preview frame received: 1408727522.572874726
08-22 13:12:02.560 176 13224 E QCameraHWI_Preview: processPreviewFrameWithDisplay: buffer to be enqueued is not locked
08-22 13:12:02.630 176 13224 E QCameraHWI_Preview: processPreviewFrameWithDisplay: buffer to be enqueued is not locked
08-22 13:12:02.630 176 13226 E mm-libcamera2: mm_camera_zsl_frame_cmp_and_enq: stream type = 3 and fd = 74, frame 0x3 is dirty and queue back kernel
08-22 13:12:48.979 13387 13387 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1551 android.content.ContextWrapper.bindService:517 com.android.settings.applications.ManageApplications.onCreate:863 android.app.Fragment.performCreate:1678 android.app.FragmentManagerImpl.moveToState:859
08-22 13:12:49.470 13387 13431 W ResourceType: Failure getting entry for 0x7f050000 (t=4 e=0) in package 0 (error -75)
08-22 13:12:49.490 13387 13431 W PackageManager: Failure retrieving text 0x7f050000 in package com.android.keyguard
08-22 13:12:49.490 13387 13431 W PackageManager: android.content.res.Resources$NotFoundException: String resource ID #0x7f050000
08-22 13:12:49.490 13387 13431 W PackageManager: at android.content.res.Resources.getText(Resources.java:244)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:994)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.content.pm.PackageItemInfo.loadLabel(PackageItemInfo.java:115)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$AppEntry.ensureLabel(ApplicationsState.java:134)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$AppEntry.<init>(ApplicationsState.java:124)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState.getEntryLocked(ApplicationsState.java:832)
08-22 13:12:49.490 13387 13431 W PackageManager: at com.android.settings.applications.ApplicationsState$BackgroundHandler.handleMessage(ApplicationsState.java:971)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.Handler.dispatchMessage(Handler.java:102)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.Looper.loop(Looper.java:136)
08-22 13:12:49.490 13387 13431 W PackageManager: at android.os.HandlerThread.run(HandlerThread.java:61)
Click to expand...
Click to collapse

Android app widget crashes launcher after indefinite length of time

I have a really strange problem with my app widget. There's no issues with dragging it to the homescreen, configuration or even functionality. Everything works as expected.
But, after an arbitrary length of time, my launcher starts to crash. I've gone days at a time without experiencing this, and sometimes just minutes. In fact, there's seemingly no way to recover it without opening the Recent Apps screen, finding the Play Store or Settings and just uninstalling the app.
My app's package name is org.thecosmicfrog.luasataglance. Almost all of what the widget does is handled by a Service, which is created when a user taps part of the widget.
The widget is located at: org.thecosmicfrog.luasataglance.widget.StopForecastWidget
The Service is located at: org.thecosmicfrog.luasataglance.service.WidgetListenerService
I've attached the output of LogCat just after the crash below. You can see where the Google Now launcher starts to crash (com.google.android.googlequicksearchbox), but this affects other launchers too:
Code:
10-04 03:28:07.769 I/GEL (1330): handleIntent(Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10600000 cmp=com.google.android.googlequicksearchbox/com.google.android.launcher.GEL })
10-04 03:28:07.829 D/AudioManager(1244): AudioManager dispatching onAudioFocusChange(-3) for [email protected]@37833331
10-04 03:28:07.867 D/Launcher(1330): bindAppWidget: AppWidget(id=153)
10-04 03:28:07.871 D/Launcher(1330): bindAppWidget: id=153 belongs to component ComponentInfo{org.thecosmicfrog.luasataglance/org.thecosmicfrog.luasataglance.widget.StopForecastWidget}
10-04 03:28:07.931 I/art (2036): Explicit concurrent mark sweep GC freed 22778(1189KB) AllocSpace objects, 0(0B) LOS objects, 38% free, 25MB/41MB, paused 2.368ms total 104.811ms
10-04 03:28:07.971 I/WindowManager(789): Screen frozen for +445ms due to Window{1d871ef2 u0 StatusBar}
10-04 03:28:08.308 E/JavaBinder(1330): !!! FAILED BINDER TRANSACTION !!!
10-04 03:28:08.315 D/AndroidRuntime(1330): Shutting down VM
10-04 03:28:08.422 I/MediaFocusControl(789): AudioFocus abandonAudioFocus() from [email protected]
10-04 03:28:08.424 I/ActivityManager(789): Start proc 23910:com.google.android.googlequicksearchbox:crash_report/u0a24 for service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.silentfeedback.SilentFeedbackService
10-04 03:28:08.424 D/AudioManager(1244): AudioManager dispatching onAudioFocusChange(1) for [email protected]@37833331
--------- beginning of crash
10-04 03:28:08.425 E/AndroidRuntime(1330): FATAL EXCEPTION: main
10-04 03:28:08.425 E/AndroidRuntime(1330): Process: com.google.android.googlequicksearchbox, PID: 1330
10-04 03:28:08.425 E/AndroidRuntime(1330): java.lang.RuntimeException: Unable to resume activity {com.google.android.googlequicksearchbox/com.google.android.launcher.GEL}: java.lang.RuntimeException: system server dead?
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2986)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3017)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1347)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.os.Handler.dispatchMessage(Handler.java:102)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.os.Looper.loop(Looper.java:135)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.ActivityThread.main(ActivityThread.java:5254)
10-04 03:28:08.425 E/AndroidRuntime(1330): at java.lang.reflect.Method.invoke(Native Method)
10-04 03:28:08.425 E/AndroidRuntime(1330): at java.lang.reflect.Method.invoke(Method.java:372)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
10-04 03:28:08.425 E/AndroidRuntime(1330): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-04 03:28:08.425 E/AndroidRuntime(1330): Caused by: java.lang.RuntimeException: system server dead?
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.appwidget.AppWidgetHost.createView(AppWidgetHost.java:323)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.launcher3.LauncherAppWidgetHost.createView(LauncherAppWidgetHost.java:116)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.launcher3.Launcher.bindAppWidget(Launcher.java:3950)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.launcher3.Workspace.reinflateWidgetsIfNecessary(Workspace.java:1124)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.launcher3.Launcher.onResume(Launcher.java:1044)
10-04 03:28:08.425 E/AndroidRuntime(1330): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
10-04 03:28:08.425 E/AndroidRuntime(1330): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:650)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.launcher3.Launcher.onResume(<Xposed>)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1257)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.Activity.performResume(Activity.java:6076)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2975)
10-04 03:28:08.425 E/AndroidRuntime(1330): ... 10 more
10-04 03:28:08.425 E/AndroidRuntime(1330): Caused by: android.os.TransactionTooLargeException
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.os.BinderProxy.transactNative(Native Method)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.os.BinderProxy.transact(Binder.java:496)
10-04 03:28:08.425 E/AndroidRuntime(1330): at com.android.internal.appwidget.IAppWidgetService$Stub$Proxy.getAppWidgetViews(IAppWidgetService.java:538)
10-04 03:28:08.425 E/AndroidRuntime(1330): at android.appwidget.AppWidgetHost.createView(AppWidgetHost.java:321)
10-04 03:28:08.425 E/AndroidRuntime(1330): ... 20 more
10-04 03:28:08.470 W/ActivityManager(789): Force finishing activity 1 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL
10-04 03:28:08.517 D/OpenGLRenderer(789): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
10-04 03:28:08.518 D/Atlas (789): Validating map...
10-04 03:28:08.519 I/Xposed (23910): GB:ModLauncher: Couldn't find dynamic grid. Incompatible Google Search?
10-04 03:28:08.538 W/XPrivacy(23910): Hooking package=com.google.android.googlequicksearchbox
10-04 03:28:08.575 I/OpenGLRenderer(789): Initialized EGL, version 1.4
10-04 03:28:08.603 D/OpenGLRenderer(789): Enabling debug mode 0
10-04 03:28:08.847 I/ActivityManager(789): Killing 19499:com.emmaguy.todayilearned/u0a92 (adj 15): empty #17
10-04 03:28:08.972 W/ActivityManager(789): Activity pause timeout for ActivityRecord{22486d04 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL t5986 f}
Later on in the log, there is more output related to app widgets which may be useful too:
Code:
10-04 03:28:15.661 I/Process (1330): Sending signal. PID: 1330 SIG: 9
10-04 03:28:15.691 I/WindowState(789): WIN DEATH: Window{389c7f61 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL}
10-04 03:28:15.737 I/ActivityManager(789): Process com.google.android.googlequicksearchbox (pid 1330) has died
10-04 03:28:15.739 W/ActivityManager(789): Scheduling restart of crashed service com.google.android.googlequicksearchbox/com.google.android.apps.gsa.reflection.ReflectionService in 1000ms
10-04 03:28:15.745 W/IInputConnectionWrapper(1244): showStatusIcon on inactive InputConnection
10-04 03:28:16.176 W/ResourceType(952): No package identifier when getting value for resource number 0x00000000
10-04 03:28:16.350 W/ResourceType(952): No package identifier when getting value for resource number 0x00000000
10-04 03:28:16.350 W/PackageManager(952): Failure retrieving resources for org.thecosmicfrog.luasataglance: Resource ID #0x0
10-04 03:28:16.861 D/audio_hw_primary(188): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-04 03:28:17.657 D/AndroidRuntime(24056): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
10-04 03:28:17.670 D/AndroidRuntime(24056): CheckJNI is OFF
10-04 03:28:17.954 I/ActivityManager(789): Start proc 24076:eu.chainfire.supersu/u0a84 for broadcast eu.chainfire.supersu/.NativeAccessReceiver
10-04 03:28:17.984 W/ResourceType(952): No package identifier when getting value for resource number 0x00000000
10-04 03:28:17.984 W/PackageManager(952): Failure retrieving resources for com.google.android.youtube: Resource ID #0x0
10-04 03:28:18.066 W/XPrivacy(24076): Hooking package=eu.chainfire.supersu
10-04 03:28:18.570 D/AndroidRuntime(24137): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
10-04 03:28:18.574 D/AndroidRuntime(24137): CheckJNI is OFF
10-04 03:28:18.565 W/app_process32_x(24137): type=1400 audit(0.0:95): avc: denied { write } for name="[email protected]@boot.art" dev="mmcblk0p28" ino=491525 scontext=u:r:shell:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file
10-04 03:28:18.709 D/AndroidRuntime(24137): Calling main entry com.android.commands.am.Am
10-04 03:28:18.746 D/AndroidRuntime(24137): Shutting down VM
10-04 03:28:18.855 W/app_process32_x(24167): type=1400 audit(0.0:96): avc: denied { write } for name="[email protected]@boot.art" dev="mmcblk0p28" ino=491525 scontext=u:r:shell:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=file
10-04 03:28:18.859 D/AndroidRuntime(24167): >>>>>> START com.android.internal.os.RuntimeInit uid 0 <<<<<<
10-04 03:28:18.862 D/AndroidRuntime(24167): CheckJNI is OFF
10-04 03:28:18.985 D/AndroidRuntime(24167): Calling main entry com.android.commands.am.Am
10-04 03:28:19.013 D/AndroidRuntime(24167): Shutting down VM
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): Widget host dead: HostId{user:0, app:10024, hostId:1024, pkg:com.google.android.googlequicksearchbox}
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): android.os.DeadObjectException
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at android.os.BinderProxy.transactNative(Native Method)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at android.os.BinderProxy.transact(Binder.java:496)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy.updateAppWidget(IAppWidgetHost.java:123)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.server.appwidget.AppWidgetServiceImpl.handleNotifyUpdateAppWidget(AppWidgetServiceImpl.java:1638)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.server.appwidget.AppWidgetServiceImpl.access$1200(AppWidgetServiceImpl.java:107)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.server.appwidget.AppWidgetServiceImpl$CallbackHandler.handleMessage(AppWidgetServiceImpl.java:2962)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at android.os.Handler.dispatchMessage(Handler.java:102)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at android.os.Looper.loop(Looper.java:135)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.server.SystemServer.run(SystemServer.java:269)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.server.SystemServer.main(SystemServer.java:170)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at java.lang.reflect.Method.invoke(Native Method)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at java.lang.reflect.Method.invoke(Method.java:372)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
10-04 03:28:19.394 E/AppWidgetServiceImpl(789): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
I'm finding this incredibly difficult to debug, so any help offered would be greatly appreciated. If you require any more information, I'll be happy to provide it.
Could you please post some code ?

help with logcat to fix my looping nexus 7 gen2

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

Bootloop rooted Oneplus5 with Oxygen stock rom.

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

[ROM][OFFICIAL][11] Cherish OS V2.9 [07/09/2021]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CherishOS is an AOSP based rom focusing on Unique and Smooth UI with handy features. CherishOS is a reborn of pie based Dot-ExtendedOS.
Code:
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
CLEAN FLASH :
-Reboot to recovery
-Take Backup (Not Necessary)
-Flash your firmware(If required)
-Reboot To Recovery
-Flash the ROM
-Flash Gapps
-Flash Magisk (optional)
-Format Data
-Reboot
Download ROM
-Lineage OS
-AOSP
-MSM Xtended
-Pixel Experience
-Extended UI
-CrDroid ROM
-DotOS
-Octavi-OS
-Others, I forgot to mention
Based on Android 11.0
Whats working?
Wifi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
FMRadio
Fingerprint reader
Face unlock
Lights
Sound / vibration
Known issues
You tell me (none)
APN Broken
OTA Working But Buggy
Wireless Emergency Crashing
Device Side Changelog
Default Kernel Dark Ages
Extreme Battery Saver Fixed/SIZE]
Slow Charging Issue Fixed
Sound Related Issue Fixed
Cherish-OS Source
Kernel Source
Telegram Group
REPORTING BUGS!
As soon as the problem occurs, take a logcat!
for more READ THIS[/CENTER]
CherishOS for Redmi 5 Plus
Device: Vince
Maintainer: Gaming Ghost
Build Type: Official
ROM Kernel: Linux 4.19
ROM Firmware Required: Latest china weekly
Based On: AOSP
Android OS version: 11
Security patch level: July 2021
Build author:
ROM Developer: Hungphan2001
Version Information
Status: Stable
Current Stable Version: 2.9
SELinux Status: Enforcing
Release Date: 2021-09-07
Hi, I had face the GPS problem when I open the Waze. By the way, thanks a lot for build up this ROM
Gps is working on mine still I will recheck thanks for your feedback
DanielFok99 said:
Hi, I had face the GPS problem when I open the Waze. By the way, thanks a lot for build up this ROM
Click to expand...
Click to collapse
gaming ghost said:
Gps is working on mine still I will recheck thanks for your feedback
Click to expand...
Click to collapse
After a reboot, the GPS problem has fixed. May I ask why the cpu highest frequency always set to 1689MHz, Althrough I had change the thermal-engine.conf, the problem still present. Thanks you.
There is a problem for me with camera. Same thing happened after the most recent upgrade for HavocOS. On the device camera says that another app may use the app. I revoked all camera permissions except for the stock Camera app, wiped caches and the problem persists. Here's the output from logcat *:WEF
Code:
10-04 18:40:47.201 1116 3006 E CameraService: Access Denial: cannot use the camera when sensor privacy is enabled
Logcat made while booting into safe mode luckily provides more info:
Code:
10-04 19:42:32.793 3437 3530 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:42:32.794 3437 3530 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:42:32.795 3437 3530 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:42:32.795 3437 3530 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.795 3437 3530 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.796 853 984 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.796 853 984 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.803 3437 3530 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.804 853 1836 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.805 853 3527 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.805 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: LIKE
10-04 19:42:32.806 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: AND
10-04 19:42:32.806 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.806 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: DESC
10-04 19:42:32.806 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: DESC
10-04 19:42:32.809 853 3528 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.809 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.817 853 3531 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.818 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.853 3437 3481 E libc : Access denied finding property "persist.vendor.camera.privapp.list"
10-04 19:42:32.848 3437 3437 W com.android.camera2: type=1400 audit(0.0:239): avc: denied { read } for comm=4173796E635461736B202332 name="u:object_r:vendor_persist_camera_prop:s0" dev="tmpfs" ino=17323 scontext=u:r:untrusted_app_27:s0:c223,c256,c512,c768 tcontext=u:object_r:vendor_persist_camera_prop:s0 tclass=file permissive=0 app=com.android.camera2
10-04 19:42:32.855 770 1545 E CameraService: Access Denial: cannot use the camera when sensor privacy is enabled
10-04 19:42:32.857 3437 3521 E CAM_CaptureModule: Could not open camera.
10-04 19:42:32.857 3437 3481 E CAM_OneCamera1Opnr: Could not open camera. CAMERA_DISABLED (1): validateClientPermissionsLocked:1213: Caller "com.android.camera2" (PID 10223, UID 3437) cannot open camera "0" when sensor privacy is enabled
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: Handling Camera Open Failure:
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: java.lang.Exception
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.FatalErrorHandlerImpl.onCameraOpenFailure(FatalErrorHandlerImpl.java:52)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.CaptureModule$17.onFailure(CaptureModule.java:1391)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.one.v2.Camera2OneCameraOpenerImpl$1.onError(Camera2OneCameraOpenerImpl.java:150)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.hardware.camera2.impl.CameraDeviceImpl$8.run(CameraDeviceImpl.java:363)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.handleCallback(Handler.java:938)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.dispatchMessage(Handler.java:99)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.Looper.loop(Looper.java:223)
10-04 19:42:32.857 3437 3521 E CAM_FatalErrorHandler: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:42:32.858 3437 3521 E CAM_CameraUtil: Show fatal error dialog
10-04 19:42:32.911 819 919 E Utils : did not find channel-count and/or sample-rate
10-04 19:42:32.915 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0x7034606 (0x739cabb) from perf counter : 0x3b0
10-04 19:42:32.928 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: LIKE
10-04 19:42:32.928 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: AND
10-04 19:42:32.929 2685 2722 W SQLiteQueryBuilder: Allowing abusive custom column: DESC
10-04 19:42:32.931 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0x764db26 (0x76763af) from perf counter : 0x3b0
10-04 19:42:32.941 3437 3536 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:42:32.943 3437 3536 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:42:32.943 3437 3536 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:42:32.945 3437 3521 E CAM_CaptureModule: Could not open camera.
10-04 19:42:32.945 3437 3536 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.945 3437 3536 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: Handling Camera Open Failure:
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: java.lang.Exception
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.FatalErrorHandlerImpl.onCameraOpenFailure(FatalErrorHandlerImpl.java:52)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.CaptureModule$17.onFailure(CaptureModule.java:1391)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at com.android.camera.one.v2.Camera2OneCameraOpenerImpl$2.run(Camera2OneCameraOpenerImpl.java:200)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.handleCallback(Handler.java:938)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.Handler.dispatchMessage(Handler.java:99)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.Looper.loop(Looper.java:223)
10-04 19:42:32.945 3437 3521 E CAM_FatalErrorHandler: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:42:32.946 3437 3521 E CAM_CameraUtil: Show fatal error dialog
10-04 19:42:32.947 853 983 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.947 853 983 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.955 3437 3536 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.955 853 984 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.965 853 3537 E FMQ : grantorIdx must be less than 3
10-04 19:42:32.965 3437 3470 E FMQ : grantorIdx must be less than 3
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=8)/@0x7e6d1f6 - animation-leash#0] No local sync point found
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=8)/@0x7e6d1f6 - animation-leash#0] No local sync point found
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=1)/@0x70bc9a8 - animation-leash#0] No local sync point found
10-04 19:42:33.309 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0xc2a3f96 (0xc2c0330) from perf counter : 0x3b0
10-04 19:42:33.425 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0xc2c4621 (0xc2f0639) from perf counter : 0x3b0
10-04 19:42:33.075 611 611 E Layer : [Surface(name=Task=1)/@0x70bc9a8 - animation-leash#0] No local sync point found
10-04 19:42:35.960 1433 3549 E system_server: expected 2 dex files but found 4
10-04 19:42:35.978 1433 3549 W system_server: ClassLoaderContext classpath size mismatch. expected=8, found=6 (PCL[];PCL[/system/framework/com.android.location.provider.jar*2383074192:/system/framework/services.jar*1820594769:/system/framework/services.jar!classes2.dex*3445932880:/system/framework/services.jar!classes3.dex*85378873:/system/framework/services.jar!classes4.dex*3837754108:/system/framework/ethernet-service.jar*1452290287:/apex/com.android.permission/javalib/service-permission.jar*1503558192:/apex/com.android.ipsec/javalib/android.net.ipsec.ike.jar*3669605774] | PCL[];PCL[/system/framework/com.android.location.provider.jar*2383074192:/system/framework/services.jar*306310997:/system/framework/services.jar!classes2.dex*2433507689:/system/framework/ethernet-service.jar*1452290287:/apex/com.android.permission/javalib/service-permission.jar*1503558192:/apex/com.android.ipsec/javalib/android.net.ipsec.ike.jar*3669605774])
10-04 19:42:36.015 3551 3551 W dex2oat64: Mismatch between dex2oat instruction set features to use (ISA: Arm64 Feature string: a53,crc,-lse,-fp16,-dotprod,-sve) and those from CPP defines (ISA: Arm64 Feature string: -a53,-crc,-lse,-fp16,-dotprod,-sve) for the command line:
10-04 19:42:36.015 3551 3551 W dex2oat64: /apex/com.android.art/bin/dex2oat64 --zip-fd=7 --zip-location=service-wifi.jar --input-vdex-fd=-1 --output-vdex-fd=9 --oat-fd=8 --oat-location=/data/dalvik-cache/arm64/[email protected]@[email protected]@classes.dex --instruction-set=arm64 --instruction-set-variant=cortex-a53 --instruction-set-features=default --runtime-arg -Xbootclasspath:/apex/com.android.art/javalib/core-oj.jar:/apex/com.android.art/javalib/core-libart.jar:/apex/com.android.art/javalib/core-icu4j.jar:/apex/com.android.art/javalib/okhttp.jar:/apex/com.android.art/javalib/bouncycastle.jar:/apex/com.android.art/javalib/apache-xml.jar:/system/framework/framework.jar:/system/framework/ext.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/framework-atb-backward-compatibility.jar:/system/framework/QPerformance.jar:/system/framework/UxPerformance.jar:/system/framework/telephony-ext.jar:/system/framework/WfdCommon.jar --runtime-arg -Xms64m --runtime-arg -Xmx512m --updatable-bcp-packages-file=/system/etc/updatable-bcp-packages.txt --resolve-startup-const-strings=true --max-image-block-size=524288 --compiler-filter=verify -j8 --cpu-set=0,1,2,3,4,5,6,7 --swap-fd=10 --classpath-dir=/apex/com.android.wifi/javalib --class-loader-context=PCL[];PCL[/system/framework/com.android.location.provider.jar:/system/framework/services.jar:/system/framework/ethernet-service.jar:/apex/com.android.permission/javalib/service-permission.jar:/apex/com.android.ipsec/javalib/android.net.ipsec.ike.jar] --generate-mini-debug-info --compact-dex-level=none --compilation-reason=boot
Also, there is an issue with bluetooth calling. The earplugs (Sony WI-C200) won't stop playing their ringtone even after answering or ending it, I have to disconnect them to solve the issue. Sometimes the earphone mic also seems to not work. This is certainly not hardware related. Here's logcat for when I made a call (the mic worked fine though, but might be useful:
Code:
10-04 19:26:21.981 2781 2781 E ndroid.incallu: Not starting debugger since process cannot load the jdwp agent.
10-04 19:26:21.993 2203 2203 W View : requestLayout() improperly called by com.android.systemui.statusbar.policy.NetworkTrafficSB{7881f61 V.ED..... ......ID 0,2-114,60} during layout: running second layout pass
10-04 19:26:22.027 2781 2781 W ndroid.incallu: Core platform API violation: Ljava/lang/reflect/Field;->accessFlags:I from Landroid/os/Build; using reflection
10-04 19:26:22.080 5205 5255 E bt_btif : bta_dm_pm_btm_status hci_status=36
10-04 19:26:22.334 833 2732 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:22.334 833 2732 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:22.646 833 2822 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:22.646 833 2822 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: Caused by: android.os.RemoteException: Remote stack trace:
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.server.pm.PackageManagerService.getComponentEnabledSetting(PackageManagerService.java:21572)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:3223)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4375)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Binder.execTransactInternal(Binder.java:1154)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl: at android.os.Binder.execTransact(Binder.java:1123)
10-04 19:26:23.047 2203 2771 E vol.VolumeDialogControl:
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.058 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.059 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.068 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: isCaptionsServiceEnabled failed to check for captions component
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: java.lang.IllegalArgumentException: Unknown component: ComponentInfo{com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService}
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.createException(Parcel.java:2357)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2340)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Parcel.readException(Parcel.java:2282)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.content.pm.IPackageManager$Stub$Proxy.getComponentEnabledSetting(IPackageManager.java:6822)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.app.ApplicationPackageManager.getComponentEnabledSetting(ApplicationPackageManager.java:2723)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.onGetCaptionsComponentStateW(VolumeDialogControllerImpl.java:446)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl.access$2000(VolumeDialogControllerImpl.java:93)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at com.android.systemui.volume.VolumeDialogControllerImpl$W.handleMessage(VolumeDialogControllerImpl.java:861)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:23.069 2203 2771 E vol.VolumeDialogControl: at android.os.HandlerThread.run(HandlerThread.java:67)
10-04 19:26:23.114 1721 1977 E system_server: No package ID ff found for ID 0xffffffff.
10-04 19:26:23.505 2203 2203 W View : requestLayout() improperly called by com.android.systemui.statusbar.policy.NetworkTrafficSB{7881f61 V.ED..... ......ID 0,2-111,60} during layout: running second layout pass
10-04 19:26:23.533 21218 2444 W System.err: java.net.SocketTimeoutException: timeout
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.Okio$3.newTimeoutException(Okio.java:214)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.AsyncTimeout.exit(AsyncTimeout.java:263)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:217)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:307)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.RealBufferedSource.indexOf(RealBufferedSource.java:301)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:197)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.Http1xStream.readResponse(Http1xStream.java:188)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java:129)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:750)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:622)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:475)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:411)
10-04 19:26:23.542 21218 2444 W System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:542)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.provider.utils.HttpRequestUtil.getJsonResponse(HttpRequestUtil.java:34)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.provider.utils.HttpRequestUtil.getJsonResponse(HttpRequestUtil.java:17)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.provider.KugouProvider.getLyric(KugouProvider.java:28)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.LrcGetter.getLyric(LrcGetter.java:49)
10-04 19:26:23.543 21218 2444 W System.err: at io.cjybyjk.statuslyricext.MusicListenerService$LrcUpdateThread.run(MusicListenerService.java:249)
10-04 19:26:23.543 21218 2444 W System.err: Caused by: java.net.SocketTimeoutException: Read timed out
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.socketRead0(Native Method)
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.socketRead(SocketInputStream.java:119)
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.read(SocketInputStream.java:176)
10-04 19:26:23.543 21218 2444 W System.err: at java.net.SocketInputStream.read(SocketInputStream.java:144)
10-04 19:26:23.543 21218 2444 W System.err: at com.android.okhttp.okio.Okio$2.read(Okio.java:138)
10-04 19:26:23.544 21218 2444 W System.err: at com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:213)
10-04 19:26:23.544 21218 2444 W System.err: ... 15 more
10-04 19:26:23.547 833 2827 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:23.547 833 2827 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:26.412 32221 32423 E HQSession.cpp: Peer closed with error err=Connect failed msg=connect timeout proto=, client CID=, server CID=00000000, local=<uninitialized address>, <uninitialized address>=upstream, drain=none
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: java.lang.RuntimeException: GCM disabled
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterServiceKt.ensureAppRegistrationAllowed(PushRegisterService.kt:56)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterHandler$handleMessage$1.invokeSuspend(PushRegisterService.kt:314)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:69)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:349)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:27)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:109)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:158)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt.launch(Unknown Source:1)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:49)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:1)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at androidx.lifecycle.LifecycleCoroutineScope.launchWhenStarted(Lifecycle.kt:86)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at org.microg.gms.gcm.PushRegisterHandler.handleMessage(PushRegisterService.kt:309)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at android.os.Handler.dispatchMessage(Handler.java:106)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at android.os.Looper.loop(Looper.java:223)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at android.app.ActivityThread.main(ActivityThread.java:7665)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at java.lang.reflect.Method.invoke(Native Method)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:594)
10-04 19:26:26.466 32362 32362 W GmsGcmRegister: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
10-04 19:26:26.474 32227 32330 E FirebaseInstanceId: Token retrieval failed: SERVICE_NOT_AVAILABLE
10-04 19:26:26.887 21218 2444 W System.err: org.json.JSONException: Index 0 out of range [0..0)
10-04 19:26:26.887 21218 2444 W System.err: at org.json.JSONArray.get(JSONArray.java:295)
10-04 19:26:26.887 21218 2444 W System.err: at org.json.JSONArray.getJSONObject(JSONArray.java:523)
10-04 19:26:26.888 21218 2444 W System.err: Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
10-04 19:26:26.888 21218 2444 W System.err: at java.util.ArrayList.get(ArrayList.java:437)
10-04 19:26:26.888 21218 2444 W System.err: at org.json.JSONArray.get(JSONArray.java:289)
10-04 19:26:26.888 21218 2444 W System.err: ... 5 more
10-04 19:26:26.893 833 2835 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:26.894 833 2835 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:28.131 0 0 W healthd : battery l=25 v=3797 t=32.0 h=2 st=2 c=-92620 fc=4000000 cc=1 chg=u
10-04 19:26:28.167 1721 2106 E WifiNative: Could not get Iface object for interface null
10-04 19:26:28.526 21218 2444 W System.err: org.json.JSONException: Value x��Uko�0�+�?S��"��h� of type java.lang.String cannot be converted to JSONObject
10-04 19:26:28.526 21218 2444 W System.err: at org.json.JSON.typeMismatch(JSON.java:112)
10-04 19:26:28.526 21218 2444 W System.err: at org.json.JSONObject.<init>(JSONObject.java:169)
10-04 19:26:28.526 21218 2444 W System.err: at org.json.JSONObject.<init>(JSONObject.java:182)
10-04 19:26:29.957 5205 5255 E bt_btif : bta_dm_pm_btm_status hci_status=36
10-04 19:26:29.965 2203 2238 W System : A resource failed to call close.
10-04 19:26:29.965 2203 2238 W System : A resource failed to call close.
10-04 19:26:39.128 9175 9214 W IncomingMessageObserver: Application level read timeout...
10-04 19:26:56.472 833 2851 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:56.797 32221 32252 W System : A resource failed to call close.
10-04 19:26:56.798 32221 32252 W System : A resource failed to call close.
10-04 19:26:57.611 1850 1858 W voice : voice_is_sidetone_device: 43 is not a sidetone device
10-04 19:26:57.626 0 0 E qdsp_cvp_callback: cmd = 0x1307a returned error = 0x9
10-04 19:26:57.626 0 0 E voice_send_cvp_deregister_cal_cmd: DSP returned error[ADSP_EALREADY]
10-04 19:26:57.755 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{b9c9893 10182:com.vladlee.easyblacklist:blockService/u0a339} (pid=10182, uid=10339) requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.756 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to com.vladlee.easyblacklist/.CallReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.756 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to nekox.messenger/org.telegram.messenger.CallReceiver requires android.permission.READ_PRIVILEGED_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.762 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.762 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.765 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.766 1721 1992 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{39a2ab8 3696:net.oneplus.launcher/u0a358} (pid=3696, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.785 1721 23390 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to nekox.messenger/org.telegram.messenger.CallReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.790 1721 9385 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to nekox.messenger/org.telegram.messenger.CallReceiver requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:26:57.814 5205 5255 W bt_stack: [WARNING:device.cc(1343)] Device is not registered for now playing updates
10-04 19:26:57.814 5205 5255 W bt_stack: [WARNING:device.cc(1380)] Device is not registered for play position updates
10-04 19:26:57.814 5205 5255 W bt_stack: [WARNING:device.cc(1318)] Device is not registered for track changed updates
10-04 19:26:57.840 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.855 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.856 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.871 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.871 2314 2314 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_0
10-04 19:26:57.872 1170 4368 E Utils : did not find channel-count and/or sample-rate
10-04 19:26:57.873 1170 31337 E Utils : did not find channel-count and/or sample-rate
10-04 19:26:57.935 2876 2876 E d.calllogbacku: Not starting debugger since process cannot load the jdwp agent.
10-04 19:26:57.979 2876 2876 W d.calllogbacku: Core platform API violation: Ljava/lang/reflect/Field;->accessFlags:I from Landroid/os/Build; using reflection
10-04 19:26:58.005 1172 2875 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:26:58.006 1172 2875 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:26:58.006 1172 2875 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:26:58.009 1172 2875 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.009 1172 2875 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.010 1203 1203 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.010 1203 1203 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.022 1172 2875 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.023 1203 1203 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.031 1203 2896 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.031 1172 14163 E FMQ : grantorIdx must be less than 3
10-04 19:26:58.078 1850 10305 E msm8974_platform: platform_check_backends_match: Invalid snd_device =
10-04 19:26:58.080 1850 10305 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
10-04 19:26:58.084 0 0 E afe_find_cal: no matching cal_block found
10-04 19:26:58.084 0 0 E : send_afe_cal_type cal_block not found!!
10-04 19:26:58.107 1850 10305 E msm8974_platform: platform_set_channel_map: Could not set ctl, error:-22 ch_count:2
10-04 19:26:58.205 833 2904 E TrafficController: Failed to tag the socket: Argument list too long, fd: 15
10-04 19:26:58.205 833 2904 W resolv : Failed to tag socket: Argument list too long
10-04 19:26:58.671 0 0 E kgsl-3d0: |counter_delta| Abnormal value:0x2a3016d (0x2ae73ef) from perf counter : 0x3b0
10-04 19:26:58.954 1851 1867 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.963 1172 326 W AMessage: failed to post message as target looper for handler 0 is gone.
10-04 19:26:58.964 1721 1721 W MediaPlayer: mediaplayer went away with unhandled events
10-04 19:26:58.970 5205 5255 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 0x0fff, reason 0x0013 from cmd 0x00000406, event 0x0fff, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:26:58.972 1851 13980 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0x6fe432c040
10-04 19:26:58.972 5205 5255 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0013 from cmd 0x00000406, event 0x000f, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:26:58.975 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.977 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.978 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:58.990 5205 5255 W bt_btif : bta_ag_sco_event: BTA_AG_SCO_CLOSING_ST: Ignoring event BTA_AG_SCO_CLOSE_E[5]
10-04 19:26:59.016 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.022 1851 13980 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.043 5205 5255 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0016 from cmd 0x000fffff, event 0x0005, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:26:59.079 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.081 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.085 1851 5491 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.086 1851 5491 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.100 1851 1851 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.101 1851 1851 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.133 21716 24305 W AudioTrack: restoreTrack_l(330): dead IAudioTrack, PCM, creating a new one from getTimestampExtended()
10-04 19:26:59.139 1851 13980 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000008) and output flags (00000004)
10-04 19:26:59.154 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.154 1851 5139 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:26:59.157 5205 5255 W bt_btif : bta_dm_rm_cback:2, status:7
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:5, app_id:0
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:0
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:1
10-04 19:26:59.158 5205 5255 W bt_btif : bta_dm_pm_ssr ssr:4, lat:1200
10-04 19:26:59.191 5205 5255 W bt_stack: [WARNING:device.cc(1380)] Device is not registered for play position updates
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_rm_cback:2, status:0
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_rm_cback:2, status:7
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:5, app_id:0
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:0
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr: conn_srvc id:18, app_id:1
10-04 19:26:59.197 5205 5255 W bt_btif : bta_dm_pm_ssr ssr:4, lat:1200
With an incoming safe mode call everything worked fine, but when I turned on the hotspot the sound started getting laggy (at 19:49:26 according to
Code:
grep 'associated' /var/log/kern.log | tail -n1
).
Code:
10-04 19:49:17.861 1632 1632 W ndroid.systemui: type=1400 audit(0.0:251): avc: denied { read } for name="u:object_r:boottime_prop:s0" dev="tmpfs" ino=17120 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:boottime_prop:s0 tclass=file permissive=0 app=com.android.systemui
10-04 19:49:17.867 1433 1575 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: sun.misc.Unsafe.copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
10-04 19:49:17.885 1433 1575 E SupplicantStaIfaceHal: Can't call listNetworks, ISupplicantStaIface is null
10-04 19:49:17.885 1433 1575 E SupplicantStaIfaceHal: removeAllNetworks failed, got null networks
10-04 19:49:17.885 1433 1575 E WifiClientModeImpl: Failed to remove networks on exiting connect mode
10-04 19:49:17.888 1433 1575 E SupplicantStaIfaceHal: Can't call setPowerSave, ISupplicantStaIface is null
10-04 19:49:17.888 1433 1575 E SupplicantStaIfaceHal: Can't call setBtCoexistenceMode, ISupplicantStaIface is null
10-04 19:49:17.891 1433 1575 E WifiVendorHal: resetLogHandler(l.1550) failed {.code = ERROR_NOT_AVAILABLE, .description = }
10-04 19:49:17.891 1433 1575 W WifiDiags: Fail to reset log handler
10-04 19:49:17.897 1433 1575 W SupplicantStaIfaceHal: ISupplicant died: cookie=1
10-04 19:49:17.922 4350 4350 W dnsmasq : warning: no upstream servers configured
10-04 19:49:17.968 1433 3416 W KeySyncTask: No recovery agent initialized for user 0
10-04 19:49:17.970 1433 3416 W KeySyncTask: No recovery agent initialized for user 10
10-04 19:49:18.369 1433 1444 W System : A resource failed to call release.
10-04 19:49:18.369 1433 1444 W System : A resource failed to call release.
10-04 19:49:18.959 0 0 E ipa-wan rmnet_ipa_set_data_quota_modem: 2651 iface name rmnet_data1, quota 9223372036854775807
10-04 19:49:18.981 494 494 E TetherController: tcFilterAddDevIngressTether(9[rmnet_data1], 0) failure: Invalid argument
10-04 19:49:19.531 557 4261 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 2
10-04 19:49:18.985 0 0 E ipa-wan rmnet_ipa_set_data_quota_modem: 2651 iface name rmnet_data1, quota 9223372036854775807
10-04 19:49:21.428 0 0 W healthd : battery l=27 v=3778 t=31.7 h=2 st=2 c=72478 fc=4000000 cc=1 chg=u
10-04 19:49:21.439 1433 1575 E WifiNative: Could not get Iface object for interface null
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10313
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10313
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10312
10-04 19:49:21.929 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10312
10-04 19:49:21.933 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010318
10-04 19:49:21.933 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010318
10-04 19:49:21.938 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10311
10-04 19:49:21.938 1433 1942 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10311
10-04 19:49:21.949 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10318
10-04 19:49:21.949 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10318
10-04 19:49:21.951 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010307
10-04 19:49:21.951 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010307
10-04 19:49:21.962 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10307
10-04 19:49:21.962 1433 1600 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10307
10-04 19:49:21.978 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10338
10-04 19:49:21.979 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 10338
10-04 19:49:21.984 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010338
10-04 19:49:21.985 1433 1558 W AppsFilter: Encountered calling -> target with no cached rules: 10239 -> 1010338
10-04 19:49:25.428 1903 4347 W NetworkStackService: [wlan0.DHCP] WARN Transmitting NAK: Invalid requested address
10-04 19:49:27.025 2618 2618 W DPMJ : |SERVICE| DPM received unexpected action: android.intent.action.ANY_DATA_STATE
10-04 19:49:33.231 557 4261 W voice : voice_is_sidetone_device: 43 is not a sidetone device
10-04 19:49:33.249 0 0 E qdsp_cvp_callback: cmd = 0x1307a returned error = 0x9
10-04 19:49:33.249 0 0 E voice_send_cvp_deregister_cal_cmd: DSP returned error[ADSP_EALREADY]
10-04 19:49:33.302 1433 1493 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{f509e41 2764:net.oneplus.launcher/u0a358} (pid=2764, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:49:33.302 1433 1493 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.PHONE_STATE flg=0x1000010 (has extras) } to ProcessRecord{f509e41 2764:net.oneplus.launcher/u0a358} (pid=2764, uid=10358) requires android.permission.READ_PHONE_STATE due to sender android (uid 1000)
10-04 19:49:33.331 3727 3727 E AvrcpMediaPlayerList: onMediaKeyEventSessionChanged(PackageName): Media key event session changed to a player we don't have a session for
10-04 19:49:33.335 819 4111 E Utils : did not find channel-count and/or sample-rate
10-04 19:49:33.336 819 4111 E Utils : did not find channel-count and/or sample-rate
10-04 19:49:33.344 1433 1600 E SparseMappingTable: can't store negative values key=0x61e0018 index=0 value=-5523 -- SparseMappingTable.Table{mSequence=1 mParent.mSequence=1 mParent.mLongs.size()=1 mSize=7 mTable=[0x0/0x0/0x6cf, 0x2/0x0/0x6ce, 0x4/0x0/0x6d0, 0x14/0x0/0x5d7, 0x16/0x0/0x5d6, 0x17/0x0/0x5d5, 0x18/0x0/0x61e, 0x0/0x0/0x0, 0x0/0x0/0x0] clazz=com.android.internal.app.procstats.DurationsTable}
10-04 19:49:33.344 1433 1600 E SparseMappingTable: java.lang.RuntimeException: Stack trace
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable.logOrThrow(SparseMappingTable.java:645)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable.access$400(SparseMappingTable.java:46)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable$Table.setValue(SparseMappingTable.java:274)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.SparseMappingTable$Table.setValue(SparseMappingTable.java:259)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.DurationsTable.addDuration(DurationsTable.java:49)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.internal.app.procstats.ServiceState.setForeground(ServiceState.java:380)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActiveServices.setServiceForegroundInnerLocked(ActiveServices.java:1564)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActiveServices.setServiceForegroundLocked(ActiveServices.java:1038)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActivityManagerService.setServiceForeground(ActivityManagerService.java:15143)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:3174)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2933)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at android.os.Binder.execTransactInternal(Binder.java:1159)
10-04 19:49:33.344 1433 1600 E SparseMappingTable: at android.os.Binder.execTransact(Binder.java:1123)
10-04 19:49:33.373 825 4385 W Codec2Client: query -- param skipped: index = 1107298332.
10-04 19:49:33.375 825 4385 W Codec2Client: query -- param skipped: index = 1342179345.
10-04 19:49:33.375 825 4385 W Codec2Client: query -- param skipped: index = 2415921170.
10-04 19:49:33.376 825 4385 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.376 825 4385 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.378 853 1836 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.378 853 1836 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.382 2251 2251 W Dialer : CallList.onCallRemoved - Removing call not previously disconnected DialerCall_2
10-04 19:49:33.387 825 4385 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.387 853 1827 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.396 853 4386 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.397 825 4387 E FMQ : grantorIdx must be less than 3
10-04 19:49:33.413 557 4121 E msm8974_platform: platform_check_backends_match: Invalid snd_device =
10-04 19:49:33.415 557 4121 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 3
10-04 19:49:33.422 0 0 E afe_find_cal: no matching cal_block found
10-04 19:49:33.422 0 0 E : send_afe_cal_type cal_block not found!!
10-04 19:49:33.441 557 4121 E msm8974_platform: platform_set_channel_map: Could not set ctl, error:-22 ch_count:2
10-04 19:49:34.279 825 1829 W AMessage: failed to post message as target looper for handler 0 is gone.
10-04 19:49:34.280 1433 1433 W MediaPlayer: mediaplayer went away with unhandled events
10-04 19:49:34.286 3727 3774 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 0x0fff, reason 0x0013 from cmd 0x00000406, event 0x0fff, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:49:34.290 3727 3774 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0013 from cmd 0x00000406, event 0x000f, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:49:34.293 602 879 W AudioFlinger: moveEffectChain_l() effect chain for session 0 not on source thread 0x775b561040
10-04 19:49:34.295 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.297 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.299 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.314 3727 3774 W bt_stack: [WARNING:metrics.cc(594)] LogLinkLayerConnectionEvent: failed to log status 000000, reason 0x0016 from cmd 0x000fffff, event 0x0005, ble_event 0x0fff for 0x0, handle 4, type 0x0fff, error -19
10-04 19:49:34.329 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.363 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.415 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.418 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.432 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.468 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.472 602 852 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.524 1433 1433 W Looper : Slow dispatch took 203ms main h=android.app.ActivityThread$H c=android.app.-$$Lambd[email protected]c8267fa m=0
10-04 19:49:34.524 1433 1433 W Looper : Slow delivery took 202ms main h=android.app.ActivityThread$H c=android.app.-$$Lambd[email protected]8192008 m=0
10-04 19:49:34.534 602 877 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.540 602 877 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.544 602 602 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.549 602 602 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.549 602 602 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.562 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:34.566 1433 1433 W Looper : Drained
10-04 19:49:34.564 602 879 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
10-04 19:49:35.132 1433 1955 W Telecom : InCallAdapter: disconnectCall, unknown call id: [email protected]: ICA.dC(cad)@BGI
10-04 19:49:35.736 2618 2618 W DPMJ : |SERVICE| DPM received unexpected action: android.intent.action.ANY_DATA_STATE
10-04 19:49:36.390 847 1018 E QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
10-04 19:49:36.391 842 864 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-04 19:49:36.399 847 1018 E QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
10-04 19:49:36.400 842 864 E QC-time-services: Daemon: Time-services: Waiting to acceptconnection
10-04 19:49:36.493 2618 2618 W DPMJ : |SERVICE| DPM received unexpected action: android.intent.action.ANY_DATA_STATE
10-04 19:49:36.578 0 0 E ipa-wan rmnet_ipa_set_data_quota_modem: 2651 iface name rmnet_data1, quota 9223372036854775807
10-04 19:49:37.264 557 621 E soundtrigger: audio_extn_sound_trigger_update_stream_status: invalid input device 0x0, for event 2
ALSO, WITH EACH REBOOT I KEEP LOSING MY CONTACTS AS IF THEY WERE WRITTEN INTO RAM. This really frustrates me to unbelievable extent, to import contacts with each reboot, when someone calls me before I do it or I need to make an urgent call I'm screwed.
Hello, just updated the rom with the automatic update system.
Now Google play services crashes on boot. I tried to uninstall them and install them again from the google store in chrome but it doesn't help.
Going to try to reflash gapps maybe or do a clean install if it doesn't work.
Did anyone face the same bug after auto update ?
EDIT : reflashing gapps solved the problem, the update is a Vanilla version, that's maybe the reason why the google services doesn't work after update.
Latest Cherish OS 4.4 A13 available here -
Cherish OS-Vince
)
www.pling.com

Categories

Resources