Fix Current Image (Boot/Recovery) Destroyed! - Realme XT Questions & Answers

I want to install a custom rom but some how boot image break please help me guys. I am so worried

ok here are steps !
djdreamerr said:
I want to install a custom rom but some how boot image break please help me guys. I am so worried
Click to expand...
Click to collapse
-Connect phone in fastboot mode with usb cable
-by long pressing volume down with power button together
-enter these commands
- fastboot erase userdata
-fastboot format userdata
download stock rom system.img file (will be around 2-4 gb in size) by googling on realme xt system image.
and also download boot.img and twrp recovery images like this from googling.
-fastboot flash system system.img
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
after this go to recovery mode by changing modes with volume buttons in fastboot mode.
now u can install stock rom by downloading the stock rom of the version system.img u flashed now.

I ran into the same problem last night, I restored my phone back to stock rom today. I've uploaded the extracted C03 firmware for anyone whose run into the same problem. Just flash using fastboot and you'll able to restore your phone too
Code:
https://mega.nz/file/BQIRgQqS#SvwoR1D7gtaJZlDzCu_ezXdcH_ZtRfgcqnobCTNiGaU

sepzo said:
-Connect phone in fastboot mode with usb cable
-by long pressing volume down with power button together
-enter these commands
- fastboot erase userdata
-fastboot format userdata
download stock rom system.img file (will be around 2-4 gb in size) by googling on realme xt system image.
and also download boot.img and twrp recovery images like this from googling.
-fastboot flash system system.img
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
after this go to recovery mode by changing modes with volume buttons in fastboot mode.
now u can install stock rom by downloading the stock rom of the version system.img u flashed now.
Click to expand...
Click to collapse
THANKS DUDE YOU SAVE MY LIFE :good:
I AM GLAD YOU POST THIS

djdreamerr said:
THANKS DUDE YOU SAVE MY LIFE :good:
I AM GLAD YOU POST THIS
Click to expand...
Click to collapse
You welcome bro, Now using Samsung S10 Lite
(Boycottchina Movement )

I finally decided to root my phone today and unlocked the bootloader with all the excitement, but ran into this "boot/recovery destroyed" problem. All I did was flashing Orangefox image and installed magisk. I did some digging on google and found out, two things fixes it. 1) flashing the stock recovery, and then 2) flashing vbmeta.img with the commad "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img". It actually solved the problem for me and now I'm back to orangefox and magisk works real good. There's no need to download an entire os for this fix. Nearly wasted 2gb of data on downloading the stock firmware, while I found this fix

Works Like a charm
salaigeethan666 said:
I finally decided to root my phone today and unlocked the bootloader with all the excitement, but ran into this "boot/recovery destroyed" problem. All I did was flashing Orangefox image and installed magisk. I did some digging on google and found out, two things fixes it. 1) flashing the stock recovery, and then 2) flashing vbmeta.img with the commad "fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img". It actually solved the problem for me and now I'm back to orangefox and magisk works real good. There's no need to download an entire os for this fix. Nearly wasted 2gb of data on downloading the stock firmware, while I found this fix
Click to expand...
Click to collapse
This works like a charm. Just flash TWRP again and vbmeta with above command and reboot.
get required files from here.
https://forum.xda-developers.com/realme-xt/how-to/rooting-stock-rom-realme-xt-color-os-t3998271

lost recovery
[email protected] said:
This works like a charm. Just flash TWRP again and vbmeta with above command and reboot.
get required files from here.
https://forum.xda-developers.com/realme-xt/how-to/rooting-stock-rom-realme-xt-color-os-t3998271
Click to expand...
Click to collapse
my realme xt also got breaked. then as u said i flashed latest twrp and then vbmeta with given cmd, tried to boot to recovery. nothing happened. then tried to power off and on, got into working realme rom. fastboot is working but unable to boot to recovery. in fastboot bootloader status shows unlocked. tried to flash twrp img again but yet no recovery.

surajak said:
my realme xt also got breaked. then as u said i flashed latest twrp and then vbmeta with given cmd, tried to boot to recovery. nothing happened. then tried to power off and on, got into working realme rom. fastboot is working but unable to boot to recovery. in fastboot bootloader status shows unlocked. tried to flash twrp img again but yet no recovery.
Click to expand...
Click to collapse
Hey there,
It would be great if you could attached any error messages. Or what you exactly encountered after flashing vbmeta. For easy comm. you can contact on t.me/tempKChannel

Bricked my phone today and found this thread, thanks for everyone for providing solution!

My bootloader locked realme xt is displaying only the logo. No way to go to recovery, system or fastboot mode. Is is possible to still do something about it? I live in a region where there is no service center.

I've got a 8-9 month old XT with this exact issue. Phone is mint amd has always had a case and glass screen protector on it. No PC to flash files with fastboot so I ordered a POCO X3 NFC. Looking to sell it for $150 to somebody for an easy fix. Is that allowed on XDA?

I had to hire someone online to have it remotely serviced (on my PC).

