this post was submitted on 10 Mar 2026
25 points (59.0% liked)

Open Source

45368 readers
1374 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

/e/OS is not fully degoogled, as DNS connectivity checks, hardware attestation provisioning, and eSIM activation all go through Google.

It is often many weeks or months behind on security updates, especially in the WebView, which makes it easy to exploit.

It doesn't support bootloader locking on many devices, and if you lock the bootloader on a phone that does support it, it could brick if /e/OS is on an older security patch than the stock ROM was.

It doesn't use a lot of the hardening in GrapheneOS such as hardened_malloc which prevents memory corruption exploits, even if the hardware supports it.

And finally, /e/OS's text-to-speech sends what you say to OpenAI, despite local options being available.

If you want a properly secure Android phone, the best option is GrapheneOS, however it only supports Pixel phones and future Motarola phones due to its high security requirements.

If you can't get a Pixel then iOS in lockdown mode is the next best option, however if you can't replace your phone, LineageOS is much worse than Graphene although it is still much better than /e/.

top 50 comments
sorted by: hot top controversial new old
[–] ArmadilloLoose6699@feddit.uk 41 points 5 days ago* (last edited 5 days ago) (1 children)

As someone who bought a Murena FairPhone 5 with /e/OS preinstalled because I had the option to pay a reasonable price for a decent phone that isn't Google branded, and have been enjoying the experience with it for a while now, I don't think I'm going to fall for that very obvious rage bait that's been copy-pasted from an aggressive forum post.

I'll give GrapheneOS my attention when it works on more than one phone. I hear Motorola is building a second phone for it to be compatible with.

[–] justme@lemmy.dbzer0.com 4 points 5 days ago (3 children)

I'm using a stick FP 4 and am really happy about it, I just try to lock down the android bloat from time to time. My wife has a murena Teracube. After changing the launcher, she is really happy with the software, but the hardware is hot garbage, so she plans to get a new one soon.

Our idea was the FP4, because I have good experiences with it, you still get spare parts and it's comparable cheap.

Do you know whether there was anywhere a bit jump in performance from FP4 to 5?

[–] mesamunefire@piefed.social 7 points 5 days ago (1 children)

I had a terracube. It litterally broke apart in my hands. The glue for the screen stopped working. And i tried to get it repaired only to be told they didnt support the first phone anymore. After less than two years.

I now have a fairphone 4. Much better device!

[–] justme@lemmy.dbzer0.com 2 points 5 days ago

There are dozens of hardware issues with that phone. Really a shame

[–] skarn@discuss.tchncs.de 5 points 5 days ago (1 children)

I love my FP4, but my manager just bought himself a FP6 and... I'm envious! It seems ti scratch almost every itch I have with FP4

(screen draws too much power and isn't bright enough in summer, phone is a bit too large, etc.)

Pity my FP4 won't stop working anytime soon.

(Actually joking, at almost 4 years, no phone has ever survived this long in my dangerous hands, and I'm so happy about that).

I'd give FP6 serious thought. On the other hand, maybe you can get some great bargain on a used FP4 (FP4 isn't sold new anymore).

[–] justme@lemmy.dbzer0.com 1 points 5 days ago (1 children)

I still see FP4 in the Fairphone store on Amazon, so can't be to bad. Is like 200€ while the new one is north of 600€ (don't remember the exact price). But yeah, looking into the used market might make sense. Ty

[–] skarn@discuss.tchncs.de 2 points 4 days ago (1 children)

I think what you're finding in Amazon are offers from third party sellers. FP6 is 550 on the official site. Still, if the FP4 is 200€ new it is certainly a contender.

[–] justme@lemmy.dbzer0.com 2 points 4 days ago (1 children)

You are right, how Amazon presents it is just a bit confusing and it takes a bit of digging to find the real seller.

[–] skarn@discuss.tchncs.de 1 points 4 days ago

Yeah, Amazon being less than transparent, shocking, am I right?

[–] ArmadilloLoose6699@feddit.uk 3 points 5 days ago (1 children)

tbh they're on the FairPhone 6 now, so it might be worth taking another look if you're approaching time to upgrade. :)

[–] justme@lemmy.dbzer0.com 1 points 5 days ago

I know, in getting old... ;)

[–] GarbadgeGoober@feddit.org 42 points 5 days ago (1 children)

Sorry but this sounds again like the typical e/Os bashing from GrapheneOS users.

Those two system are not the same. One is focused on security and the other on privacy.

Yes I know about the issues of e/OS, but it is still better than using Google or Apple.

For me personally I moved cause I don't want to support american companies. So Graphene was no option, as I would need to give google some money or buy one 2nd hand. But Pixels are still quite expensive compared with others.

