Skip to content

Realme Narzo 20 (aka Realme 7i EU)

Karthik Nair edited this page Aug 8, 2021 · 17 revisions

THIS GUIDE IS INCOMPLETE : PLEASE DONT FOLLOW IT RIGHT NOW !

Instructions to install GSI :

1. Unlock Bootloader

Bootloader unlock tools
For Realme UI 1 : Get here
For Realme UI 2 : Get here

Vbmeta For Realme UI 1 : Get here

Guide to unlock bootloader : Get here

2. After unlocking bootloader and rebooting device, shut it down again and enter fastboot mode by pressing vol minus and power button together

Assuming that you've already installed Platform tools and is aware how to start the adb-fastboot shell , open platform tools in terminal/CMD (depending on os) and follow these steps

adb reboot bootloader fastboot reboot fastboot # Your device will boot to recovery , dont touch anything in recovery, just focus on the commands below fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot reboot fastboot fastboot erase system fastboot reboot fastboot fastboot flash system system.img fastboot -w fastboot reboot bootloader fastboot erase userdata fastboot reboot

Clone this wiki locally