this post was submitted on 19 Sep 2025
103 points (100.0% liked)

Privacy

41983 readers
623 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

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

I'm frustrated. I'm a long time fan of Motorola. Their phones have been pretty simple and easy to remove junk apps. Recently I got an update that forced perplexity on my phone.

top 50 comments
sorted by: hot top controversial new old
[–] dink@lemmy.world 9 points 1 day ago (1 children)
  1. Buy Pixel 9a (great value among new, 120Hz smartphones)
  2. Activate, setup service
  3. Unlock bootloader
  4. Install grapheneos using their install guide
  5. Lock bootloader

Good budget(ish) switch to get a good phone, privacy, security, and AOSP experience.

[–] JamesBoeing737MAX@sopuli.xyz 4 points 1 day ago* (last edited 1 day ago) (1 children)

Great value my ass, I can barely get a used pixel 8a for 300€ in the EU. Redmi 4x from 2017 costed 160€ new and had all the features of phones at the time (except NFC). I'm still considering a pixel just for GrapheneOS, just because it's that good compared to LOS, I use on the Redmi.

[–] LAN_Mower@lemmybefree.net 4 points 1 day ago

I'm sure it's a good value for some. I just use the super budget phones. They work fine and have more stats than I ever need.

[–] PrincessCory@lemmy.wtf 5 points 2 days ago (1 children)

Graphine os, am not sure if its rooted.. But eather way i think its the best one for privacy.

[–] jet@hackertalks.com 6 points 2 days ago* (last edited 2 days ago)

It is not rooted, that would break the GOS security model

[–] golden_zealot@lemmy.ml 2 points 1 day ago

With this question asked, I'd like to build on it and ask what options exists outside the realm of google given their recent bullshit.

For those who know, tell me about the pine phone, fair phone, anything else like this.

When google fucks shit up in the near future, I would very much like to hold on to the ability to side-load apps using obtainium and f-droid indefinitely. Are the pine phone/ fair phone reasonable for this? What pros and cons am I looking at?

[–] sadness_nexus@lemmy.ml 1 points 1 day ago

You should never buy a phone that's rooted out of the box, no matter what the company promises. Never.

[–] DieserTypMatthias@lemmy.ml 2 points 2 days ago (1 children)

Rooted

Why would you do that?

[–] LAN_Mower@lemmybefree.net 4 points 2 days ago (1 children)

I may have terms mixed up. I want to be able to have full control of any software.

[–] DieserTypMatthias@lemmy.ml 1 points 1 day ago

Flash TWRP and you'll have access to a root shell in an recovery.

[–] SwooshBakery624@programming.dev 15 points 3 days ago (2 children)

rooted

Root is always a security risk, you really should not. (GrapheneOS comment (on Reddit) about rooting.)

out the box

None, probably. Refer to Bootloader Unlock Wall of Shame instead to check which companies do not restrict bootloader unlocking. See here for a list of devices where the bootloader can be locked with custom AVB Keys.

[–] jeff_hykin@lemmy.world 15 points 3 days ago (2 children)

security risk

All those rooted concerns are true for desktop Linux / MacOS, and they still ship with sudo. If I can't rm -rf the root partition then its not really my device.

The bootloader wall of shame is nice.

[–] AmbiguousProps@lemmy.today 12 points 3 days ago* (last edited 3 days ago) (7 children)

Android does not have the same security model as desktop Linux. I made a comment about this above (which you probably can't see due to .world being defederated with who I replied to), but if you don't want to go to my comment history, it's summed up as three or so main issues.

Rooting breaks OTA updates since it modifies your partition hash, meaning rooted users tend to leave security holes open way too long. Android does not have a package manager for you to be able to update these issues individually.

Android does not expect users to have root access, so they do not even consider it in the design. Android sandboxes apps, and apps can only generally have permissions that you grant, with no direct access to the kernel. However, rooting adds an entirely new attack surface for which there are no protections whatsoever. Desktop Linux, on the other hand, does expect users to need root level access from time to time. That's what sudo is for, but you should not confuse this with switching your user entirely to root and doing everything as root. There's a reason that's not recommended on Linux: it's dangerous. The same thing applies to Android. On top of that, Linux has other tools and protections designed to make running as sudoer safer, and Android has none.

Finally, it breaks your ability to use proper verified boot. If your system partions silently get malware installed, there's generally no way for a user with a rooted phone to notice. Verified boot protects against this, but because rooting (along with whatever else you're running as root) changes your partition hashes, it will either stop booting or revert your changes.

If mobile Linux ever takes off, it will likely be very similar to desktop Linux and be designed with root in mind.

[–] planish@sh.itjust.works 5 points 3 days ago (1 children)

Touching the system partition isn't the only thing one would do with root. And if the ROM ships su in the ROM, there's no problem of being out of sync with upstream or even not passing boot verification.

It does open up an attack surface against the app that provides the UI to gate root access. But that has to be considered against the "availability" arm of the security triad.

load more comments (1 replies)
load more comments (6 replies)
load more comments (1 replies)
load more comments (1 replies)
[–] AmbiguousProps@lemmy.today 21 points 3 days ago* (last edited 3 days ago) (2 children)

Do you need root? It's a big security risk, for multiple reasons.

You can always just get a used pixel (no further money to Google), and install a custom ROM that allows your bootloader to relock after installation. I personally prefer Graphene for this, but I believe Lineage also allows you to do so. They both have no bloat from the start, and GOS has sandboxed Google Play and Lineage has the ability to use microG iirc.

GOS can be installed via chromium based browsers, even from another phone. Security wise, there's nothing more secure at the moment.

[–] surjomukhi@lemmygrad.ml 4 points 3 days ago (1 children)

Desktop operating systems provide root access without forcing you to bypass manufacturer restrictions. Why should phones be any different?

load more comments (1 replies)
[–] LAN_Mower@lemmybefree.net 3 points 3 days ago (2 children)

Why are pixels so popular for this?

[–] AmbiguousProps@lemmy.today 26 points 3 days ago* (last edited 3 days ago) (1 children)

Pixels are (currently) the only phones that allow for all of the following at once:

  • Proper verified boot
  • Bootloader unlocking (this is most important for any custom ROM installation, regardless of ROM)
  • Hardware memory tagging
  • Full hardware isolation
  • Hardware key attestation
  • Ability to disable USB data (and also USB entirely) at the hardware level
  • Everything else on this list

In short, it's simply because Pixel currently has the most hardware level security features of any Android phone (on top of bootloader unlocking), for now. The Graphene team is allegedly in talks with an OEM to produce a phone specifically designed for it, which may be just as or even more secure. Time will tell.

I feel the need to mention that I'm not trying to shill for Graphene and especially not Google. Depending on your threat model and goal, Lineage or similar might be just fine for you. I just don't think there's anything more secure than GOS at the moment, and if that is important to you, along with minimizing bloat, it's a great choice. I do highly recommend avoiding root and instead just get something that you can unlock the bootloader for, and then install a degoogled ROM. Just make sure you don't accidentally buy a permanently locked phone, make sure it says unlocked somewhere in the listing.

[–] LAN_Mower@lemmybefree.net 7 points 2 days ago

Great write up! Thank you!!

[–] Broken@lemmy.ml 3 points 2 days ago

I'm sure its in the link the other comment provided, but I'll call out that you not only can unlock your bootloader to install your OS but you can relock it so nothing can install anything afterwards.

So if your phone is ever not in your possession you can be sure that nobody installed anything. Also keeps your phone safe from malware (at root level).

[–] bad_news@lemmy.billiam.net 15 points 3 days ago (3 children)

Re: all the other root concerns. I'm on Graphene sans root and it's fine because my OS isn't actively cockblocking anything. I can even spoof GPS and such. Is there something you know you need root for v the normal setup on non-Googled Android forks?

[–] zarenki@lemmy.ml 1 points 1 day ago

Similar to the full app backup use-case mentioned in another comment, I regularly use root to (through adb shell) make a personal backup of my owned kindle books and keys which I can then use to convert them to DRM-free epub and read those books in non Amazon approved apps. The encrypted books are in shared storage but the key to decrypt them is in an app-private database. I also occasionally backup my own apk/obb files.

A "security model" designed around the idea that users should never be able to have any kind of access, not even read-only, to the data that app developers store on their owned device if the developer doesn't want them to is one that is fundamentally incompatible with computing freedom.

I keep a secondary device with rooted Lineage at home for the few apps I want root access to, instead of rooting my daily driver, but I always feel like it would be reassuring to have the ability to make proper backups from my main phone.

