-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
valid contentProvider #1756
Comments
Can you please share your logcat output here? |
Sure - do you need from boot, or just start log and try to open app? Thanks |
from the start of the app should be enough. |
Logcat:
Etar Specific:
Thanks |
Seems not necessarily Etar-specific, as the same happens with Google Cal. However, working fine with many others, (One Calendar, aCalendar, Fossify Calendar, etc.). |
I thought I had answered this already, sorry. From the log:
You are missing the calendar provider which is part of Android and also used by Google calendar. Maybe you disabled or uninstalled it. I think Etar could fail with a better error message but not much else to do here. |
I saw that in the original issue, which I linked, but that package shows as installed and active, (pm list packages -s). That's why I put the new issue. |
Still think that's the issue? Why is the calendar provider app "hidden" from Etar and Gcal? |
I see no error on the Etar side here. The error message clearly says that the content provider “com.android.calendar” is missing for user 0. Maybe there is an authorization problem or Etar/calendar provider is running under the wrong user. I have no idea. Nevertheless, this is not an Etar issue. |
Thanks |
Just adding this in case you have any insight. Seems clear this is not necessarily a problem with Etar, but maybe someone can help... I did
and
and now see
Yet, still, when trying to run Etar:
Thanks for any ideas |
Latest Google calendar now working fine after granting permissions, but still same crash on Etar. Also, old version still working, so seems Etar- specific. |
Not sure if anyone will see my comment on an old, closed comment, so just opening this issue.
Any version beyond 1.0.23 crashes at start, with error in logcat about no valid content provider. My comment in similar issue is here: #1532 (comment)
Thanks
The text was updated successfully, but these errors were encountered: