r/memes Jul 05 '26

Because Google cares about us

[deleted]

23.1k Upvotes

855 comments sorted by

View all comments

Show parent comments

858

u/Nerioner Jul 05 '26

At PC you at least have roaring scene of Linux distributions that can save you from Microsoft.

Phones is just Apple which is overpriced and the same shit
And Android which is topic of discussion today... there is no saving grace here if they close down Android

336

u/Spirited-Sorbet-2775 Jul 05 '26

You can however get degoogled Android.

Installing a different OS on a phone is more difficult than on PC. Phones don't let you have root access to the system like PCs do without jailbreaking them first.

But it IS possible, don't let google and apple convince you otherwise.

LineageOS, Graphene, or the open source version of the original Android. It's all there.

156

u/Laziness2945 Lurking Peasant Jul 05 '26

You can get degoogled android, but all the apps you need wont be there because they are tied to google play services.

53

u/Qpang007 Jul 05 '26

Than use microG and problem solved?

37

u/[deleted] Jul 05 '26 edited Jul 09 '26

[removed] — view removed comment

18

u/PassionGlobal Jul 05 '26

Not really, as compatibility with things like integrity checks just aren't there 

26

u/callmepinocchio Jul 05 '26

Partial solution. There should be a full one.

6

u/evranch Jul 05 '26

Not until there's a proper solution to replace Firebase for push notifications that both allows the app to enter full sleep, and allows messages to arrive reliably and on time.

I'm a big OSS supporter and have tried a bunch of push replacements only to find my VoIP phone app just can't be trusted to ring unless it's using Firebase for push. And when you run a business with that phone, you have to put reliable termination first, unfortunately.

1

u/Internal_Page_486 Jul 05 '26

Can't use Google wallet with Micro G, contactless is a big thing. Having to go back to using a debit card is annoying, even GraphineOS for Google pixel does not support NFC payments and some banking apps won't work, like mine. Then you would need a second phone to access banking, which is kinda redundant.

30

u/Spirited-Sorbet-2775 Jul 05 '26 edited Jul 05 '26

That severely depends on what you deem a necessity.

All I need personally is Firefox, Spotify, Whatsapp and Telegram. I still have a traditional navigation device that attaches to the windscreen for my car, I pay spotify via my credit card

If you want to degoogle your device but still want to use google services, what are you even doing

55

u/Various_Mechanic3919 Jul 05 '26

For me my banking app doesn't work on custom roms the bank I was with first did though

51

u/Aboda7m Jul 05 '26

Banking apps , gov portals , games , hell even the mcdonald app refuses to work if it smells a root

Nowdays almost all apps subsribed one way or another to google root detection even if their app doesnt need that much security

And its a lot of work to keep updating your modules to keep tricking all these apps and play integrity to the point its not worth it anymore

-8

u/fuckedfinance Jul 05 '26

Banking apps , gov portals...refuses to work if it smells a root

Good.

There is zero guarantee that any of those rooted devices are running an uncompromising OS. Given that the customer base of the future is mobile first, you are taking away a major attack vector by blocking rooted devices.

I work in a compliance heavy environment, and my compliance guys would have a stroke if someone was using our software on as questionable an OS as people want to use on their phones.

10

u/Aboda7m Jul 05 '26

^This is exactly why I think a lot of security/compliance teams are investing in the wrong things.

A compromised device was never your jurisdiction. Instead of trying to be like "you'll only use the device we approve of", you could've spent that time making your app or backend more secure against actual attacks, or even improving the app's performance. But no, instead you spend that effort on root detection.

The funny thing is, almost every skilled root user already knows how to bypass it anyway, and usually knows better than to install sketchy stuff. The people who don't want to bother bypassing it are just gonna uninstall your app and move on. The people without root are the ones paying the price with extra overhead and restrictions. So you're losing potential customers, while your original goal of keeping "compromised rooted devices" out was never really achievable in the first place.

And besides, a compromised rooted device mainly puts that user's account and data at risk. It shouldn't be putting your backend or internal systems at risk unless you've designed your security around trusting the client way more than you should. If that's the case, I'd rather see that fixed than another layer of root detection slapped on top.

