/ProtonAOSP

ProtonAOSP Xiaomi Redmi Note 10 Pro

ProtonAOSP

ProtonAOSP is a minimal custom Android ROM focused on UI/UX and performance, with a touch of security and privacy. It is based on Android Open Source Project (AOSP).

Getting source code

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/dopaemon/ProtonAOSP.git -b 12.1-manifest
repo sync -j$(nproc --all)
source build/envsetup.sh
lunch sweet-userdebug
# if You want Google apps
export WITH_GMS=true
m otapackage -j$(nproc --all)

This is a large download that will take approximately 100 GB of disk space, so plan accordingly.

Building

You will need to create a device tree to build this ROM for your device. Below are some examples that have been customized to work well with ProtonAOSP:

Good luck!