How To Guide ROOT GAINED !!!! - POCO M3 Pro / Redmi Note 10 5G

THIS METHOD WORKS on both:
POCO M3 Pro / Redmi Note 10 5G
hey guys.. wonderful news.. been trying here and there and IT WORKS FINALLY i gained root of POCO m3 Pro 5G !
i'll write in steps how it works and post all files i've been using
DISCLAIMER as always.. " do it at your OWN risk , i won't be responsible if anything goes wrong, you might risk to brick your phone "
that said :
1 - unlock your bootloader .. it'll take 168 hours so the earlier the best
if you don't know how to do it check XIAOMI bootloader unlock on xda
2 - download your rom (https://xiaomifirmwareupdater.com/archive/miui/camellia/ get exactly the one you are on ) with this i mean YOU have to DOWNLOAD exactly the ROM you have in this moment installed on your smartphone, you can simply check your rom in settings!
3 - from the zip file extract boot.img
4 - get magisk ( i've used 22.1 and it worked.. you might try with the most recent but since it worked for me i suggest to use 22.1)
now you need to patch original boot.img ( keep a copy of the original one )
5 - copy the patched boot.img you got from magisk and copy it to your pc
6 - VERY IMPORTANT get this "empty " vbmeta.img ( link at bottom of this post)
7 - now reboot your Smartphone in fastboot , you can do it in 2 ways:
adb reboot bootloader
or
turn off poco and then keep pressed VOLUM DOWN and POWER
8 - fastboot commands:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(you should get this response)
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Sending 'vbmeta_a' (4 KB) OKAY [ 0.016s]
Writing 'vbmeta_a' OKAY [ 0.000s]
now send patched boot.img ( rename it just like so )
Code:
fastboot flash boot boot.img
fastboot flash boot boot.img
Sending 'boot_a' (65536 KB) OKAY [ 1.524s]
Writing 'boot_a' OKAY [ 0.224s]
and finally :
Code:
fastboot reboot
you will NOT get any
Dm-VERITY corruption on boot​you will get your POCO rooted as i show in the pictures!
IF you have any questions ask.. i'm gonna upload PATCHED boot.img for MIUI Global EEA 12.0.8 stable ( so you get already a pacthed boot.img )
i upload also ORIGINAL stock boot.img always from MIUI Global EEA 12.0.8 stable
and i upload vbmeta.img empty !
enjoy it !!!
FILES : magisk_patched-22100_WInEw.img rename it to boot.img
[EDIT] added on 25 AUGUST 2021 BOOT.img and already MAGISK patched BOOT.img V12.0.10.0.RKSEUXM​
AVOID auto firmware UPDATE by Xiaomi​follow this post:​
Completely remove miui update notification
Go to settings>additional setting>authorization and revocation> revoke updater wait 10secs then open the update notification then press exit Dont forget to hit thanks if it works :) https://youtu.be/U_jFKWVU9AU
forum.xda-developers.com
​

[EDIT - ROM update after root...]
If by any chance you have got a firmware UPDATE by Xiaomi you have LOST your root, this is what you should do
first of all download the FIRMWARE
you will see 2 version
fastboot rom and RECOVERY ROM .. you have to get RECOVERY ROM ( is usually a large file)
(choose the one you have now installed on your smartphone )
from the firmware file extract this file:
payload.bin
now download and unpack this: (i'm uploading it here in this post)
payload_dumper-win64.zip
follow the information included in Readme.txt
congratulations now you have got original BOOT.IMG from your latest firmware
now you need to patch it using MAGISK
(how to here : https://www.droidwin.com/patch-stock-boot-image-flash-magisk/)
follow STEP 2B: Patch Stock Boot Image File using Newer Magisk
now go back to FIRST post of this thread and do ROOT operations again !

well worth to mention:
HOVATEK forum for the empty vbmeta.img !!! without this it would have NEVER work !!!!!!!!!!!
thank you !

@simika: Sounds good that you rooted your phone, but what to do with redmi note 10 5g? Do I need to get somewhere vbmeta for it, or your vmbeta from poco will work aswell? Thanks

amilt0n said:
@simika: Sounds good that you rooted your phone, but what to do with redmi note 10 5g? Do I need to get somewhere vbmeta for it, or your vmbeta from poco will work aswell? Thanks
Click to expand...
Click to collapse
At this point I BELIEVE it'll work for redmi note 10 5g at the same way...
The 2 smartphone are exactly the same so I don't see why it shouldn't work.
Obviously I understand your doubts...
I took my own risk too by trying this.

simika said:
hey guys.. wonderful news.. been trying here and there and IT WORKS FINALLY i gained root of POCO m3 Pro 5G !
i'll write in steps how it works and post all files i've been using
DISCLAIMER as always.. " do it at your OWN risk , i won't be responsible if anything goes wrong, you might risk to brick your phone "
that said :
1 - unlock your bootloader .. it'll take 168 hours so the earlier the best
2 - download your rom (https://xiaomifirmwareupdater.com/archive/miui/camellia/ get exactly the one you are on )
3 - from the zip file extract boot.img
4 - get magisk ( i've used 22.1 and it worked.. you might try with the most recent but since it worked for me i suggest to use 22.1)
now you need to patch original boot.img ( keep a copy of the original one )
5 - copy the patched boot.img you got from magisk and copy it to your pc
6 - VERY IMPORTANT get this "empty " vbmeta.img ( link coming ..)
7 - now reboot your Smartphone in fastboot ( or you do adb reboot bootloader or turn off poco and then keep pressed VOLUM DOWN and POWER )
8 - fastboot commands:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
(you should get this response
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Sending 'vbmeta_a' (4 KB) OKAY [ 0.016s]
Writing 'vbmeta_a' OKAY [ 0.000s]
now send patched boot.img ( rename it just like so )
fastboot flash boot boot.img
fastboot flash boot boot.img
Sending 'boot_a' (65536 KB) OKAY [ 1.524s]
Writing 'boot_a' OKAY [ 0.224s]
and finally :
fastboot reboot
you will NOT get any
Dm-VERITY corruption on boot​you will get your POCO rooted as i show in the pictures!
IF you have any questions ask.. i'm gonna upload PATCHED boot.img for MIUI Global EEA 12.0.8 stable ( so you get already a pacthed boot.img )
i upload also ORIGINAL stock boot.img always from MIUI Global EEA 12.0.8 stable
and i upload vbmeta.img empty !
enjoy it !!!
FILES : magisk_patched-22100_WInEw.img rename it to boot.img
Click to expand...
Click to collapse
nice work and thanks for posting here
I have a Redmi Note 10 5G bought from vodafone and for me the link to roms doesnt have my ROM, any idea where i can get it from ie
V12.0.1.0 rkseuvf
if you can pls post a link to the exact magisk you used that will be helpful
and also a bit more info for those who do not know where or how to unlock their bootloader

b00b said:
V12.0.1.0 rkseuvf
Click to expand...
Click to collapse
VF is for Vodafone, so this is a rom customised for voda. I think you should download the EEA rom and the only difference you will notice will be missing Vodafone app.
As for unlocking bootloader just google it, all xiaomi phones are unlocked the same way.
@simika Do banking apps still work after rooting? How about Google Pay?

b00b said:
nice work and thanks for posting here
I have a Redmi Note 10 5G bought from vodafone and for me the link to roms doesnt have my ROM, any idea where i can get it from ie
V12.0.1.0 rkseuvf
if you can pls post a link to the exact magisk you used that will be helpful
and also a bit more info for those who do not know where or how to unlock their bootloader
Click to expand...
Click to collapse
hey yes it should work also for the Redmi note version!
magisk version 22.1 is available on github, just Google github magisk and you'll be sent to Dev web site!

Kwiato said:
VF is for Vodafone, so this is a rom customised for voda. I think you should download the EEA rom and the only difference you will notice will be missing Vodafone app.
As for unlocking bootloader just google it, all xiaomi phones are unlocked the same way.
@simika Do banking apps still work after rooting? How about Google Pay?
Click to expand...
Click to collapse
mmm I didn't try that yet, cause I'm still keeping banking app in my "regular smartphone".. but I might try to see if Google pay works (I doubt it..) I'm gonna report back
[Edit]
Nope is not working ..it tells me that my device might be rooted... I don't think I'll try now but I remember I saw a post where this issue was solved

yo, so no need to use twrp??

Kwiato said:
VF is for Vodafone, so this is a rom customised for voda. I think you should download the EEA rom and the only difference you will notice will be missing Vodafone app.
As for unlocking bootloader just google it, all xiaomi phones are unlocked the same way.
@simika Do banking apps still work after rooting? How about Google Pay?
Click to expand...
Click to collapse
WAIT... IT WORKS! Google pay works! I've got no problem to register my card.. I'm gonna try to buy something now.. so cool

zae942 said:
yo, so no need to use twrp??
Click to expand...
Click to collapse
exactly.. no need! I'm always been used to do it with twrp but nowadays seems better and easier without... I still hope I'll be able to load twrp

GOOGLE PAY WORKS... another good news @Kwiato

simika said:
exactly.. no need! I'm always been used to do it with twrp but nowadays seems better and easier without... I still hope I'll be able to load twrp
Click to expand...
Click to collapse
So it can work on redmi note 10 5g?

zae942 said:
So it can work on redmi note 10 5g?
Click to expand...
Click to collapse
well it should.. the 2 smartphone are identical! on my poco m3 pro 5g works!

simika said:
GOOGLE PAY WORKS... another good news @Kwiato
Click to expand...
Click to collapse
Thanks! Now I have to wait a week to try it on my note 10 5g.

Kwiato said:
Thanks! Now I have to wait a week to try it on my note 10 5g.
Click to expand...
Click to collapse
do you have a discord for telling me if the root works for note 10?

zae942 said:
do you have a discord for telling me if the root works for note 10?
Click to expand...
Click to collapse
Yes, PM me you user tag and I will contact you when it's done.

Kwiato said:
Yes, PM me you user tag and I will contact you when it's done.
Click to expand...
Click to collapse
don't forget to report here as well.. so everyone will be aware

simika said:
don't forget to report here as well.. so everyone will be aware
Click to expand...
Click to collapse
Will do.

Related

About TWRP

I have already made TWRP for Note10 Lite, And one more developer also made TWRP for Note10 Lite.
Both TWRP is ready but vbmeta check on phone, not allowing to flash any custom recovery in partition.
We have flashed vbmeta disabled file to disable vbmeta in AP and even phone says vbemta disabled value set, but still it gives error while flashing twrp or any custom recovery- error vbmeta verification failed.
This might be due to vbmeta in BL cross checking vbmeta of AP.
I also tried signing TWRP with public keys but still vbemta not allowing it get flashed.
Because of same problem while rooting you can't able to flash magisk_patched_AP but you can flash magisk_patched_boot.img cause vbmeta check is not for custom boot, but you should always flash patched AP not boot. Flashing patched boot.img will mess up with partition size.
This same problem is present on other samsung phones too like A21S , M21F AFIK and was present on S20 line up before but samsung fixed it with OTA update.
Unless samsung fixes that for Note10 lite or give us private keys to sign twrp to use partition without that you cant flash anything into partition.
I haven't tried on one ui 3/ Android 11 firmware but I have seen vbmeta file of it, its the same as one ui 2.5.
Will keep you updated.
I have posted all of this info here on XDA before but got deleted cause I deleted my account.
Thats why I'm posting this again.
You can PM me if you can help or want any help for making TWRP.
Mr.Cosmologist said:
I have already made TWRP for Note10 Lite, And one more developer also made TWRP for Note10 Lite.
Both TWRP is ready but vbmeta check on phone, not allowing to flash any custom recovery in partition.
We have flashed vbmeta disabled file to disable vbmeta in AP and even phone says vbemta disabled value set, but still it gives error while flashing twrp or any custom recovery- error vbmeta verification failed.
This might be due to vbmeta in BL cross checking vbmeta of AP.
I also tried signing TWRP with public keys but still vbemta not allowing it get flashed.
Because of same problem while rooting you can't able to flash magisk_patched_AP but you can flash magisk_patched_boot.img cause vbmeta check is not for custom boot, but you should always flash patched AP not boot. Flashing patched boot.img will mess up with partition size.
This same problem is present on other samsung phones too like A21S , M21F AFIK and was present on S20 line up before but samsung fixed it with OTA update.
Unless samsung fixes that for Note10 lite or give us private keys to sign twrp to use partition without that you cant flash anything into partition.
I haven't tried on one ui 3/ Android 11 firmware but I have seen vbmeta file of it, its the same as one ui 2.5.
Will keep you updated.
I have posted all of this info here on XDA before but got deleted cause I deleted my account.
Thats why I'm posting this again.
You can PM me if you can help or want any help for making TWRP.
Click to expand...
Click to collapse
Maybe u can ask @geiti94 for help. He is big developer and fixed boots twrp without null vbmeta.
Any chance for it on ONEUI 3.0?
robi101012981 said:
Any chance for it on ONEUI 3.0?
Click to expand...
Click to collapse
Same vbmeta check present on One Ui 3 too, qill update you if any progress is there
Good to know that TWRP is almost ready. I hope, you will find some way to flash it in. Thanks in advance ...
By the way, if someone is able to root this phone? a guy on another site has published a step-by-step guide, translated screenshot is attached below.
neoxcool said:
Good to know that TWRP is almost ready. I hope, you will find some way to flash it in. Thanks in advance ...
By the way, if someone is able to root this phone? a guy on another site has published a step-by-step guide, translated screenshot is attached below.
Click to expand...
Click to collapse
What is this other site please?
Eu vi um vídeo no youtube de alguém piscando uma nota 10 lite para ver se continua
Translation: I saw a video on youtube of someone flashing a 10 lite note to see if it continues
neoxcool said:
Good to know that TWRP is almost ready. I hope, you will find some way to flash it in. Thanks in advance ...
By the way, if someone is able to root this phone? a guy on another site has published a step-by-step guide, translated screenshot is attached below.
Click to expand...
Click to collapse
sure its easy to root the Note 10 lite.
I think it is the kernel issue here. I can help with it. You can ping me on telegram @cha0scl0wn. I'll try to help
Akhil99 said:
I think it is the kernel issue here. I can help with it. You can ping me on telegram @cha0scl0wn. I'll try to help
Click to expand...
Click to collapse
I have downloaded a Opensource for note 10 lite (SM-N770F_RR). Maybe this can help?...
erpilsG said:
I have downloaded a Opensource for note 10 lite (SM-N770F_RR). Maybe this can help?...
Click to expand...
Click to collapse
Yeah that will help, but do you know what to edit? If you are a beginner with basic knowledge I suggest not taking this up.
Your right sir. thanks

Question how to get rid of Dm-VERITY corruption on boot

Hey guys.. just updating you all
in all of my (previous ) test to get my patched boot.img
i've got this initial msg on my boot :
dm-verity corruption
your device is corrupt.
it can't be trusted and my not work properly.
press enter button to continue.
Or, device will power off in 5s.
(written in white)
NOW i tell that it didn't happen after bootloader unlock (so it was unlocked and all good no problem )
but honestly i don't remember if that happened when i tried to upload official rom through Miflash !
Anyway is there any way to remove this? I re installed ( clean install ) official Rom and it's still there, locked bootloader back and it's still there tried some
fastboot oem enable_dm_verity
i'm also warning new user that you might get this msg at boot !
thanks
forget this..i've got ROOT check the other thread !
How do you fix it?
simika said:
forget this..i've got ROOT check the other thread !
Click to expand...
Click to collapse
How did you managed to fix this?
by reading lol.. check the other thread all written
For reference to whoever that are confused about where to look for the solution.
ROOT GAINED !!!!
THIS METHOD WORKS on both: POCO M3 Pro / Redmi Note 10 5G hey guys.. wonderful news.. been trying here and there and IT WORKS FINALLY i gained root of POCO m3 Pro 5G ! i'll write in steps how it works and post all files i've been using...
forum.xda-developers.com
Download the vbmeta and flash it via fastboot to get rid of the dm-verify.
simika said:
by reading lol.. check the other thread all written
Click to expand...
Click to collapse
Could you reference a link or give me a little how to?
I tried a lot now:
- Installed a new Firmware trough Fastboot
- Using MsmDownload Tool
nothing helped so far.
So it would be great if you could assist in any way.
simika said:
Hey guys.. just updating you all
in all of my (previous ) test to get my patched boot.img
i've got this initial msg on my boot :
dm-verity corruption
your device is corrupt.
it can't be trusted and my not work properly.
press enter button to continue.
Or, device will power off in 5s.
(written in white)
NOW i tell that it didn't happen after bootloader unlock (so it was unlocked and all good no problem )
but honestly i don't remember if that happened when i tried to upload official rom through Miflash !
Anyway is there any way to remove this? I re installed ( clean install ) official Rom and it's still there, locked bootloader back and it's still there tried some
fastboot oem enable_dm_verity
i'm also warning new user that you might get this msg at boot !
thanks
Click to expand...
Click to collapse
I done everything but my phone doesn't unlock so now I have the dm-verity warning and I can't do a clean flash with Miflash. Also Miflash Unlock doesn't work. What I can do now?
if you can enter in fastboot mode, reflash stock boot and vbmeta
wetito said:
if you can enter in fastboot mode, reflash stock boot and vbmeta
Click to expand...
Click to collapse
How can I do? Miflash says:
error:Writing 'crclist' FAILED (remote: 'not allowed in locked state')
bro you have relock bootloader, this is a fatal error. the only way is try to unlock with an mtk tool that do this via pc. you can find on internet. search unlock all mtk devices. i think there a link also on xda
Just realized that the M3 thread, my phone is a M4.
.
@simika how are you sending this question?
1. Hello friends, there are two ways to fix this problem, first you need Root, I read your Root tutorial, your tutorial is very good, and after using Root, you need to download any file manager, give Root Permissions, you need to backup your baseband, nvram nvdata nvcfg backup and save, you also need an MTK Bypass, you can search for MTK Auth Bypass Tool through Google, you also need to use SP Flash to flash the machine, you need to download the official firmware package, which can be downloaded from xiaomirom.com , download the corresponding version, use SP Flash to read your firmware package, after the reading is completed, choose to format all and download, wait for completion, press the power button after completion, you will find that the error has disappeared, but the baseband is lost, But you have backed up. Boot through fastboot to unlock the BL lock, perform fastboot flash nvram ....... fastboot flash nvdata ....... fastboot flash nvcfg ....... Fastboot reboot reboot. Congratulations The baseband is back, I'm a novice, my instructions are not comprehensive, such as where is the baseband location, but I have too many characters, I will list the baseband location. 2. Replace a new motherboard, all mobile phone problems are all solve.
Hope to help you.
wetito said:
if you can enter in fastboot mode, reflash stock boot and vbmeta
Click to expand...
Click to collapse
Thanks. This worked on my Umidigi A11 phone.
xdadev_user11 said:
Thanks. This worked on my Umidigi A11 phone.
Click to expand...
Click to collapse
nice!
hello i got the same problem today, my phone is redmi9a can some help me regarding to this error ?
i had this problem even though i never unlocked my bootloader so i couldnt flash anything to fix it. but when i got the miui 13 update it fixed it for me
wetito said:
if you can enter in fastboot mode, reflash stock boot and vbmeta
Click to expand...
Click to collapse
What if you cant enter fastboot?

General Oneplus 10 Pro Global Rom India / eu

✧ Oxygen OS 12.1 A11 IND full OTA.zip
• Link 1 : Here
• Link 2 : Here
✧ Oxygen OS 12.1 A11 EU full OTA.zip
• Link 1 : Here
• Link 2 : Here
◆ Instructions :
• Unlock bootloader : fastboot flashing unlock
• Flash payload.bin via fastbootD Here
✧ Color OS 12.1 A.15 full OTA : Here
empty.cad said:
✧ Oxygen OS 12.1 A11 IND full OTA.zip
• Link 1 : Here
• Link 2 : Here
Click to expand...
Click to collapse
Legend,
Did you install this on a China OnePlus?
Johnstan725 said:
Legend,
Did you install this on a China OnePlus?
Click to expand...
Click to collapse
I am trying
empty.cad said:
I am trying
Click to expand...
Click to collapse
Please keep us updated on your success!
hello already download the file can someone share how to install it
Harimoto said:
Please keep us updated on your success!
Click to expand...
Click to collapse
Yes coming soon
Assume you flash through recovery?
Instructions
1. Unlock bootloader
2. USB debugging on
3. Reboot to fastbootD (adb reboot fastboot)
4. Use "Fastboot enhance"
Flash payload.bin
Enjoy
I think if you on ColorOS Version A.13 .. you need Oxygen OS version higher A.13 (Like OP9)
VovaHouse said:
Instructions
1. Unlock bootloader
2. USB debugging on
3. Reboot to fastbootD (adb reboot fastboot)
4. Use "Fastboot enhance"
Flash payload.bin
Enjoy
Click to expand...
Click to collapse
could you please explain the fastboot enhance and payload.bin flash method please
Trickster69 said:
could you please explain the fastboot enhance and payload.bin flash method please
Click to expand...
Click to collapse
This is instructions install.
Hello ,just wanted to give a heads-up, installed the Indian ROM. Apparently it won't log you into the OnePlus account it seems to not recognize my IMEI number also it heats up a bit constantly . I think I will wait for April 5th for the proper EU or IND release
Sounds like it's best to wait for the EU version then?
Trickster69 said:
Hello ,just wanted to give a heads-up, installed the Indian ROM. Apparently it won't log you into the OnePlus account it seems to not recognize my IMEI number also it heats up a bit constantly . I think I will wait for April 5th for the proper EU or IND release
Click to expand...
Click to collapse
Thanks for the headup! By any chance did you test voice activated Hey Google works? Or Android Auto?
Harimoto said:
Thanks for the headup! By any chance did you test voice activated Hey Google works? Or Android Auto?
Click to expand...
Click to collapse
voice active OK google and hey google works fine for me.
Due to Shanghai pandemic I can't try Android auto recently.
And here's the link to Fastboot Enhance, it looks like a GUI of Fastboot.
As for payload.bin, just unzip the full ota zip package you'll see a huge payload.bin file.
I use this to flash India ROM to china version 10pro(NE2210), until now have no issue.
[TOOL][Windows] Fastboot Enhance [Payload Dumper & Image Flasher]
Fastboot Enhance What it can do? - Show fastboot vars - Switch between fastbootd & bootloader - Switch between A & B slot - Flash Payload.bin in fastbootd - Flash images - Erase partitions - Delete logical partitions - Create logical partitions...
forum.xda-developers.com
PS. I don't know if this software has only Chinese interface or other language else.
And on OxygenOS, unlocking bootloader will remain Widewine DRM L1 (unlikely ColorOS, it will drop to L3 instead)
Alex8192 said:
And here's the link to Fastboot Enhance, it looks like a GUI of Fastboot.
As for payload.bin, just unzip the full ota zip package you'll see a huge payload.bin file.
I use this to flash India ROM to china version 10pro(NE2210), until now have no issue.
[TOOL][Windows] Fastboot Enhance [Payload Dumper & Image Flasher]
Fastboot Enhance What it can do? - Show fastboot vars - Switch between fastbootd & bootloader - Switch between A & B slot - Flash Payload.bin in fastbootd - Flash images - Erase partitions - Delete logical partitions - Create logical partitions...
forum.xda-developers.com
PS. I don't know if this software has only Chinese interface or other language else.
And on OxygenOS, unlocking bootloader will remain Widewine DRM L1 (unlikely ColorOS, it will drop to L3 instead)
Click to expand...
Click to collapse
Im wanting to flash my NE2210 but fastboot enhance is saying there are temporary partitions, is it safe to delete the cow files, i have lots of them some people have said theres 2
I deleted all the -cow files, flashed, did a wipe data in fastbootd and it works!
Can confirm android auto is working now!
Its a much nicer rom overall with all the google stuff working properly again, i have lost GPay tho it wont confirm the card, assuming because the bootloader is unlocked.
Bakabeni said:
I deleted all the -cow files, flashed, did a wipe data in fastbootd and it works!
Can confirm android auto is working now!
Its a much nicer rom overall with all the google stuff working properly again, i have lost GPay tho it wont confirm the card, assuming because the bootloader is unlocked.
Click to expand...
Click to collapse
Looks good just to confirm.
Simply download fastboot enhance, click flash payload, with extracted zip?
Clear the cow unless if doesnt ask then it reboots?
Bakabeni said:
I deleted all the -cow files, flashed, did a wipe data in fastbootd and it works!
Can confirm android auto is working now!
Its a much nicer rom overall with all the google stuff working properly again, i have lost GPay tho it wont confirm the card, assuming because the bootloader is unlocked.
Click to expand...
Click to collapse
Oneplus 10 pro 4pda. My theme for this . This is Russian forum. But use translate.

How To Guide Root Xiaomi 11T pro on latest MIUI 13-Working!

Quick update and guide for those wishing to root their Xiaomi on the lastest stable MUIU 13 since TWRP is no longer working on Android 12 MUIU 13.
No need to downgrade version, just use whatever you latest ROM you are on. This should be compatible with newer phones 11T and possible 12 Pro.
Prequesite: Bootloader must be unlocked for this to work.
~~Guidance Only~~ IT IS YOUR RESPONSABILITY THAT YOU UNDERSTAND BASIC FLASHING METHODS AS I TAKE NO RESPONSABILITY FOR MESSED UP AND BRICKED PHONES~~
1.Create Xiaomi Folder on C: drive.
2.Download your ROM Fastboot file ( Not upgrade, nor downgrade, but identical whats on your phone ) XDA 11T pro ROMS
3. Download ADB & Fastboot Mirror Link from Get Droid
4. Extract zip or tgz file into created XIAOMI Folder on C: drive. Extract it in same folder. It then becomes .tar file. Open with 7-zip and extract again. You will now have an openable folder with your ROM. Enter IMAGES folder and copy file 'boot.img'
5. Connect your phone and transfer the 'boot.img' file into storage main folder.
6. Download Magisk app from official Github source v24.3 MAGISK v24.3 Github
7. Install Magisk apk on your phone. Then run the app, and click install- Select and Patch File. Run the file you copied accross into phone storage folder. App will patch and save into Downloads folder on your phone. Then Disconnect & reconnect your phone to PC.
8. Copy patched file from your phone storage into XIAOMI folder created in step 1. When done rename the file to patched_boot.img and Copy to clipboard.
9. Enter File folder for Minimal ADB & Fastboot from step 3 and paste the file in the folder.
10. Run CMD or Powershell command C:\Program Files (x86)\Minimal ADB and Fastboot>
( in my case, Powershell gave error so I ran the fastboot via CMD and that worked for me.
Make sure in cmd that you open the directory of the Program files Adba and fastboot, list directory before executing.
If you unclear how cmd works, post below and someone will help with CMD 'How To'
10. Power your phone off, the power it on in fastboot mode ( Volume Down+Power) and conenct to your PC
11. Execute Command Fastboot devices ( to see if your phone is connected)
C:\Program Files (x86)\Minimal ADB and Fastboot>Fastboot devices
If Phone is connected it will display the serial and connected.
12. Now run cmd C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot patched_boot.img
It will exceute the cmd and flash the new patched image to your phone. 5 seconds job
13. When finised run cmd fastboot reboot ( C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot) and viola!! Phone resets and restarts in fully rooted mode!
Configure as you like. In case you want to reverse, follow same steps but flash NON patched boot.img from step 4 and your back to OE state.
Thats it for the moment, phone is rooted, lets wait for TWRP and future updates.
Comments, updates, SafetyNet ideas, bypasses are welcome below! I have no idea if you can update a new release on top of root without TWRP so Id hold off on automatic up[dates for the moment until we have more developments on TWRP and MIUI 13.
Have fun
I gonna wait for someone else to try it I'm tooo lazy of I screw something up to restore it. I have resurrected mi 8t, lavander, poco de but. Años I'm on European ROM. So it I get inspired I will try on weekend. I really wanted root. Now I don't remember why but I guess is pretty much the law that ally phones are rooted. Really clean instructions hope someone try it. Will keep following this thread
Jctatis said:
I gonna wait for someone else to try it I'm tooo lazy of I screw something up to restore it. I have resurrected mi 8t, lavander, poco de but. Años I'm on European ROM. So it I get inspired I will try on weekend. I really wanted root. Now I don't remember why but I guess is pretty much the law that ally phones are rooted. Really clean instructions hope someone try it. Will keep following this thread
Click to expand...
Click to collapse
It's already confirmed and tested...
How to Root 11T Pro on MIUI 13
Hi Guys, So today I got my new MI 11T Pro after spending 3+ yrs with Redmi K20 Pro. As soon as I opened it and connected to my Wifi, I got popup of MIUI 13 update. I went ahead and completed the same. Can someone please help to know if we can...
forum.xda-developers.com
Jctatis said:
I gonna wait for someone else to try it I'm tooo lazy of I screw something up to restore it. I have resurrected mi 8t, lavander, poco de but. Años I'm on European ROM. So it I get inspired I will try on weekend. I really wanted root. Now I don't remember why but I guess is pretty much the law that ally phones are rooted. Really clean instructions hope someone try it. Will keep following this thread
Click to expand...
Click to collapse
I'm using 13.0.4 EEA and upgraded to 13.0.10 and used Magisk just fine to modify the boot file and running root no issues.
yep,that is how I root mine VILI , I also flashes Xiaomi Eu rom, so pach their boot file , and with PowerShell and this command roooted.. banking apps woriking, nfc paying working.. good for me.
tze_vitamin said:
yep,that is how I root mine VILI , I also flashes Xiaomi Eu rom, so pach their boot file , and with PowerShell and this command roooted.. banking apps woriking, nfc paying working.. good for me.
Click to expand...
Click to collapse
How is the battery backup in eu as compared to stock ?
A little better nothing special
It is just normal procedure. Passing safetynet is also described in another topic. I can Just say that after update to Miui 13, My phone is getting to be normal. WiFi and bluetooth is working like it should!
Xiaomi 11T Pro EEA MIUI V13.0.15.0.SKDEUXM
Okay question, how do we update safely? I tried OTA and my phone does not seem rooted anymore and my Magisk got deleted. Any way for me to root the phone without completely uninstalling all my apps? Should I redo the steps mentioned at the top of this post?
(Yes I read too late I shouldn't update yet haha)
EDIT:
I just redid the steps and it worked like a charm. Probably just redo the steps of patching and reflashing boot img.
I am not sure if I could download and install OTA update, download and patch correct corresponding img for device and then directly go into fastboot before restarting (after OTA update) to reflash the corresponding patched boot.img so that your magisk app doesn't get uninstalled and your root is lost. Someone could try this out
@Jamezsss
Use TWRP. Flash update.zip via twrp and then flash magisk after again. That's all.
Updated & rooted.
Spillunke said:
@Jamezsss
Use TWRP. Flash update.zip via twrp and then flash magisk after again. That's all.
Updated & rooted.
Click to expand...
Click to collapse
As far as I gathered that doesn't work on MUI13 Android 12.
Jamezsss said:
As far as I gathered that doesn't work on MUI13 Android 12.
Click to expand...
Click to collapse
Maybe because you haven't searched well.
This twrp works perfectly:
https://forum.xda-developers.com/t/install-twrp-for-xiaomi-11t-pro.4398007/post-87434559
Thanks for the helpfull answer dear Senior member <3
Jamezsss said:
Thanks for the helpfull answer dear Senior member <3
Click to expand...
Click to collapse
If you want a specific answer ask a specific question including at least the version of the rom.
NOSS8 said:
If you want a specific answer ask a specific question including at least the version of the rom.
Click to expand...
Click to collapse
Version rom: Xiaomi 11T Pro EEA MIUI V13.0.15.0.SKDEUXM
Updated my question. But you already linked me the article about TWRP which I didn't find yet. Which answers the question.
Jamezsss said:
Version rom: Xiaomi 11T Pro EEA MIUI V13.0.15.0.SKDEUXM
Updated my question. But you already linked me the article about TWRP which I didn't find yet. Which answers the question.
Click to expand...
Click to collapse
https://dl.akr-developers.com/?file...-Xiaomi11TPro_v6.3_A12-vili-skkk_925055c6.zip
So if i want to upgrade to a newer version?
I know earlier you just flashed the newer MIUI version with Xiaomi flash tool with the fastboot rom and later on rooted it, does that still works?
Just reflash twrp and magisk after update, 2mins of work
NeoDJW said:
Just reflash twrp and magisk after update, 2mins of work
Click to expand...
Click to collapse
Yes i know. Just wonder if Xiaomi flash toll still works or if i have to use a recovery rom
SGT John Doe said:
Yes i know. Just wonder if Xiaomi flash toll still works or if i have to use a recovery rom
Click to expand...
Click to collapse
If it is to change version, use Mi Flash, for an update the Twrp will do.
https://forum.xda-developers.com/t/flash-tool-guide-use-xiaomi-flash-tool.4262425/

Will my Google account be banned for using Pixel Experience?

I think I can be banned for getting fake unlimited google photos storage but im not sure
XDAC1234 said:
I think I can be banned for getting fake unlimited google photos storage but im not sure
Click to expand...
Click to collapse
No it will not be banned
thanks, I already flashed and unflashed pixel experience tho lol, it was kinda laggy
Manjotbenipal said:
No it will not be banned
Click to expand...
Click to collapse
Manjotbenipal said:
No it will not be banned
Click to expand...
Click to collapse
btw do u know if i should install magisk the zip flash way or the patched boot.img way?
I always roo with fastboot method
But remember that you must disable avb before flashing the patched img.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot patched_boot.img
If you skip disableing avb then you are sure to be stuck in a bootloop coz I have faced it myself.
And if you flash the recovery first then again i recommend you to follow the same step of disabling avb before flashing recovery.img
AND YOU CAN FOLLOW GUIDE IN THIS DEVICE'S FORUM
Btw which miui version are you using?
XDAC1234 said:
thanks, I already flashed and unflashed pixel experience tho lol, it was kinda laggy
Click to expand...
Click to collapse
You can uninstall bloatware with adb once you root your mobile and then install an mtz theme.
You will not even feel like you are using miui after doing that.
Btw should I make a thread on uninstalling bloatware with adb?
Manjotbenipal said:
I always roo with fastboot method
But remember that you must disable avb before flashing the patched img.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot patched_boot.img
If you skip disableing avb then you are sure to be stuck in a bootloop coz I have faced it myself.
And if you flash the recovery first then again i recommend you to follow the same step of disabling avb before flashing recovery.img
AND YOU CAN FOLLOW GUIDE IN THIS DEVICE'S FORUM
Btw which miui version are you using?
Click to expand...
Click to collapse
[Guide] Root for Redmi Note 9 - Mediatek (Helio G85)
Preamble: After a bit of research, I've found a simple way to - at least - obtain root privileges on the basic version of Redmi Note 9 (Mediatek - Helio G85). The procedure has been tested on a Redmi Note 9 Global NFC 4/128 (Model: M2003J15SG)...
forum.xda-developers.com
You can skip erasing userdata and cache coz it will reset your mobile.
But if you don't want to take any risk and decide to reset then REMEMBER THE PASSWORD OF YOUR MI ACCOUNT
after reset your phone will be locked until you verify your mi account.
Make sure to backup all the data on your phone before flashing
Manjotbenipal said:
You can uninstall bloatware with adb once you root your mobile and then install an mtz theme.
You will not even feel like you are using miui after doing that.
Btw should I make a thread on uninstalling bloatware with adb?
Click to expand...
Click to collapse
If you want to, that thread would be gladly appreciated, I couldnt get debloat (the magisk module) to work in the terminal emulator
Manjotbenipal said:
I always roo with fastboot method
But remember that you must disable avb before flashing the patched img.
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot patched_boot.img
If you skip disableing avb then you are sure to be stuck in a bootloop coz I have faced it myself.
And if you flash the recovery first then again i recommend you to follow the same step of disabling avb before flashing recovery.img
AND YOU CAN FOLLOW GUIDE IN THIS DEVICE'S FORUM
Btw which miui version are you using?
Click to expand...
Click to collapse
huh, I didnt flash vbmeta before and my phone was fine (I had it rooted before pixel experience)
btw im using miui 12.5.6.0 RJOEUXM
SymtaxError said:
huh, I didnt flash vbmeta before and my phone was fine (I had it rooted before pixel experience)
btw im using miui 12.5.6.0 RJOEUXM
Click to expand...
Click to collapse
Then you can try but be careful
Manjotbenipal said:
Then you can try but be careful
Click to expand...
Click to collapse
nah, better safe than sorry (that idiom makes no sense but whatever)

Categories

Resources