"Redefining your android experience with our new update which offers minimal UI enhancement and close to Stock android experience with customization."
Your experience while using our ROM will be buttery smooth without compromising the quality of the Android experience.
To get started, you'll need to get familiar with Repo and Version Control with Git.
Tip
- You can name this directory however you want, just remember to replace
- WORKSPACE with your directory for the rest of this guide.
- This can be located anywhere (as long as the fs is case-sensitive)
mkdir WORKSPACE
cd WORKSPACE
repo init --depth=1 -u https://github.com/Project-Elixir/manifest -b UNO --git-lfs
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
. build/envsetup.sh
lunch aosp_$device-userdebug
mka bacon -jX
- AOSP
- LineageOS
- PixelExperience
- xdroidOSS
- ParanoidAndroid
- ProtonAOSP
- crDroid
- ArrowOS
- And some other ROMs not mentioned above
Important
For adding your device to the list of OFFICIALLY supported devices,