• Norgur@fedia.io
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    According to the Linux Foundation: Yes According to Google: No, not really

  • androidisking@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    I was talking to a friend the other about about this. He said he loves the Android OS. He said imagining putting Linux on it and I couldn’t help but laugh. His eyes widened when I told him what Android really was

  • HStone32@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I’ve been patiently waiting for advancements in true Linux phones for years. I feel like a hypocrite when using android. Anyone know if pinephone is nearing a new release?

  • Dizzy Devil Ducky@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    The way I see it is Android users are Linux users the same way fans of games who have only played the spin-off games are to people who have played the mainline games. They’re just a different kind of fan.

        • HStone32@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          Consider how dead-easy it is to write a bash script or c program in Linux, and then enable it (have it run on boot) using SystemD daemons. A total noob could do it after reading a 5 minute tutorial.

          Is it even possible to do the same on an android phone? I have no idea, but willing to bet not.

        • pedz@lemmy.ca
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          Free software. Try to use apt on Android, or run software that you can use on a desktop. And no ads in every app.

          Root access, that is, being admim of your own device.

          Being able to access the file system and support for different types. For example Android doesn’t support NTFS and needs FAT. Plugging a simple USB drive has mixed results.

          This is from the top of my head. I use both but I really don’t like how Android is locked down and so limited, even for power users. I really wish I could have a real “pocket computer” instead of this thing that feeds me ads.

          • jbk@discuss.tchncs.de
            link
            fedilink
            arrow-up
            0
            ·
            1 year ago

            Try to use apt on Android

            With Termux one can

            And no ads in every app.

            Don’t use apps with ads then? Or set up an ad blocker.

            Root access, that is, being admim of your own device.

            That’s just how most Android versions are shipped. It’s still technically possible to get root access, and really enjoy every privilege of Linux. Not all devices allow using a custom OS though, sadly

            • smileyhead@discuss.tchncs.de
              link
              fedilink
              arrow-up
              0
              ·
              1 year ago

              and really enjoy every privilege of Linux

              Like ability to install different desktop enviroment?
              I have a phone with PostmarketOS installed and, besides being immature for now, the difference in possibilities are night and day.
              Almost all apps store settings in easy to backup .config folder. I can really script things using cron jobs and plain bash. Develop apps with any programming language without stupid SDK. Carry portable Minecraft of Factorio server for LAN parties. Use literally the exact same apps on both phone and desktop without ports and having their data synced. I can talk for hours.

              • jbk@discuss.tchncs.de
                link
                fedilink
                arrow-up
                0
                ·
                1 year ago

                Like ability to install different desktop enviroment?

                Technically, with root access, yeah. It’s just that Android’s UI isn’t a DE/WM in the desktop Linux sense

                Almost all apps store settings in easy to backup .config folder.

                And same for Android app data with root access. /data contains, well, data of apps and the general system. Sure, it’s not the same as on desktop Linux, but it’s still possible to modify, copy, delete with root access. Every app is a different Linux user on Android, and that’s also just different from desktop Linux.

                To me, you’re just pointing out differences due to the software architecture of both OSes.