How To Guide UPDATE - Realme GT Convert China ROM to EU ROM OR Indin ROM

Search This thread

srsbsns89

Member
Jul 24, 2021
36
22
This is basically the fastboot commands that i used to flash the global rom:

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
.\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 flash -w
.\fastboot reboot


Before you proceed with the flashing, you need to enter into bootloader mode and ensure the active partition is on slot b. And make sure NOT to relock the bootloader after flashing the global rom.
 
  • Like
Reactions: hmdqa and bppjenil

bppjenil

Senior Member
Dec 7, 2016
569
190
Realme GT
This is basically the fastboot commands that i used to flash the global rom:

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
.\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 flash -w
.\fastboot reboot


Before you proceed with the flashing, you need to enter into bootloader mode and ensure the active partition is on slot b. And make sure NOT to relock the bootloader after flashing the global rom.
Thank you friends.
I am nearly flash global rom. One question, after unlocking bootloader , Will it support banking apps?
Specially Indian banking apps, SBI
 

srsbsns89

Member
Jul 24, 2021
36
22
Thank you friends.
I am nearly flash global rom. One question, after unlocking bootloader , Will it support banking apps?
Specially Indian banking apps, SBI

I am not so sure about that as I immediately bricked my phone after I relocked the bootloader after flashing to global rom. Now I just managed to unbrick the phone and I am going to flash global rom again without locking the bootloader this time.
 
  • Like
Reactions: bppjenil

bppjenil

Senior Member
Dec 7, 2016
569
190
Realme GT
I am not so sure about that as I immediately bricked my phone after I relocked the bootloader after flashing to global rom. Now I just managed to unbrick the phone and I am going to flash global rom again without locking the bootloader this time.
Thank you. I'm happy you managed to unbrick.
After flashing global, Can you do one fevour of checking SBI banking app? Does it work?
 

srsbsns89

Member
Jul 24, 2021
36
22
Thank you. I'm happy you managed to unbrick.
After flashing global, Can you do one fevour of checking SBI banking app? Does it work?
I installed the app and so far i can access it (i am not an indian and i dont have the bank account so cannot use any transaction by the app). But i can use my own banking app in my country. So i think there is no issue there.
 
  • Like
Reactions: bppjenil

srsbsns89

Member
Jul 24, 2021
36
22
This is basically the fastboot commands that i used to flash the global rom:

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
.\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 flash -w
.\fastboot reboot


Before you proceed with the flashing, you need to enter into bootloader mode and ensure the active partition is on slot b. And make sure NOT to relock the bootloader after flashing the global rom.

Quick correction, u dont have to specifically set slot b as active. But what i found is that u may encounter issues when flashing the img files along the way. If u do, u need to change to different slot as active and start flashing from the beginning again.
 

bppjenil

Senior Member
Dec 7, 2016
569
190
Realme GT
I installed the app and so far i can access it (i am not an indian and i dont have the bank account so cannot use any transaction by the app). But i can use my own banking app in my country. So i think there is no issue there.
Thank you very much bro.
Happy because this app is opening so far in unlocked bootloader. I have other phone with AICP custom rom which doesn't support this app, it shows rooted phone immediate. As long as it tries to open means definitely I'll use this app.
 

MrVeverything

Senior Member
Jul 11, 2021
81
63
Screenshot_2021-07-28-18-01-31-93_5be4037ab7fa29495af4d1ead04ed00c.jpg
Screenshot_2021-07-28-18-01-31-93_5be4037ab7fa29495af4d1ead04ed00c.jpg
 

srsbsns89

Member
Jul 24, 2021
36
22
I can not reboot into fastbootd anymore. When i type "fastboot reboot fastboot" it says "fastboot: usage: unknown reboot target fastboot". Any idea?

Maybe u can try downloading this SDK platform tools at the link below:

https://developer.android.com/studio/releases/platform-tools

After downloading, extract the zip files and put all the global rom img files that you extracted earlier together in the platform tools folder. Then you run the powershell command by pressing shift key + right click in platform tools folder. Try and see if you still have issue flashing the global rom.
 

srsbsns89

Member
Jul 24, 2021
36
22
Maybe u can try downloading this SDK platform tools at the link below:

https://developer.android.com/studio/releases/platform-tools

After downloading, extract the zip files and put all the global rom img files that you extracted earlier together in the platform tools folder. Then you run the powershell command by pressing shift key + right click in platform tools folder. Try and see if you still have issue flashing the global rom.

Another tip, when running the powershell/cmd you could try first booting the phone into various stages from the command script as below:

Code:
.\adb reboot bootloader
.\fastboot reboot fastboot
.\fastboot reboot bootloader
.\fastboot reboot

If you could manage to boot your phone in different stages based on the above commands, then I think you could safely proceed with the flashing.
 
Jan 19, 2012
43
8
Hamburg
Maybe u can try downloading this SDK platform tools at the link below:

https://developer.android.com/studio/releases/platform-tools

After downloading, extract the zip files and put all the global rom img files that you extracted earlier together in the platform tools folder. Then you run the powershell command by pressing shift key + right click in platform tools folder. Try and see if you still have issue flashing the global rom.
Yes, that worked. Thanks

But i think i deleted some important things, i cant not flash a few .img´s.
F or example:

Sending 'my_company' (340 KB) OKAY [ 0.009s]
Writing 'my_company' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed
 

srsbsns89

Member
Jul 24, 2021
36
22
Yes, that worked. Thanks

But i think i deleted some important things, i cant not flash a few .img´s.
F or example:

Sending 'my_company' (340 KB) OKAY [ 0.009s]
Writing 'my_company' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed

This one requires a lot of patience. I also encountered these kinds of problem during my first few attempts flashing the rom. First you need to check if all the img files are in the platform tool folder. If I am not mistaken there are supposed to be 44 img files. Another way to resolve it is by switching the other slot as active. You can switch the active slot by typing the below command:

.\fastboot set_active other

After switching the active slot, try to repeat the flashing process from the beginning.
 
Jan 19, 2012
43
8
Hamburg
This one requires a lot of patience. I also encountered these kinds of problem during my first few attempts flashing the rom. First you need to check if all the img files are in the platform tool folder. If I am not mistaken there are supposed to be 44 img files. Another way to resolve it is by switching the other slot as active. You can switch the active slot by typing the below command:

.\fastboot set_active other

After switching the active slot, try to repeat the flashing process from the beginning.
Well thank you again, i am now on global rom.
 

hmdqa

Member
Jul 25, 2021
14
5
This is basically the fastboot commands that i used to flash the global rom:

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
.\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 flash -w
.\fastboot reboot


Before you proceed with the flashing, you need to enter into bootloader mode and ensure the active partition is on slot b. And make sure NOT to relock the bootloader after flashing the global rom.
I tried until this >>>>

fastboot_flash_abl_abl.img_failed[1].jpg
 

srsbsns89

Member
Jul 24, 2021
36
22

I would advise for you to use this method:

Maybe u can try downloading this SDK platform tools at the link below:

https://developer.android.com/studio/releases/platform-tools

After downloading, extract the zip files and put all the global rom img files that you extracted earlier together in the platform tools folder. Then you run the powershell command by pressing shift key + right click in platform tools folder. Try and see if you still have issue flashing the global rom.

And if you are still having some issues during flashing after using the above method, try this:

This one requires a lot of patience. I also encountered these kinds of problem during my first few attempts flashing the rom. First you need to check if all the img files are in the platform tool folder. If I am not mistaken there are supposed to be 44 img files. Another way to resolve it is by switching the other slot as active. You can switch the active slot by typing the below command:

.\fastboot set_active other

After switching the active slot, try to repeat the flashing process from the beginning.
 
  • Like
Reactions: hmdqa

bppjenil

Senior Member
Dec 7, 2016
569
190
Realme GT
I try to extract image files to dumper folder I get error. I already installed python.
 

Attachments

  • IMG20210728214920.jpg
    IMG20210728214920.jpg
    3.4 MB · Views: 98
  • IMG20210728215304.jpg
    IMG20210728215304.jpg
    3.4 MB · Views: 97

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    Hi
    These are the steps that were followed to make the global ROM work for you...

    Please follow the instructions step by step

    Try these steps at your own risk and I am not responsible for losing your phone or data


    1- You must open the bootloader with this link .
    2- Download the global ROM A.09 ( img) file with this link .
    3- Download the INDIN ROM A.14 ( img) file with this link . Thanks to ( MrVeverything )
    4- Extract the img files ( 44 items) img .
    5- Download the adb file and install it and it will be rooted on disk c
    6- Put the files extracted in step 3 and put them in the adb folder
    7- Boot your Phone into Fastboot Mode
    8- 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.
    9- Connect your device to the computer and follow the following commands :

    .\fastboot devices
    .\fastboot getvar all
    ........ ( This step is very important in order to know what is the path of solt a or b )

    If it is solt b follow the following commands... Thank you very much to srsbsns89 . and hmdqa

    Now follow the 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 ......
    ( you see phone after this command on 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


    Now after completion, the phone will enter recovery mode and format and the global ROM will work with you


    __________________________________________________________________________________________________________

    How to fix “Device is not Play Protect certified” error

    Get your Device ID. This is a 16-digit alphanumeric ID which you will need to certify your device with Google.

    If you are still able to access the Play Store, install the Device ID app. If not, you can download the APK file here and install/sideload it on your device.

    Go to Google’s Device Registration page here and paste/type your Google Services Framework ID on the Android ID box and tap Register.

    After registering, you may enter your Google credentials on the Play Store. And you might as well reboot your device for good measure.

    after that clean data for google play ... and reboot your device and done



    Done .... :)
    4
    [Thread Cleaned]

    Good day everyone!

    Some things were edited; some removed. Sure, mental illness can be made fun of – stand up comedians do it all the time – and we're all for free speech but there's a time and place for everything and this was/is not the place. We've built this community on mutual respect and it's our job to protect that.
    If you feel offended by something you read on XDA, please just report it and do not respond to it yourself. Unless you're confident it can be part of a civil and respectful conversation, and doesn't go off topic too far. Also note that what you may perceive as offensive is not always meant that way. I deeply urge you all to search for the good in people instead of assuming the worst. Thanks!

    Need to talk about this? Feel free to contact me by PM. Do not discuss this in the thread.

    Cheers and stay safe!
    Timmy
    Forum Moderator
    3
    Here's the easiest method to convert CN rom to global/export rom. No need to root or unlock bootloader. You only need your phone, no PC needed.

    You need this 3 files
    RMX2202_11_F.15_CN

    RMX2202_Roll_Back_Android12_IN.zip

    OPLocalUpdate_For_Android13.apk

    then follow the instructions here

    thanks to @Stano36 for teaching me this method.

    Updates will pop up to android 13 if you're done doing the above.
    2
    Try that.
    Someone from this forum posted this in another thread.
    2
    This is basically the fastboot commands that i used to flash the global rom:

    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
    .\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 flash -w
    .\fastboot reboot


    Before you proceed with the flashing, you need to enter into bootloader mode and ensure the active partition is on slot b. And make sure NOT to relock the bootloader after flashing the global rom.