You can try now to relock bootloader with this tutorial. Just download apk attached to this post and follow the steps in FAQ.hello guys,
I have done bootloader unlocking and flash the rom from Chinese to Global without root, however Google pay doesn't work, saying this phone does,'t meet security requirements and CTS fail
thanks mate, would it be resulting brick?You can try now to relock bootloader with this tutorial. Just download apk attached to this post and follow the steps in FAQ.
I didn't try it, but I suppose no, since realme released this apk also for global versions and added a tutorial for bootloader relock.
cheers, relock without issues.I didn't try it, but I suppose no, since realme released this apk also for global versions and added a tutorial for bootloader relock.
If I use this procedure to try and lock the bootloader will this erase all data I currently have installed with the global rom? I won't mind this so long as it doesn't brick the phone.You can try now to relock bootloader with this tutorial. Just download apk attached to this post and follow the steps in FAQ.
Yep, it will erase all data. And according to the reply above, this won't brick the phone.If I use this procedure to try and lock the bootloader will this erase all data I currently have installed with the global rom? I won't mind this so long as it doesn't brick the phone.
Hi, it matters, if you'll try to lock bootloader with magisk boot, it will brick the phone. And it seems, that flashing just stock boot.img is not enough, it will brick the phone anyway. Maybe flash again stock global rom to delete all root sources and after that try to lock the bootloaderHello
I have Unlocked bootloader, changed rom from chinese to global, with command " flash boot_magisk.img"
I got CTS profile match not passed
Now if i want lock bootloader with this new global rom i need flash pure "boot.img" or it doesn't matter ?
I don;t want brick my phone, thats why im asking.
Working fine. Attached zip of platform tools is must for flashing.if you're stuck in bootloop try making sure you have the latest version of sdk platform tools, 33.0.1 worked for me.
try running the commands in this order
Code:fastboot flash boot boot_magisk.img fastboot flash dtbo dtbo.img fastboot flash engineering_cdt engineering_cdt.img fastboot flash metadata metadata.img fastboot flash oplusreserve2 oplusreserve2.img fastboot flash recovery recovery.img fastboot flash splash splash.img fastboot flash super super.img fastboot flash vbmeta_system vbmeta_system.img fastboot flash vbmeta_vendor vbmeta_vendor.img fastboot flash vendor_boot vendor_boot.img fastboot flash userdata userdata.img fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot -w fastboot flash boot boot_magisk.img
then on your phone hit power button with start selected
on the money. Platform-tools 33.0.1 seems to be needed for it to work. It kept ending up on a bootloop when I used version 32 that was installed system-wide from Android Studio (stable). Thanks for this!if you're stuck in bootloop try making sure you have the latest version of sdk platform tools, 33.0.1 worked for me.
try running the commands in this order
Code:fastboot flash boot boot_magisk.img fastboot flash dtbo dtbo.img fastboot flash engineering_cdt engineering_cdt.img fastboot flash metadata metadata.img fastboot flash oplusreserve2 oplusreserve2.img fastboot flash recovery recovery.img fastboot flash splash splash.img fastboot flash super super.img fastboot flash vbmeta_system vbmeta_system.img fastboot flash vbmeta_vendor vbmeta_vendor.img fastboot flash vendor_boot vendor_boot.img fastboot flash userdata userdata.img fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot -w fastboot flash boot boot_magisk.img
then on your phone hit power button with start selected
Working fine. Attached zip of platform tools is must for flashing.
Had Bootloop as well, downloaded the latest ADB files and followed your commands, but i changed the first one to boot.img as i dont want root on the phoneif you're stuck in bootloop try making sure you have the latest version of sdk platform tools, 33.0.1 worked for me.
try running the commands in this order
Code:fastboot flash boot boot_magisk.img fastboot flash dtbo dtbo.img fastboot flash engineering_cdt engineering_cdt.img fastboot flash metadata metadata.img fastboot flash oplusreserve2 oplusreserve2.img fastboot flash recovery recovery.img fastboot flash splash splash.img fastboot flash super super.img fastboot flash vbmeta_system vbmeta_system.img fastboot flash vbmeta_vendor vbmeta_vendor.img fastboot flash vendor_boot vendor_boot.img fastboot flash userdata userdata.img fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot -w fastboot flash boot boot_magisk.img
then on your phone hit power button with start selected
update your ADB from link in my replay. had same issue also issue with super.imgmz GT 2 Pro stucked in fastboot mode after 'flashing' to global rom..
after command fastboot -w i got this message:
CreateProcess failed: The system cannot find the file specified. (2)
fastboot: error: Cannot generate image for userdata
is there any solution?
no same bands thats why import a chinese version and flash global rom on it is so niceHi, maybe stupid question. Do chinese and global models have different modem bands? Does flashing global version to chinese change modem?
if you read first post, NEVER lock bootloader or you can trow away the phone.Do you lock bootloader on global ? Gpay not work for me and bank app.
Flash Magisk patched boot.img again.Hi folks, I flashed the command (fastboot flash boot boot.img) and all OK.....but after with the OTA update I lost Magisk...How can I get it back??
Hello, myogui! Please, help me! There is a REALME Q3S smartphone with global firmware, I unlocked the bootloader. There is a clone for India - Realme 9 5G SE. I want to install Indian firmware on my smartphone. Please tell me, where did you make global firmware files? Have you pulled out files from OFP firmware? In my Indian firmware, three files are obtained during extraction: Super.0.img, Super.1.img, Super.2.img. How can I properly extract Super so that it is one whole file?
I was barely using the phone, so I decide to do some tests... I flashed the phone many times, and I always have the bootloop problem... Tried to relock too, bricked many times... But one simple command solve it all...
"fastboot --set-active=a"
.......
In short... Just do this commands in that order...
fastboot --set-active=a
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash metadata metadata.img
fastboot flash oplusreserve2 oplusreserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash super super.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
Use the Platform-tools 33.0.1 or later since the older versions of ADB this command to set the slot is diferent.
Hope this help with bootloop and relocking problems.
Cheers
fastboot flash boot boot.img
fastboot flash boot boot_magisk.img
fastboot flash dtbo dtbo.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash metadata metadata.img
fastboot flash oplusreserve2 oplusreserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash super super.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
fastboot flash boot boot_magisk.img
fastboot flash dtbo dtbo.img
fastboot flash engineering_cdt engineering_cdt.img
fastboot flash metadata metadata.img
fastboot flash oplusreserve2 oplusreserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash super super.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
fastboot flash boot boot_magisk.img
cheers, relock without issues.I didn't try it, but I suppose no, since realme released this apk also for global versions and added a tutorial for bootloader relock.