Was this a big thing I somehow missed?
It's one of the many small things that hide the big thing. In 2027 android will be fully locked down, unnecessarily.
The big thing is whatever the lockdown is for.
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.
much thanks to @gary_host_laptop for the logo design :)
Was this a big thing I somehow missed?
It's one of the many small things that hide the big thing. In 2027 android will be fully locked down, unnecessarily.
The big thing is whatever the lockdown is for.
They're not "pulling" the app from anywhere, it's just simply not going to work on "certified devices". This is the end of Android as we know. It's been a good run.
When one thing dies, another thing is born.
UBPorts is ready to go and isn’t tied to Google hardware like Graphene.
It's also absurdly lacking in features compared to Android/iOS (never mind app support) and the dev team is so small they can barely maintain existing device support. VoLTE is still unsupported in the majority of devices. The OS doesn't even have basic security features like drive encryption
I like UBPorts a lot but I think the alternative/FOSS smartphone market is too fragmented between it and SailfishOS/PostMarketOS that none of them will emerge with enough adoption to be real competitors to the iOS/Android duopoly. Didn't mean to be overly negative. Just my two cents
Yes, you must have missed it. And so it begins.
Google is moving to make Android less open source. I'm not sure more devs following suit is going be good for them or their users. The G doesn't give an F.
What we need is an OS fork that gets maintained. If not that, some other workaround that fools the Google servers. Because you can bet money that nobody made from flesh and blood is going to look at this inside Google.
Maybe devs can band together and form Middle Finger Corp. and designate one willing person as their contact to serve as registered dev for a gazillion apps. Follow the letter of the law, not the misguided spirit of it, in a manner of speaking.
If you are sitting on a mobile OS and you were afraid to fail like Windows, maybe now is the time to give it a go?
GrapheneOS
are you kidding? only available for google phones. are we supposed to give money to google for this situation?
I think they are looking to partner with a phone manufacturer to move graphene platform to other brand of phones.
Specially since it's unlikely that google pixels will keep providing the spec info and openness that GOS need to work.
This news makes me actually sad. I have had high hopes in the last years in the FOSS world, having myself and three other persons move to use Linux as daily driver on Desktop/Laptop.
My phone has FOSS apps only except for banking, health, transport tickets and 2/3 work rekated stuff. My messaging, files and pictures are handled by FOSS apps installed from third parties (F-Droid, Obtainium) on selfhosted servers... I was finally seeing the light at the end of the tunnel.
This news sound to me like the tunnel ahaead is collapsing.
It is a big thing at least in developer circles. It made the front page of Hacker News multiple times.
https://news.ycombinator.com/item?id=45087396
Thank you for these links they are fantastic! I was aware of the procedural lock in via play integrity services and also the lockdown on side loading so that didn't get past me, but I wasn't aware google also wants to alienate developers now by requiring ID. It seems to me google want to now fully commercialize the platform, transforming it into the ad infested network that web2+3.0 already became. I think their plan, by alienating non commercial devs, is that all apps will run on their ad models and non without them will be left.
Wording of the message implies it’s possible to have uncertified version of Android… Such a thing possible?
Yes, like GrapheneOS
any version of android that's not vendor or downloaded from the official android website
And so it continues... Google trying to shoehorn themselves into a position of authority of the internet. Imagine they get as much sway as the banks now have? Private entities controlling the masses for massive profits. Fuck off Google.
I'm going to look into adding this to my app https://git.allpurposem.at/mat/Sudoku Indeed I do not agree with this, so it will become unavailable when the terms go into effect. I will look into making it available for Linux Mobile.
First of all thank you for providing a foss app!
I think it's a big difference if the platform tolerates you or actively wants to stop you from doing it. You got my fullest sympathy.
Thank you so much for the kind words! It's indeed a bad time to be an app delevoper. At least the framework I use is portable-ish, so the work won't be fully lost.
I got the same alert on Gmaps WV (google map wrapper found f drood) Google is giving us more reasons to switch to a custom ROM
Yet another possible antitrust lawsuit series. Some day maybe a judge will do something to help the consumers.
Google just came out of the biggest antitrust suit since 1998 completely unscathed so you can expect this sort of anticompetitive measures to continue.
Aaand the reason's called ✨c o r r u p t i o n ✨
Whenever a politician comes from a big company or goes to one after retiring from politics, that's when you know they've been bribed.
don't count on the system's judicial system to save us. it won't.
Just to clarify:
Will my apps installed from F-droid be unaffected by this?
Even apps installed outside the Play Store will need to have a "verified developer", and this change will affect any devices that use Google Play Services, so it will be a problem even to old devices.
If you don't have Google Play Services installed, then you're not affected. Of course, how many custom ROMs will live to that day is unknown.
There won't be Fdroid on Google OS phones period
From what I gather, yes. But will you be allowed to install F-Droid? No.
Would people be able to circumvent this by downgrading their version of Google Play Services? ..or not updating it in the first place?
I think you could still adb install unverified apps into your phone.
That untill they'll block that path too.
Also I suppose that you'll need to adb every update. So apps that would want to go this way should self check updates instead of relying on an external store.
How easy is it to convert an Android app to a Linux mobile app of you're the developer? If it's written in JVM languages it shouldn't be that hard right?