I want to donate to a linux phone. I believe in linux and I want a linux phone. Maybe we can use one in very few years as a normal daily driver. It’s getting closer and closer every month.

I want to donate that we get there sooner. But which project? I’m following postmarket but I’m not sure if they are the most promising. What’s your stance on this? To which project would you give your money to accellerate it?

Edit: I don’t want to buy a phone. I want to support the phone os devs. Sorry for the bad wording.

    • samc@feddit.uk
      link
      fedilink
      English
      arrow-up
      6
      ·
      7 months ago

      The point of Linux on phones isn’t to have a phone that requires you to constantly fix it with CLI tools. The point is to have a free and open software platform for a device that is increasingly necessary for daily life.

      As a side effect, developing Linux for phones would probably help us eliminate the need to reach for the terminal on desktop Linux as well. I believe snaps (which laid the groundwork for flatpaks) were originally developed for Linux on “smart” devices. The whole ecosystem improves when we try to bring Linux into a new domain.

      P.S. I use termux (a terminal for android complete with its own tiny Linux environment) from time to time when I need to access my server over SSH. It’s a bit clumsy, but super handy!

    • teawrecks@sopuli.xyz
      link
      fedilink
      arrow-up
      5
      ·
      7 months ago

      It’s not clear to me why you believe Linux on mobile implies typing into a CLI interface using a phone keyboard. We choose to use the CLI when it makes the most sense as an input method for the platform, not because it’s required by Linux.

      As the post above pointed out, android is already Linux, so that’s already an option. But OP’s goal would be to have a FOSS phone given that phones are increasingly the computing device of choice for people, and there are very few feature complete FOSS options in that space right now.

        • teawrecks@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          Cool then don’t use a CLI on your phone, I don’t know anyone who would.

          Android is Linux, you don’t need to build it yourself. That’s not a precursor to using Linux on mobile any more than using a CLI is.

            • teawrecks@sopuli.xyz
              link
              fedilink
              arrow-up
              1
              ·
              7 months ago

              Android isn’t kinda Linux, it is actually Linux. It includes other proprietary stuff too, but Google regularly contributes their changes upstream. Like it or not, android is a prime example of what is possible on mobile using Linux.

              Yes, I agree that OP isn’t looking for Android and wants to support an alternate option. But here’s where I think our disconnect is: the goal wouldn’t be for the alternate option to be a difficult to use, niche, build-it-yourself headache. That’s never anyone’s goal for anything. The goal is to make something roughly as good as, or better than Android, except FOSS.

              It’s just that it takes funding and vision to make something as feature rich as android, and both are hard to come by.

                • teawrecks@sopuli.xyz
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  7 months ago

                  It’s common for Linux distros to make changes specific to their distro. Adding and removing modules, adding custom changes, and offering those changes back to mainline. This is how Linux works and what makes it so great.

                  It’s not as though Google hard forked Linux 15 years ago and have just done their own thing ever since, they’re regularly merging Linux LTS. Here’s a diagram from Google of what that looks like.

                  MacOSX is a hard fork from Mach, which fits your French analogy more accurately. Android is more like a Boston accent; it’s a dialect but never very far from it’s origin.

        • yianiris@kafeneio.social
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          Sometimes the code to make a mouse or any pointing device (TS included) work with a cli can be 15 times more than the cli itself. Cheap low powered devices for the masses (globally) would perform competitively if it wasn’t for all the heavy gui work they have to do.

          @Tak @teawrecks