Calender app does not work after de-bloating Xiaomi Mi 9 - Android Q&A, Help & Troubleshooting

Hello everyone,
I hope thats the correct forum to post this question. I tried to find something through google search but it seems that there are only some stackoverflow development questions on that topic, which do not help a lot.
I have a MI9 (MIUI Global 10.2.30 stable) without root. Now I wanted to remove some default system apps and found this tool here: github.com/Saki-EU/XiaomiADBFastbootTools/releases/tag/6.6.2
I followed this list (and tailored it to my own needs): gist.github.com/Biswa96/81fe477079fa5279f7cfd7b98d5519c7
After finishing my de-bloating I realized that Google Calender (and also system calender) does not start any more. All I get is the error message "Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority"
I tried to reinstall Google Calendar (and also all the removed bloat apps) but it doesn't help. Here is also the log file from adb logcat:
Code:
09-24 17:07:29.395 1441 2654 I ActivityManager: Start proc 29460:com.google.android.calendar/u0a99 for service com.google.android.calendar/com.google.android.syncadapters.calendar.CalendarSyncAdapterService caller=android
09-24 17:07:29.396 4352 4472 D PowerKeeper.Event: notifyAMProcStart processName: 10099 reason: com.google.android.calendar, pid:0
09-24 17:07:29.397 28323 28323 D Cal:D:AllInOne: onStart()
09-24 17:07:29.397 28323 28323 D Cal:D:AllInOne: onResume()
09-24 17:07:29.398 28323 29459 I Cal:D:Utils: setGoogleAccountsSyncable(): NOT syncable before, set it syncable
09-24 17:07:29.400 28323 28323 D AndroidRuntime: Shutting down VM
09-24 17:07:29.400 28323 29465 I FA : Tag Manager is not found and thus will not be used
09-24 17:07:29.400 28323 28323 E AndroidRuntime: FATAL EXCEPTION: main
09-24 17:07:29.400 28323 28323 E AndroidRuntime: Process: com.android.calendar, PID: 28323
09-24 17:07:29.400 28323 28323 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.android.calendar/com.android.calendar.homepage.AllInOneActivity}: java.lang.SecurityException: Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3828)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3860)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:51)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:145)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:70)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Looper.loop(Looper.java:201)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6815)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: Caused by: java.lang.SecurityException: Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1950)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1918)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1868)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService.java:779)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1988)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1977)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.calendar.homepage.AllInOneActivity.onResume(AllInOneActivity.java:571)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1413)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.Activity.performResume(Activity.java:7400)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3820)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: ... 11 more
09-24 17:07:29.400 28323 28323 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace:
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.server.content.ContentService.registerContentObserver(ContentService.java:340)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.content.IContentService$Stub.onTransact(IContentService.java:76)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at com.android.server.content.ContentService.onTransact(ContentService.java:262)
09-24 17:07:29.400 28323 28323 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:733)
09-24 17:07:29.400 28323 28323 E AndroidRuntime:
09-24 17:07:29.401 28323 29459 I Cal:D:Utils: setGoogleAccountsSyncable(): NOT syncable before, set it syncable
09-24 17:07:29.402 589 589 E SELinux : avc: denied { find } for service=miui.mqsas.MQSService pid=28323 uid=10024 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:mqs_service:s0 tclass=service_manager permissive=0
09-24 17:07:29.402 28323 28323 E MQSEventManagerDelegate: failed to get MQSService.
09-24 17:07:29.403 4352 4472 D PowerKeeper.Event: notifyAMCrash packageName: 0, pid:28323
09-24 17:07:29.403 29460 29460 E ndroid.calenda: Not starting debugger since process cannot load the jdwp agent.
09-24 17:07:29.404 1441 3632 W ActivityManager: Force finishing activity com.android.calendar/.homepage.AllInOneActivity
09-24 17:07:29.405 1441 3632 D ActivityTrigger: ActivityTrigger activityPauseTrigger
09-24 17:07:29.407 28323 28323 I Process : Sending signal. PID: 28323 SIG: 9
09-24 17:07:29.407 1441 3527 D ActivityManager: report kill process: killerPid is:28323, killedPid is:28323
Does anyone has an idea how to fix it?

I had the same issue... I managed to solve it.
Code:
pm install-existing com.android.providers.calendar

Related

[HELP] Gingerbread ROMs problem

