(!) Urgent support is required (!) - Redmi Note 8 Pro Questions & Answers

Hi,
can someone help me, to solve a problem with my Xiaomi Redmi Note 8 Pro?
Have an original ROM w/o any modification.
After "Okta Verify" app installation, I have a continously flashing erron on the screen: "google still stops working".
Cannot work compleatly on the cell phone, due to this error.
Below, you can find some error details:
com.google.android.apps.gsa.tasks.m: EXCLUSIVE background task UPDATE_HOTWORD_MODELS crashed.
at com.google.android.apps.gsa.tasks.n.ga(SourceFile:7)
at com.google.android.libraries.gsa.k.a.n.ga(SourceFile:2)
at com.google.common.w.a.bv.run(SourceFile:6)
at com.google.android.apps.gsa.shared.util.c.a.bt.b(SourceFile:1)
at com.google.android.apps.gsa.shared.util.c.a.bw.run(SourceFile:1)
at com.google.android.libraries.g.aa.run(SourceFile:1)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.google.android.libraries.g.m.run(Unknown Source:2)
at com.google.android.libraries.g.e.run(Unknown Source:2)
at java.lang.Thread.run(Thread.java:919)
Suppressed: com.google.android.apps.gsa.shared.util.c.a.bv: Unchecked exception happened while running task: n[UPDATE_HOTWORD_MODELS-failure-handler]
at com.google.android.apps.gsa.shared.util.c.a.bw.run(SourceFile:6)
... 6 more
Caused by: com.google.android.apps.gsa.tasks.k: java.lang.IllegalArgumentException: Multiple entries with same key: en-AE=https://www.gstatic.com/android-sea...9b74550b2fb24680fdac9ec59c56e828/hotword.data and en-AE=https://www.gstatic.com/android-sea...9b74550b2fb24680fdac9ec59c56e828/hotword.data
at com.google.android.apps.gsa.tasks.b.c.b(SourceFile:2)
at com.google.android.apps.gsa.tasks.b.a.a(Unknown Source:4)
at com.google.android.libraries.gsa.k.a.g.a(Unknown Source:2)
at com.google.common.w.a.dr.a(SourceFile:1)
at com.google.common.w.a.co.run(SourceFile:4)
at com.google.common.w.a.dt.run(SourceFile:1)
... 6 more
Caused by: java.lang.IllegalArgumentException: Multiple entries with same key: en-AE=https://www.gstatic.com/android-sea...9b74550b2fb24680fdac9ec59c56e828/hotword.data and en-AE=https://www.gstatic.com/android-sea...9b74550b2fb24680fdac9ec59c56e828/hotword.data
at com.google.common.b.ps.v(SourceFile:1)
at com.google.common.b.ps.g(SourceFile:20)
at com.google.common.b.ps.e(SourceFile:6)
at com.google.common.b.gx.b(SourceFile:1)
at com.google.android.apps.gsa.shared.speech.hotword.c.a(SourceFile:9)
at com.google.android.apps.gsa.speech.hotword.b.a.a(SourceFile:8)
at com.google.android.apps.gsa.speech.hotword.b.a.b(SourceFile:3)
at com.google.android.apps.gsa.staticplugins.microdetection.b.p.e(SourceFile:1)
at com.google.android.apps.gsa.staticplugins.microdetection.b.p.b(SourceFile:2)
at com.google.android.apps.gsa.staticplugins.microdetection.b.p.a(SourceFile:28)
at com.google.android.apps.gsa.tasks.b.c.b(SourceFile:1)
... 11 more

Related

"Failed to find provider info for telephony" after exchange Phone.apk in custom ROM

"Failed to find provider info for telephony" after exchange Phone.apk in custom ROM
Hi
i try to customize some apps and then create a custom ROM, but get errors like "Failed to find provider info for telephony" afterwards.
here is what i have tried:
got the original jelly bean binaries (4.1.1 JRO03C) from the android developers site
unzipped it and imported it into the Android-Kitchen (i tried it odexed and deodexed)
downloaded the original android source (4.1.1_r1) and compiled it for maguro (i tried full_maguro-userdebug and full_maguro-user)
replaced some apps (e.g. phone or mms) in the kitchen with the ones from the android source build (i also tried to replace just one at a time)
created the ROM and flashed it to the phone
the phone boots up, but in case of the phone app i get this error every 10 - 20 seconds:
Code:
Failed to find provider info for telephony
FATAL EXCEPTION: main
java.lang.IllegalArgumentException: Unknown URL content://telephony/carriers/current
at android.content.ContentResolver.insert(ContentResolver.java:860)
at com.android.internal.telephony.gsm.GSMPhone.updateCurrentCarrierInProvider(GSMPhone.java:1346)
at com.android.internal.telephony.gsm.GSMPhone.handleMessage(GSMPhone.java:1171)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
in case of the mms app the almost identical error:
Code:
Failed to find provider info for sms
FATAL EXCEPTION: SmsReceiverService
java.lang.IllegalArgumentException: Unknown URI content://sms/outbox
at android.content.ContentResolver.update(ContentResolver.java:986)
at android.database.sqlite.SqliteWrapper.update(SqliteWrapper.java:79)
at com.android.mms.transaction.SmsReceiverService.moveOutboxMessagesToFailedBox(SmsReceiverService.java:402)
at com.android.mms.transaction.SmsReceiverService.handleBootCompleted(SmsReceiverService.java:378)
at com.android.mms.transaction.SmsReceiverService.access$200(SmsReceiverService.java:72)
at com.android.mms.transaction.SmsReceiverService$ServiceHandler.handleMessage(SmsReceiverService.java:209)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:60)
i de-assembled the phone app from the original binaries to see if it registers itself with the given content URL, but it doesn't. so i am kinda clueless right now about what is going on here.
btw: i can open the apps for a sec when clicking on their icon. the main screen opens and then they crash right away.
thanks
Simon

