Skip to content
View YudhoPatrianto's full-sized avatar
🙂
The Real Noob Developer
🙂
The Real Noob Developer
  • RvLProMaster-Teams
  • Indonesia
Block or Report

Block or report YudhoPatrianto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YudhoPatrianto/README.mkdn

👋Hi There👋

All Information About Me

🏷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
❓Have Take Official ROM? : NO
👥Have A Teams ?: Yes

My Github Statistics

YudhoPatrianto github stats mystreak YudhoPatrianto Top Langs

Want to Contact Me?

YudhoPatrianto

Want to create a custom ROM for Redmi 10 Selene? You Must Follow This!

You Need Ubuntu With Spesification Minimum:\

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)

Notes!: You Can Click Copy Logo To Copy The Text Or Command

You Need Update And Upgrade Dependency Before Installing Packages

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 

First You Must Installing The Packages

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

Configuration Name And Email Git


git config --global user.name 
git config --global user.email

Example

git config --global user.name MyName
git config --global user.email MyEmail@email.com

Time To Sync The ROM

Create Your Folder ROM

mkdir ROMS
cd ROMS
Time To Sync ROM Into Your Folder

repo init -u https://yourlinksmanifestROM.com -b branchROM

And Go To Process Sync And Waiting Until Finished

repo sync -j$(nproc --all)

After This You Need Clonned Some Sources

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

After Cloned Sources ,You Need Compile This ROM

chmod 777 device/xiaomi/selene/dtbo/append_certs.py
source build/envsetup.sh
lunch aosp_selene-userdebug
make bacon -j$(nproc --all)

And Wait Until Completed Compile

Pinned Loading

  1. android_hardware_mediatek android_hardware_mediatek Public

    Forked from selene-devs/android_hardware_mediatek

    thanks to @selene-devs for the Sources

    C

  2. android_device_mediatek_sepolicy_vndr android_device_mediatek_sepolicy_vndr Public

    Forked from 01soni247/android_device_mediatek_sepolicy_vndr

    thanks to @mt6768-dev for the Sources

    Makefile

  3. android_packages_apps_RevampedFMRadio android_packages_apps_RevampedFMRadio Public

    Forked from iusmac/RevampedFMRadio

    Java