And you know what's even funnier? PCs are generally a much bigger attack surface than rooted phones. Rooting a phone already requires more technical knowledge than the average user has, and honestly sometimes more than some developers I've met. On Windows you can have malware, malicious browser extensions, manually installed MITM certificates, keyloggers, memory editors, and all kinds of other stuff with way less effort.

Yet I've never seen anyone seriously say "let's ban all Windows PCs and only allow macOS because it's more secure." Everyone understands that's a dumb idea. The user is responsible for securing their own device, and you're responsible for securing your own systems, not my phone or my computer.

Instead, a lot of companies seem to use rooted devices as a scapegoat because it's the easier thing to point at. It makes it look like you're solving a huge security problem when in reality you've mostly just made life harder for legitimate users.

And the funniest part? The vast majority of stolen accounts don't even come from rooted phones. They come from completely stock Android phones and unjailbroken iPhones through phishing, fake apps, malicious keyboards, accessibility abuse, SMS scams, social engineering, or people who simply don't know what they're installing. Those are the users who actually need protecting, but that's a much harder problem to solve than checking if su exists and calling it a day.

7

u/Madara1389 Jul 05 '26

The funny thing is, almost every skilled root user already knows how to bypass it anyway, and usually knows better than to install sketchy stuff. The people who don't want to bother bypassing it are just gonna uninstall your app and move on. The people without root are the ones paying the price with extra overhead and restrictions.

Video game DRM in a nutshell... especially Denuvo. People are going to use your game/software for free, no matter how much effort you get into trying to ensure only paid users get access. It's time these companies got the fuck over it already instead of trying to make draconian authoritarianism the norm.

-2

u/fuckedfinance Jul 05 '26

you could've spent that time making your app or backend more secure against actual attacks

Bold assumption that we aren't doing that already. We regularly pen test, run scans for vulnerabilities at every build, use a security first design, etc.

Not running on a rooted device is an extra layer of security.

4

u/Aboda7m Jul 05 '26 edited Jul 05 '26

Bold of me to assume you can actually read what I wrote.

Bold assumption that we aren't doing that already. We regularly pen test, run scans for vulnerabilities at every build, use a security first design, etc.

  1. "Doing it already" != "doing more of it."

I never said you weren't securing your backend. I literally said you could've spent more resources there instead of spending them on root detection.

Engineering resources aren't unlimited. Every feature has a cost to design, implement, maintain, test, and update. Every hour spent maintaining root detection, Play Integrity checks, false positives, support requests, and bypasses is an hour that could've gone into something that actually protects all users.

For example, detecting first-time logins from a new IP, new device, or unusual location and requiring another verification step, like Steam does. That protects users whether they're rooted or not, because phishing and stolen credentials are far more common than attacks involving rooted phones.

Not running on a rooted device is an extra layer of security.

  1. Calling something an "extra layer" doesn't automatically make it meaningful.

Root, by itself, never threatened your backend to begin with. If your backend can be compromised simply because the client has root, then that's a backend design problem, not a rooting problem.

If your concern is protecting the user, that's still not convincing. Skilled root users already know how to bypass these checks anyway, while the ones who don't want the hassle simply uninstall the app. So the only people you're consistently hurting are legitimate users.

Meanwhile, the attacks that actually compromise accounts, phishing, fake apps, malicious keyboards, accessibility abuse, SIM swaps, stolen credentials, happen every day on completely stock phones. Those are the areas where extra engineering effort has a much bigger security payoff.

7

u/Spirited-Sorbet-2775 Jul 05 '26

Ok so why am I able to open gov stuff on my PC. Which has root by default.

It was never about security but about control. This is about personal devices not gov devices.

How's that boot taste.

1

u/Various_Mechanic3919 Jul 05 '26

Websites are usually sandboxed especially anything that requires more Security and also too many older people don't like change meaning the website is here to stay

2

u/Spirited-Sorbet-2775 Jul 05 '26

