this post was submitted on 03 May 2024
856 points (97.7% liked)
Technology
59323 readers
4559 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
lol at calling running Android an "emulator".
Also don't they have to distribute the actual code for the OS if it's lightly altered Android?
My understanding is that if you only add modules on top, those can stay closed source. It's possible the AOSP portion of the stack is still stock and untouched.
I don't know, one of the reasons they're decrying everyone running the APK is they claim they've made a bunch of "bespoke alterations" to the AOSP version they're using
Which may or may not be BS intended to save their reputation. I hear you though.
AOSP is fully Apache-2.0 licensed except for the Linux kernel, so only their kernel changes would have to be. It's also an important reason why Android was/is so successful.
Having seen what this device does, they may not even have had to alter anything to the base AOSP image. Just set your app as the launcher and you're good to go.
Depends on which part is altered. Lots of Linux distros are just curated collections of software, drivers, and configuration. You can easily achieve your OS goals without touching the code of the base distro at all. If they didn't need to modify the base code then there's nothing to distribute back. That would be like distributing your personal OS power user config settings. If you're not touching source there's nothing to contribute.