Can I root redmi note 9 updated to miui 12.0.3.0(QJOMIXM) - Redmi Note 9 Questions & Answers

Hello
Can i root redmi note 9 (m2003j15ss) updated to miui 12.0.3.0(QJOMIXM)
I rooted the previous version (miui 11.0.5) with this method:
fastboot devices (check your phone is the only device shown)
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img (this disables system changes)
fastboot erase userdata (this will clear user data!)
fastboot erase cache
fastboot flash boot magisk_patched.img
fastboot reboot
But now I do not have the patched vbmeta for this version
Can i use the original vbmeta in rom for this command:
"fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
No problem?
Does not bootloop?

farvehar09 said:
Hello
Can i root redmi note 9 (m2003j15ss) updated to miui 12.0.3.0(QJOMIXM)
I rooted the previous version (miui 11.0.5) with this method:
fastboot devices (check your phone is the only device shown)
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img (this disables system changes)
fastboot erase userdata (this will clear user data!)
fastboot erase cache
fastboot flash boot magisk_patched.img
fastboot reboot
But now I do not have the patched vbmeta for this version
Can i use the original vbmeta in rom for this command:
"fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
No problem?
Does not bootloop?
Click to expand...
Click to collapse
The Same Method works in newer Versions too.

12.03 and 12.04 shouldn't be a problem personally I wouldn't use it on version 12.05 global rom

Dokrak99 said:
12.03 and 12.04 shouldn't be a problem personally I wouldn't use it on version 12.05 global rom
Click to expand...
Click to collapse
It works for me fine on miui 12.05 too. But now i use Lineage OS 17.1

You taken a risk rooting on a 12.05/6 version.thr company is pulling there security up.the first day off global 12.05 a few thousand people bricked there phone.before the end off the day they already removed the system security patch.the black market is a pain for xiaomi .if you screw up you're firmware.whell we are running on a mtk chip that's basically hoping that things can brought back. don't provide edl.if something goes wrong mtk signs in oh wait lock fastboot.its a unofficial twrp and not even for this device straight out off the box it's patchwork.If you go deeper in the updates it's just not the monthly security patch that's get updated.If you search around a lot off people can't get in recovery/fastboot and end up a hard brick.this is mtk related why is there no custum ROM why is there no eu ROM on the EU xiaomi mod base .why no twrp it's all mtk related .people should ask why I need root these days back in the old days ok I understand.If I ask people what you want to do with it then ?.Most don't give a straight answer or give reasons that you can do without root now a days.back up app data burn up the inside build most don't say that.

Yes, you can.
If you want to know what is working for MERLIN, take a look: https://forum.xda-developers.com/t/...omi-redmi-note-9-xiaomi-redmi-10x-4g.4204873/
Do you need help with your MERLIN device ?
Read this FAQ: https://forum.xda-developers.com/t/...for-merlin-redmi-10x-4g-redmi-note-9.4225177/

Related

persist.img?

Does anyone care to share the persist.img from a stock z5 pro GT, and if possible include version number.
did accidentally erase my phone and need this to continue recovery.
Kinf regards
My bad.
The persist.img was in the standard lenovo rom, it just was not flashed when using the QFIL program.
But flashing but fastboot solved the problem.
Code:
adb reboot bootloader
fastboot flash persist persist.img
fastboot flash vbmeta vbmeta.img
fastboot reboot system
it just doesn't work
thorvall said:
My bad.
The persist.img was in the standard lenovo rom, it just was not flashed when using the QFIL program.
But flashing but fastboot solved the problem.
Code:
adb reboot bootloader
fastboot flash persist persist.img
fastboot flash vbmeta vbmeta.img
fastboot reboot system
Click to expand...
Click to collapse
I updated the whole android from 9 to 10 several times but yet it just doesn't work

[FASTBOOT] [STOCK] [RMX1921EX] A16-Pie and C01-Android 10

Both the fastboot images does not have stock recovery at the moment. We were not able to pull that because magisk modifies boot.img and results in no boot. if vbmeta is flashed with --disable-verity --disable-verification, it results in persistent TWRP.
Ideally, you wouldnt have to replace anything other than system,vendor,vbmeta and boot. I have added them just in case you need them.
NOTE :
Android 10 is not backwards compatible with 9 firmware. So, once you open that can of worms, there is no going back for now.
Code:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash boot boot.img
Links :
https://www.androidfilehost.com/?w=files&flid=304989

Fix for "The system has been destroyed" Redmi note 8/8T

