I can’t root my Android phone right now to install something like LineageOS, but yesterday, I sat down, installed ADB, and got rid of a mountain of unnecessary crap that comes packaged with Android and which is installed as a “system package” so you’re not allowed to uninstall it normally (e.g. Gmail).
It’s extremely easy.
Unlocking bootloader/flashing isn’t so easy for most people. I root every device I get, but for normal users this process isn’t easy. Also some manufacturers aren’t so friendly towards people unlocking bootloaders. I remember Sony lowering camera quality when you unlocked/installed Cyanogenmod back in Z2 times, or more recently Asus preventing you from unlocking completely.
Eupean banking apps refuse to launch on unlocked phones. And you need said banking apps as mandatory 2fa to log into your online banking system.
So in EU you gotta choose between banking and rooting.
Don’t throw in all of europe into one pot. The banks in my country still sell separate PIN machines for 2FA, which work great.
Depends on the bank. Mine (BoursoBank) works on a rooted Lineage phone. I only had to add it to Magisk’s exclusion list.
Yeah, the bootloader really seems like a challenge. ADB fortunately is extremely easy, especially if you use a tool like App Manager
from F-Droid to correspond package names to specific applications.
Just adb shell
when your phone is in developer mode and you hook up to your computer via USB, then pm uninstall --user 0 packagename
.