this post was submitted on 26 Mar 2025
361 points (98.7% liked)

Technology

67987 readers
3340 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] JustAnotherKay@lemmy.world 83 points 4 days ago (2 children)

ITT: People making assumptions based off the tagline without reading the article

Basically not much changes, they're just gonna wait to post their code until it's done instead of letting it be viewed in progress

[–] iarigby@lemmy.world 33 points 3 days ago* (last edited 2 days ago) (1 children)

~~That’s a huge change. Reviewing one years’ worth of code at once is practically impossible, this significantly reduces the chances of a third party spotting malicious changes in the code.~~

[–] ozymandias117@lemmy.world 3 points 3 days ago (1 children)

That's already how it functionally worked for each major release

Here's their previous strategy: https://web.archive.org/web/20220917195332/source.android.com/docs/setup/about/codelines

Google works internally on the next version of the Android platform and framework according to the product's needs and goals

When the n+1th version is ready, it's published to the public source tree

The source management strategy above includes a codeline that Google keeps private to focus attention on the current public version of Android.

We recognize that many contributors disagree with this approach and we respect their points of view. However, this is the approach we feel is best and the one we've chosen to implement for Android.

As far as I can tell, this would really only affect QPRs, since the public experimental branches that get made after they throw the next release over the wall is going away

[–] iarigby@lemmy.world 2 points 2 days ago

oh, got it, thanks. feel so bad about people having read my incorrect comment haha

[–] oppy1984@lemm.ee 7 points 3 days ago

Meh, reasonable. Thanks for posting the clarification.

[–] smokinliver@sopuli.xyz 66 points 4 days ago (3 children)

How does this affect custom ROMs like lineageOS?

[–] dadpunk@lemm.ee 34 points 4 days ago

Wondering the same about GrapheneOS

[–] azalty@jlai.lu 32 points 4 days ago

Platform developers, including those who build custom ROMs, will largely also see little change, since they typically base their work on specific tags or release branches, not the main AOSP branch. Similarly, companies that release forked AOSP products rarely use the main AOSP branch due to its inherent instability.

[–] fmstrat@lemmy.nowsci.com 11 points 4 days ago

Depends on how much they contribute back. Graphene has a history of contributing to AOSP, so it will make things more difficult for that, but not really for the ROM development itself. I'm not sure how Lineage is structured these days.

[–] BaroqueInMind@lemmy.one 42 points 4 days ago (3 children)

To summarize the article: they will deliberately open-source any updates several years later, or whenever they feel like, to ensure Stock Android is the only OS you use and new features available for people who pay Google money, which also includes security updates.

[–] fmstrat@lemmy.nowsci.com 49 points 4 days ago (3 children)

This is not at all a summary of the article. They're moving to trunk-based dev to reduce merge conflicts coming in from the public on AOSP.

I don't like it, because those few devs who contribute to AOSP without an agreement currently will have lagging code, but what you describe is just plain wrong. Is it possible? Sure. But it always has been, that doesn't mean that's what is happening.

[–] Crashumbc@lemmy.world 5 points 4 days ago* (last edited 4 days ago)

Is it possible? Yes

Is it likely given Corpo take over of civilization? Also yes...

[–] Patch@feddit.uk 4 points 3 days ago (1 children)

Is it possible? Sure.

Even then, not really. Not legally, anyway. Open source licences require that the user be provided with the source code (if requested) alongside the binaries. If they roll out an update to Android (to code which is under an open source licence), they have to release the code at essentially the same time. Rolling out an update and then withholding the source code for an unnecessarily long time would be against the terms of the licence.

[–] fmstrat@lemmy.nowsci.com 2 points 3 days ago* (last edited 3 days ago) (1 children)

It's an Apache license with a contributor agreement. At any point they could close source. People could fork from it at that point, but any new features/updates/breaking changed from then out would be behind the scenes. There's no GPL poison pill in this one, I'm afraid.

Note: I don't at all expect this extreme of a direction.

[–] Patch@feddit.uk 2 points 3 days ago (1 children)

For as long as it's still under the Apache licence, they're still obligated to release the source under the terms of that licence. They'd need to change the licence to stop providing code; which as you say, they could do, but that would also kill AOSP entirely overnight so is a bit of a bigger problem than the one described in the OP.

[–] fmstrat@lemmy.nowsci.com 2 points 3 days ago (1 children)

Exactly. I don't think they'd ever go down this road, but the big players like Samsung have agreements in place where they will continue to get access to main or some trunk. No reason they couldn't change license and require all players to do the same thing, though O doubt that would happen given the massive security PR implications. So many Android devices would end up with vulnerabilities, tarnishing the image.

[–] Patch@feddit.uk 2 points 3 days ago

There's also just no real incentive for them to do it. The number of devices running fully de-googled Android forks are miniscule in the grand scheme of things. Everyone running devices with non-standard Android but which still uses Google Play Services and the rest are just as valuable to Google as the ones running stock. And it suits Google to have the small ultra-privacy hobbyist market still running Android forks, even de-googled ones, rather than moving on to something else entirely.

[–] pinball_wizard@lemmy.zip 2 points 3 days ago* (last edited 3 days ago) (1 children)

Good clarification. It's also worth clarifying that choosing hidden trunk based development instead of public trunk based development makes it clear that community contributions aren't one of their priorities.

[–] fmstrat@lemmy.nowsci.com 2 points 1 day ago

Ahhh yes very very true. Also a great addition.

[–] azalty@jlai.lu 42 points 4 days ago

That’s not what’s implied at all. Please don’t spread misinformation

