• @walkercricket
    link
    68 months ago

    Root can be useful for plenty of reasons: there are many apps which use root access to increase privacy, customize the system, restrict apps, manage battery charging, enforce firewall for apps and system, block trackers, backup the system, etc… I currently have 8 apps (if I don’t count all the lsposed modules) using the root privileges to do all of that but I also use it for other things like automation.

    The only kind of security I want to have is privacy from my own apps installed on my system, something root privilege allow me to have. For the rest, I just don’t install any random program on my phone and I didn’t have any problem for years.

    (and no, I can’t do any of that with shizuku or adb)

    • Free Palestine 🇵🇸
      link
      18 months ago

      there are many apps which use root access to increase privacy

      If you mean apps that allow you to restrict permissions of other Apps, there’s App Ops, it works with Shizuku

      customize the system

      You can do some customization with adb/Shizuku but for some things you might need root. But I would definitely value security over customizability.

      manage battery charging

      The OS can do that pretty well

      enforce firewall for apps and system

      GrapheneOS has a built-in firewall that you can use to block network access to any app on the system.

      block trackers

      You can do that with DNS services like NextDNS

      backup the system

      GrapheneOS has a built-in backup solution

      • @walkercricket
        link
        1
        edit-2
        8 months ago

        When I was talking about “battery charging”, I meant using an app to limit the charging at a certain level: look for “acca” or simple “acc” which is the module/daemon to manage that. You have to be root to do that and there is no way around. For the rest, sure, but that’s for GrapheneOS, I was talking in general, most ROM not having what GrapheneOS has and considering GrapheneOS is exclusively present on Pixel phones unfortunately…