Will Graphene OS, Lineage OS, or some other operating system install on a Lenovo Tablet?

Edit: Its a Lenovo P11 Tab Pro Gen 2

      • passepartout@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 hours ago

        Without support from the vendor they don’t. Mobile computing is so locked down right now that it might be possible that not even the vendor can repair a bricked phone tbh.

        Compare it to a broken BIOS on a PC. You can basically throw out your motherboard if you fail while updating it. Some devices have hardware pins used only for provisioning and debugging (JTAG) but they would have to be reverse engineered first.

        • JustARegularNerd@aussie.zone
          link
          fedilink
          English
          arrow-up
          3
          ·
          10 hours ago

          Broken BIOS on a PC. You can basically throw out your motherboard

          Can confirm, bricked a Latitude E6420 trying to put coreboot on it and completely missing an instruction in bright red bold text. Had a parts machine thankfully, and had to swap the boards.

      • WhyJiffie@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        well if they find the drivers, and make the necessary changes from another tablet or phone that’s similar and suported, yeah

        • dudesss@lemmy.caOP
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          Are there guides or documentation for how to do this for me or future devs that are interested?

          • WhyJiffie@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            ·
            23 hours ago

            what I know though is that the device manufacturers are obligated by license to give you the kernel source code for the device on request, because linux is gpl.

            but they are not obligated to provide you hardware drivers and device trees that are not included in the kernel. you may still ask in case they care, but it’s probably rare they provide that. sometimes it’s hard even to get their kernel source code.

            • ☂️-@lemmy.ml
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              17 hours ago

              in some cases they use (or at least base it from) a similar device’s tree. usually a similar soc. i see such devs using a lot of the same drivers and even combining efforts on similar devices.

              you’d probably have a better chance talking to people who maintains a similar platform.

          • WhyJiffie@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            23 hours ago

            I don’t know. Haven’t done this myself. I would look at the git history of devices currently supported. how they started out, what kind of changes they made, how did the maintainer obtain a file or figure out a config change, things like that. then maybe also contact the maintainer ofir that device, or the lineage mailing lists (or a more modern platform if they have one, but the more experienced folks are likely only reading the mailing lists)