Anyone experimenting with Linux on Android around here?

I was having quite a hard time finding a decent IDE to use on DeX so Im just running a full desktop and coding on vscode. The performance is surprisingly good, just wish it was easier and more stable to set up gnome, as it just looks like it would fit a touchscreen and the android aesthetic really well.

    • flashgnash@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Pretty sure it’s still a VM even if there’s a shared kernel, android is very different to a typical Linux distro

      • un_aristocrate@geddit.social
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        I don’t know about all solutions but Linux Deploy for example creates a chroot environment and runs the Linux distribution from there. That means that the distribution’s process are running alongside android’s process on the same kernel. No translation, no abstraction, directly on the kernel that runs android. As far as the kernel is concerned, the android launcher and the Gnome environment are equal resident.

        • flashgnash@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          There needs to be a hypervisor to manage them though doesn’t there? As far as I’m aware that’s how type 1 hypervisors work but that’s still a VM at the end of the day.

          Either way I’m absolutely doing this. Does Linux deploy allow you to switch between Linux and Android UI freely or is Linux running in the background and need spice/vnc?

          • un_aristocrate@geddit.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I don’t think it counts as a hypervisor because it’s basically running multiple user land environments on the same kernel. But yes, the video output is already used by android so if you need graphics it goes through vnc. Maybe that’s possible to bypass on a routed device.

  • M-Reimer@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    How would you do that? I often had situations where a full featured Linux on my phone would have helped. In most cases shell access would be enough for my needs.

  • flashgnash@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’ve seen a few mobile focused Linux distros, can you still run android apps on them easily?

    • atretador@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Not sure, but I think there is already ways to run android apps on a Linux desktop, the thing I’m talking about is basically running a Linux container on Android and connecting in it thru VNC.

      • flashgnash@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Ah I see that seems like a more sensible way to do it as long as it can run smoothly virtualised