• 1 Post
  • 14 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle











  • Fair enough. Here are three ways I can see this going:

    1. Get a privacy focused phone like PinePhone or Librem. I can’t speak much for them since I don’t use them, but I’ve heard good things. This is the “all-in” approach. Depending how focused on privacy you are, you may want to go this route if you want a completely stripped down Android experience without any of the Google parts.
    2. Get a Google Pixel. Pixels are a very clean Android experience. No bloat from vendors or carriers since Android is Google already. Plus. Android 13 already has a lot of focus on permissions and such, and it’s only improving with the upcoming Android 14. Routinely apps’ permissions will get disabled when the app hasn’t been used in a while. You can also disable ads tracking in your Google account and in the Android settings.
    3. Root a phone. I saw in another comment you likely won’t do it, but leaving it in for fairness. If you are going to, make sure you know how to root it, what it’s doing, and if that root method will work for the phone you’re going to buy. You can search “how to root xyz phone xda-developers” to get info there. XDA-Developers is the name of the forum that is home to the rooting community. I don’t recommend this path for reasons I suggested before, and if your end goal is more privacy, typically it’s either “go big or go home”. Rooting and doing a couple small things for half-privacy is just not worth it.


  • sirfancy@lemmy.worldtoAndroid@lemmy.worldRooting of Adb? confused about the concepts
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    1 year ago

    What apps require root that you want? I would highly advise against rooting if you can help it, because especially if you don’t know what you’re doing, there is very high potential to brick your device or open up security issues. I would recommend learning what root actually means and what it entails, and learning everything that happens when you root so you can decide for yourself if that’s something that is necessary. Rooting modern hardware just to run an app is not really all that important nowadays. You might as well buy an android that has a custom OS already installed centered around privacy if that’s your thing.

    Additionally, to actually answer your question, adb is not root. It is just a development bridge that lets your PC talk to your phone, so you can push apps or do other development related stuff. It just happens to be a part of the toolset when rooting.