[–] Telodzrum@lemmy.world 17 points 4 days ago (7 children)

Look at the FUD getting voted to the top. This place is just as bad as Reddit.

load more comments (7 replies)
[–] DrDystopia@lemy.lol 36 points 4 days ago (1 children)

Sounds like good news for mobile linux!

[–] essteeyou@lemmy.world 51 points 4 days ago (3 children)

Right after Linux on desktop takes off, which is sure to happen any day now.

[–] DrDystopia@lemy.lol 21 points 4 days ago (1 children)

I don't need desktop linux to "take off", I've happily used it for a decade. I don't need mobile linux to become mainstream. I just need it to be a bit better than it currently is.

[–] Telodzrum@lemmy.world 14 points 4 days ago (2 children)

User base size dictates development resources. If you want Linux mobile to be daily driveable, you do need widespread adoption.

Exactly. I'm not using mainstream Linux on my phone (I use Android) despite using Linux on my other devices (phone, laptop, desktop, servers), because it's not daily driveable for me. I really want to switch, but I need some base level of compatibility, and it's not there yet.

[–] DrDystopia@lemy.lol 1 points 3 days ago (1 children)

I thought Ubuntu Touch was dang near useable years ago, what someone considers "daily drivable" is probably subjective. If dumb phones had a web browser I'd probably settle for that as I self host and every service has a WebUI.

[–] pinball_wizard@lemmy.zip 3 points 3 days ago (1 children)

It's honestly not the feature set of Linux on Mobile that holds me back from the permanent switch, it's consistent availability of compatible hardware.

And there's great strides happening towards fully open mobile hardware platforms.

The year of Linux on Mobile is steadily approaching. I predict it'll be similarly disruptive as Android's meteoric rise.

[–] DrDystopia@lemy.lol 2 points 3 days ago

You're quite right, I've forgotten how frustrating it was not knowing if I could get a hold of a replacement if my daily driver custom ROM Android gave up the ghost back when custom ROMs weren't as widely supported as now.

[–] Player2@lemm.ee 19 points 4 days ago (2 children)

I personally finished deleting windows off of all of my machines recently. One by one we will add up over time

load more comments (2 replies)
load more comments (1 replies)
[–] TheFederatedPipe@fedia.io 25 points 4 days ago

No way! Now I'm afraid for the future of #Android. Never trust these companies.

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

It's not like Android is especially open to drive-by contributions anyway. I don't think really changes much for the downstream consumers of the releases.

[–] sugar_in_your_tea@sh.itjust.works 25 points 4 days ago* (last edited 4 days ago) (2 children)

It means my GrapheneOS updates will probably be a little slower.

[–] CeeBee_Eh@lemmy.world 9 points 4 days ago

And yet Graphene will still probably need more private and secure

[–] fmstrat@lemmy.nowsci.com 6 points 4 days ago (2 children)

How so? If Graphene is based off a release branch, there shouldn't be change in timing. Sure, maybe a little for inspection, but as far as I know Graphene isn't based off main anyway.

[–] pinball_wizard@lemmy.zip 1 points 3 days ago* (last edited 3 days ago)

How so?

  • Developers routinely read along with upstream updates that are relevant to them.
  • Google is removing this access.
  • Google is specifically removing access to read along with upstream updates that are relevant to the developers of GrapheneOS.

At minimum, this will slow down GrapheneOS releases and increase bugs in GrapheneOS.

At worst this could cause a new malicious anti-privacy "feature" to ship with GrapheneOS because there's no time to analyze to discover and remove it.

It's almost like Google hates Privacy or something...

load more comments (1 replies)
[–] Fizz@lemmy.nz 16 points 4 days ago (1 children)

This is terrible news. I don't think anyone can replace Google's contributions.

[–] pinball_wizard@lemmy.zip 2 points 3 days ago

We've had this fear about Unix and various database engines, in the past. But we managed.

[–] hoppygarden@feddit.org 6 points 4 days ago (1 children)

time to switch to graphene or e/os?

[–] Takeshidude@lemmy.world 50 points 4 days ago (1 children)

graphene is a fork of stock android, so wouldn't this affect them?

[–] pinball_wizard@lemmy.zip 2 points 3 days ago

Yes. This hurts the GrapheneOS project. It won't stop the project, but it makes their work harder.

[–] WhyJiffie@sh.itjust.works 4 points 4 days ago (1 children)

now I'm less worried about goggle being required to sell android. this way it does not matter anymore

[–] NeoNachtwaechter@lemmy.world 5 points 4 days ago (1 children)

Why would you think it doesn't matter?

load more comments (1 replies)
[–] secret300@lemmy.sdf.org 2 points 3 days ago

Wack. Was planning on using post market OS again soon anyways

[–] mariusafa@lemmy.sdf.org 1 points 2 days ago* (last edited 2 days ago)

Wow never would have I tought that a company releasing an Open Source project was only to privatized a few years later, how strange. Not like this has happened long ago and we already have a licence specifically made to counter this bullshit...

People does not understand why we specifically denote Free Software by their name and we do not aggregate them in the Open Source term. Companies always try to change the concepts of change to their own interests, they will always do. Adapting the free software to a much more controllable Open Source, not using GNU when has GNU, etc.

Small details that with time change the whole meaning of concepts.

Now we have a whole community of individual developers that have helped with Android development and which work will be wasted. Just because some intrinsic concepts about software freedom. Wasted resources that cannot be used anymore. Just as what happened with BSD and UNIX with the whole AT&T litigation and stuff. But with Android we already had the Free Software movement. I guess companies are so smart in making concepts for the most of the population.

load more comments
view more: next ›