this post was submitted on 09 Nov 2024
17 points (94.7% liked)

Android

9355 readers
1 users here now

A place to discuss anything related to Android or Android adjacent.


INFO:


Check Out Our Partner Communities:

!android@lemmy.world

founded 4 years ago
MODERATORS
 

anyone tried building android for their device on a sub-stellar PC? my phone doesn't have LOS21/A14 available so I tried the build-it-yourself route... dios mio, this takes eons!

I know it's a huge code base, but I had no concept of the size... I've left it syncing the repo like two hours ago and it's at 10%. no idea if it's gonna build at all and if it takes a day to download the thing and another one to build it (Ryzen 5) maybe I should go look for a $100 replacement that still gets LineageOS.

anyone been down this road?

you are viewing a single comment's thread
view the rest of the comments
[–] wizardbeard@lemmy.dbzer0.com 3 points 1 week ago

I highly doubt it. The custom ROM/OS projects have entire teams working on them, and they still can end up with bugs amd problems.

You're overlooking the chance that you missed something critical, or aren't aware of some weird driver interactions with your phone hardware that could end up bricking it (unlikely, but possible). At the very least I'd be kind of surprised if your "compile it yourself" works on the first try and doesn't need some adjustments to actually run on your specific phone hardware.

Compiling your own fork of a program is one thing. Doing that with the OS is an entirely different ball game with an order of magnitude more potential complications to consider.