Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #143736

Re: Honor's FM Radio

From Andrews <andrews@spam.net>
Newsgroups comp.mobile.android
Subject Re: Honor's FM Radio
Date 2024-10-20 00:11 +0000
Organization BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID <vf1hs9$25g$1@nnrp.usenet.blueworldhosting.com> (permalink)
References <vegole$c9vl$1@solani.org> <nqlttkx1k9.ln2@Telcontar.valinor> <slrnvh1eq6.pt8.apple.universe@freight.zombinet> <ver5o0$ml$1@nnrp.usenet.blueworldhosting.com> <9np9ukxfop.ln2@Telcontar.valinor>

Show all headers | View raw


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 

Back to comp.mobile.android | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Honor's FM Radio Qihe <Q@invalid.invalid> - 2024-10-13 17:23 +0200
  Re: Honor's FM Radio Arno Welzel <usenet@arnowelzel.de> - 2024-10-13 19:17 +0200
  Re: Honor's FM Radio "Carlos E.R." <robin_listas@es.invalid> - 2024-10-13 22:06 +0200
    Re: Honor's FM Radio Eric Pozharski <apple.universe@posteo.net> - 2024-10-17 07:22 +0000
      Re: Honor's FM Radio Andrews <andrews@spam.net> - 2024-10-17 14:08 +0000
        Re: Honor's FM Radio "Carlos E.R." <robin_listas@es.invalid> - 2024-10-18 12:26 +0200
          Re: Honor's FM Radio Andrews <andrews@spam.net> - 2024-10-20 00:11 +0000

csiph-web