Another weebified custom ROM aiming to be a home for weebs.
Based on Project Materium - Optimized LineageOS-based Android aftermarket firmware with extra features, developed by people all over the world.
To get started with Android/Project Kasumi, you'll need to get familiar with Repo and Version Control with Git.
- Project Materium
- LineageOS
- LineageOSMod
- ForkLineageOS
- los-modded
- Mint-OS
- PixelExperience
- halogenOS
- AOSiP
- OmniROM
- ProtonAOSP
- hentaiOS
- NezukoOS
- crDroid
- Syberia Project
- Project Sakura
- Weeb Projekt
- Wave Project
To initialize your local repository using your trees, use a command like this:
repo init --depth=1 -u git://github.com/ProjectKasumi/android.git -b kasumi-v1
Then to sync up:
repo sync
And to start build:
. build/envsetup.sh
lunch kasumi_<devicecodename>-userdebug
mka bandori
Also remember to check build flags for customizing your build further (E.g. shipping with Google Sans font by default).