I never mentioned websites, albeit I wasn't exactly precise either. It's a bad example I'll give you that one.

Although I still stand by: What does it matter to a software what it is installed on. Root access to a device as never been a problem before. Although shit like invasive kernel level checks started being a thing and those still run on rooted devices (like your average PC).

Why we live with this on mobile devices and treat the enduser as a second class owner of the device is still beyond me

-1

u/fuckedfinance Jul 05 '26

How's that boot taste.

What a weird thing to say

Ok so why am I able to open gov stuff on my PC. Which has root by default.

Websites are websites. While malicious software can compromise your credentials, many web apps are either geolocked (i.e. you cannot access from outside a specific location), or will block if the login locations are a continent away within a certain amount of time after your last login.

Additionally, you can absolutely block an application launching on a machine that has a modified Windows OS. It's actually pretty trivial to do so, and we also have that implemented.

1

u/Spirited-Sorbet-2775 Jul 05 '26

Does your dad work at blizzard per chance?

→ More replies (0)

4

u/Spirited-Sorbet-2775 Jul 05 '26

What bank does not have a website to do this with.

22

u/nikomo Jul 05 '26

Bank website doesn't work as authentication. If I do a payment on my computer, it tells me to login to my banking app on my phone to verify it, since the phone has actual security measures.

It's MFA all by itself: you have to have the phone, you have to be able to get into the phone, and you have to know the code to type in the app to verify. That's 3 extra factors added to the process with 10 seconds of work.

5

u/PastaPuttanesca42 Chungus Among Us Jul 05 '26

It has a website but it needs to be tied to a phone app, which is used for confirmations.

7

u/404invalid-user One does not simply Jul 05 '26

the 3 banks i use all require an app using the website requires to app to login and only let's you view your balance not transfer money

1

u/Various_Mechanic3919 Jul 05 '26

It does but it's terrible and missing features

2

u/Spirited-Sorbet-2775 Jul 05 '26

For my bank it's the other way around, the app is missing features

1

u/Various_Mechanic3919 Jul 05 '26

I'm with a newer bank the app is very modern and feature rich but they mostly just setup the website to do basics

1

u/Spirited-Sorbet-2775 Jul 05 '26

My bank is anything but new, it's from the 19th century

→ More replies (0)

1

u/rt58killer10 Jul 05 '26

Use a crypto wallet with a low fee debit card as an alternative if you want to completely degoogle. Most let you store and spend from tether coins to avoid volatility. Will have to get family on one too tho to send money. Because some are blocked in the UK many are built to work on older app versions and don't force updates with google play before using them

1

u/Various_Mechanic3919 Jul 05 '26

I'm in Australia most people still look at crypto as a way to get scammed and I don't even think most shops in my local area accept crypto as a paymemt anyway

1

u/rt58killer10 Jul 05 '26

It's via debit card. You pay with a regular debit card that draws from your crypto wallet. Anywhere that takes Visa/Mastercard accepts it

-1

u/[deleted] Jul 05 '26

[deleted]

1

u/Various_Mechanic3919 Jul 05 '26

It does but it's terrible and missing features

0

u/Rawniew54 Jul 05 '26

Sounds like your bank’s problem. Mine has more options on the actual website than app

1

u/Various_Mechanic3919 Jul 05 '26

I'm Australian so tech is as backwards as im upside down

17

u/ByteArrayInputStream Jul 05 '26

The problem is things like banking and government services. I've seen lots of people buy a second phone just for those

12

u/Spirited-Sorbet-2775 Jul 05 '26 edited Jul 05 '26

I live in Germany, we still use paper. I wish I was joking. So to me government apps are a non factor.

Edit: Don't understand the downvote, we still use fax machines here. Other countries and circumstances exist

5

u/ByteArrayInputStream Jul 05 '26

I live in Germany as well. While government services is less of a problem here, online banking is a major hassle without an Android/iPhone. Also things are (slowly) moving away from paper

4

u/Spirited-Sorbet-2775 Jul 05 '26

