Sujet : Re: Honor's FM Radio
De : andrews (at) *nospam* spam.net (Andrews)
Groupes : comp.mobile.androidDate : 20. Oct 2024, 01:11:54
Autres entêtes
Organisation : BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID : <vf1hs9$25g$1@nnrp.usenet.blueworldhosting.com>
References : 1 2 3 4 5
User-Agent : tin/1.6.2-20030910 ("Pabbay") (UNIX) (CYGWIN_NT-10.0-WOW/2.8.0(0.309/5/3) (i686)) Hamster/2.0.2.2
Carlos E.R. wrote on Fri, 18 Oct 2024 12:26:16 +0200 :
I have been able to disable/stop/remove any app I wanted, with the standard application menu. I just checked with the radio app. However, not with the "messages" app, so maybe there are privileged apps. Obviously I'm not going to try remove that app to check on it.
There is no risk if you know what you're doing when using adb.
You do you, but just so the others lurking know, if you're non rooted, you
have only two possibilities with adb on removing unwanted packages.
1. Most apps will be removed from the user partition without complaint
2. Some apps (one out of a few hundred in my experience) won't remove
I don't know what makes the one out of a few hundred not remove, but it has
happened (rarely) to me so I know that it is a possibility (albeit rare).
Anyway, there's really no risk because you can always reinstall any app you
remove using adb because it's not actually removed from the root partition.
So there is no risk - but you do you. For sure, a few times I've removed a
package and then regretted removing it - but it's easy to get it back.
C:\> adb shell pm uninstall --user 0 com.package.name
C:\> adb shell cmd package install-existing com.package.name