this post was submitted on 02 Jul 2025
14 points (76.9% liked)

DeGoogle Yourself

12562 readers
124 users here now

A community for those that would like to get away from Google.

Here you may post anything related to DeGoogling, why we should do it or good software alternatives!

Rules

  1. Be respectful even in disagreement

  2. No advertising unless it is very relevent and justified. Do not do this excessively.

  3. No low value posts / memes. We or you need to learn, or discuss something.

Related communities

!privacyguides@lemmy.one !privacy@lemmy.ml !privatelife@lemmy.ml !linuxphones@lemmy.ml !fossdroid@social.fossware.space !fdroid@lemmy.ml

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] passepartout@feddit.org 7 points 4 days ago* (last edited 4 days ago) (3 children)

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.

[–] dudesss@lemmy.ca 3 points 3 days ago

Thanks! Sadly my Lenovo P11 isn't supported for the moment.

[–] dudesss@lemmy.ca 1 points 3 days ago (1 children)

If a device gets bricked, how do people unbrick them?

[–] passepartout@feddit.org 2 points 2 days ago* (last edited 2 days ago) (1 children)

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 3 points 2 days 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.

[–] Zwiebel@feddit.org 1 points 4 days ago (1 children)

And lastly you could self compile

[–] WhyJiffie@sh.itjust.works 3 points 4 days ago (1 children)

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

[–] dudesss@lemmy.ca 1 points 3 days ago (2 children)

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

[–] WhyJiffie@sh.itjust.works 3 points 3 days ago (1 children)

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.

[–] umbrella@lemmy.ml 3 points 3 days ago* (last edited 3 days 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 2 points 3 days 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)