-
Notifications
You must be signed in to change notification settings - Fork 663
Xiaomi Redmi Note 10 5G Redmi Note 10T 5G Poco M3 Pro 5G Redmi Note 11SE 5G
masterofobzene edited this page Dec 26, 2024
·
3 revisions
Supported GSI : A/B
Architecture : ARM64
Component | Comment |
---|---|
Camera | Front, back and auxiliary cam working. Recommended to enable "Expose Aux cameras" at Phh Treble Settings and use 3rd party GCam. |
Speaker / Mic / Calls | All works, but sometimes can't switch properly from Call mode to Loudspeaker. |
Bluetooth | Works, recommended to enable "Bluetooth workarounds" to Mediatek at Phh Treble Settings. |
WiFi | Works. |
SIM / Mobile Data / Voice | Works. |
VoLTE | Works. Make sure install IMS for Mediatek and enable Force |
Fingerprint | Works. |
NFC | Works. |
Bluetooth calls | Not Tested. |
Brightness |
Worked, check out overlays hotfix below. |
!! THIS WILL ERASE YOUR INTERNAL DATA !!
Prerequisite:
- Unlocked bootloader (obviously, duh)
- NOT ROOTED
- Fastbootd drivers (recommend to use Google USB/Xiaomi USB drivers)
- Patched vbmeta.img
How to:
- Connect your device to PC and open command prompt
- Reboot your device to fastboot mode by pressing Power + Volume Down button
- Make sure you do
fastboot devices
first before you proceed and make sure your devices are detected on list - After the device is detected, then do
fastboot reboot fastboot
- Do
fastboot devices
and make sure your devices are detected on list and your device is on fastbootd screen - Execute this command below
fastboot set_active a
fastboot delete-logical-partition product
fastboot erase system
- After erase system partition, then we flash the GSI using command below:
fastboot flash system system-(prefix)*-arm64-ab-vanilla.img (change it to gsi file that you downloaded)
If there's invalid sparse file at flashing system, just ignore.
- After that, we must flash vbmeta with the command below
fastboot --disable-verity --disable-verification flash vbmeta (vbmeta.img mod or patch)
fastboot flash vbmeta_b (vbmeta.img mod or patch)
fastboot set_active a
- Then we reboot the device to recovery by using
fastboot reboot recovery
- In recovery, you select the wipe data and then reboot to your system.
If you are rooted with Magisk, you can flash this hotfix module for brightness and overlays. If not, enable "Force alternative backlight scale", "Use linear screen brightness slider", and "Allows setting to the lowest possible" at Phh Treble Settings.
Feel free to contribute here if you ever tested other GSIs
- NaokoShoto - camellian @ PixelExperience_arm64-ab-12.0-20211218 (Ponces build)
- KucingAbu - camellian @ ProjectElixir-3.6-gsi-13.0-20230223-1108-OFFICIAL (KrutosX & Lynix build)
- NaokoShoto - camellian @ evolutionX_arm64-ab-vndklite-7.6-unofficial-20230216 (Ponces build)
- Masterofobzene - camellian @ LineageOS-22.0-20241225-VANILLA-EXT4-GSI.7z (MisterZtr build) - NO INTERNET (wifi nor data)
- Masterofobzene - camellian @ aosp-arm64-ab-vanilla-15.0-20241108.img.xz (Ponces build) - NO INTERNET (wifi nor data)
- Masterofobzene - camellian @ system-td-arm64-ab-vanilla.img.xz (TrebleDroid Builders build) - NO INTERNET (wifi nor data)