this post was submitted on 17 Aug 2024
646 points (97.2% liked)

Privacy

31182 readers
543 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I am a Tasker enthusiast and when I can automate something simple on my phone I like to. I set a simple task to turn off WiFi when my home network is not detected so my phone doesn't scan and report my location to businesses. However, this functionality is now nonexistent and the developer has to ask people not to one-star their app because it doesn't work. My phone is my phone and killing my ability to use it as such for whatever security theater Google is playing at is why I root my device. Anyone else still rooting for similar reasons?

you are viewing a single comment's thread
view the rest of the comments
[–] toototabon@lemmy.ml 8 points 3 weeks ago (2 children)

ELI5 how can i root my device?

[–] steinwand@lemmy.world 28 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Rooting a device is a process that depends on the phone and manufacturer. On some devices it is flat out impossible, on other it is trivial (those tend to be increasingly rare). The steps usually go something like this

  1. Put your phone in developer mode
  2. Unlock the bootloader (that's the part that is manufacturer/phone dependent)
  3. Use fastboot to install a replacement bootloader (I used TWRP in the past, now I use Orangefox)
  4. Once you have a good bootloader, youll be able to install apps from outside Android. This will enable you to give those specific app root access.
  5. Install Magisk or superSu or whatever app that gives you root access once booted back in android.

Keep in mind that you can 100% brick your phone doing this and that it'll most likely void your warranty. Do not root your device following this post alone. I tried to answer an ELI5, not a Teach Me How To Do It Like I'm 5.

More information:

  • bootloader : that's like the BIOS of your phone. It's software that is used right before your OS (android) launches
  • fastboot : that's a mode you can set your phone in that will enable you to run commands via a computer to which your phone is plugged by usb. You can upload custom code to it this way (such as a replacement bootloader)
  • https://orangefox.download/
[–] XTL@sopuli.xyz 5 points 3 weeks ago* (last edited 3 weeks ago)

Steps 2-3 are sadly impossible on most devices. If you have one of the bad ones, I'd recommend making some searches before you choose your next device.

[–] fernlike3923@sh.itjust.works 2 points 3 weeks ago (1 children)

Does this disable any OEM updates?

[–] Galaxy@lemm.ee 2 points 3 weeks ago

It will disable incremental updates but as long as there is a flashable zip file of the full image you can update using that

You can also quickly unroot then do an incremental update and then use magisk to create a flashable boot image afterwards to re-root

[–] winkerjadams@lemmy.dbzer0.com 5 points 3 weeks ago

Depends on your device