Skip to content
Brahm Daniel Verano edited this page Oct 13, 2021 · 20 revisions

Xiaomi Redmi 9C - (angelica)

How to flash a GSI image?

Firstly, choose a GSI image you want to install according to the Android version and the architecture of our device. Redmi 9C uses a64 ab variant (arm32 binder 64 ab) so please make sure you picked the right one. After that, you should extract it to your desired location, then move it to the ADB location and rename the image file as 'system.img'.

Then plug it into your PC and then execute these codes in the command prompt.

fastboot devices
fastboot --disable-verification --disable-verity flash vbmeta vbmeta.img
fastboot reboot fastboot

Now, your Redmi 9C must boot in yellow fastboot mode (fastbootd). After that, do these steps onward.

fastboot getvar is-userspace
fastboot erase system
fastboot flash system system.img
fastboot reboot recovery

Voila! You have successfully managed to flash a GSI ROM to your Redmi 9C device! But wait, once it boots into stock recovery, don't forget to wipe or format the data after flashing the GSI image.

Working GSI builds

Credits

  • Redmi 9C | Angelica Indonesia for tools, instructions, methods, etc. Full credits goes to them, as well as some XDA peeps
  • Brahm Daniel Verano for making english procedures, testing a few GSI images, don't mind him (he's contented with his crdroid lmao)
Clone this wiki locally