-
Notifications
You must be signed in to change notification settings - Fork 663
Xiaomi POCO M5
Stark edited this page Feb 9, 2024
·
2 revisions
The GSI I used in question
CAUTION : Backup all of your data before proceeding!
-
Unlock your
bootloader
first, you can use Mi Unlock for it. -
When it comes to this device,you MUST flash Stock ROM (Fastboot ROM variant) if you found out your device active slot is on B, you can check your active slot simply using a Fastboot command:
fastboot getvar current-slot
-
Before flashing Stock ROM you will need to follow this guide.
-
Download this TWRP
This Device uses vendor_boot as the recovery partition, so flashing a custom recovery will be exactly like this:
fastboot --disable-verification flash vbmeta vbmeta.img
Disabling Verification for VBMeta to avoid dm-verity issuefastboot flash vendor_boot twrp.img
Flashing the custom recoveryfastboot reboot recovery
Reboot phone to recovery
- Download this system resizer and flash through twrp
- REBOOT TO RECOVERY
- Pick Any GSI of your choice from the list, Flash GSI to the system partition.
- Format data
- Reboot system
For changing GSI-to-GSI, you can simply skip step number 1
And, We are done! Hope you enjoy your new OS of choice!