this post was submitted on 22 Feb 2024
202 points (90.7% liked)

Technology

58475 readers
6422 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. 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
[–] dmtalon@infosec.pub -1 points 7 months ago (3 children)

Individual phones sure, but much like windows vs Mac . There's way more android devices sold/out there.

The downside is relying on those non Google manufacturers to update those devices.

[–] qwertyqwertyqwerty@lemmy.one 4 points 7 months ago (1 children)

I wonder how much of that is because Apple doesn't compete in the sub-$400 market. I was surprised that my parents had a $100 Motorola Android that provided updates for something like 4 years, but yeah, some of the manufacturer's just give up on even supporting their flagship devices (I see you, LG G4).

[–] dmtalon@infosec.pub 2 points 7 months ago

That's a huge part of it. But it's like the PC thing all over where anyone can license and produce any kind of android device.

[–] umbrella@lemmy.ml 3 points 7 months ago

android should be like windows or even desktop linux for that matter, google should update it directly.

they look like they are moving in that direction with treble and planning to use mainline linux, but they sure are taking their sweet damn time

[–] Shdwdrgn@mander.xyz 1 points 7 months ago (1 children)

At the very least, manufacturers should be required to make their android build files available, even if they are kept in an escrow until the manufacturer stops selling that model (or they go out of business). Most of the phones going to the dump are because no updates are available, even though the hardware is still fine and any individual person (with a little patience) could build the latest release if they had the hardware bin files available.

[–] ozymandias117@lemmy.world 1 points 7 months ago (1 children)

For what it’s worth, that’s the goal behind GKI (generic kernel image)

It allows Google to update the phone without the manufacturer’s input

[–] Shdwdrgn@mander.xyz 3 points 7 months ago (1 children)

Would that also be available to individuals, or is something that only Google would have access to? There's at least a couple groups actively keeping maintained images available for various phones. I keep thinking I want to try one but never get around to it before the phone is fully in use.

[–] ozymandias117@lemmy.world 2 points 7 months ago* (last edited 7 months ago) (1 children)

It should make it somewhat easier for individuals as well

The idea is that you have the vendor image with Qualcomm or Samsung specific drivers, and you can build AOSP for everything else

The structs in the kernel have some extra GKI space so if they change, it can still support the older drivers

The downside is Google is planning on pushing the updates through the Play Store, so it will take some effort to make it work in AOSP for Lineage/Graphene, etc

[–] Shdwdrgn@mander.xyz 2 points 7 months ago

Well it sounds like it's a step in the right direction at least. Thanks for the info.