I got the following blur accounts configured.
- Linked In
- Facebook
- YouTube
- Picasa
- Corporate Sync
- Google
- Twitter
The problem is that when the contacts are synced from the above account, I cannot go to settings of the contact list like "display option" menu. It force closes on me. I have monitored the logcat then i found out that something in android.os.Async has array out of bound index.
I have tried having only one account i.e. Corporate Sync it works fine. Then I add Google account, nothing happens. As soon as I add any of the social network accounts the contacts got force closing. One thing to note that in the list i cannot open those contacts which have some social network contact associated plus the social network contacts itself?
I have tested the same with some custom ROMs floating on the forum plus the stock SBF. But strangely older version 4.1.83 works fine.
Any clues?
theintelligent said:
I got the following blur accounts configured.
- Linked In
- Facebook
- YouTube
- Picasa
- Corporate Sync
- Google
- Twitter
The problem is that when the contacts are synced from the above account, I cannot go to settings of the contact list like "display option" menu. It force closes on me. I have monitored the logcat then i found out that something in android.os.Async has array out of bound index.
I have tried having only one account i.e. Corporate Sync it works fine. Then I add Google account, nothing happens. As soon as I add any of the social network accounts the contacts got force closing. One thing to note that in the list i cannot open those contacts which have some social network contact associated plus the social network contacts itself?
I have tested the same with some custom ROMs floating on the forum plus the stock SBF. But strangely older version 4.1.83 works fine.
Any clues?
Click to expand...
Click to collapse
Did you install the new Google+ app that was leaked? I know some people were having FC issues with their contacts after installing it.
Most likely would get more responses in the Q&A section.
Sent from my MB860 using xda premium
ghost_og said:
Did you install the new Google+ app that was leaked? I know some people were having FC issues with their contacts after installing it.
Click to expand...
Click to collapse
No that is not the case.
Sent from my MB860 using xda premium
Phalanx7621 said:
Most likely would get more responses in the Q&A section.
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Please move this thread to Q&A section.
Sent from my MB860 using xda premium
This is not a development thread. Please use the correct forums.
kennethpenn said:
This is not a development thread. Please use the correct forums.
Click to expand...
Click to collapse
woah, ur a mod now? that's crazy!
keep up the good work!
So no clues?
theintelligent said:
So no clues?
Click to expand...
Click to collapse
For those of you who are interested below is the error
Code:
10-14 15:10:36.479 12395 12608 W ResourceType: getEntry failing because entryIndex 223 is beyond type entryCount 199
10-14 15:10:36.479 12395 12608 W ResourceType: Failure getting entry for 0x7f0200df (t=1 e=223) in package 0 (error -2147483647)
10-14 15:10:36.489 12395 12608 W dalvikvm: threadid=12: thread exiting with uncaught exception (group=0x40018560)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #1
10-14 15:10:36.489 12395 12608 E AndroidRuntime: java.lang.RuntimeException: An error occured while executing doInBackground()
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:200)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:274)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:125)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:308)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:138)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.lang.Thread.run(Thread.java:1019)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Top level element must be ContactsSource
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.model.ExternalSource.inflate(ExternalSource.java:133)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.model.ExternalSource.inflate(ExternalSource.java:104)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.model.ContactsSource.ensureInflated(ContactsSource.java:98)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.model.Sources.getInflatedSource(Sources.java:341)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.model.Sources.getAccounts(Sources.java:286)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.ui.ContactsPreferencesActivity$QueryGroupsTask.doInBackground(ContactsPreferencesActivity.java:348)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.ui.ContactsPreferencesActivity$QueryGroupsTask.doInBackground(ContactsPreferencesActivity.java:333)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at com.android.contacts.util.WeakAsyncTask.doInBackground(WeakAsyncTask.java:45)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:185)
10-14 15:10:36.489 12395 12608 E AndroidRuntime: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306)

Settings Crash When Checking Data Useage

