Its always good to try!

  • Razen@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    How come Linux worked on desktop but on phones it is having such a hard time even tho Android has the linux kernel( i think).

    Is PC hardware more open and known to everyone about everything while mobile dosent? And if that is the case then why arent phone opening itself for support?

    • peskypry@lemmy.ml
      link
      fedilink
      arrow-up
      12
      ·
      2 months ago

      Because ARM is a fucking mess. Each device has it’s own way of booting. There’s no standard like UEFI or BIOS.

      Plus you need propreitary code for modem to support 2G, 3G, 4G…etc. which are complicated to implement.

      • viov@lemmy.worldOP
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Would that be a good focus? To get a unified standard for ARM developed to get many devs together to make software/OS’es for it and adapt phones to use those OS’es

    • megopie@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      2 months ago

      so, Linux does work, a lot of stuff works. There is nothing fundamentally different about phones other than them basically all running on ARM instead of x86, which is more common for PCs. More development of stuff for X86 Linux than ARM Linux, although less of a difference than there use to be.

      Really the issue is proprietary stuff built on top of android and IOS. Stuff that a lot of useful apps rely on for security and functionality. For instance banking apps are super locked down for obvious reasons, but the standards that have been adopted by the industry for mobile banking are all entangled with proprietary close source stuff.