• thingsiplay@lemmy.ml
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    3 hours ago

    You can’t remove lot of apps in most Android phones. I have an older phone S7 Edge which I installed an alternative Android OS called “/e/OS”. Its way more private by default. Besides all the benefits of privacy, I also do not use the Google Play Store and do not have any social media on it installed.

    • wizardbeard@lemmy.dbzer0.com
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      2 hours ago

      You absolutely can remove every app (including hidden base OS functionality that is packaged as an installed app) through ADB, or through tools like Shizuku that give you effectively “on-device” ADB. There are GUI based apps to do this for both PC and runnable on Android itself.

      It’s not easily accessible for the average user, but it’s literally easier than flashing a custom OS, if you’re already looking into that level of things.

      • Redkey@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        6 minutes ago

        As the owner of a relatively new Android phone, who wanted to disable a software update nag, this is no longer always true.

        In my research I built a history of instructions for disabling these nag screens/notifications on phones from this manufacturer. At first, there were things you could do on the phone itself. Then you had to change a setting with ADB. Then you had to disable a system app with ADB. Then you had to get root access to uninstall the app with ADB. And now, for my phone and other recent models, there’s literally nothing you can do, even with root access in ADB, short of flashing custom firmware.

      • thingsiplay@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        Oh okay, I was nor aware this was possible for the regular Android. But it make sense if you get root access. So I learned something new today. :-)