You are reading a single comment by @hippy and its replies. Click here to read the full conversation.
  • I removed the Samsung Calendar though and now the Calendar Storage app continues to fail.

    Do you have com.android.providers.calendar still?

    Try a different calendar app - google apps are so wrapped up in the entire framework, they don;t play nicely when you remove stuff.

    com.simplemobiletools.calendar.pro is a very basic calendar that will let you know if you've removed too much

  • I didn't remove Google Calendar as that's the one I use. I removed the Samsung one, it broke the Calendar Storage service/app which is different and then I reinstated it and the Calendar Storage thing is still sooking. Google Calendar loads but will bomb out randomly now.

    adb shell pm uninstall -k --user 0 com.samsung.android.calendar
    adb shell cmd package install-existing com.samsung.android.calendar
    adb shell pm enable com.samsung.android.calendar

  • I didn't remove Google Calendar

    that's my point - google shit breaks because you're removing other stuff that doesn't appear related, as it's all so linked up

    It's also safer to disable apps first - saves reinstalling & potentially losing data

    adb shell pm disable-user --user 0 app.name

About

Avatar for hippy @hippy started