Why do you always need to attack other systems, they can coexist. We should be happy people have more options to break free from Big Tech companies.

[–] Neptr@lemmy.blahaj.zone 10 points 5 days ago (2 children)

There is no privacy without security. Android is one of the most widely exploited OSes and every month a dozen or more critical severity vulnerabilities are patched. Being 1-2 months behind on security patches is inexcusable for a privacy project.

[–] ExLisper@lemmy.curiana.net 15 points 5 days ago (1 children)

Are those vulnerabilities ever exploited? The stats I'm seeing say that 30% of users run outdated Android version. Most attacks are malware apps installed from Play Store and mobile phishing sites. Yes, you have 0-click vulnerabilities but is anyone really setting up spoofed BT devices in public places? I think the risk of getting your phone taken over this way is extremely low, specially if you're doing basic things like disabling BT when not in use. Tracking on the other hand is extremely common. Most non-open source apps will connect to multiple analytics and tracking APIs. I care more about controlling those connections than about theoretical attack using some 0-day exploit. GrapheneOS doesn't have good tools to monitor and block trackers. /e/ and iode do.

[–] machiavellian@lemmy.ml 8 points 5 days ago (1 children)

So you're excusing lazy patching with improbability? Personally, I wouldn't bet my privacy and security on a criminal's lack of motivation.

It's like eating candy from a bowl in which 5 are poisoned and 5000 are harmless. It's improbable for you to pick a poisoned candy but because the consequences of choosing wrong are so perilous, I wouldn't choose at all or choose a bowl with less poisoned candy.

GrapheneOS doesn't have good tools to monitor and block trackers.

Yes it does. Rethink has (in addition to other awesome features) a local DNS blocklist option which you can configure to automatically block almost all telemetry apps send.

[–] ExLisper@lemmy.curiana.net 10 points 5 days ago (1 children)

So you’re excusing lazy patching with improbability?

Of course I am. I'm not paranoid. You always prioritize the risks. Looks like you're worried about highly motivated hackers targeting you specifically. That's ok, you're probably basing this on some sensible risk assessment and you concluded that you're a potential target for state level actors or criminals. Maybe you're a political activist or just very rich. I'm neither so I'm not really worried about someone targeting me specifically. I'm worried about malware (I don't install apps from random sources) and phishing (I don't click on random links). If you're worried about extremely unlikely attacks you're either wasting time or treating this as a hobby.

DNS blocklist option which you can configure to automatically block almost all telemetry apps send.

DNS blocklists are not enough. iode and /e/ offer more fine grained control and monitoring. You can permit some connections temporarily or permanently for specific apps only. Not to mention other features GraphenOS is missing like pattern unlock, backups or navigation shortcuts. Sacrificing all this just to be protected from very unlikely attacks is simply not worth it.

[–] machiavellian@lemmy.ml 9 points 5 days ago* (last edited 5 days ago) (1 children)

Looks like you're worried about highly motivated hackers targeting you specifically.

Not really, no.

Not patching security vulnerabilities leaves you open to not just targeted attacks but also wide spread attacks, which also use the same exploits that nation states use. Just look at the recent Coruna debacle.

Let me bring another analogy. You live in a town where theft and burglary is rampant. You have a lock on your front door but the lock is based on a legacy design which is not hard to pick. Sure, no one has broken into your home yet but if you keep using an antiquated lock, it's a matter of when not if. And it's not like only rich and important people's houses are broken into. Everybody who's vulnerable can and eventually will get attacked. If I had to choose between risking burglary and paying a little extra for a better lock, I'd choose the latter.

Maybe you're a political activist or just very rich.

I don't have to be a political activist to take measures to protect myself online nor rich to afford a used Pixel.

Sacrificing all this just to be protected from very unlikely attacks is simply not worth it.

To each their own, I guess.

You can permit some connections temporarily or permanently for specific apps only.

So you mean like OpenSnitch? If so, Rethink also has that.

EDIT: grammar

load more comments (1 replies)
[–] GarbadgeGoober@feddit.org 6 points 5 days ago* (last edited 5 days ago) (2 children)

I think you might not understand the meanings of privacy and security.

These are two different things, you can have privacy without security and the other way around. Having both is the best case.

As @ExLisper@lemmy.curiana.net said, some people care more about all those app trackers rather than have a full secure phone.

If there would be the one solution 100% privacy and security and available for most phones I would instantly use it. But it is not available yet.

If you are happy with Graphene OS good for you, but keep in mind it might not be what everyone is looking for.

[–] Neptr@lemmy.blahaj.zone 3 points 5 days ago* (last edited 5 days ago) (1 children)

I still dont understand /e/OS. Just use LineageOS. It supports all the same devices and doesnt lag as far behind. You can choose to run an insecure OS if you like (see: all Windows 10 users) but definitely don't recommend it to others.

You cannot have privacy without at least basic security. Targeted attacks are not the most common kind of attack by long shot. Threat actors scan for vulnerable devices and use automated scripts to execute attacks. Android is one of the most exploited targets. With an outdated OS your browser could be exploited and used to get a sandbox escape, possibly chaining it into root escalation. It all depends on the vulnerabilities found and the longer you wait the more likely for the "stars to align" for the perfect attack. Look at CVE-2025-48593 for an example, zero-click RCE. In recent memory there was also a zero-click RCE utilizing specially crafted MMS, meaning an threat actor could send messages to all phone numbers and try the attack in mass.

/e/OS is by far the most behind on updating security patch levels of the AOSP ROMs (at ~2 months), iode is ~1 and everything else is better than those two.

Privacy without security is not real privacy, it is a mirage.

Security without privacy is like a fortress with cameras inside, a known threat (eg. Gapps Android).

Privacy with security is like a fortess with no known threats at all (eg. AOSP with timely security patches).

Privacy without security is like a fortress where some of the locks have rusted through and if someone tries they can open the doors. It is like replacing the walls with cardboard. "No one can spy on me now" you say in your cardboard castle.

[–] GarbadgeGoober@feddit.org 1 points 5 days ago

As I said good for you, if you found your solution.

So where did I recommend it to others. I just said why I chose it.

I am fine with waiting for the security patches and the comparison to Win10 does not work, as this version does not get any security patches at all anymore.

I will keep sitting in my cardboard fortress and will wait until someone finds me.

[–] ExLisper@lemmy.curiana.net 3 points 5 days ago (1 children)

I think you replied to the wrong comment but you said the right thing :)

