I’m planning to move towards using custom ROMs in order to have more control over what is and isn’t installed on my phone.

I’ve got an old spare S8 that I’m going to use as a testbed first to get hands on and learn a bit more. It looks like LineageOS doesn’t provide a build for that model so I’ll need to learn how to prepare one myself.

I’m no stranger to Linux - I’ve built my own kernel (and even once an LFS system) back in the day - what resources would be ideal for getting up to speed with Android?

I’d hopefully like resources that help me understand what’s going on rather than focus purely on completing one task or another.

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 months ago

    You can build Android just fine with 16GB of RAM and 100GB of storage (I did). ccache helps with subsequent builds but isn’t required. zram helps if you’re low on RAM but isn’t required either. As for cores, I think a dual core would work just fine, it’ll just take longer. It’s all a balance of specs versus speed.

    Building Android itself is actually quite easy (I think three or four commands). If your phone has received all the necessary updates, there’s a good chance all the binaries you need to pull from the original ROM are in /vendor on a separate partition.

    It’s a project for sure, but individual volunteers are doing it all over the internet.