You are reading a single comment by @NotThamesWater and its replies. Click here to read the full conversation.
  • 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

  • Yeah, I'm a kinda shoot first, ask questions later guy though.

    Anyway, looks like it was the Samsung Contacts shit it was upset about. Putting those two fuckers back on seems to have shut it up again.

About