Even with android custom ROMs like Lineage, support eventually ends. Meanwhile, you can just slap on linux onto any old computer and its still getting the latest updates. 🤔

Why not just do the same thing with phones? Forever phone updates? 👀

  • Caveman@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    10 hours ago

    Not necessarily. The drivers in the kernel are already released and free to use and can be linked to as long as the software linking it retains the GNU license or can claim that it’s a separate service (such as an API or separately installed service) or it has to be installed afterwards like proprietary nvidia drivers.

    Either way the source code is released and if the drivers want to retain the proprietary license they the community can make a way to download and compile the driver for the current OS after install. This will save a ridiculous amount of dev time and make Linux phone OS development much easier.

    • FooBarrington@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      9 hours ago

      There’s really no way to do this without making the whole driver source-available, as there’s no way to update it to a new Kernel without full source access. That’d be great, but the manufacturers will fight tooth-and-nail against that, especially since the drivers can contain trade secrets.