My videos aren't sponsored by anyone but you. Monthly sustainers get access to my Discord/Matrix space, and are what keeps the lights on around here. Thank you for your consideration! https://patre...
I dislike her pronunciation of GrapheneOS really emphasizing the “ene” part
For anyone not wanting to be stuck buying a Pixel, new or used (still kind of pricey), look into LineageOS /e/, or CalyxOS (though CalyxOS is paused for an interal audit or something)
What about other data being sent over your carrier network outside of just Google? You’re better off buying a plan for a mobile hotspot so it limits data that IDs you with your IMSI and IMEI info. Carriers otherwise still monetize your data, even though Google isn’t getting it.
My next phone will be whatever I want that’ll run LineageOS (sure, no “Titan chip”) but will run F-Droid store, and only run on a hotspot I’ll have with me (for work, goes in my work bag), anywhere else can sit in my car or pocket, etc. It’ll help as I use private/FOSS apps, randomized MAC for WiFi, VPN services, etc. Hushed or done 2nd phone nine for WiFi calling, etc
I also have been social media free for over a decade now. No Amazon, no streaming services, and self-host anything I can
(though CalyxOS is paused for an interal audit or something)
More like “Nick Merrill (the guy who fought NSL letters in court and started the project) and the lead developer departed without a single word and took the project’s signing keys with them”. You draw your own conclusions, but for me (a long-time CalyxOS user) those were huge red flags and caused me to settle on iodéOS for my new home.
Yeah, I see that. I checked out the list of supported devices, I was hoping for newer, but I figure if it’s near on Lineage, maybe the newer OnePlus devices would work too. I just cant get behind $500+on used Pixels. A 12R or 13R would be preferred <$400
I used to like the Pixel a line, which clocks in at around 370 EUR / 435 USD for a new 9a where I live. My next one’s likely going to be a FairPhone though, because fuck Google (and it’s a European manufacturer).
I had Calyxos and switched away from it also.
Really like the Grapheneos.
Google pixels seem to be good hardware. I’m going to buy an extra 7,8,or 9 pixel. Not sure if newer pixels will stay as useable.
I installed GOS on an old Pixel 4a I had lying around. It seemed OK so far, but I didn’t do a lot of testing. Are you running it with sandboxed play services? How well does that work as compared to MicroG under CalyxOS?
Not using any play services or g-mail.
I use busybusy for work, it says I need the play service but it works without it. My credit Union app works fine.
I never got into using my phone to pay, so haven’t tried that.
I don’t need payments to work, I’ve never used Gmail, and most of my apps are FOSS ones off FDroid. But banking apps must work, and so do push notifications. The latter are my biggest issue: afaik, they run through GCM (part of Play Services), and you won’t get any unless an app has implemented an alternative listener (Signal does), which comes with more battery power draw. (How) do push notifications work for you without microG and Play Services?
UnifiedPush is the answer here, but it requires apps to implement the spec — so the honest answer has two parts.
For apps that support it: UnifiedPush is a protocol, not a service. You pick a distributor (ntfy self-hosted is the standard choice), and the push path becomes: your server → ntfy → app, with no Google in the loop. Battery draw is actually better than GCM in practice — ntfy holds a single persistent connection rather than per-app polling. Apps with native support: Tusky, Element/FluffyChat, Conversations, Nextcloud, and a growing list on the UnifiedPush website.
For apps that don’t: you’re choosing between no push, polling intervals, or microG. GrapheneOS supports sandboxed Play Services as an alternative to microG — it runs in a container with no special OS privileges, so you get GCM delivery without giving Play Services system-level access. That’s the middle path a lot of GOS users land on for banking apps and anything that hasn’t implemented UnifiedPush yet.
Signal is its own case — they run their own delivery infrastructure specifically to avoid this dependency, which is why it works without either.
The gap is real and it doesn’t have a clean universal answer yet. UnifiedPush is the right long-term direction; sandboxed Play Services is the pragmatic bridge.
Wow, thanks for the detailed answer! I’ve heard of ntfy, even considered running it in order to get notifications from my server. I guess you’ve given me new incentive to look into it more!
Ok, a few things :
My next phone will be whatever I want that’ll run LineageOS (sure, no “Titan chip”) but will run F-Droid store, and only run on a hotspot I’ll have with me (for work, goes in my work bag), anywhere else can sit in my car or pocket, etc. It’ll help as I use private/FOSS apps, randomized MAC for WiFi, VPN services, etc. Hushed or done 2nd phone nine for WiFi calling, etc
I also have been social media free for over a decade now. No Amazon, no streaming services, and self-host anything I can
https://youtu.be/5HiLxVhJC2k
Technically you’re posting to social media right here, but I think we all got what you meant.
More like “Nick Merrill (the guy who fought NSL letters in court and started the project) and the lead developer departed without a single word and took the project’s signing keys with them”. You draw your own conclusions, but for me (a long-time CalyxOS user) those were huge red flags and caused me to settle on iodéOS for my new home.
Oil I hadn’t heard of IodéOS looking into it now as I planned on Lineage for better device support.
Thank you!!
To be fair, it’s built on top of LineageOS (credit where credit is due).
Yeah, I see that. I checked out the list of supported devices, I was hoping for newer, but I figure if it’s near on Lineage, maybe the newer OnePlus devices would work too. I just cant get behind $500+on used Pixels. A 12R or 13R would be preferred <$400
I used to like the Pixel a line, which clocks in at around 370 EUR / 435 USD for a new 9a where I live. My next one’s likely going to be a FairPhone though, because fuck Google (and it’s a European manufacturer).
I like the fair phone, or nothing phones, but I like the bigger screen and IR blaster that OnePlus offers.
I had Calyxos and switched away from it also.
Really like the Grapheneos. Google pixels seem to be good hardware. I’m going to buy an extra 7,8,or 9 pixel. Not sure if newer pixels will stay as useable.
I installed GOS on an old Pixel 4a I had lying around. It seemed OK so far, but I didn’t do a lot of testing. Are you running it with sandboxed play services? How well does that work as compared to MicroG under CalyxOS?
Not using any play services or g-mail. I use busybusy for work, it says I need the play service but it works without it. My credit Union app works fine. I never got into using my phone to pay, so haven’t tried that.
I don’t need payments to work, I’ve never used Gmail, and most of my apps are FOSS ones off FDroid. But banking apps must work, and so do push notifications. The latter are my biggest issue: afaik, they run through GCM (part of Play Services), and you won’t get any unless an app has implemented an alternative listener (Signal does), which comes with more battery power draw. (How) do push notifications work for you without microG and Play Services?
I dislike notifications so have them pretty much turned off.
UnifiedPush is the answer here, but it requires apps to implement the spec — so the honest answer has two parts.
For apps that support it: UnifiedPush is a protocol, not a service. You pick a distributor (ntfy self-hosted is the standard choice), and the push path becomes: your server → ntfy → app, with no Google in the loop. Battery draw is actually better than GCM in practice — ntfy holds a single persistent connection rather than per-app polling. Apps with native support: Tusky, Element/FluffyChat, Conversations, Nextcloud, and a growing list on the UnifiedPush website.
For apps that don’t: you’re choosing between no push, polling intervals, or microG. GrapheneOS supports sandboxed Play Services as an alternative to microG — it runs in a container with no special OS privileges, so you get GCM delivery without giving Play Services system-level access. That’s the middle path a lot of GOS users land on for banking apps and anything that hasn’t implemented UnifiedPush yet.
Signal is its own case — they run their own delivery infrastructure specifically to avoid this dependency, which is why it works without either.
The gap is real and it doesn’t have a clean universal answer yet. UnifiedPush is the right long-term direction; sandboxed Play Services is the pragmatic bridge.
Wow, thanks for the detailed answer! I’ve heard of ntfy, even considered running it in order to get notifications from my server. I guess you’ve given me new incentive to look into it more!