🏷My Name Is : Yudho Patrianto (You Can Call Me Yudho or Dhooo)
🏷My Name Maintainer Some ROM's : YudhoPatrianto
🏷My Project Name : YudhoPRJKT
🇮🇩I'm From : Indonesia
👦I'm 20 Years Old
📱My Maintained Devices :
Redmi 10 (selene)
Redmi 12 (fire)
🥲I'm A Noob Developer Redmi 10 selene And Redmi 12 fire
❓Have Any Official Custom Rom ROM Or Custom Recovery? : Yes
👥Have A Teams ?: Yes
CPU: 8 Cores
RAM: 32 GB
Disk: 500GB (More Than 500GB Is Very Recommended)
Ubuntu Version : 20.04 (Focal Fossa) Or 22.04 (Jammy Jellyfish)
sudo apt-get update && sudo apt-get upgrade -y
# You Must Input Your Password Ubuntu If Displayed [sudo] And Press Enter In Your Keyboard And Waiting To Completed
sudo apt-get install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev -y
# You Need Waiting Until Completed Installing Packages
git config --global user.name
git config --global user.email
Example
git config --global user.email [email protected]
mkdir ROMS
cd ROMS
repo init -u https://yourlinksmanifestROM.com -b branchROM
repo sync -j$(nproc --all)
git clone https://github.com/YudhoPatrianto/android_device_xiaomi_selene -b aosp device/xiaomi/selene
git clone https://github.com/YudhoPatrianto/android_vendor_xiaomi_selene -b 13 vendor/xiaomi/selene
git clone https://github.com/YudhoPatrianto/android_kernel_xiaomi_selene -b tiramisu kernel/xiaomi/selene
git clone https://github.com/YudhoPatrianto/hardware_mediatek -b 13 hardware/mediatek
git clone https://github.com/YudhoPatrianto/android_hardware_xiaomi -b 13 hardware/xiaomi
git clone https://github.com/YudhoPatrianto/device_mediatek_sepolicy_vndr -b 13 device/mediatek/sepolicy_vndr
git clone https://github.com/YudhoPatrianto/packages_apps_ImsService -b 13 packages/apps/ImsService
chmod 777 device/xiaomi/selene/dtbo/append_certs.py
source build/envsetup.sh
lunch aosp_selene-userdebug
make bacon -j$(nproc --all)