If I only wanted to degoogle and disable other manufacturer’s bloatware from my Android device, is using adb to “uninstall” the system apps from user 0 pretty much as effective as rooting and using something like debloat terminal while rooted or are there bypasses that make rooting the better option? I’m not concerned about reclaiming the space used by these disabled system apps in this case.

  • muhyb@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    7 months ago

    adb uninstall will cover your needs and if you are using a banking app they won’t let you use them if you root the device. So even if you choose the root way, it’s recomended to relock root once you’re done.

    Also not sure about stock ROMs but be careful with core apps. For example, in LineageOS if you remove file manager that way you bork the system because any other file manager use the initial file manager.

  • noodlejetski@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

    the ADB method only removes the app for the current user. if for some reason you add another user on the device, all the apps will still be there for them.

    • JerukPurut404@lemmy.my.id
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      Just beware to not delete every single thing on your phone. Learn from my mistake that I accidently uninstall google play services. 90% of my apps didnt work

  • Decentralizr@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    7 months ago

    The first thing to consider is what you want to archive. Security and privacy are not the same thing, however go hand in hand. With rooting you can go deeply into your systems setup, however it also opens potential threats against you. Adb is more secure. When it comes to privacy consider also rethinkdns or any other firewall. You can block internet access to specific apps and even system apps.

    • GravityAce@lemmy.ca
      cake
      OP
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      7 months ago

      Any response related to the very specific question I asked in this post?

  • redditReallySucks@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    Adb is just as effective as root for just disabling the apps for one user. As you said this won’t free the space fully. Keep in mind you might softbrick your phone by uninstalling something unsafe.