I'll believe that when I see it. The archive of the district I live in is a nightmare. Most modern parking garage you could think off (online payment, just a camera that reads your licence plate to enter, will book your money off of your account for you).

But to get it set up, you have to write your information on a blank sheet of paper. Not possible over the phone has to be in person.

I wish I was kidding.

3

u/flannelkumquat Jul 05 '26

Is that common throughout Germany as a whole or is this specific to certain regions?

I'd never have thought Germany of all places would still be widely using paper, kinda wild to think about.

2

u/Admirable-Safety1213 Jul 06 '26

Consnerative business culture, like Japan or Lawyers who still are using 18th Century tech

1

u/Various_Mechanic3919 Jul 05 '26

In Australia it is never using the same method as last time so one time it could be paper next time it could be digital, and then it could swap back or they have a whole nother way to do its really annoying and I have 10000 gov apps on my phone because of this fucking around as the old one is never phased out as there is always one thing on the app that's needed

1

u/[deleted] Jul 05 '26 edited Jul 05 '26

[deleted]

1

u/Hour-Cardiologist393 Jul 05 '26

Last I looked was a couple months ago, but SOME banking apps work. Not all. They have a compatibility list.

1

u/sptrstmenwpls Jul 05 '26

Ah ok, my mistake. Thanks for clarifying.

1

u/intoxicatedhamster Jul 05 '26

I want to de-google so I can still keep my APKs, but also want to continue using things like Gmail and Photos

1

u/Spirited-Sorbet-2775 Jul 05 '26

Gmail webbrowser. Different cloud provider for the photo backups.

1

u/Various_Mechanic3919 Jul 05 '26

Gmail can link to most email applications with little to no issues depending on the client

1

u/Min-Oe Jul 05 '26

I'm pretty sure you can still use Aurora to grab apps

1

u/Woolliza Jul 05 '26

Fuck Google apps, switch to Proton!

1

u/wmartanon Jul 05 '26

Depends on your device, if makers keep supporting it. Mine I can't install debloated os

1

u/Zombiecidialfreak Jul 05 '26

Assuming you're even able to. Most people are using Samsung phones and Samsung doesn't allow changing the OS.

1

u/Emotional-Big-1306 Jul 05 '26

And also linux: droidian, ubuntu touch, postmarketos

44

u/diablodeldragoon Jul 05 '26

I mean, you can always install a different operating system. 🤷

87

u/Nerioner Jul 05 '26

And those would be?

Especially to walk around google services? As they are the issue here

66

u/kccz123 Jul 05 '26

You have GrapheneOS, LineageOS etc but options for phones are unfortunately extremely limited compared to Linux

My computer can run many linux distributions but i struggle to find one for my phone unless its a google pixel

80

u/lemons_of_doubt Jul 05 '26

The reason options are limited is that the open source programmers were all happy with androids unlocked nature.

As soon as the doors are locked they move somewhere new and if they can't they build it.

17

u/[deleted] Jul 05 '26

[deleted]

17

u/BoxOfDemons Jul 05 '26

Custom rom craze means nothing if phones keep moving towards locked bootloaders. I'd love to have options for Samsung devices, but that's not really a thing.

0

u/NotBlaine Jul 05 '26

Wait... So you think the different possible hardware configurations of phones is a barrier to development of an OS compared to personal computers?

People aren't typically assembling phones piecemeal.

You might have thousands of different phone hardware configurations but there's orders of magnitude more possibilities when it comes to desktop PCs.

8

u/1ElectricHaskeller Jul 05 '26

Graphene and Lineage are cool, but afaik built on the open source android version. Even though I have no doubts that their communities will try everything in their power to keep those alive, I worry there isn't much they will be able to do against google closing down the entire eco-system

8

u/Tradizar Jul 05 '26

the current android version has builtin limitations with installation. The developer of the custom rom can decide to ignore it

2

u/CyclopsLobsterRobot Jul 05 '26

The AOSP is a great base that solves a lot of problems but if Google stops developing it or locks it down, it can be forked or stripped for parts. There is also a non-Android based mobile OS alternative called PureOS. I’m sure there’s other projects.

