Hi all, newbie here.
I'm trying to remove some of the apps through adb.
I know this is only a temporary solution until there is a hard reset but for my purposes, it's sufficient.
I was able to remove the Browser and the email apps but I'm running into issues with removing the messaging and camera apps.
I ran the following 2 commands:
adb shell pm suspend --user 0 com.android.mms.service
And
adb shell pm suspend --user 0 com.android.mms
They both came back "True".
The issue is the icon still is visible. When you click on it, it says "App isn't available" "messages isn't available right now. This is managed by Shell."
I'm also essentially fine with that. But when I text the phone, it is pops up in notifications and you can read the message. When you try to click on the message, it goes back to "App isn't available".
Any ideas on how to fully remove the app?