Not OP, but Neobackup (full app backup) and Hail (ability to "freeze" - stop apps until you explicitly run them again) are my two big use cases for root

load more comments (1 replies)
[–] Ulrich@feddit.org 20 points 3 days ago (2 children)

Recently I got an update that forced perplexity on my phone.

Fuck me, that's infuriating.

What country are you in? Murena sells Fairphones in the US.

Other than that, I know this isn't what you asked for but GrapheneOS can be installed from the browser on your computer....

load more comments (2 replies)
[–] cerebralhawks@lemmy.dbzer0.com 13 points 3 days ago (6 children)

That’s what OnePlus, Nothing, and FairPhone are supposed to be about.

For privacy, I like my iPhone, but I can’t really recommend them anymore. Even with “Apple Intelligence” the keyboard is hilariously terrible. It gets a few things right and I’m wondering more and more if the ecosystem is worth it. But throwing money at Google somehow seems worse.

[–] jcarax@beehaw.org 1 points 1 day ago (1 children)

Shift and Volla are closer than Nothing, I'd say. OnePlus, like you said in another comment, belongs nowhere near that list anymore.

But I have a feeling privacy and security minded folks are going to be moving more towards Linux phones (I know Android uses a Linux kernel) over the next few years, as Android continues to get locked down, and cater to government surveillance.

[–] cerebralhawks@lemmy.dbzer0.com 2 points 1 day ago (1 children)

Huh. I haven’t even heard of those two.

I want to believe Apple has my privacy in mind like they say because I want to believe they’re a computer company first and not an information services company and all that… and it would make me feel better about my iPhone 16 Pro Max having such lousy software running on it… but also because going back to Android seems scary. No good privacy options. Nova is basically dead. Google is going after sideloading. Google is going hard with AI. The Pixel camera straight up hallucinates detail. And yet if I needed a new phone right now it probably would be a Galaxy S25, but I can’t say for sure it wouldn’t be an iPhone 17.

[–] jcarax@beehaw.org 1 points 1 day ago

It's probably not a good idea to believe that. Even if they do fight for you behind closed doors, which I doubt, they will still have to bow to large governments for the sake of their shareholders. That's the world we live in right now.

I'm on Graphene on a Pixel 8 right now, but I really don't trust the overall direction that Google is pulling AOSP, nor the closed security chip in Pixel phones. I'm trying to decide if I want to stick with AOSP with a non-Pixel device, or give some form of non-Android Linux phone a shot. The Jolla C2 is looking intriguing, but getting one in the US isn't the easiest thing. I've also considered a Shiftphone 8.1 and Fairphone 6, but I'd want to run Calyx, and the future is murky. The Shiftphone is also tricky to get in the US, as is Volla which comes with an AOSP OS without Google services.

[–] OhtoAiReal@programming.dev 6 points 3 days ago (2 children)

Sadly, we've lost Calyx till Febuary. Fairphone 5 with Calyx is the ultimate private phone. You can also get any Google device and flash Graphene.

load more comments (2 replies)
[–] Kirk@startrek.website 5 points 3 days ago (1 children)

That’s what OnePlus, Nothing, and FairPhone are supposed to be about.

It seems that you're implying they're not? Could you expand?

[–] monovergent@lemmy.ml 12 points 3 days ago (1 children)

OnePlus originally had really nice enthusiast features and support for the CyanogenMod ROM. Now it's just another manufacturer of corporate-safe glass-and-metal slabs while the soul of CyanogenMod lives on in LineageOS.

Carl Pei left OnePlus and put together Nothing. Nothing is a bit closer to what OnePlus was supposed to be, but they still leave much to be desired. They went all the way to implement a detachable back on the CMF phone, but the battery is still sealed inside. Absolutely no advantage compared to manufacturers like Google in terms of the third-party ROM experience.

FairPhone is the best of the bunch, but their priorities don't necessarily match those of the community (i.e. security concerns, loss of audio jack and USB 3.0 on the FP6)

[–] alkaliv2@lemmy.world 3 points 1 day ago (1 children)

You noted on the phone hardware but not the software so I'll comment on that. Recently OnePlus has announced as of Android 16 that they will restrict bootloader unlocking to only those who fill out an application.