[–] GarbadgeGoober@feddit.org 2 points 5 days ago (1 children)

To me it shows me that I replied to the right comment. I just tagged you, as I agreed with what you said in your comment below.

[–] ExLisper@lemmy.curiana.net 2 points 5 days ago

Ok, I guess no one tagged me before. TIL.

[–] RmDebArc_5@feddit.org 31 points 5 days ago* (last edited 5 days ago)

/e/OS is not fully degoogled, as DNS connectivity checks, hardware attestation provisioning, and eSIM activation all go through Google.

They are working on some of this, at least eSIM activation. Also do you have a source for DNS connectivity checks? AFAIK they have used their own for a while

It is often many weeks or months behind on security updates, especially in the WebView, which makes it easy to exploit.

This is a serious problem, however their update speed is comparable to a lot of default ROMs

It doesn't support bootloader locking on many devices, and if you lock the bootloader on a phone that does support it, it could brick if /e/OS is on an older security patch than the stock ROM was

/e/os supports boot loader relocking on most official devices, however the community builds don't support it. The bricking part has nothing to do with /e/os, it's a hardware security feature of some devices. This would happen with any ROM including the official one

And finally, /e/OS's text-to-speech sends what you say to OpenAI, despite local options being available.

I assume you mean speech-to-text? Anyway the feature is opt in and they have since updated it to include a prompt to inform you about what it will do. Their reasoning for a cloud option was that local options either are bad or have too high ressource usage (important as /e/os supports a lot of underpowered devices). Overall a stupid move, but they adjusted the feature to let users make an informed choice

If you can't get a Pixel then iOS in lockdown mode is the next best option, however if you can't replace your phone, LineageOS is much worse than Graphene although it is still much better than /e/.

Lineageos might have quicker updates, though it is even more connected to google, except for not including microg. However a lot of people will need google play services so they will have to install it anyway

[–] BrilliantBadger@piefed.ca 16 points 5 days ago* (last edited 5 days ago) (2 children)

This is honeslty a shameful post. A personal rant with just a nasty agenda

People or projects attacking other privacy focused projects working on good faith intent to help us escape the duopoly are just sad. If a project doesn't fit your personal needs, so be it, move on

As a whole we need as many of these projects to succeed & elevate as possible. Shooting at others because you got your feelings hurt elsewhere is childish and self-defeating for all. Last thing we need is creating a monopoly of privacy focused options

[–] Tenderizer78@lemmy.ml 4 points 4 days ago (1 children)

Security is very important.

[–] BrilliantBadger@piefed.ca 3 points 4 days ago

Sure is. And if you ain't surfing nasty sites, loading 'free' VPN spyware, crap AI dung & scammy apps it's all good