I have this issue:
01-09 11:58:07.691 22967 22967 E AndroidRuntime: java.util.concurrent.RejectedExecutionException: Task [email protected] rejected from [email protected][Running, pool size = 17, active threads = 17, queued tasks = 128, completed tasks = 52]
I'm on Nougat 7.1.1, the problem fix after reset and then after two days it's on again.
I'm searching on the internet and some one says is related to background data disabled for some apps, and other says due to AsyncTask queue pool is over 128, it reject every new task to execute.
The devices affected are Google Pixel 7.1.2 7.1.1 samsungs, motorolas and others devices and versions. Some known tracked issues can be found on post similar to this: https://productforums.google.com/fo...ZFBIyW2KE;context-place=forum/phone-by-google
Some one posted the bad code causing issue and the solution to fix it but on AOSP (If I can retrieve the link I will attach to this post for furter analysis)
Trying to speak with Sony support the only thing they can do, is to send the device for repair (thankyou )
So, I wish to know if there's a solution trough ADB or some wise app that can flush Pool queue and free it to permit execution of usage data, or something else
I'll post the entire log for further info
01-09 11:37:22.687 14737 14737 E AndroidRuntime: FATAL EXCEPTION: main
01-09 11:37:22.687 14737 14737 E AndroidRuntime: Process: com.android.settings,PID: 14737
01-09 11:37:22.687 14737 14737 E AndroidRuntime: java.util.concurrent.RejectedExecutionException: Task [email protected] rejected from [email protected][Running, pool size = 17, active threads = 17, queued tasks = 128, completed tasks = 74]
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2049)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:814)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1360)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:623)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.settings.datausage.AppDataUsagePreference$UidDetailTask.bindView(AppDataUsagePreference.j
ava:93)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.settings.datausage.AppDataUsagePreference.<init>(AppDataUsagePreference.java:49)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.settings.datausage.DataUsageList.bindStats(DataUsageList.java:483)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.settings.datausage.DataUsageList$3.onLoadFinished(DataUsageList.java:656)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.settings.datausage.DataUsageList$3.onLoadFinished(DataUsageList.java:653)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:489)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:457)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.content.Loader.deliverResult(Loader.java:144)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:265)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:92)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.os.AsyncTask.finish(AsyncTask.java:667)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.os.AsyncTask.-wrap1(AsyncTask.java)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:684)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.os.Looper.loop(Looper.java:241)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6274)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
01-09 11:37:22.687 14737 14737 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)

[Q] Samsung E-mail crashing (w logcat)

