this post was submitted on 06 Aug 2024
431 points (98.9% liked)
Technology
71955 readers
3257 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
!degoogle@lemmy.ml
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.
Oh right, I completely forgot about the separate device that you have to plug into your computer and then also plug your card into the deviceand then enter your pin. It's almost as convenient as having the phone app!
You are talking about the id card reader, not independent 2FA devices that generate codes. Also, in some countries you can get a SIM card with special certificates that can be used for identification and document signing, they work on virtually any modern phone. I think that feature uses the SMS protocol underneath, but I couldn't find the confirmation.
Well that sarcasm definitely backfired mate. The device I have is a QR Code scanner that works like a phone, with the important distinction that I can do with my actual phone what I damn well please.
Denylist in magisk works for me in eu
Didn't work for me on a Samsung S6 or S10. Maybe I will try again some day but for now it's not worth the risk of never being able to go back, thanks to the Samsung physical one-time fuse.
My next phone should be a Pixel with Graphene...
S10 LineageOS user here: Works with Lygisk and the Play Integrity Fix module.
Try Kitsune Magisk. I had problems with regular Magisk but this one works really well so far.
So Samsung doesn't let users go back to stock & relock? That truly sucks!
The apps my bank uses run perfectly well on graphene
Which is only available for a limited set of devices, does not have root, locks the bootloader again and is probably professional enough to get banks to approve their signing key. For those reasons it is nor a viable solution for everyone.
Fair point, I just wanted to mention that there are unofficial, de-googled OSs that do work with banking apps so that newbies don't get the wrong impression
❤️
Depends on the bank. Mine (BoursoBank) works on a rooted Lineage phone. I only had to add it to Magisk's exclusion list.
The apps of the three big European banks I have banked with were able to detect magisk and refused even when on the whitelist.
No you don't. You simply need to run the Magisk app after an update but before rebooting.
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, thenpm uninstall --user 0 packagename
.Add HMD Nokia to the blocking unlocks completely camp