Fix for "The system has been destroyed" Redmi note 8/8T
This will only work for unlocked bootloader...this guide will help you recover from the System has been destroyed when trying to install custom rom or recovery or maybe some other actions!
Method 1:
1. Install the .exe from here (PC installation).
2. Download Vbmeta and copy to the installed folder.
3. Connect the phone with PC in Fastboot mode.
4. Run "cmd-here.exe" from the installed folder.
5. Run this command fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
6. Download and Flash recovery using this command fastboot flash recovery recovery.img and Boot to recovery (Vol+ and Power).
7. Flash recovery.zip again in Booted recovery.
If this doesnt work try with the next method
Method 2
If you can enter fastboot screen download stock miui fastboot rom its like 3gb+. and miflash tools and flash remember in miflash tool at the bottom check the
1. clean all: this will still keep bootloader unlocked but wipe everything
2. save user data: will save your data if any and bootloader unlock
3. clean all and lock: wipe everything and will lock bootloader again
NEEDS:
1. A PC and A USB cord for your device
2. MIUI fastboot rom
3. Miflash tools
4. Xiaomi driver and ADB
5. Internet to download files
enweazudaniel said:
For unlocked bootloader only...this guide will help you recover from the System has been destroyed when trying to install custom rom or recovery or maybe some other actions!
SIMPLE SOLUTION:
If you can enter fastboot screen download stock miui fastboot rom its like 3gb+. and miflash tools and flash remember in miflash tool at the bottom check the
1. clean all: this will still keep bootloader unlocked
2. save user data: will save your data if any
3. clean all and lock: will lock bootloader again
NEEDS:
1. A PC and A USB cord for your device
2. MIUI fastboot rom
3. Miflash tools
4. Xiaomi driver and ADB
Click to expand...
Click to collapse
To be fair you dont even need the flash tool having the fastboot rom. Which is really nice if you are not running Windows. Just extract the fastboot package and run the script you need from the folder ( *.sh for mac and linux, bat for windows).
Worked like a charm and fixed my destryoed system.
Or you can flash vbmeta.img (which is just 4 KB) using fastboot mode. Without downloading the entire MIUI fastboot rom (1GB+)
Sent from my Redmi Note 8 using Tapatalk
DailyRoutine said:
Or you can flash vbmeta.img (which is just 4 KB) using fastboot mode. Without downloading the entire MIUI fastboot rom (1GB+)
Click to expand...
Click to collapse
This didn't work for me
Itemt said:
This didn't work for me
Click to expand...
Click to collapse
Maybe you put the wrong command?
It did work for me. Destroyed after flashing custom rom, flash vbmeta, back to normal.
Sent from my Redmi Note 8 using Tapatalk
Itemt said:
This didn't work for me
Click to expand...
Click to collapse
enweazudaniel said:
If you can enter fastboot screen download stock miui fastboot rom its like 3gb+. and miflash tools and flash remember in miflash tool at the bottom check the
1. clean all: this will still keep bootloader unlocked
2. save user data: will save your data if any
3. clean all and lock: will lock bootloader again
Click to expand...
Click to collapse
honestly flashing full fastboot rom isn't required...
Download latest adb and fastboot package
now copy the vbmeta.img file from the fastboot rom into the platform tools folder...open command prompt in this path...connect your device in fastboot mode and flash vbmeta using following command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
after that flash recovery.img.
thanks @the_weird_aquarian, will try it next time if i face this again!
have a good day
Worked
the_weird_aquarian said:
honestly flashing full fastboot rom isn't required...
now copy the vbmeta.img file from the fastboot rom into the platform tools folder...open command prompt in this path...connect your device in fastboot mode and flash vbmeta using following command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
after that flash recovery.img.
Click to expand...
Click to collapse
Wow Thanks a lot. Xiaomi ADBFastbootTool was not working on my systems had tried everything. But thanks to you I was able to boot into recovery within minutes :good:
geekyhellboy said:
Wow Thanks a lot. Xiaomi ADBFastbootTool was not working on my systems had tried everything. But thanks to you I was able to boot into recovery within minutes :good:
Click to expand...
Click to collapse
Happy to help
I wanted to thank you very much because your advice saved my phone
:highfive: :good:
enweazudaniel said:
For unlocked bootloader only...this guide will help you recover from the System has been destroyed when trying to install custom rom or recovery or maybe some other actions!
SIMPLE SOLUTION:
If you can enter fastboot screen download stock miui fastboot rom its like 3gb+. and miflash tools and flash remember in miflash tool at the bottom check the
1. clean all: this will still keep bootloader unlocked
2. save user data: will save your data if any
3. clean all and lock: will lock bootloader again
NEEDS:
1. A PC and A USB cord for your device
2. MIUI fastboot rom
3. Miflash tools
4. Xiaomi driver and ADB
Click to expand...
Click to collapse
Phone not detecting in mi flash tool what should I do now
---------- Post added at 07:49 AM ---------- Previous post was at 07:48 AM ----------
DailyRoutine said:
Or you can flash vbmeta.img (which is just 4 KB) using fastboot mode. Without downloading the entire MIUI fastboot rom (1GB+)
Sent from my Redmi Note 8 using Tapatalk
Click to expand...
Click to collapse
Give vbmeta link or attached file
---------- Post added at 07:50 AM ---------- Previous post was at 07:49 AM ----------
Itemt said:
This didn't work for me
Click to expand...
Click to collapse
Update drivers and try again
Even with the drivers, my phone is no longer recognized on the pc with fastboot, when sending the command, Wait devices...
mudinhu said:
Even with the drivers, my phone is no longer recognized on the pc with fastboot, when sending the command, Wait devices...
Click to expand...
Click to collapse
try this, in mi flashing tool, first send command then connect device
Very Simple to Fix, Just watch my Video on YouTube "Tech Karan"[YT Channel] or Search System has been Destroyed for Redmi Note 8, You'll get Video there.
Hope it helps.
the_weird_aquarian said:
honestly flashing full fastboot rom isn't required...
Download latest adb and fastboot package
now copy the vbmeta.img file from the fastboot rom into the platform tools folder...open command prompt in this path...connect your device in fastboot mode and flash vbmeta using following command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
after that flash recovery.img.
Click to expand...
Click to collapse
Can you give more details about the last step i am trying to go into recovery and cant
the_weird_aquarian said:
honestly flashing full fastboot rom isn't required...
Download latest adb and fastboot package
now copy the vbmeta.img file from the fastboot rom into the platform tools folder...open command prompt in this path...connect your device in fastboot mode and flash vbmeta using following command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
after that flash recovery.img.
Click to expand...
Click to collapse
Yup, this method saved me from a bootloop!!!
RoxtarKaran.RK said:
Very Simple to Fix, Just watch my Video on YouTube "Tech Karan"[YT Channel] or Search System has been Destroyed for Redmi Note 8, You'll get Video there.
Hope it helps.
Click to expand...
Click to collapse
I saw your video, followed link to your zip file. Nothing to download but wave browser and other junk. Lots of thank u comments but no file.
RoxtarKaran.RK said:
Very Simple to Fix, Just watch my Video on YouTube "Tech Karan"[YT Channel] or Search System has been Destroyed for Redmi Note 8, You'll get Video there.
Hope it helps.
Click to expand...
Click to collapse
I found your video and the links are to malware and there are 100 nearly identical videos with the same people thanking different presenters. That is very suspicious sir.
I havew a redmi note 8 global
System has been destroyed after trying to update magisk on Lineage OS
I am unable to boot into "FASTBOOT"
Is there a solution "fix" for that?
I had this happen once before and was able to boot into "fastboot" and fix the problem but this time the only thing I get is "System Has Been Destroyed"
the_weird_aquarian said:
honestly flashing full fastboot rom isn't required...
Download latest adb and fastboot package
now copy the vbmeta.img file from the fastboot rom into the platform tools folder...open command prompt in this path...connect your device in fastboot mode and flash vbmeta using following command:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
after that flash recovery.img.
Click to expand...
Click to collapse
unknown option --disable-verity. Can u help me?

