this post was submitted on 10 Aug 2023
15 points (80.0% liked)

Android

9348 readers
1 users here now

A place to discuss anything related to Android or Android adjacent.


INFO:


Check Out Our Partner Communities:

!android@lemmy.world

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] glibg10b@lemmy.ml 17 points 1 year ago (2 children)

It means getting access to parts of an operating system that you usually don't have access to. This allows you to improve the performance of your phone, increase its battery life, browse protected files, change the boot animation, customize the UI, change certain behaviors, set a battery charging limit, use v4a (an amazing equalizer app), uninstall system apps, and much more

The process of rooting is a little convoluted and depends on the phone, but you should be able to find a guide for your phone if you look for one. Things can go wrong if you don't follow the steps perfectly, but there's always a way out

Your phone will be wiped, so you need to back up your data

Your warranty will get voided in the process, but can often un-void it by unrooting

Your phone will be no less secure, as long as you use a good superuser app (everyone recommends Magisk) and only give root access to apps you trust. Think of it as "run as administrator"

[–] Illecors@lemmy.cafe 11 points 1 year ago (1 children)

Your phone will be no less secure, as long as you use a good superuser app

This is factually incorrect and a dangerous statement. Your phone will be insecure, because you will have your bootloader unlocked - anyone can boot into that subsystem and access/alter the OS. It's not a deal breaker for most, but some countries can become dangerous. Tread with caution.

[–] glibg10b@lemmy.ml 3 points 1 year ago

anyone can boot into that subsystem and access/alter the OS

Right. I was looking at it from a malware point of view, since OP's question "is it safe" is vague and can have one of at least three meanings. If your phone is rooted and the wrong person has physical access to it, they can bypass factory reset protection, among other things

However, most phones nowadays encrypt their user's data using the lock screen password as the encryption key. I think this would limit an attacker's access to user data, but don't quote me on that

[–] beta_tester@lemmy.ml 3 points 1 year ago (1 children)

Why are people saying it's a bad idea? Especially in the grapheneos circle. You won't get info on their forum about rooting it.

GrapheneOS is the extremely paranoid security-above-literally-anything-else ROM so of course they'd say it's a bad idea.

The TLDR is that, without special protection (bootloader relocking, which is the reason why Graphene only supports the extremely limited amount of devices it does), rooting and bootloader unlocking intentionally punches holes in Android's security model in exchange for greater control.