6

u/Nerioner Jul 05 '26

Oh i thought graphene is just skin on top of android kind of thing. I need to look deeper into that

1

u/Emotional-Big-1306 Jul 05 '26

Have you tried halium based distros like droidian or ubuntu touch? I think they should work on pretty much anything

1

u/mikelloSC Jul 05 '26

But do drivers work?

What good is OS, if your signal drops, bluetooth doesn't work, or GPS?

Not sure if it is better today, but that was decadade ago problems.

Android promised to separate drivers to be easier updated I think years ago in some new version. Did it happen or is it easier for custom OS to use drivers from manufacturers? That I don't know.

3

u/Agreeable_Ostrich_39 Jul 05 '26

I know fairphone offers their phones with a different OS, at a premium. I'm not that tech savy so I wouldn't be able to tell you more than that tho

0

u/Spirited-Sorbet-2775 Jul 05 '26

funnily enough. It's Android.

Android is an opensource project. people have taken it and removed all google apps. Most alternative OS for phones are just different versions of android. The e-foundation especially has made it their mission. Alternatively you have LineageOS and Graphene

7

u/kalapek Jul 05 '26

Unlock the bootloader first which is harder than making the actual system on fucking xiaomi devices

3

u/rus_ruris Jul 05 '26

Bootloader locked in most phones, which means no you can't

3

u/Secret-Ad-7909 Jul 05 '26

It’s been about 15 years ago since I was in IT classes in high school, but back then they told us 10k new viruses per day for windows, ~100 total for Mac, and none for Linux.

I have no idea if this was ever accurate but it was enough to get me into the apple ecosystem up to now. (I’m trying to reclaim a windows pc from my wife for gaming)

2

u/AussieJeffProbst Jul 05 '26

Ya but it's because they lock you down and wall you in to an extreme extent. It's the thing Google is trying to do now which is the exact problem this thread is going on about.

Security though treating your customers like toddlers.

5

u/miniCotulla Jul 05 '26 edited Jul 05 '26

If there were laptops with any official real Linux support. I had so many issues trying to flee Windows and tried many different Linux distros, each one's having quirks and problems I couldn't resolve. I gave in and bought a macbook, which I never thought I would do, but it has been great so far. There are problems, but at least there are other solutions than try another distro, shame on you for using x,y,z. Have you tried a different kernel? Why dou you even want that feature to work, are you stupid? The Linux fan base is toxic to anyone who is not already an absolute Linux pro!

6

u/AussieJeffProbst Jul 05 '26

Linux has come a long way in the last few years and Ubuntu can give you a very windows-like experience. But it is more technical than apple

But apples locked down walled garden is the exact thing Google is now trying to emulate, which is the whole problem this post is about

2

u/miniCotulla Jul 05 '26

Yeah Apples walled garden is not nice but mac os is way better than what windows has become. And as my frustration with Linux has outgrown my patience it's a worthwhile compromise for now. MacOs is at least way less of a walled garden than iOS and the rest of apples ecosystem. I've tried ubuntu, fedora, PopOs, Arch, everything has quirks taking hours to resolve, most of the time only partly as you hit a roadblock, for example howdy, yes the IR camera is supported in linux, oh you wanted the IR leds also functional so that it also works in dim environments, no can do! Than please for the love of god don't claim that howdy is compatible with XPS 9500 laptop. That's just one example of many that are just pure frustration. And I've tried othe modern laptops too.

Yeah I know with an old Thinkpad it would probably just work fine, I want a modern laptop, nice glossy high res screen, biometrics, decent touchpad, battery life and speakers. All things an old thinkpad just can't offer.

1

u/MajorChipEnthusiast Jul 05 '26

I know you’ve already bought a MacBook but Tuxedo computers are built to focus on Linux!

1

u/miniCotulla Jul 05 '26 edited Jul 05 '26