so did someone make new rec for redmi10x 5G in android11

did somebody has use magisk to get root ?
when i try use magisk manger install rebot and rebot forever flash recovery img from xiaomi it not use
i guess maybe i should close avb2.0 but i can't when i use
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
or:
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
but fastboot: error: cannot load 'vbmeta.img': No such file or directory
xtsstx said:
i guess maybe i should close avb2.0 but i can't when i use
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
or:
fastboot --disable-verity flash vbmeta vbmeta.img
fastboot --disable-verity flash vbmeta_system vbmeta_system.img
but fastboot: error: cannot load 'vbmeta.img': No such file or directory
Click to expand...
Click to collapse
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
no i update from xiaomi rom of test
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
You can apply for the test system in xiaomi forum.
pys078 said:
You can apply for the test system in xiaomi forum.
Click to expand...
Click to collapse
How to apply? Can you send me a link please? Because it seems the test is full.
bluerain28 said:
How to apply? Can you send me a link please? Because it seems the test is full.
Click to expand...
Click to collapse
You may need to download the chinese version xiaomi fourm,and there will be a "内测" button.Click it and you can see "招募中内测",then you can apply for the "开发板公测".But it is hard to be passed,you need to have a test about android system before you are qualified to use the test system.
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
If you got bootloop after flashed magisk, you need to flash stock rom boot.img.
If you got bootloop after flashed TWRP, you need to flash stock rom recovery.img.
If you got bootloop (or black screen) after flashed misc partition, you need to erase misc partition.
If your device keep booting in recovery (or blackscreen), you need to erase misc partition.
Here, is the guide for erasing MISC partition: https://forum.xda-developers.com/t/...omi-redmi-note-9-xiaomi-redmi-10x-4g.4209299/
Please, follow only method 2, because method 1 is for MERLIN (Redmi 10X 4G / Redmi Note 9).
Do you need help with your MERLIN device ?
Read this FAQ: https://forum.xda-developers.com/t/...for-merlin-redmi-10x-4g-redmi-note-9.4225177/
bluerain28 said:
Hi. How did you able to flash the Android 11 on your Redmi 10X? Mine is failing usingTWRP. My phone won't boot after I flashed the zip file. It keeps booting into recovery mode.
Do you have fastboot files for Android 11? Thank you.
Click to expand...
Click to collapse
Have you installed android 11 im having the same problem

