Stock firmware on the G20 is notorious for aggressive RAM management and micro-stutters. Custom ROMs like LineageOS or crDroid strip away unnecessary background telemetry and bloatware, freeing up the Unisoc T700 processor to focus on what you need.
Assumptions: bootloader unlocked, custom recovery available (TWRP or similar).
Step 1: Reboot to Bootloader
On your Nokia G20, run: adb reboot bootloader nokia g20 custom rom
Step 2: Unlock Bootloader
fastboot flashing unlock
(Follow on-screen prompt. This deletes all user data.) Stock firmware on the G20 is notorious for
Step 3: Reboot to Fastbootd
fastboot reboot fastboot
Step 4: Flash the Custom ROM (GSI Image)
Download a system.img file of your chosen ROM. Place zips on internal storage or USB OTG
fastboot flash system your-rom-file.img
fastboot -w
fastboot reboot
Step 5: First Boot The first boot takes 5–10 minutes. Do not interrupt it.