Fairphone 2, Lineageos 14.1, Error VPN connection since latest LineageOS-Version

Hello,
I'm using the Capsule app to establish a VPN connection into my employers's network, the authentication is done via certificates.
My environment:
Device: Fairphone 2
Recovery: TWRP
OS: LineageOS 14.1 (Android 7.1.2)
LineageOS-Version:
14.1-20180213-NIGHTLY-FP2 --> last version VPN connection works​14.1-20180220-NIGHTLY-FP2 --> first version VPN connection does not works anymore​
Since 14.1-20180220-NIGHTLY-FP2, the VPN client throws this error message:
'failed to retrieve certificate from device store'
below you can find more details copied out of the app's logfile.
The error is reproducable:
I always did TWRP backups before installing a newer lineage version. When restoring a version older than 20.02.2018, then VPN connection works. I can install update after update, till 14.1-20180220-NIGHTLY-FP2 all works fine.
Could someone give some advice how this can be solved?
Thanks in advance.
App's log file:
03-03 23:04:38.132 11264 259 E NEMO.In Service Main:
android.security.KeyChainException: java.security.UnrecoverableKeyException: Failed to obtain information about private key
at android.security.KeyChain.getPrivateKey(KeyChain.java:390)
at com.checkpoint.VPN.Service.b(SourceFile:1156)
at com.checkpoint.VPN.Service.b(SourceFile:67)
at com.checkpoint.VPN.Service$CCCDoer.handleMessage(SourceFile:706)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: java.security.UnrecoverableKeyException: Failed to obtain information about private key
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStorePublicKeyFromKeystore(AndroidKeyStoreProvider.java:223)
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStoreKeyPairFromKeystore(AndroidKeyStoreProvider.java:259)
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStorePrivateKeyFromKeystore(AndroidKeyStoreProvider.java:269)
at android.security.KeyChain.getPrivateKey(KeyChain.java:382)
... 6 more
Caused by: android.security.KeyStoreException: Key not found
at android.security.KeyStore.getKeyStoreException(KeyStore.java:659)
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStorePublicKeyFromKeystore(AndroidKeyStoreProvider.java:224)
... 9 more
03-03 23:04:38.137 11264 1 D NEMO.SyncController::handleMessage: got msg from service: type = CONNECT
03-03 23:04:38.138 11264 1 D NEMO.service says: CONNECT Failure: error_msg: 'failed to retrieve certificate from device store', error_code: '-1'
03-03 23:04:38.138 11264 1 D NEMO.In Connecting task activity:nCCCError(): failed to retrieve certificate from device store

xiaomi mi 6 error

hi
i am facing an error : someone know to deal with it ???????it comes sometimes and i want to solve it without reset
java.lang.IllegalArgumentException: There is no GcmTaskService component registered within this package. Have you extended GcmTaskService correctly?
at com.google.android.gms.common.internal.zzac.zzb(Unknown Source:8)
at com.google.android.gms.gcm.GcmNetworkManager.zzeu(Unknown Source:44)
at com.google.android.gms.gcm.GcmNetworkManager.schedule(Unknown Source:4)
at com.google.android.videos.service.drm.RefreshLicenseTaskService.forceLicenseRefreshNow(SourceFile:34)
at com.google.android.videos.service.drm.LicenseRefresher.refreshLicenses(SourceFile:31)
at com.google.android.videos.service.pinning.PinBroadcastReceiver.startTransferServiceToResumeDownloads(SourceFile:28)
at com.google.android.videos.VideosGlobals.postStartup(SourceFile:207)
at com.google.android.videos.VideosGlobals.bridge$lambda$0$VideosGlobals(Unknown Source:0)
at com.google.android.videos.VideosGlobals$$Lambda$8.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6665)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
Hi start by erasing the app data that crashes

[FIXED] Google Calendar crashes when you click on an event

