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.

  • Tak@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    For all the people using phones as their computer I doubt there would be many who want to use linux. It’s a bit like someone asking for recommendations for a moped and you tell them to build it themselves.

    I’m all for wanting linux on phones and supporting that but I have never ever known someone to be interested in linux and only use a phone/tablet. I can’t imagine working a CLI with a phone keyboard.

    • samc
      link
      fedilink
      English
      arrow-up
      6
      ·
      4 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
      ·
      4 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.

      • Tak@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        4 months ago

        I’m not saying it is CLI, I’m saying that I don’t want CLI on my phone. Android for instance is based on linux and isn’t a CLI for the most part.

        Again, why I say it’s like asking someone to build it themselves when people who only use phones and not desktops/laptops don’t typically want to build it themselves.

        • teawrecks@sopuli.xyz
          link
          fedilink
          arrow-up
          1
          ·
          4 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.

          • Tak@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            4 months ago

            Android is kinda linux, I think most people would find it weird to call it a linux distro. OP also isn’t looking for an android phone when they say a linux phone. For a linux phone there is a lot of build-it-yourself and people generally don’t want to flash their device to install it, especially people who only use a phone as their computer.

            • teawrecks@sopuli.xyz
              link
              fedilink
              arrow-up
              1
              ·
              4 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.

              • Tak@lemmy.ml
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                4 months ago

                No, it’s kinda linux.

                Android is a mobile operating system (32-bit and 64-bit) based on a modified version of the Linux kernel and other open-source software, designed primarily for touchscreen mobile devices such as smartphones and tablets.

                It’s based off of linux but not literally linux and why if you call it a linux distro you’ll be questioned. Just like English is based on French but if you start telling people you speak French because of it you’ll have confusion.

                • teawrecks@sopuli.xyz
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  4 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.

                  • Tak@lemmy.ml
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    edit-2
                    4 months ago

                    You do realize that kinda linux right? You’re right it’s closer to a boston accent but if you generally ask people about the american accent it’s not going to be boston they think of. I’m not denying it is based on the linux kernel because it is but Android is the most popular OS in the world, it can be it’s own label as opposed to saying it’s linux. To nit-pick further is some real “It’s not linux, it’s GNU/Linux” energy.

        • yianiris@kafeneio.social
          link
          fedilink
          arrow-up
          1
          ·
          4 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