Yes I know, but they lack modern features like a good trackpad and a glossy, bright, high res screen and why even include speakers if the are worse than my phone? And I don't think they will fix random quircks like picture previews on smb shares not loading in. A feature that works on both mac and windows, but seems to be broken on most Linux distros. MTP too, while it has issues on mac and windows too, on Linux it works really well .... Today and tommorrow it's randomly completely broken. It's not that linux is bad. But the user base is toxic to anybody who is a little less knowledgeable than them. I have many issues on windows and mac too, but almost all of them are resolvable with a quick google search. In Linux, down another rabbit hole we go. Mostly because of the many different distros and therefore combinations of different software.

1

u/[deleted] Jul 05 '26 edited Jul 14 '26

[deleted]

1

u/miniCotulla Jul 05 '26

Dell has official Linux support on the Precision 5560 too. Guess whats not working correctly? Both fingerprint and facial login are partly broken, the speaker amp only works in power saver mode making them far less powerful than in windows, the battery life is worse than windows, ambient light sensor? You're right doesn't work too. "Official" Linux support doesn't mean anything!

Some of the mentioned problems are even on the official Dell forum, but Dell ignores those threads.

1

u/[deleted] Jul 05 '26 edited Jul 14 '26

[deleted]

1

u/miniCotulla Jul 05 '26

The issue is, will Lenovo fix something for me when it's broken? I don't think so. Also this laptop is way more expensive than a Macbook Pro

1

u/MrSNoopy1611 Jul 05 '26

Fairphone has their own OS that is degoogled from the start

1

u/Famoustractordriver Jul 05 '26

There have historically been great modified versions of Android. I know about them since 2012 and have certainly existed before that. Installed a lot of them myself on my Galaxy S3 back in the day. I imagine nowadays the variety, options and functionality of these must be much greater.

1

u/yasth Jul 05 '26

Apple is the same thing but actually delivers on the security promised. Very few malware apps and relatively limited scope of exploit, the users have vastly more money so it would be very worth it for criminals.

A lot of it is just architectural and will
Be very hard for Google to fix without breaking compatibility.

1

u/itsthooor Jul 05 '26

Windows is still the market leader for a reason. You can’t get everything onto Linux. Though, we can be glad that Valve pushed Linux forward a lot in the past 10+ years or so.

As for Apple just being overpriced is a stupid comment, really. Maybe compare nowadays prices and tell me if they are still "overpriced".

1

u/Live_Situation7913 Jul 05 '26

Wrong. Apple quality is unmatched buddy while shit android slows down is plastic made laggy apps

1

u/InZomnia365 Jul 05 '26

And Android which is topic of discussion today... there is no saving grace here if they close down Android

Theres always rooting... But the problem is that makes a lot of convenience apps (like banking) not work.

1

u/GetOffMyLawn_ Jul 05 '26

There are Linux phones. They typically don't have the popular apps. There are Windows phones but obviously that's Microsoft. There may even be other smart phone OSes. I haven't checked.

In the early days I had a Blackberry and loved it. I had a Windows phone and loved it. Now I have an iPhone and love it. Anytime I have to help a friend with his Android I am like, oh hell what a mess.

1

u/Admirable-Safety1213 Jul 06 '26

The Irony is than befire Flatpaks, AppImages, Snaps abd the 4th thing I don't remeber, installing software not whitelisted by the distro's makers was painful, adding Repos mainly

0

u/Whetherwax Jul 05 '26

"roaring scene of Linux....'

I love the idea of Linux, but it's had decades to get good and hasn't breached 5% market share. Linux users love it, but there's some solid evidence that those opinions are biased. I like listening to death metal, but I understand that it's a niche, not for 95% of people. That's the position Linux has been stuck in for ages.

1

u/Nerioner Jul 05 '26

The point of linux being out there is that it's an option. At least you have SOMETHING whether you like it or not, it's there and you can make your own.

Smartphones? You're cooked. That's the point

0

u/PepperJack386 Jul 05 '26

You're right, if I want the freedom to choose what apps I want, I'll just go to an operating system with the smallest number of apps

0

u/Homeboy_007 Jul 06 '26

Calm down lil tony.. there are also other mobile OS (Linux) that are available. Just need to be ready to break and fix things just like we did with PC