Does anybody know what is causing this problem?
It seems to happen when I open an email (I can open the app just fine, it just crashes when I try to open an actual email)
It's actually running stock with some things edited here and there on systemui and framework-res
I can't really read logcats
Thanks in advanced for reading!
Code:
03-02 16:31:32.943 14341 14341 E AndroidRuntime: FATAL EXCEPTION: main
03-02 16:31:32.943 14341 14341 E AndroidRuntime: Process: com.samsung.android.email.provider, PID: 14341
03-02 16:31:32.943 14341 14341 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.HoverPopupWindow.setHoverPopupListener(android.widget.HoverPopupWindow$HoverPopupListener)' on a null object reference
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.SenderLayout.setHoveringPopup4SummryTextView(SenderLayout.java:251)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.updateAddressHoverPopUp(MessageViewFragmentBase.java:12890)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.updateHeaderView(MessageViewFragmentBase.java:12875)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.reloadUiFromMessage(MessageViewFragmentBase.java:3755)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase$MessageContainerCallback.updateMessageHeader(MessageViewFragmentBase.java:17558)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.newlayout.MessageViewAdapter$MessageHeaderItem.createView(MessageViewAdapter.java:253)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.newlayout.MessageViewAdapter.getView(MessageViewAdapter.java:530)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.measureOverlayHeight(MessageViewFragmentBase.java:13351)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.measureOverlayHeight(MessageViewFragmentBase.java:13332)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.onRenderMessageHeader(MessageViewFragmentBase.java:2505)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewLoader$RenderMessageTask.onProgressUpdate(MessageViewLoader.java:2797)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewLoader$RenderMessageTask.onProgressUpdate(MessageViewLoader.java:2601)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.emailcommon.utility.EmailAsyncTask$InnerTask.onProgressUpdate(EmailAsyncTask.java:155)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:671)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7406)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Extra points:
Samsung calendar seems to be crashing too:
logcat:
Code:
03-02 16:39:07.371 14950 14950 E AndroidRuntime: FATAL EXCEPTION: main
03-02 16:39:07.371 14950 14950 E AndroidRuntime: Process: com.samsung.android.calendar, PID: 14950
03-02 16:39:07.371 14950 14950 E AndroidRuntime: java.lang.SecurityException: You either need MANAGE_USERS or CREATE_USERS permission to: query users
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1621)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1574)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.IPersonaManager$Stub$Proxy.getPersonas(IPersonaManager.java:2106)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.PersonaManager.getPersonas(PersonaManager.java:732)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.common.utils.r.a(KnoxUtils.java:78)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.common.utils.r.b(KnoxUtils.java:58)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.du.b(EventViewUtils.java:782)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.a.a(AccountCardView.java:227)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.a.a(AccountCardView.java:168)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.CardBoardView.b(CardBoardView.java:378)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.bv.a(CardDealer.java:885)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.bv.a(CardDealer.java:91)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.cf.a(CardDealer.java:1699)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.b.c.a.onQueryComplete(AutoCloseAsyncQueryHandler.java:41)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.content.AsyncQueryHandler.handleMessage(AsyncQueryHandler.java:344)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7406)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
.bump.
Check Webview
ShaDisNX255 said:
Does anybody know what is causing this problem?
It seems to happen when I open an email (I can open the app just fine, it just crashes when I try to open an actual email)
It's actually running stock with some things edited here and there on systemui and framework-res
I can't really read logcats
Thanks in advanced for reading!
Code:
03-02 16:31:32.943 14341 14341 E AndroidRuntime: FATAL EXCEPTION: main
03-02 16:31:32.943 14341 14341 E AndroidRuntime: Process: com.samsung.android.email.provider, PID: 14341
03-02 16:31:32.943 14341 14341 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.HoverPopupWindow.setHoverPopupListener(android.widget.HoverPopupWindow$HoverPopupListener)' on a null object reference
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.SenderLayout.setHoveringPopup4SummryTextView(SenderLayout.java:251)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.updateAddressHoverPopUp(MessageViewFragmentBase.java:12890)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.updateHeaderView(MessageViewFragmentBase.java:12875)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.reloadUiFromMessage(MessageViewFragmentBase.java:3755)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase$MessageContainerCallback.updateMessageHeader(MessageViewFragmentBase.java:17558)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.newlayout.MessageViewAdapter$MessageHeaderItem.createView(MessageViewAdapter.java:253)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.newlayout.MessageViewAdapter.getView(MessageViewAdapter.java:530)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.measureOverlayHeight(MessageViewFragmentBase.java:13351)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.measureOverlayHeight(MessageViewFragmentBase.java:13332)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewFragmentBase.onRenderMessageHeader(MessageViewFragmentBase.java:2505)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewLoader$RenderMessageTask.onProgressUpdate(MessageViewLoader.java:2797)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.email.ui.messageview.MessageViewLoader$RenderMessageTask.onProgressUpdate(MessageViewLoader.java:2601)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.samsung.android.emailcommon.utility.EmailAsyncTask$InnerTask.onProgressUpdate(EmailAsyncTask.java:155)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:671)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7406)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
03-02 16:31:32.943 14341 14341 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Extra points:
Samsung calendar seems to be crashing too:
logcat:
Code:
03-02 16:39:07.371 14950 14950 E AndroidRuntime: FATAL EXCEPTION: main
03-02 16:39:07.371 14950 14950 E AndroidRuntime: Process: com.samsung.android.calendar, PID: 14950
03-02 16:39:07.371 14950 14950 E AndroidRuntime: java.lang.SecurityException: You either need MANAGE_USERS or CREATE_USERS permission to: query users
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1621)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1574)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.IPersonaManager$Stub$Proxy.getPersonas(IPersonaManager.java:2106)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.PersonaManager.getPersonas(PersonaManager.java:732)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.common.utils.r.a(KnoxUtils.java:78)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.common.utils.r.b(KnoxUtils.java:58)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.du.b(EventViewUtils.java:782)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.a.a(AccountCardView.java:227)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.a.a(AccountCardView.java:168)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.CardBoardView.b(CardBoardView.java:378)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.bv.a(CardDealer.java:885)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.bv.a(CardDealer.java:91)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.event.cf.a(CardDealer.java:1699)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.calendar.b.c.a.onQueryComplete(AutoCloseAsyncQueryHandler.java:41)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.content.AsyncQueryHandler.handleMessage(AsyncQueryHandler.java:344)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7406)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
03-02 16:39:07.371 14950 14950 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Click to expand...
Click to collapse
Check the Android System Webview to make sure its current. This program affects email apps and browser apps as well. In some cases, you may have to uninstall updates to a previous version. I know this post is a bit late but maybe it can help others with email app crashes.

No voice typing on Zentwatch 2