Android OS is a very secure OS. Google recently moved their older devices to quarterly updates versus monthly. Are we now saying those older pixels (still in support life) are insecure because they could go 3 months w/o an update? In itself that move is telling & obliterates the marketing scare tactics used by some & some projects. It's sad really.

Common sense and good online habits will take you further than all else

load more comments (1 replies)
[–] Undertaker@feddit.org 16 points 5 days ago (2 children)

OpenAI feature is called Murena Voice to Text, so users don't know, it's OpenAI. They use tracking ids in their own update process. They ignore critique.

Graphene is currently only available for Google devices and therefore no alternative.

Lineage contains connections to Google as well.

Recommending iOS is ridicolous.

[–] aproposnix@scribe.disroot.org 3 points 5 days ago

I just use whisper+ with heliboard. Works perfectly for me. https://f-droid.org/packages/org.woheller69.whisperplus

[–] RmDebArc_5@feddit.org 3 points 5 days ago

Murenas statement on the ids used for OTA updates:

For context, and I agree that this feature can be perceived with mixed feelings, especially because it was stupidly called „licence ID“ at the beginning of its implementation, we added it because we suffered from not having good statistics on /e/OS usage.

Of course we are not interested in tracking users at all, but we do want to know how many devices are running this or that build of /e/OS. This is very useful for making some decisions about device support and setting priorities for future development.

Just running statistics on OTA server request logs along with the device model didn’t give good results.

Now, and this is still part of our internal discussions, if we are able to find a way to get good quality stats without this OTA anon-unique identifier, we will consider it.

However, we sincerely believe that this anonID probably has no impact on user privacy (tracking IPs or device fingerprints would probably be much worse).

You can reset the id via ADB:

adb shell settings put secure ota_anon_hash <new value>

[–] vikingtons@lemmy.world 20 points 5 days ago (1 children)

what has prompted this, I wonder.

[–] a_fancy_kiwi@lemmy.world 27 points 5 days ago* (last edited 5 days ago) (3 children)

Is it already time for the lead GrapheneOS developer’s annual crash out? Where do the years go?

[–] vikingtons@lemmy.world 35 points 5 days ago (2 children)

the fun thing is like, I use grapheneOS on a pixel 10 pro, though I find it kind of difficult to fess up to given the cringeworthy escapades of the graphene community.

who pissed in their cereal? does the mere presence of other ROM projects attack their identity in some way? have they claimed to be more secure than GOS and others?

load more comments (2 replies)
[–] Cris_Citrus@piefed.zip 3 points 5 days ago (1 children)

If I'm not mistaken that guy completely left the project like a while back now. Hasnt been involved in any way for a hot minute

[–] exu@feditown.com 10 points 5 days ago

AFAIK he's just stepped down from being lead dev and still works on the projects. Doesn't really feel different though because he's still the only name I'd recognise online.

load more comments (1 replies)
[–] Lemmchen@feddit.org 15 points 5 days ago (1 children)

To me /e/OS (is it called slashyslash OS or e-OS?) has always been just a worse LineageOS.

[–] sonalder@lemmy.ml 2 points 5 days ago

I tend to agree but it still remove more google blobs from its codebase.

[–] Teknikal@anarchist.nexus 8 points 5 days ago (1 children)

That may be true but it is still my best option if Google plays idiot like they seem to be planning. My current phone supports e/OS for the record and that's the only reason I've paid it attention.

[–] mesamunefire@piefed.social 4 points 5 days ago (2 children)

Ive always thought having options was a good thing.

load more comments (2 replies)
[–] ExLisper@lemmy.curiana.net 5 points 5 days ago

Good thing no one forces you to use it.

[–] Bouc@feddit.it 1 points 4 days ago

Booooriing. (Written fro e/OS phone)

[–] EarlOfSam@quokk.au 2 points 5 days ago (1 children)
[–] FG_3479@lemmy.world 3 points 5 days ago

It seems to be LineageOS with some extra preinstalled apps. I doubt it is horrible but there is little reason to pick it over Lineage, especially as Lineage will get security updates a bit sooner and lets you install MicroG as sandboxed user apps instead of system apps.

[–] Undertaker@feddit.org 2 points 5 days ago (1 children)

OpenAI feature is called Murena Voice to Text, so users don't know, it's OpenAI. They use tracking ids in their own update process. They ignore critique.

Graphene is currently only available for Google devices and therefore no alternative.

Lineage contains connections to Google as well.

Recommending iOS is ridicolous.

[–] aproposnix@scribe.disroot.org 2 points 5 days ago

You can use Whisper+ with heliboard if you want offline voice to text.

https://f-droid.org/packages/org.woheller69.whisperplus

load more comments
view more: next ›