Skip to content

Realme Narzo 20 (aka Realme 7i EU)

Karthik Nair edited this page Aug 9, 2021 · 15 revisions

Instructions to install GSI on Narzo 20:

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
For Realme UI 2 : 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 ( Make sure that you've moved the appropriate vbmeta file you downloaded earlier in this guide to platform tools folder. Also extract the phh/phh based gsi file you've downloaded and move the extracted img file into platform tools folder and rename it to system.img )

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

Now in 99% of cases, if you didn't mess up anything, gsi will boot normally, Incase it doesn't, you can either flash stock ROM using this guide or message me (who published this guide here) at Instagram or telegram . I'll try to help out if you've the basic common sense(s)

For extended support, join the narzo 20 community at telegram here

Hardware support

Component Comment
Camera works (for aux cams, enable aux cam expose toggle in phh settings)
Speaker / Mic working
Bluetooth working
WiFi working
SIM / Mobile Data / Voice working (disable a2dp overload from phh settings else no call voice)
VoLTE working (enable all three toggles in phh settings/ims)
Fingerprint silead works on Android 10 A23 vendor (et512 doesn't)
NFC not available
Offline Charging works, but no animation

Tested By: @realkarthiknair - RMX2191/2193(India), A23 vendor - Date tested - 2021

Clone this wiki locally