Sujet : Re: Honor's FM Radio
De : robin_listas (at) *nospam* es.invalid (Carlos E.R.)
Groupes : comp.mobile.androidDate : 18. Oct 2024, 11:26:16
Autres entêtes
Message-ID : <9np9ukxfop.ln2@Telcontar.valinor>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 2024-10-17 16:08, Andrews wrote:
Eric Pozharski wrote on Thu, 17 Oct 2024 07:22:46 +0000 :
You can not. You should be able to disable the application, though.
>
You can't disable it either. What com.android.fmradio is doing exactly
is puzzling for about a decade now.
My Android phone is unrootable (as far as anyone on XDA knows), and yet, I
can disable/stop/remove from the user partition almost any app I want to.
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.
https://droix.net/knowledge-base/en-gb/article/uninstall-android-system-apps/
https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/
https://xdaforums.com/t/uninstall-any-apps-via-adb-no-root.3738105/
All you do, essentially, is run this command on the device or on a PC.
C:\> adb shell pm uninstall --user 0 com.android.fmradio
-- Cheers, Carlos.