I had reset my watch about 5 times or so, maybe less, but I am facing two issues.
Quick reply for Discord messages gives me this error
"Can't finish action. Reconnect to your phone."
But other actions work besides the other one I will mention now
In any text input field with a Mic icon for voice typing, tapping on the icon either shows the screen where it will tell you to speak and back out or just go back to the three options which are Mic, Emoji or Keyboard
Below is the logcat from my watch for the error which took me a bit to find.
Code:
04-13 20:08:58.864 1987 2108 E AndroidRuntime: FATAL EXCEPTION: EventBus0
04-13 20:08:58.864 1987 2108 E AndroidRuntime: Process: com.google.android.googlequicksearchbox:search, PID: 1987
04-13 20:08:58.864 1987 2108 E AndroidRuntime: java.lang.RuntimeException: Unchecked exception happened while running task: q[ServiceTransaction[SessionController#handleGenericClientEvent]]
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.ca.run(SourceFile:2)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.ak.a(SourceFile:1)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.aj.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.f.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:237)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:272)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at java.lang.Thread.run(Thread.java:761)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.h.run(SourceFile:4)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: Caused by: java.lang.RuntimeException: Query received by transcription is not committed!
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.a.g.g(SourceFile:2)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.staticplugins.ad.a.a.p.a(SourceFile:50)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.search.core.service.b.d(SourceFile:15)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.search.core.service.q.a(SourceFile:5)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.search.core.service.ax.run(SourceFile:2)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.libraries.gsa.h.a.b.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.logger.f.a.a.a.a(SourceFile:30)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.logger.f.a.a.c.run(Unknown Source)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.bz.a(SourceFile)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: at com.google.android.apps.gsa.shared.util.c.a.ca.run(SourceFile:1)
04-13 20:08:58.864 1987 2108 E AndroidRuntime: ... 10 more

Daydream APK mod to bypass incompatible device modal

Hey everyone,
I've been trying to create a modded Google VR Services APK to bypass the incompatible device modal that the Daydream app shows.
I've been following this comment by OrBy so far, and I have had limited success.
Using the Google Play version of Google VR Services, the Daydream app was rendering the river, trees etc + the controller connection popup properly, albeit with an "Incompatible device" modal on top of it.
Using APKLab in Visual Studio Code, I was able to replace the mentioned strings, build and resign the APK successfully. I had some issues installing it but once I removed the Play Store version it worked.
However, with my build of Google VR Services installed, the Daydream application continues to render the river etc and popup except this time with "Google VR Services keeps stopping" on top of it. Closing the keeps stopping popup turns the Daydream application fully black until it is restarted to observe the same behaviour.
I'm not experienced in Android development but I've had this headset for a few years (Daydream View) and I really don't want to root my phone.
Thanks in advance,
ninjadev64
My controller doesn't pair but otherwise, this is what worked for me.
Uninstall Google VR Services (optionally clear Daydream storage too)
Use `adb install` to install OrBy's apk. What I did wrong before was I forgot to remove my Play Store version of GVR so this install failed as the apk is an older version.
The reason you use `adb install` is because it gives a more detailed error message if it fails than the normal installation menus on Android.
Launch the Daydream application and perform setup. It will ask you to grant a lot of permissions to GVR, including NFC. If your phone does not have NFC, enable Daydream Settings > Developer Options > Skip VR Entry Scenes after allowing the other permissions.
Hopefully it worked? Enjoy Daydream if it did! My controller still doesn't pair but at least it got past the "Incompatible device" modal.
I've found the cause of the crash in my build of GVR. Anyone know how to resolve this?
Java:
09-11 09:40:40.646 16440 16440 E AndroidRuntime: FATAL EXCEPTION: main
09-11 09:40:40.646 16440 16440 E AndroidRuntime: Process: com.google.vr.vrcore, PID: 16440
09-11 09:40:40.646 16440 16440 E AndroidRuntime: java.lang.SecurityException: GoogleCertificatesRslt: not allowed: pkg=com.google.vr.vrcore, sha256=[1e08a903aef9c3a721510b64ec764d01d3d094eb954161b62544ea8f187b5953], atk=false, ver=223017037.true (go/gsrlt)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:2373)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:2357)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2340)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2282)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at att.a(PG:14)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at arz.a(PG:248)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at apo.a(PG:29)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at aps.run(PG:10)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at auz.run(PG:6)
09-11 09:40:40.646 16440 16440 E AndroidRuntime: at java.lang.Thread.run(Thread.java:923)

Categories

Resources