this post was submitted on 07 Oct 2025
696 points (99.2% liked)

Technology

75792 readers
2480 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
you are viewing a single comment's thread
view the rest of the comments
[–] tal@olio.cafe 31 points 23 hours ago* (last edited 23 hours ago) (2 children)

I don't see why it would need to be affected.

The constraint to require a valid signing isn't something imposed by the license on the Android code. If you want to distribute a version of Android that doesn't check for a registered signature, that should work fine.

I mean, the Graphene guys could impose that constraint. But they don't have to do so.

I think that there's a larger issue of practicality, though. Stuff like F-Droid works in part because you don't need to install an alternative firmware on your phone


it's not hard to install an alternate app store with the stock firmware. If suddenly using a package from a developer that isn't registered with Google requires installing an alternate firmware, that's going to severely limit the potential userbase for that package.

Even if you can handle installing the alternate firmware, a lot of developers probably just aren't going to bother trying to develop software without being registered.

[–] Arcka@midwest.social 4 points 17 hours ago

F-Droid works [...]

[...]

[...] that's going to severely limit the potential userbase for that package.

I don't think most developers who are putting their Open-Source apps on F-Droid have any minimum user threshold.

[–] SMillerNL@lemmy.world 11 points 22 hours ago (5 children)

But if Graphene chooses not to do this, they diverge from the Android project. Which will take more time to maintain the project which will ultimately lead to more developers burning out and dropping out of the project.

It doesn’t need to be affected, but most open source projects don’t have the resources to keep going against big companies when most of their users aren’t contributing.

[–] other8026@lemmy.ml 1 points 29 minutes ago

GrapheneOS wasn't going to be affected anyway and there's nothing for the GrapheneOS developers to change. The developer verification thing will be done by proprietary Google apps. Those apps cannot get the necessary permissions to block app installs or disable apps.

[–] iopq@lemmy.world 16 points 21 hours ago (1 children)

They already diverge by having a network permission and a bunch of other differences, and not being allowed to use Google Pay because of those differences

[–] SMillerNL@lemmy.world 3 points 14 hours ago

That might be true, I don’t know much about GrapheneOS. But I do know that users of open source projects expecting changes to come out of thin air, and filing bugs when they don’t, is hurting the volunteers behind open source projects. So we should all make sure to volunteer some of our own time or money to keep the projects we love going, instead of just expecting them to fix the things we dislike.

[–] Attacker94@lemmy.world 5 points 20 hours ago

The aosp has been in the process of being gutted, I surmise in preparation of these anti consumer measures, graphene os has its work cut out for it. I imagine that after the dust settles, consumers will have to pick between an immature Linux os or their personal preference of walled garden.

[–] Fmstrat@lemmy.world 4 points 20 hours ago (1 children)

Graphene could sandbox the integrity check, just like they do with the Play Store.

[–] iopq@lemmy.world 0 points 11 hours ago

It becomes an integrity check arms race. Graphene OS devs not keen on this idea, but they may not have a choice in the near future

[–] tal@olio.cafe 6 points 22 hours ago (1 children)

I would guess that it's probably not much by way of change


theoretically, maybe just a single line patch


to cause this check not to take place.

[–] SMillerNL@lemmy.world 3 points 22 hours ago

Theoretically it might be, but it’s another patch you’ll have to maintain