PXOSP (Proton Xtended Open Source Project) is a fork based on ProtonAOSP to enchantment user experience with useful addition features.
First, make sure you have an Android build environment and the repo tool set up. After that, run the following commands:
repo init -u https://github.com/PXOSP/android_manifest -b sc
repo sync -c --force-sync --no-tags --no-clone-bundle -j$(nproc --all) --optimized-fetch --prune
This is a large download that will take approximately 100 GB of disk space, so plan accordingly.
First, you need to make and sync device trees. After that you can continue:
. build/envsetup.sh
lunch aosp_{codename}-userdebug
m bacon
repo sync -c --force-sync --no-tags --no-clone-bundle -j8
. build/envsetup.sh && m installclean && lunch aosp_{codename}-userdebug
mmma -j8 path
- SevralT - for putting together the PXOSP and contributing to OP6T development
- ProtonAOSP - For rom base
- LineageOS - For their apps/icons
- PixelExperience - For CAF repos
- All roms from where I picked any changes
Good luck & thanks for choosing us!