01-11-2021, 09:57 PM
Last edit by techinbermudas
![[Image: guides.webp]](https://techinbermudas.com/forum/images/posts/guides.webp)
If you want to convert your Chinese ROM Realme GT into the EU or the IN ROM version feel free to follow this guide by lmacaber1:
- You must have a unlocked bootloader (check here how);
- Download the global ROM A.09 (img) file with this link;
or Download the INDIAN ROM A.14 (img) file with this link. Thanks to MrVeverything;
- Extract the img files (44 items) img;
- Download the adb file (link below) and install it and it will be rooted on disk c;
- Insert the files extracted in step 3 and put them in the adb folder;
- Boot your Phone into Fastboot Mode;
- In the adb folder hold the SHIFT key and right-click on an empty spot inside the folder, then select the ‘Open PowerShell window here’ option.
- Connect your device to the computer and follow the following commands:
Code:
.\fastboot devices
.\fastboot getvar all
Last command will show you if you're in slot A or B. If you are in Slot B continue with the following commands:
Code:
.\fastboot flash boot boot.img
.\fastboot flash dtbo dtbo.img
.\fastboot flash modem modem.img
.\fastboot --disable-verity flash vbmeta vbmeta.img
.\fastboot --disable-verity flash vbmeta_system vbmeta_system.img
.\fastboot --disable-verity flash vbmeta_vendor vbmeta_vendor.img
.\fastboot reboot fastboot **Phone will reboot into recovery mod**
.\fastboot flash abl abl.img
.\fastboot flash aop aop.img
.\fastboot flash bluetooth bluetooth.img
.\fastboot flash cpucp cpucp.img
.\fastboot flash devcfg devcfg.img
.\fastboot flash dsp dsp.img
.\fastboot flash engineering_cdt engineering_cdt.img
.\fastboot flash featenabler featenabler.img
.\fastboot flash hyp hyp.img
.\fastboot flash imagefv imagefv.img
.\fastboot flash keymaster keymaster.img
.\fastboot flash multiimgoem multiimgoem.img
.\fastboot flash my_carrier my_carrier.img
.\fastboot flash my_company my_company.img
.\fastboot flash my_engineering my_engineering.img
.\fastboot flash my_heytap my_heytap.img
.\fastboot flash my_manifest my_manifest.img
.\fastboot flash my_preload my_preload.img
.\fastboot flash my_product my_product.img
.\fastboot flash my_region my_region.img
.\fastboot flash my_stock my_stock.img
.\fastboot flash odm odm.img
.\fastboot flash oplus_sec oplus_sec.img
.\fastboot flash oplusstanvbk oplusstanvbk.img
.\fastboot flash product product.img
.\fastboot flash qupfw qupfw.img
.\fastboot flash qweslicstore qweslicstore.img
.\fastboot flash shrm shrm.img
.\fastboot flash splash splash.img
.\fastboot flash system system.img
.\fastboot flash system_ext system_ext.img
.\fastboot flash tz tz.img
.\fastboot flash uefisecapp uefisecapp.img
.\fastboot flash vendor vendor.img
.\fastboot flash vendor_boot vendor_boot.img
.\fastboot flash vm-bootsys vm-bootsys.img
.\fastboot flash xbl xbl.img
.\fastboot flash xbl_config xbl_config.img
.\fastboot -w
.\fastboot reboot
After everything, the Phone will enter recovery mode, format and all you need is to setup your Global/Indian ROM.
![[Image: adb.png]](https://techinbermudas.com/forum/images/posts/adb.png)