Had boot/recovery destroyed message after attempting to flash a gsi. I followed the unbrick guide. I can access fastboot & boot into recovery, however touch input is not working so I'm unable to do anything. Phone sticks on the realme screen when attempting to let it boot. Any ideas? I live in the US so a service center isn't possible.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
When to use?
-> If first time custom recovery installation is messed up because forgot to intall vbmeta_disabler in Recovery.
-> If you messed up and now stuck on fastboot mode and cannot go to recovery or system.
-> When your device is automatically rebooting to fastboot every 10-15 seconds.
-> Can also be used if you get a boot destroyed screen on trying to reboot to system and recovery.
How to use?
-> Download your vbmeta.img file of your device and put it inside your ADB or Platform Tools folder
-> Open CMD in ADB (You know it)
ADB commands :
Type "fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img" (Don't press enter yet)
->Connect Usb to PC and long press device's volume down and power button to go to fastboot mode ( In some cases Fastboot mode remains only for few seconds)
->When you see fastboot mode in your Smartphone then you press ENTER in your PC
->If you see "success" in cmd then you can reboot to your custom recovery

dalda123 said:
View attachment 5444009
When to use?
-> If first time custom recovery installation is messed up because forgot to intall vbmeta_disabler in Recovery.
-> If you messed up and now stuck on fastboot mode and cannot go to recovery or system.
-> When your device is automatically rebooting to fastboot every 10-15 seconds.
-> Can also be used if you get a boot destroyed screen on trying to reboot to system and recovery.
How to use?
-> Download your vbmeta.img file of your device and put it inside your ADB or Platform Tools folder
-> Open CMD in ADB (You know it)
ADB commands :
Type "fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img" (Don't press enter yet)
->Connect Usb to PC and long press device's volume down and power button to go to fastboot mode ( In some cases Fastboot mode remains only for few seconds)
->When you see fastboot mode in your Smartphone then you press ENTER in your PC
->If you see "success" in cmd then you can reboot to your custom recovery
Click to expand...
Click to collapse
i can't enter recovery and fastboot mode what should i do

He
Nightmareverified said:
i can't enter recovery and fastboot mode what should i
Click to expand...
Click to collapse
Nightmareverified said:
i can't enter recovery and fastboot mode what should I do
Click to expand...
Click to collapse
Hey bro did you the find the way to go to fast boot mode

dalda123 said:
View attachment 5444009
When to use?
-> If first time custom recovery installation is messed up because forgot to intall vbmeta_disabler in Recovery.
-> If you messed up and now stuck on fastboot mode and cannot go to recovery or system.
-> When your device is automatically rebooting to fastboot every 10-15 seconds.
-> Can also be used if you get a boot destroyed screen on trying to reboot to system and recovery.
How to use?
-> Download your vbmeta.img file of your device and put it inside your ADB or Platform Tools folder
-> Open CMD in ADB (You know it)
ADB commands :
Type "fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img" (Don't press enter yet)
->Connect Usb to PC and long press device's volume down and power button to go to fastboot mode ( In some cases Fastboot mode remains only for few seconds)
->When you see fastboot mode in your Smartphone then you press ENTER in your PC
->If you see "success" in cmd then you can reboot to your custom recovery
Click to expand...
Click to collapse
bro you were god to me for a period of time you have some real og skills i dont know how many peoples problem you have solved but you solved mine my phone was dead from one week now its alive once again thank you pixel expirience im good with stock rom

sepzo said:
ok here are steps !
-Connect phone in fastboot mode with usb cable
-by long pressing volume down with power button together
-enter these commands
- fastboot erase userdata
-fastboot format userdata
download stock rom system.img file (will be around 2-4 gb in size) by googling on realme xt system image.
and also download boot.img and twrp recovery images like this from googling.
-fastboot flash system system.img
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
after this go to recovery mode by changing modes with volume buttons in fastboot mode.
now u can install stock rom by downloading the stock rom of the version system.img u flashed now.
Click to expand...
Click to collapse
Simple flash vbmeta fastboot flash vbmeta.img 100% fix your destroy problem

Does anybody have solution of the current imgae (bootlrecovery) have been destroyed and can not boot of one plus 8 i m ready to pay i just need the flash rom and stock rom of one plus 8

Related

[How-to][Recovery]How to change language in TWRP recovery

Forgive My Poor English
I already post the recovery to develop section at HERE
RECOVERY FOR MI 8 SE
DOWNLOAD
drive.google.com/open?id=1X39kp3oBz-SYD-fNK-uEgD6VlUUG-WMq
HOW TO FLASH
Power off your phone and press volume down key and press power key to boot to Fastboot Mode
Download Fastboot tools...(Sorry I can't provide this tool)
open a command line(cmd or powershell in windows) and change directory to the directory where fastboot tool locate(cd PATH/TO/FASTBOOT/TOOL), then you can use fastboot simplely
use
Code:
fastboot flash recovery [PATH TO THE IMAGE FILE YOU DOWNLOADED]
to flash
then use
Code:
fastboot reboot recovery
to boot the recovery
IF YOUR BOOTLOADER IS LOCKED,but you wanna try it
You can use
Code:
fastboot boot [PATH TO THE IMAGE FILE YOU DOWNLOADED]
to boot the recovery(not flash recovery)
(not sure 100% success)
Do anything on YOUR OWN RISK
Pictures(and How to set language to English )
Pictures:
And How to set language to English(almost TWRP recovery can use this way)
Decrypt data partition (input your password or you cant mount data partition)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Next screen is 'Keep system partition read-only'
Left bottom is keep system RO,Right Buttom is change Language(no pic )
this is the Main screen and you can follow these steps to change Language to ENGLISH
Finally, something to start with
bao lu your QQ number
i dont understand why the board name is sirius... there is one allready , some Sony xperia z2
I hope you will post a little more detailed installation ...
Xiaomi devices:
Install TWRP via Fastboot mode, then install our ROM
Code:
fastboot flash recovery twrp.img
fastboot boot twrp.img
This will be all?
I presume i have to rename the recovery-TWRP-3.2.1-0629-XIAOMI8SE-CN-wzsx150.img to twrp.img ?
marcel112 said:
I presume i have to rename the recovery-TWRP-3.2.1-0629-XIAOMI8SE-CN-wzsx150.img to twrp.img ?
Click to expand...
Click to collapse
You don't need to rename any file to flash. For simplicity yes if you like.
_katho_ said:
You don't need to rename any file to flash. For simplicity yes if you like.
Click to expand...
Click to collapse
ok, let me refrace:
If i like to flash this recovery for the SE, for it to work, i have to follow the two comments, after renaming the .img to twrp.img
fastboot flash recovery twrp.img
fastboot boot twrp.img
After format data - reboot to recovery - wipe dalvik/etc... Install xiaomi.eu rom.
Stuck by bootloop
marcel112 said:
ok, let me refrace:
If i like to flash this recovery for the SE, for it to work, i have to follow the two comments, after renaming the .img to twrp.img
fastboot flash recovery twrp.img
fastboot boot twrp.img
Click to expand...
Click to collapse
Yes, that should work, it's the usual way to flash twrp.
i tried today to flash twrp, unsuccessfully
I installed fastboot and adb drivers ( flashed miui 10 beat using mi flash tool allready )
I enter fastboot on device
i open cmd prompt
i first enter: fastboot devices, then i get respons with devices number
When i enter command: fastboot flash recovery recovery.img
i get :
target reported max download size of 536870912 bytes
sending 'recovery' (29856 KB)...
but thats it........ nothing happens anymore!!
I tried and waited long time
Who can tell me what is going wrong
---------- Post added 6th July 2018 at 12:40 AM ---------- Previous post was 5th July 2018 at 11:46 PM ----------
I can put the phone in fastboot mode....
As soon as i connect phone to laptop, it takes 1 sec , then phone goes out off fastboot and in de left top corner are very very small letters.
I believe it says, press key to reboot, but like i say, very hard to read.
Phone reboots , then it gives battery in center off screen.
When i pess power again.
All goes normall and i can use phone as it should.
When i use updater app, and choose: reboot to recovery, it does like it should.
I can chooose reboot, wipe data and use mi assistent i believe.
Any idea would be awesome
skolarek said:
After format data - reboot to recovery - wipe dalvik/etc... Install xiaomi.eu rom.
Stuck by bootloop
Click to expand...
Click to collapse
You can try 'Disable DM-verify in 'Advance'...
maybe it work
marcel112 said:
i tried today to flash twrp, unsuccessfully
I installed fastboot and adb drivers ( flashed miui 10 beat using mi flash tool allready )
I enter fastboot on device
i open cmd prompt
i first enter: fastboot devices, then i get respons with devices number
When i enter command: fastboot flash recovery recovery.img
i get :
target reported max download size of 536870912 bytes
sending 'recovery' (29856 KB)...
but thats it........ nothing happens anymore!!
I tried and waited long time
Who can tell me what is going wrong
---------- Post added 6th July 2018 at 12:40 AM ---------- Previous post was 5th July 2018 at 11:46 PM ----------
I can put the phone in fastboot mode....
As soon as i connect phone to laptop, it takes 1 sec , then phone goes out off fastboot and in de left top corner are very very small letters.
I believe it says, press key to reboot, but like i say, very hard to read.
Phone reboots , then it gives battery in center off screen.
When i pess power again.
All goes normall and i can use phone as it should.
When i use updater app, and choose: reboot to recovery, it does like it should.
I can chooose reboot, wipe data and use mi assistent i believe.
Any idea would be awesome
Click to expand...
Click to collapse
ehhh,
you can try run this
fastboot boot [RECOVERY IMAGE YOU DOWNLOADED]
and the phone will boot to the recovery(but it still not flash into your phone)
and use the recovery to flash recovery
if you still get a stuck at
sending boot ......
trying change a computer or change a cable and retry it
q792602257 said:
ehhh,
you can try run this
fastboot boot [RECOVERY IMAGE YOU DOWNLOADED]
and the phone will boot to the recovery(but it still not flash into your phone)
and use the recovery to flash recovery
if you still get a stuck at
sending boot ......
trying change a computer or change a cable and retry it
Click to expand...
Click to collapse
Well i upgraded to succesfull flash twrp
after that i used fastboot boot twrp.img
I booted in twrp, changed the lang to english.
Choose keep system read only
Can use it, but when i tried to backup i get backup failed.
I also cant seem to find the internal storage... i can use the fiel manager, but i dont find the folders like in normal working mode
So i cant backup, flash magisk, so i dont dare to wipe and flash , lets say eu.rom
marcel112 said:
Well i upgraded to succesfull flash twrp
after that i used fastboot boot twrp.img
I booted in twrp, changed the lang to english.
Choose keep system read only
Can use it, but when i tried to backup i get backup failed.
I also cant seem to find the internal storage... i can use the fiel manager, but i dont find the folders like in normal working mode
So i cant backup, flash magisk, so i dont dare to wipe and flash , lets say eu.rom
Click to expand...
Click to collapse
the first screen is use to deecrypt data partition ,if you select cancel or input wrong password,you can't modify data partition
if you dont know the password,you can simply format data partition,but you will loose all data(include internal storage)
q792602257 said:
the first screen is use to deecrypt data partition ,if you select cancel or input wrong password,you can't modify data partition
if you dont know the password,you can simply format data partition,but you will loose all data(include internal storage)
Click to expand...
Click to collapse
whats should be the pasword?
Is that my pin how i unlock my device?
Edit:
And if i choose format data, then my internal partition will be wiped.
How can i flash a new zip file, like magisk or eu.miui rom.
Or after format data i can backup current china beta 10 8.7.5.
Then reboot in system, copy this eu miui rom zip to internal and reboot to twrp again.
Wipe device and flash the eu miui zip file?
What if i wipe and can flash eu miui file.
Can i flash using fastboot a rom?
I mean, can i go back to china beta rom?
I have a ch image 8.6.28
marcel112 said:
whats should be the pasword?
Is that my pin how i unlock my device?
Edit:
And if i choose format data, then my internal partition will be wiped.
How can i flash a new zip file, like magisk or eu.miui rom.
Or after format data i can backup current china beta 10 8.7.5.
Then reboot in system, copy this eu miui rom zip to internal and reboot to twrp again.
Wipe device and flash the eu miui zip file?
What if i wipe and can flash eu miui file.
Can i flash using fastboot a rom?
I mean, can i go back to china beta rom?
I have a ch image 8.6.28
Click to expand...
Click to collapse
The password is your pin code to unlock your phone,and you can mount data partition success
if you can't successfully mount data partition , you can
In the Recovery : Click Advance-> ADB SIDELOAD
and connect your phone to PC
use
Code:
adb sideload [PATH TO ROM ZIP FILE]
to flash without copy that zip file to your phone
also since you can mount data partition successfully,you can connect to PC, copy that zip file to Internal storage to flash
If you change your ROM,you can easily flash that 'fastboot rom' back via fastboot(WARNING : Do not flash wrong ROM,it may replace the bootloader)
and you can go back to china beta rom anytime you want(Just need flash the phone again)
maybe a little hard to understand , sorry for my poor English
Guys problem..
I made backup off miui 10 beta chinese
I wiped system/cache/data/dalvik..
Flashed new eu.miui 8.6.28 rom... install is all good.
When i boot, it is stuck in bootloop
(tried to look for : Disable DM-verify in 'Advance
I can see it not in advance..
Now i am stuck with non working phone..
Who can help me ( fast ?
marcel112 said:
Guys problem..
I made backup off miui 10 beta chinese
I wiped system/cache/data/dalvik..
Flashed new eu.miui 8.6.28 rom... install is all good.
When i boot, it is stuck in bootloop
(tried to look for : Disable DM-verify in 'Advance
I can see it not in advance..
Now i am stuck with non working phone..
Who can help me ( fast ?
Click to expand...
Click to collapse
You have to format Data!!
Superwitschi said:
You have to format Data!!
Click to expand...
Click to collapse
ok, i did format data
Now all is empty.
I rebooted into TWRP again.
I used USB-OTG to install the rom again.
All going well in install, no error
When i choose reboot, no message: No OS installed...
But still in bootloop!!
marcel112 said:
ok, i did format data
Now all is empty.
I rebooted into TWRP again.
I used USB-OTG to install the rom again.
All going well in install, no error
When i choose reboot, no message: No OS installed...
But still in bootloop!!
Click to expand...
Click to collapse
You can try 'install root' in Advance
maybe the bootloop is cause by the dm-verify in the bootloader

Successfully unbricked mi 9t

I would like to share my experienced how to unbricked my phone that stock on fastboot mode.why my phone is brick? The reason why my phone brick just because i restore the wrong system with the other vendor from china to miuimix and after restore it, it stock on fastboot mode unable to recover backup or to load in recovery mode. It didn't also turn off. l try to use miflash tool but it didn't work because of authorization not match to my phone, i tried other fastboot rom but it didnt work.. Try to boot twrp using fastboot boot but it didn't show any. I came up with the idea to flash. Img using cmd into the system that i restore, begin with the boot.img nothing will happen. Until i flash the vbmeta.img, then it begin to show boot img and eventually access twrp. I wiped everything and flash again a brandnew rom miui12 and it works well now.. Hope it will help to others to have an idea to unbrick there phone. ☺☺☺
flamedrops said:
I would like to share my experienced how to unbricked my phone that stock on fastboot mode.why my phone is brick? The reason why my phone brick just because i restore the wrong system with the other vendor from china to miuimix and after restore it, it stock on fastboot mode unable to recover backup or to load in recovery mode. It didn't also turn off. l try to use miflash tool but it didn't work because of authorization not match to my phone, i tried other fastboot rom but it didnt work.. Try to boot twrp using fastboot boot but it didn't show any. I came up with the idea to flash. Img using cmd into the system that i restore, begin with the boot.img nothing will happen. Until i flash the vbmeta.img, then it begin to show boot img and eventually access twrp. I wiped everything and flash again a brandnew rom miui12 and it works well now.. Hope it will help to others to have an idea to unbrick there phone.
Click to expand...
Click to collapse
Could you explain? My phone is stuck at fastboot and my pc doesn't detect the phone.
if u could access your phone via fastboot / adb then it wasn't a hardbrick , just a softbrick
TahmidZee said:
Could you explain? My phone is stuck at fastboot and my pc doesn't detect the phone.
Click to expand...
Click to collapse
You should check first the driver of your computer. Make sure you have the driver of your phone to your computer. After that you can check your device via adb by using commnd on cmd "adb devices".
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
VERY VERY THANX A LOT MAN...THX THX THX:highfive:
flamedrops said:
I would like to share my experienced how to unbricked my phone that stock on fastboot mode.why my phone is brick? The reason why my phone brick just because i restore the wrong system with the other vendor from china to miuimix and after restore it, it stock on fastboot mode unable to recover backup or to load in recovery mode. It didn't also turn off. l try to use miflash tool but it didn't work because of authorization not match to my phone, i tried other fastboot rom but it didnt work.. Try to boot twrp using fastboot boot but it didn't show any. I came up with the idea to flash. Img using cmd into the system that i restore, begin with the boot.img nothing will happen. Until i flash the vbmeta.img, then it begin to show boot img and eventually access twrp. I wiped everything and flash again a brandnew rom miui12 and it works well now.. Hope it will help to others to have an idea to unbrick there phone.
Click to expand...
Click to collapse
Can u please explain it. I am stuck with the same problem. I got success in flashing fastboot rom via miflash tool but it's still stuck in fastboot.
Thanks God Bless You.
---------- Post added at 05:01 PM ---------- Previous post was at 04:36 PM ----------
Deaddo6 said:
VERY VERY THANX A LOT MAN...THX THX THX:highfive:
Click to expand...
Click to collapse
This Helped You guys are angel
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
I have the same problem. I tried also this one, but nothing.
Everything goes ok in CMD, but when I type:
fastboot boot twrp.img
I get:
FAILED (remote: Failed to load/authenticate boot image: Load Error)
I still can't go in Recovery, neither turn off the phone. How solve this?!
dix93 said:
I have the same problem. I tried also this one, but nothing.
Everything goes ok in CMD, but when I type:
flash boot twrp.img
I get:
FAILED (remote: Failed to load/authenticate boot image: Load Error)
I still can't go in Recovery, neither turn off the phone. How solve this?!
Click to expand...
Click to collapse
flash boot twrp.img?
What do you wanna do?
If you want to boot into TWRP it should be
Code:
fastboot boot recovery "name-of- recovery.img"
If you want to flash TWRP it should be
Code:
fastboot flash recovery "name-of-recovery.img"
Your command
fastboot flash boot twrp.img should flash the recovery image over the boot image?
If you want to boot into twrp you should use the command above.
As far as I know not every device/firmware is able to boot into TWRP. It seems other users were able to do so with a mi 9t so my advice would be:
- Try another usb port / cable.
- Check twice if you renamed the twrp image correctly
- Try another twrp version (older one or unofficial)
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
Wolfcity said:
flash boot twrp.img?
What do you wanna do?
If you want to boot into TWRP it should be
Code:
fastboot boot recovery "name-of- recovery.img"
If you want to flash TWRP it should be
Code:
fastboot flash recovery "name-of-recovery.img"
Your command
fastboot flash boot twrp.img should flash the recovery image over the boot image?
If you want to boot into twrp you should use the command above.
As far as I know not every device/firmware is able to boot into TWRP. It seems other users were able to do so with a mi 9t so my advice would be:
- Try another usb port / cable.
- Check twice if you renamed the twrp image correctly
- Try another twrp version (older one or unofficial)
Click to expand...
Click to collapse
Thank you. Actually I was confused in the transcript here, I meant fast boot instead of flash.
But I figured out to use XiaomiFlash Tool to install a ROM via fastboot, and then reinstall a recovery.
The popup camera is not working good with the XIAOMI official rom (It tries to close the cam even if it is already closed). Now I'm trying to install Havoc OS to try to solve those problem, but it demands me the miui v11.0.4 or new (error in twrp), even if I have the miui v12.... trying to figure out why
for the guys whome are stuck on fastboot, you may try "XiaoMiTool V2". this bought my Mi9T from fastboot to life.
make sure all the drivers are installed as well. what's better is install usb drivers, reboot computer, enable usb debugging, connect the phone to computer, select transfer data, wait till the computer completely setup your phone, turn off phone and connect to computer, wait till computer detects and setup, put the phone on fastboot mode and connect, check whether computer shows android device... once everything are confirmed then proceed with flasing.. :good::good:
w595shubham said:
instructions to flash:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase recovery
fastboot flash recovery twrp-3.3.1-0-davinci.img
link: https://dl.twrp.me/davinci/twrp-3.3.1-0-davinci.img
Click to expand...
Click to collapse
This command - fastboot flash vbmeta worked.
(using a version from Redispade for Grus - mi9se)
Unbricked my bootloop (recovery) after upgrading from miui 12 (android 10) to 12.5 android 11.
thanks!

[STOCK][FASTBOOT][IN] Fastboot Flashable Images For RealMe X3 SuperZoom

Disclaimer :
Code:
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Your warranty will be void if you tamper with any part of your device / software.
Download :
RMX2081PU_A33_fastboot [IN]
Fastboot Commands :
Code:
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash vendor vendor.img
Latest Fastboot :
Download
Fastboot Images For Other Realme Devices :
Github
Guide to extract Fastboot images from ozip :
Credits :
jamflux
Regards,
acervenky
FAQs
I'm getting the "The current image (boot/recovery) have been destroyed and can not boot. Please flash the correct image or contact customer service to fix it." Error, what should I do now?
Flash the vbmeta using this command :
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
I'm getting the "Invalid sparse file format at header magic" Error, does that mean that the images are corrupt?
No! Just ignore the error, if you get the "Finished" message it means that the image has been flashed without any issues.
Can I cross-flash images?(CN -> IN & vice versa)
Some users have reported that the images can't be flashed due to different partition sizes, proceed at your own risk!
Regards,
acervenky
Stuck in boot animation window
Hi Acervenky,
Thanks for posting the fastboot flashable zip. I was able to flash all the partitions as per your post, but when I try to start the device, it keeps boot looping every 10 seconds.
1 - Tried re-enabling verity as I was going back to STOCK, by - "fastboot oem enable_dm_verity", but it said ---- FAILED (remote: 'Unable to open fastboot HAL')
2 - Tried flashing magisk patched boot.img (33 version) posted by another user. Now it does not boot loop but just keeps showing the boot screen for hours.
3 - Please help me revive the device. I am stuck!!!
4 - I cant even push any firmware file to the device for recovery firmware update option as I dont have TWRP installed
I thought I should try reenabling the
acervenky said:
I'm getting the "The current image (boot/recovery) have been destroyed and can not boot. Please flash the correct image or contact customer service to fix it." Error, what should I do now?
Flash the vbmeta using this command :
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
I'm getting the "Invalid sparse file format at header magic" Error, does that mean that the images are corrupt?
No! Just ignore the error, if you get the "Finished" message it means that the image has been flashed without any issues.
Can I cross-flash images?(CN -> IN & vice versa)
Some users have reported that the images can't be flashed due to different partition sizes, proceed at your own risk!
Regards,
acervenky
Click to expand...
Click to collapse
cheth20 said:
Hi Acervenky,
Thanks for posting the fastboot flashable zip. I was able to flash all the partitions as per your post, but when I try to start the device, it keeps boot looping every 10 seconds.
1 - Tried re-enabling verity as I was going back to STOCK, by - "fastboot oem enable_dm_verity", but it said ---- FAILED (remote: 'Unable to open fastboot HAL')
2 - Tried flashing magisk patched boot.img (33 version) posted by another user. Now it does not boot loop but just keeps showing the boot screen for hours.
3 - Please help me revive the device. I am stuck!!!
4 - I cant even push any firmware file to the device for recovery firmware update option as I dont have TWRP installed
I thought I should try reenabling the
Click to expand...
Click to collapse
Don't flash patched boot.img, flash the stock one, disable verity and use fastboot erase.
This should fix your issues!
Regards,
acervenky
Hi Venky,
I tried as suggested by you. But it keeps boot looping every 5 seconds. I tried it in the below order -
In fastboot screen
------------------------
fastboot -w
fastboot flash vbmeta vbmeta_patched.img --disable-verity --disable-verification
in Fastbootd screen (fastboot reboot fastboot)
-------------------------
fastboot -w
fastboot erase system
fastboot flash vbmeta vbmeta_patched.img --disable-verity --disable-verification
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot -w
fastboot flash vbmeta vbmeta_patched.img --disable-verity --disable-verification
fastboot reboot
Could it be that I am using the wrong model ROM?
Mine is RMX2085 256gb
Realme X3 Superzoom
model number :RBS0X324IN
acervenky said:
Don't flash patched boot.img, flash the stock one, disable verity and use fastboot erase.
This should fix your issues!
Regards,
acervenky
Click to expand...
Click to collapse
cheth20 said:
Hi Venky,
I tried as suggested by you. But it keeps boot looping every 5 seconds. I tried it in the below order -
In fastboot screen
------------------------
fastboot -w
fastboot flash vbmeta vbmeta_patched.img --disable-verity --disable-verification
in Fastbootd screen (fastboot reboot fastboot)
-------------------------
fastboot -w
fastboot erase system
fastboot flash vbmeta vbmeta_patched.img --disable-verity --disable-verification
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot -w
fastboot flash vbmeta vbmeta_patched.img --disable-verity --disable-verification
fastboot reboot
Could it be that I am using the wrong model ROM?
Mine is RMX2085 256gb
Realme X3 Superzoom
model number :RBS0X324IN
Click to expand...
Click to collapse
Which rom were you on before flashing the GSI?
Regards,
acervenky
Thanks I was able to restore the mobile after flashing the fastboot files.
I am going to try the stereo mod for my phone. Is it possible to add a mod to increase the mic volume and ear piece volume during calls?? This has been an issue since ages and the manual mod is not easy for normal users like us. Please assist!!
acervenky said:
Which rom were you on before flashing the GSI?
Regards,
acervenky
Click to expand...
Click to collapse
I want to flash recovery image
Where I can get recovery.img RMX2081 because I don't get recovery.img in the ozip file
cheth20 said:
Thanks I was able to restore the mobile after flashing the fastboot files.
I am going to try the stereo mod for my phone. Is it possible to add a mod to increase the mic volume and ear piece volume during calls?? This has been an issue since ages and the manual mod is not easy for normal users like us. Please assist!!
Click to expand...
Click to collapse
Yes it is possible to increase the mic & earpiece gains.
Regards,
acervenky
Could you please tell me what values have to be changed to increase the mic and ear piece volume for better sound levels during calls?
acervenky said:
Yes it is possible to increase the mic & earpiece gains.
Regards,
acervenky
Click to expand...
Click to collapse
Hi Acervenky,
My mobile auto updated to version 39. I was trying to install a GSI but it failed to boot.
Now, I am unable to flash the OLD fastboot files successfully.
Coincidentally I had my old ozip file (version 33) in my phone storage. But when I try to install that from the standard recovery, it says that - I am trying to install an old version firmware and then it fails the update process after that message.
I tried extracting the fastboot files for the "new 39 version" OZIP, but when I flash them it does not boot. It keeps going back to boot-loader. Does it mean that my fastboot files are not good? (I tried following your process, but not sure what went wrong)
Can you PLEASE help me with the fastboot files for the latest version 39?
Also as you are an expert, I have the following questions -
1 - HAVOC GSI Rom had installed succesfully, but it had a bug where if I place my phone in DND then it would forever mute my ringtones. So I thought I would flash back to stock and then install the GSI again. Cleared user data and cache using the following commands, full formatted using stock recovery. But somehow even after all this the GSI DND bug was retained in new installs.
Stock sound works fine, but no matter what GSI I install, it all had that bug. Is there any way I can clear all the contents using fastboot as there is no TWRP for this device. Wish we had TWRP but we dont.
fastboot erase cache
fastboot erase userdata
fastboot gsi wipe - did not work. it said I had no GSI install.
2 - Other device users were able to root thier GSI using magisk patch method. But mine never worked except in stock rom and with the magisk patched boot file that was uploaded by Sukhad (https://forum.xda-developers.com/showpost.php?p=83117333&postcount=8). Not sure if the boot file(version 39) that I used for patch was not extracted properly.
3 - One of the installs went wrong and now my phone is bricked. Your previous version helped me unbrick my phone. Could you kindly help me with the latest version fastboot files? (version 39, india)
Device is Realme X3 Superzoom (India )
https://www.realme.com/in/support/software-update
Version 39
acervenky said:
Don't flash patched boot.img, flash the stock one, disable verity and use fastboot erase.
This should fix your issues!
Regards,
acervenky
Click to expand...
Click to collapse
cheth20 said:
Hi Acervenky,
My mobile auto updated to version 39. I was trying to install a GSI but it failed to boot.
Now, I am unable to flash the OLD fastboot files successfully.
Coincidentally I had my old ozip file (version 33) in my phone storage. But when I try to install that from the standard recovery, it says that - I am trying to install an old version firmware and then it fails the update process after that message.
I tried extracting the fastboot files for the "new 39 version" OZIP, but when I flash them it does not boot. It keeps going back to boot-loader. Does it mean that my fastboot files are not good? (I tried following your process, but not sure what went wrong)
Can you PLEASE help me with the fastboot files for the latest version 39?
Also as you are an expert, I have the following questions -
1 - HAVOC GSI Rom had installed succesfully, but it had a bug where if I place my phone in DND then it would forever mute my ringtones. So I thought I would flash back to stock and then install the GSI again. Cleared user data and cache using the following commands, full formatted using stock recovery. But somehow even after all this the GSI DND bug was retained in new installs.
Stock sound works fine, but no matter what GSI I install, it all had that bug. Is there any way I can clear all the contents using fastboot as there is no TWRP for this device. Wish we had TWRP but we dont.
fastboot erase cache
fastboot erase userdata
fastboot gsi wipe - did not work. it said I had no GSI install.
2 - Other device users were able to root thier GSI using magisk patch method. But mine never worked except in stock rom and with the magisk patched boot file that was uploaded by Sukhad (https://forum.xda-developers.com/showpost.php?p=83117333&postcount=8). Not sure if the boot file(version 39) that I used for patch was not extracted properly.
3 - One of the installs went wrong and now my phone is bricked. Your previous version helped me unbrick my phone. Could you kindly help me with the latest version fastboot files? (version 39, india)
Device is Realme X3 Superzoom (India )
https://www.realme.com/in/support/software-update
Version 39
Click to expand...
Click to collapse
One of the users from X50 Pro thread mentioned the use of Realme Flash utility to restore his device to complete factory state, can you check if it is available for your device?
And about your GSI issue, some files stick even if you factory reset; the issues are different according to devices and can carry on to other roms depending on the file in question.
Regards,
acervenky
Unfortunately it did not work when I tried. But your fastboot files helped me unbrick my phone.
Right now, it says that it cannot update and it fails (as I am trying to flash 33 but my system was recently updated to 39).
I am hoping that your fastboot files (version 39) will be able to unbrick as it did earlier...
acervenky said:
One of the users from X50 Pro thread mentioned the use of Realme Flash utility to restore his device to complete factory state, can you check if it is available for your device?
And about your GSI issue, some files stick even if you factory reset; the issues are different according to devices and can carry on to other roms depending on the file in question.
Regards,
acervenky
Click to expand...
Click to collapse
This so called stock ruined my wifi, and I couldn't flash to any stock after that. my solution was gsmmafia, he helped me for only the sum of $23.
I bricked my devise and trying to restore it using fastboot mode, but I am not able to restore System and Vendor Partitions, Plz help me.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[email protected] said:
I bricked my devise and trying to restore it using fastboot mode, but I am not able to restore System and Vendor Partitions, Plz help me.
View attachment 5485619
Click to expand...
Click to collapse
I finally flashed stock rom after a hectic working, found an app to convert OFP file to fastboot image files conversion (latest stock rom) and then flashed using fastboot commands. But there is no system & vendor images, instead of these there are userdata and other files, I flashed the same and it's worked for me.

Question TWRP on V.14 European Nord2

Will there be a TWRP version compatible with oxygen os V14 currently running on European Nord 2?
I tried previous TWRP guides for the Nord 2 but it didn't work.
Recovery OS's like TWRP works with all versions of the nord2 regardless of the update version.
More than likely you didn't follow all steps correctly. There are multiple mistakes you can make which results in the stock recovery OS being reflashed and the TWRP recovery being overwritten; I'm not completely sure of all the scenarios in which this happens, but you definitely made a miss-step somewhere.
I'm also running an EU nord variant with V14 and TWRP works fine, I've just noticed that after a few reboots TWRP partition gets overwritten by the stock OS again, in which case I just simply reflash the TWRP if i need to use it.
Zombnombs said:
Recovery OS's like TWRP works with all versions of the nord2 regardless of the update version.
More than likely you didn't follow all steps correctly. There are multiple mistakes you can make which results in the stock recovery OS being reflashed and the TWRP recovery being overwritten; I'm not completely sure of all the scenarios in which this happens, but you definitely made a miss-step somewhere.
I'm also running an EU nord variant with V14 and TWRP works fine, I've just noticed that after a few reboots TWRP partition gets overwritten by the stock OS again, in which case I just simply reflash the TWRP if i need to use it.
Click to expand...
Click to collapse
oh..ok i didn't know this. Thanls for the information
I actually followed the steps.
fastboot devices -> then flash the vbmeta -> then flash TWRP -> but then i cannot switch to the Recovery anymore.
Booting the phone works fine but i cannot access the recovery anymore and it always directly jumps me back to fastboot mode. I followed several videos and tutorials here but whatever i do what works for others seems to not work for me
Whenever i try it seems like the recovery is gone. Even stock recovery is not accessable anymore. I wonder what i did wrong or if i need to flash other files too.
Copaxy97 said:
oh..ok i didn't know this. Thanls for the information
I actually followed the steps.
fastboot devices -> then flash the vbmeta -> then flash TWRP -> but then i cannot switch to the Recovery anymore.
Booting the phone works fine but i cannot access the recovery anymore and it always directly jumps me back to fastboot mode. I followed several videos and tutorials here but whatever i do what works for others seems to not work for me
Whenever i try it seems like the recovery is gone. Even stock recovery is not accessable anymore. I wonder what i did wrong or if i need to flash other files too.
Click to expand...
Click to collapse
Assuming you've already unlocked bootloader and have all the mediatek drivers and ADB tools installed on your computer; Simply retry flashing vbmeta with the disable verity flag, then reflash twrp, and then reboot into recovery.
Make sure you've got a copy of the vbmeta.img and TWRP.img downloaded and place them in your ADB platform tools folder. Then run these commands
Make sure you shift-right click (for windows) on empty space in your platform tools folder and open powershel or command prompt (this is important), then send the following commands
Code:
fastboot devices
and wait for a response from your device to ensure it's connected
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
then
Code:
fastboot flash recovery [YourTWRPfileName]
eg my twrp file name is TWRPopn2.img so i type "fastboot flash recovery twrpopn2.img"
then
Code:
fastboot reboot recovery
Make sure your ADB terminal and phone both say the flash was succesful after each flash. If not, then you likely didn't flash the partition at all.
My guess is likely that you shift-right clicked to open the powershell window in the wrong folder, such as your desktop, in which case sending the flash commands cann't find the right file to flash? Just a theory. Definitely sounds like your recovery partition got wiped though. You could also try redownloading TWRP to make sure you're using the right version of it.
Zombnombs said:
Assuming you've already unlocked bootloader and have all the mediatek drivers and ADB tools installed on your computer; Simply retry flashing vbmeta with the disable verity flag, then reflash twrp, and then reboot into recovery.
Make sure you've got a copy of the vbmeta.img and TWRP.img downloaded and place them in your ADB platform tools folder. Then run these commands
Make sure you shift-right click (for windows) on empty space in your platform tools folder and open powershel or command prompt (this is important), then send the following commands
Code:
fastboot devices
and wait for a response from your device to ensure it's connected
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
then
Code:
fastboot flash recovery [YourTWRPfileName]
eg my twrp file name is TWRPopn2.img so i type "fastboot flash recovery twrpopn2.img"
then
Code:
fastboot reboot recovery
Make sure your ADB terminal and phone both say the flash was succesful after each flash. If not, then you likely didn't flash the partition at all.
My guess is likely that you shift-right clicked to open the powershell window in the wrong folder, such as your desktop, in which case sending the flash commands cann't find the right file to flash? Just a theory. Definitely sounds like your recovery partition got wiped though. You could also try redownloading TWRP to make sure you're using the right version of it.
Click to expand...
Click to collapse
Thanks for your help. I will try that again later.
What i can say i 100% opened the command prompt in the correct folder and the flash always said succesful.
I also thought about the command promt folder error before but it is correct. At least somehting got wiped (my recovery) but i simply cannot access it.
I will try again later and go over each step step by step and share ym results here. I hope i did a mistake because otherwise i don't know how to locate the problem.
Okey i did it again like the tutorial and also a second time like you said but it sadly didn't work.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is my output from the command line. i use minimal ADB and fasstboot. But normal powershell by shift right click gives me the same output.
But when i try to reboot and boot into the recovery it just jumps to fastboot mode. So the stock recovery got flashed or removed then. But why i cannot boot into twrp?
Bootloader unlocked and based on the messages in the cmd everything fine.
Any ideas?
***Edit***
It worked now. If you ask me why, i don't know.
I did exactly the same in minimal adb and fastboot tools and on powershell. Both didn't work.
I did it in total 5 times and the last one in powershell randomly was succesful lol.
weird...
looks like the issue is more likely to do with your method of rebooting into recovery, as your reboot command did not seem to work.
Could be an issue with MinimalADB, or many other factors. If you're using the power button and volume keys combination, make sure you do it with your phone unplugged, as with the phone plugged in the combination boots to fastboot instead of recovery.
Zombnombs said:
looks like the issue is more likely to do with your method of rebooting into recovery, as your reboot command did not seem to work.
Could be an issue with MinimalADB, or many other factors. If you're using the power button and volume keys combination, make sure you do it with your phone unplugged, as with the phone plugged in the combination boots to fastboot instead of recovery.
Click to expand...
Click to collapse
Yeah might be true. I don't know.

How To Guide [Chinese Version] Install RMX3301 Global stock firmware from Chinese

Disclaimer: I am not responsible for bricked devices, dead SD cards, etc!
Warning: This procedure didn't work for some! Please test at your own risks!
Additional warning: do not relock your bootloader once your global rom is installed. You risk bricking your device.
1. Make sure your bootloader is unlocked
2. Download the images provided in the link below
3. Boot your device to recovery (hold volume up and power until reboot)
4. Wipe data
5. Boot your device to bootloader (hold volume down and power until reboot)
6. Connect your device to PC (make sure you have installed fastboot on your PC)
7. From windows command prompt cd into the folder containing the images
8. Install rooted or not boot image
Code:
fastboot flash boot boot.img
OR
Code:
fastboot flash boot boot_magisk.img
9. Run the following commands to flash all other images
Code:
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
When flashing super.img, if you get the message Invalid sparse file format at header magic, this is fine.
9. You should then be able to boot into system
RMX3301 Stock files: https://drive.google.com/drive/folders/1-0pNU8DMhzQJjdIMYM_khqA5ASGqWatg
Mirror: https://mega.nz/folder/kw8w1QYR#Uro0gLle8Yr5uRZrqoyByg
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can anyone confirm this worked for them?
Great post. What is the Widevine level after installing the global rom? Furthrmore, does SafetyNet pass and do OTA updates work?
logmms said:
Great post. What is the Widevine level after installing the global rom? Furthrmore, does SafetyNet pass and do OTA updates work?
Click to expand...
Click to collapse
Google pay works, safetynet passes with Magisk module (probably good if you unroot and relock the bootloader but then you'll be stuck until realme unlocks the RMX3301).
but level 3 widevine unfortunately. Also some apps do detect that bootloader is unlock even with safetynet module.
Came here to say that this is working! Got my chinese version today and wanted to give it a try right away.
If this command takes a lot of time and seems like the console froze, don't panic!
Code:
fastboot flash vbmeta_vendor vbmeta_vendor.img
Almost every command took like 20 seconds, this one took almost 200, but it finishes eventually.
Also, you may end up stuck on a bootloop. But there's an easy fix, as myogui said on another thread:
Enter recovery mode, wipe data. Enter fastboot and then run the last 2 commands again:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
Now everything's working, and have been running the global rom all day flawlessly!
Does anyone know how to solve the bootloop problem? I tried the last 2 comands, Wipe Data, last 2 comands again... Flashing everything again... Nothing...
Any help would be very apreciate. Thanks.
UPDATE: It's working now.. lol... I tried flashing back to the Chinese version from myogui, still in bootloop.. Then I execute the comand "fastboot flash vbmeta vbmeta.img", bootloop... Then a tons of research... Then I downloaded a RMX3301 17.5GB .ofp file to try flashing from realme Flash Tool... Then I go to sleep... Then I woke up and just go to PC to fix this thing, but realme Tool didn't work, the Flash Tool said "CANNOT FIND CENTRAL DIRECTORY".... Then I just tried flashing here again with the files and comands above... what the hell, I'm screwed anyway... But this time worked.... LOL...
Big thanks guys!
Trying to lock again the bootloader... and then a message appears saying the flash was broken or something... now I can't even turn this thing off... Just keep flashing "realme Powered by android" screen rebooting again and again and again...
Oh my... to good to be true...
Tip: Just buy the global version.
No luck. Have tried all combinations of solutions and still stuck in bootloop. Have flashed it fresh 8 times and no luck. Also tried the last two commands above and no luck. And can't use OFP method as realme tool not updated for Gt 2 Pro
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
Would relocking the bootloader after flashing the global brick me?
You would need to install Chinese rom again using another method of installation or wait for deep testing app to be available on global. But you could still use your device with the global version.
Bnblare said:
Would relocking the bootloader after flashing the global brick me?
Click to expand...
Click to collapse
Mine bricked, now it's hard brick... The closest that I got it to back to life was with QFIL, but something keep giving errors when I try to flash... Now I'm gonna try the MSM... If doesn't work maybe I'm gonna return the phone... Or wait until realme release a useful flash tool... Who knows...
I do not recomend locking back the phone based on my experience.
hacls said:
Mine bricked, now it's hard brick... The closest that I got it to back to life was with QFIL, but something keep giving errors when I try to flash... Now I'm gonna try the MSM... If doesn't work maybe I'm gonna return the phone... Or wait until realme release a useful flash tool... Who knows...
I do not recomend locking back the phone based on my experience.
Click to expand...
Click to collapse
Wow dude I'm sorry. Did you revert back to stock then try to relock the bootloader? Or did you try to relock while on the global?
myogui said:
You would need to install Chinese rom again using another method of installation or wait for deep testing app to be available on global. But you could still use your device with the global version.
Click to expand...
Click to collapse
Man.. I just wanna play call of duty again lol but it knows even tho my safetynet passes. the app can probably see it's L3 still. I guess I'll wait for realme to release the tool for this phone. I'm pretty sure flashing back to stock using the tool would safely lock the bootloader automatically
Bnblare said:
Wow dude I'm sorry. Did you revert back to stock then try to relock the bootloader? Or did you try to relock while on the global?
Click to expand...
Click to collapse
I tried to lock with the global ROM in it... Then this screen appears...
This photo are not mine, but it's the same screen... After that... Only in EDL mode...
hacls said:
I tried to lock with the global version... Then this screen appears...
View attachment 5591427
This photo are not mine, but it's the same screen... After that... Only in EDL mode...
Click to expand...
Click to collapse
your stuck with no fastboot and corrupted partitions. your gonna have to wait for someone to come out with a UnbrickMe zip or something. does adb recognize the phone?
hacls said:
I tried to lock with the global version... Then this screen appears...
View attachment 5591427
This photo are not mine, but it's the same screen... After that... Only in EDL mode...
Click to expand...
Click to collapse
Very sorry for you mate! I updated the OP to warn about this.
Bnblare said:
your stuck with no fastboot and corrupted partitions. your gonna have to wait for someone to come out with a UnbrickMe zip or something. does adb recognize the phone?
Click to expand...
Click to collapse
ADB doesn't recognize, like I said, for now on only in EDL mode.
Well, I gave up and paid a guy to flash via TeamViewer... And as I imagined... With MSM Download Tool was five clicks and it's done... Ridiculous easy... MSM would be a amazing tool if it were accessible... Unfreaking believable... Oh my...
But, anyway, it's solved. Thanks guys.

Categories

Resources