For two years, I have scratched my head at why my Google calendar app would crash when I clicked on an event. Reinstalling, clearing data and clearing cache didn't help and I wasn't able find anything on the Internet.
After looking at a log using the OS Monitor app, I spotted the following message that I will paste for anyone Google-ing:
2018-08-28 11:18:18,ERROR,ComplexColorCompat,Unknown,Failed to inflate ComplexColor.
android.content.res.Resources$NotFoundException: Resource ID #0x0
at android.content.res.Resources.getValue(Resources.java:1401)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2882)
at android.content.res.Resources.getXml(Resources.java:1264)
at android.content.res.XResources.getXml(XResources.java:1117)
at android.support.v4.content.res.ComplexColorCompat.inflate(ComplexColorCompat.java:140)
at android.support.v4.content.res.TypedArrayUtils.getNamedComplexColor(TypedArrayUtils.java:149)
at android.support.graphics.drawable.VectorDrawableCompat.inflate(VectorDrawableCompat.java:1908)
at android.support.v7.widget.AppCompatDrawableManager$VdcInflateDelegate.createFromXmlInner(AppCompatDrawableManager.java:674)
at android.support.v7.widget.AppCompatDrawableManager.loadDrawableFromDelegates(AppCompatDrawableManager.java:366)
at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:198)
at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:191)
at android.support.v7.content.res.AppCompatResources.getDrawable(AppCompatResources.java:102)
at android.support.design.resources.MaterialResources.getDrawable(MaterialResources.java:67)
at android.support.design.chip.Chip.<init>(Chip.java:407)
at android.support.design.chip.Chip.<init>(Chip.java:179)
at java.lang.reflect.Constructor.newInstance(Native Method)
at android.view.LayoutInflater.createView(LayoutInflater.java:619)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:764)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:835)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:838)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:798)
at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:360)
at android.view.LayoutInflater.inflate(<Xposed>)
at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:360)
at android.view.LayoutInflater.inflate(<Xposed>)
at com.google.android.calendar.newapi.commandbar.SmartRsvpBottomBarController.inflateCommandBar(SmartRsvpBottomBarController.java:57)
at com.google.android.calendar.newapi.screen.EventViewScreenController.notifyLoadingFinished(EventViewScreenController.java:24)
at com.google.android.calendar.newapi.screen.ViewScreenController.onLoadingSuccess(ViewScreenController.java:665)
at com.google.android.calendar.newapi.common.CompositeLoader.onLoadingSuccess(CompositeLoader.java:90)
at com.google.android.calendar.newapi.common.AsyncTaskLoader.onCompleted(AsyncTaskLoader.java:27)
at com.google.android.calendar.newapi.common.SnappyAsyncTask$1.run(SnappyAsyncTask.java:34)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5525)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
Click to expand...
Click to collapse
The problem was that I had adjusted the DPI on my device. To stop the crashes, return your DPI to the default value. You can also set a custom value just for the calender app with the 'App Settings' Xposed module. So for the LG G4, I set the DPI value back to 640 just for this app.
(sent from my phone late at night - apologies for poor formatting and grammar)

Stock camera and gcam crashes after flashing 4k enable fix in twrp rn5

Hey, so i flashed a 4k fix so i could shoot 4k videos with gcam on stock 12.0.2 rom rooted with magisk and bootloader unlocked and all hell broke loose. Both stock camera and every gcam i try crashes. Please, if you can save me without losing my data it would be a dream. Im not an expert so I'll just post the logs below and pray an expert sees them and helps me.
" java.lang.RuntimeException: java.lang.IllegalStateException: Unable to get camera characteristics for 1
at lmg.run(Unknown Source:26)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
at lky.run(Unknown Source:5)
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Unable to get camera characteristics for 1
at java.util.concurrent.FutureTask.report(FutureTask.java:123)
at java.util.concurrent.FutureTask.get(FutureTask.java:193)
at oxa.get(Unknown Source:4)
at lmg.run(Unknown Source:15)
... 4 more
Caused by: java.lang.IllegalStateException: Unable to get camera characteristics for 1
at mjt.a(Unknown Source:73)
at mju.a(Unknown Source:115)
at mkl.b(Unknown Source:4)
at mks.b(Unknown Source:2)
at lvz.b(Unknown Source:26)
at lwb.b(Unknown Source:9)
at lwb.b(Unknown Source:9)
at jzk.a(Unknown Source:161)
at ebv.get(Unknown Source:33)
at pmn.get(Unknown Source:15)
at ebs.get(Unknown Source:10)
at pmn.get(Unknown Source:15)
at pmu.a(Unknown Source:78)
at ebg.get(Unknown Source:16)
at pmn.get(Unknown Source:15)
at pmu.a(Unknown Source:35)
at bmr.a(Unknown Source:29)
at oxf.run(Unknown Source:29)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
at lmh.run(Unknown Source:2)
at lmg.run(Unknown Source:0)
... 4 more
Caused by: android.hardware.camera2.CameraAccessException: CAMERA_DISCONNECTED (2): Camera service is currently unavailable
at android.hardware.camera2.CameraManager.getCameraCharacteristics(CameraManager.java:264)
at mjt.a(Unknown Source:15)
... 26 more
Just try and flash the module again so TWRP will delete it
Update me if you already formated the phone or if i truly helped

Categories

Resources