Alternative OS for Lenovo Tablet
Alternative OS for Lenovo Tablet
Will Graphene OS, Lineage OS, or some other operating system install on a Lenovo Tablet?
Edit: Its a Lenovo P11 Tab Pro Gen 2
Alternative OS for Lenovo Tablet
Will Graphene OS, Lineage OS, or some other operating system install on a Lenovo Tablet?
Edit: Its a Lenovo P11 Tab Pro Gen 2
You're viewing a single thread.
GrapheneOS will only run on Pixel devices for now (including the Pixel tablet), see https://grapheneos.org/faq#supported-devices
LineageOS has two Lenovo devices listed, your (and my) tablet are not on that list, see https://wiki.lineageos.org/devices/#lenovo
Depending on the model you might find some custom built ROM on e.g. XDADevelopers, but be careful not to brick your device.
If a device gets bricked, how do people unbrick them?
Thanks! Sadly my Lenovo P11 isn't supported for the moment.
And lastly you could self compile
well if they find the drivers, and make the necessary changes from another tablet or phone that's similar and suported, yeah
Are there guides or documentation for how to do this for me or future devs that are interested?
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.
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.
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)