Question Install gsi rom on realme 8 pro

Ricedroid 8.6
Unlock the bootloader,
Go to fastboot mode,,
Type
Fastboot reboot bootloader
Fastboot reboot fastboot
Fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(Vbmeta.img extract from your current stock rom).
Fastboot erase system
Fastboot reboot fastboot
Fastboot flash system system.img
(System.img is downloaded gsi rom and extract the zip and put it in system.img )
Fastboot -w
Fastboot reboot bootloader
Fastboot erase userdata
Fastboot reboot
(After mobile rebooting or go to the recovery mode and you need to format data wipe data in recovery mode).
Installation method of gsi rom
1st you install treble info apk
Then you will see supported or not..
My device is realme 8 pro
I installed currently ricedroid 8.6 arm64- slim bgN
Everything is working properly
Volte working,
(You need to some sitting in treble sitting).
(Go to sitting,
Phh treble sitting,.
Ims features,
Click
Requist ims network,
Presence of 4 g network
Then,
Click install ims apk for qualcomm vendor.
Then apk downloaded,
Then install it.
Facelook working,.
I don't know about fingerprint because before install gsi rom my fingerprint already gone.
I am definitely going to try this. But before I do I need a way to go back to stock rom.
I already have a 8 Pro(IN) bootloader unlocked .
I remember using the ofp flash tool for flashing realme ui 3.0 from 2.0... on my device.
Striker3214 said:
I am definitely going to try this. But before I do I need a way to go back to stock rom.
I already have a 8 Pro(IN) bootloader unlocked .
I remember using the ofp flash tool for flashing realme ui 3.0 from 2.0... on my device.
Click to expand...
Click to collapse
You can revert back to rui in realme 8 pro with this method.
1.) First of all you need
laptop,
Usb data cable,
Minimal adb & fastboot setup,
firmware.
MCT ofp extractor tool.
and Your device.
Download below files.
Firmware:
Download your device Firmware (ofp file).
MCT OFP extractor tool:
https://drive.google.com/file/d/1-MgGdT9fxi2LtJ1DIOxLVSM67thj9EpG/view?usp=drivesdk
Minimal adb & fastboot setup:
ADB & FASTBOOT.rar | by IamNH for Realme 2 Pro
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
2.) Extract the ofp file package by mct ofp extract tool.
3.) Request to unlock your device bootloader by indeapth test apk, once approved then you can start deep testing and unlock bootloader.
4.) connect your device with laptop.
5.) Open minimal adb & fastboot terminal.
and flash this images files by below cmd.
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash metadata metadata.img
fastboot flash opporeserve2 opporeserve2.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
Note: Flash this only 3 super images
fastboot flash super super.0.xxxxxx.img
fastboot flash super super.1.xxxxxx.img
Note: During super 2 flash check super_map.csv file for related country
fastboot flash super super.2.xxxxxx.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash vbmeta vbmeta.img
fastboot flash userdata userdata.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot -w
fastboot reboot
Disclaimer: I am not responsible for bricked devices, dead SD cards, etc!
Don't Lock your device bootloader otherwise it will brick and you have to go service centre for fix.

Categories

Resources