• @Yujiri@lemmy.ml
      link
      fedilink
      12 years ago

      Bit of a tangent here, but I think FOSS ideologues have a tendency to overrate the significance of software being FOSS.

      We already have a Linux-based mobile OS: Android. It is open source, but it is still in practice a tool for Google to gain more control over us.

      Having open source code is necessary, but not sufficient for software freedom. We also need the software to actually be designed to serve the user.

        • @Yujiri@lemmy.ml
          link
          fedilink
          12 years ago

          The term “free software” as used in FOSS doesn’t mean software that promotes freedom, but software whose licenses allow certain freedoms. In this definition, Android is free software and FOSS.

            • Arthur Besse
              link
              fedilink
              32 years ago

              Android Open Source Project (AOSP) is FOSS, but it is not copyleft - almost everything in AOSP (aside from the Linux kernel, which is copyleft under GPLv2) is licensed under “permissive” FOSS licenses which allow anyone to take it, change it, and distribute non-free derivatives.

              The Android that comes on a phone you buy in the store is (with very few exceptions) largely not FOSS - it is a bunch of closed source proprietary bits running on top of something derived from AOSP. On some phones it is relatively easy to replace the Android it came with with a version that is mostly FOSS, but on many phones it is not.

              In theory, the fact that Android distributors are required to make their changes to the kernel itself available (because it is copyleft) should make it easier for people to make FOSS operating systems (Android or otherwise) for these phones, but, for a variety of reasons, in practice it often doesn’t work out that way.