The project, developed in partnership with veteran free software developer Rob Savoye, aims to create a fully free and open mobile platform, from the firmware to the operating system.

  • Hemingways_Shotgun@lemmy.ca
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    2
    ·
    11 hours ago

    Just because it’s a libre phone, doesn’t mean it’s necessarily a linux phone. Or at least any more so than Android is a linux phone because it uses a heavily modified (almost unrecognizable) linux kernel.

    There’s nothing in the article that says they’re just going to use a mainline linux kernel and throw a touch optimized version of some existing desktop on it (ubuntu touch, etc…)

    Heck, they could be meaning that they’re planning on making their own heavily modified kernel for their very own OS so as to skip all of the trouble that trying to make mainline linux into a handheld device has been so far. (similar to I believe how SailfishOS is doing it)

    • Pika@rekabu.ru
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      Does anyone claim so? And does it matter much outside of (potentially) app support?

    • lemmyknow@lemmy.today
      link
      fedilink
      arrow-up
      5
      ·
      7 hours ago

      Why couldn’t they just use usual Linux for that? Why a modified kernel? Is Linux as is not suitable for a phone?

      Can’t they just, idk, make a distro? Maybe from scratch? Pop!_OS is working on COSMIC. Can’t they have their Linux-based OS, perhaps with its own things as needed, such as a phone-optimised DE? Or whatever the phone equivalent of a DESKTOP environment would be. A Mobile Environment, perhaps

      If my laptop had touch screen with no other method of input built in, and were way smaller, could it not run Linux? Or is that different altogether?

      • Hemingways_Shotgun@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        49 minutes ago

        Linux by design gives the user enough rope to hang themselves with.

        And that’s certainly not a problem when dealing with tech enthusiasts who know what, when and where to touch to avoid messing things up. But when you’re dealing with getting a phone into the hands of ordinary people, that isn’t going to fly because all of those people will at some point start mucking around inside and then expect tech support when they mess up.

        For mainstream adoption, the linux kernel must and the desktop environment must be at least somewhat locked down.

        • UpperBroccoli@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          1
          ·
          13 minutes ago

          Between capabilities, namespaces, control groups, mandatory access control (AppArmor etc) and other mechanisms, I think there are plenty of ways to reduce user access to any part of the system.