Nothing Phone 3 and all prior Nothing phone bootloader are still unlockable to this day with no call to restrict it. I would know, I have a Nothing Phone 3 running Shizuku and am waiting for Google to move Play Integrity off of its Kanban board so I can root again. Their forums have a strong development presence and as far as I'm concerned this is the one of the last good holdouts on this new restriction standard.

Pixel was the de facto standard for unlocked bootloaders. However, Google is the core of the "registered developers only" movement for their phones, killing sideloading and removing Pixel images from the development models in AOSP. I no longer support new Pixels (certain used ones are still good, don't get the 6 series though they are BAD).

[–] pandorabox@lemmy.world 1 points 3 hours ago

Oooo ill check out the nothing phone! Thanks for tips!

load more comments (3 replies)
[–] utopiah@lemmy.ml 9 points 3 days ago (1 children)

Have a CMF1 from Murena for few months now, pretty happy with it. 350EUR with unlocked bootloader and rooted, used it as daily driver since day one. Transition from iOS was surprisingly painless.

[–] solrize@lemmy.ml 7 points 3 days ago (2 children)

Less expensive than I expected, but no headphone jack, no SD slot, comes with /e/OS.

In the end any mobile phone is inherently privacy invasive because of tracking by the cellular carrier, and the unending security bugs in the software. It's hard to do much about this.

[–] bilb@lemmy.ml 1 points 2 days ago

A headphone jack is just another attack vector! Use your head!!!

[–] utopiah@lemmy.ml 2 points 3 days ago

no headphone jack, no SD slot, comes with /e/OS.

  • I personally didn't need jack but I understand it might be problematic for some. If you create music for example you might not want the latency but for that I have a dedicated PBG-1 (OSHW grove box) which does have jack. FWIW there are USB-jack adapters.
  • it has an SD slot, I have a .5To inside
  • comes with /e/OS was the point for me. I wanted a deGoogle Android without any tinkering. If you don't want that though you can buy straight from CMF but I don't know with what ROM they will ship.

In the end any mobile phone is inherently privacy invasive because of tracking by the cellular carrier, and the unending security bugs in the software. It’s hard to do much about this.

  • if you don't trust cellular carriers you can setup your own network, e.g. https://www.crowdsupply.com/ukama/ukama but... yeah that's a bit demanding and obviously nobody else will connect to it. You can use eSIM but still have to trust the resulting carrier. You can rely on WiFi only but same, trust the ISP or encrypt everything you can, have your own VPN elsewhere and hope you can go through deep pack inspection
  • on bugs in software... but I like https://www.crowdsupply.com/sutajio-kosagi/precursor is exploring the idea, pragmatically, of verifying the whole stack, hardware included, but it doesn't go to mobile packed. One could consider this with simpler modem equivalent, e.g. LoraWAN, but with the obvious bandwidth limitation. None of that removes bugs but if the entire stack is verifiable at least it's about genuine bug, not backdoors.
[–] xzot746@sh.itjust.works 3 points 3 days ago (1 children)

Brax phone, braxtech.net.

They are focused on privacy and no bloat. I don't have one but will be getting one when my phone needs replacing.

I have seen a lot of braxman's videos and he seems very knowledgeable, but I wonder why his products aren't recommended.

Can any of these downvoters tell me why?

[–] gravitywell@sh.itjust.works 7 points 3 days ago

Consider if you truly need root on your device because its more of a risk then a benefit in most cases these days. Most features that used to require root no longer do or have more secure alternatives

Another consideration is that while you can buy a phone with grapheneos preinstalled, it's much better if you take the time to do the web install yourself because anyone selling preinstalled phones could potentially be a honeypot.

Pixels don't include bloat other than google, installing grapheneos is a simple and easy process you can do from your browser, unfortunately that's about the only truely secure option available currently any other devices (ie fairphone) will be a trade off of less/slower security updates and/or lack of ability to relock the bootloader.

[–] anon5621@lemmy.ml 7 points 3 days ago

None currently ,closest is pixel with for now easy unlockable bootloader

[–] OhtoAiReal@programming.dev 5 points 3 days ago

Very unorthadox suggestion, but those Vollaphones can come with Ubuntu Touch pre-installed. Best UI experience I had with a phone was an Ubuntu Touch. Pinephones also come with a Linux phone distro.

load more comments
view more: next ›