Closed Spiralo-Idioide closed 11 months ago
Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority
This sounds like you don't have the Android Calendar provider installed or deactivated it. Etar can not work without as explained in the readme: https://github.com/Etar-Group/Etar-Calendar#technical-explanation
Thank you ! It worked perfectly.
Also thank for the fast answers.
Failed to find provider com.android.calendar for user 0; expected to find a valid ContentProvider for this authority
This sounds like you don't have the Android Calendar provider installed or deactivated it. Etar can not work without as explained in the readme: https://github.com/Etar-Group/Etar-Calendar#technical-explanation
Same happens to me, but only in more recent versions. When I go back to 1.0.23, it works fine. I am using TCL Android 11, and have the stock calendar app installed as calendar provider.
Output of adb shell pm list packages -s | grep cal
:
package:com.android.providers.calendar
package:com.android.calendar
package:com.android.calllogbackup
package:com.android.localtransport
package:com.google.android.syncadapters.calendar
package:com.mediatek.calendarimporter
package:com.mediatek.callrecorder
package:com.android.calculator2
Seems like at some point, the criteria for "valid ContentProvider" changed...
Thank you ! It worked perfectly.
Also thank for the fast answers.
Can you tell me what worked perfectly? Did you install some other package to make it work?
Infos
Problem
If I don't accept calendar permission the app does not crash. But as soon as I accord it the app crash.
Logs (I think)