How To Guide Guide to Flash Miui_VILIGlobal_V13.0.1.0.SKDMIXM_e7e8f0ef90_12 and use Magisk - Xiaomi 11T Pro

Hello All,
Quick and dirty guide.
Warning!
I'm not responsible for any damage to you, to your device or to your data. Do this at your OWN RISK! If you don't know what you are doing, STOP now!
Steps to flash the ROM using TWRP:
Be on Android 11 (MIUI 12.5) and flash TWRP. There is a guide here on how to do it, so i'm not posting that.
Obviously, you'll need unlocked bootloader so if it's not unlocked, your case is lost
Download the ROM in the title from here and copy it to your phone
Reboot to TWRP
If you want, i guess you can wipe data - i haven't done this
Flash the ROM like you would any other (install and select the zip you copied over from the above link)
At the end, it'll give you mounting error but it's all good, reboot
Wait for the ROM to settle if you wish - you can stop here
For Magisk, follow the below steps
Enable developer settings and USB debugging
Install the Magisk Manager app (latest version 24.1 at the time of writing this little guide)
Turn off the phone and boot it into fastboot mode
Start the fastboot app of your choice from your pc and connect your phone via USB (I'm using Minimal ADB and Fastboot, you can find it on XDA)
issue the following commands in the same order:
Code:
fastboot devices
if you don't get as a response a few digits of your device ID with the fastboot text next to it, you'll doing something wrong (driver might be or you are not in fastboot mode)
Code:
fastboot flash boot_a patched_boot.img
if the command completes you'll get a finished message
Code:
fastboot flash boot_b patched_boot.img
patched_boot.img is the full path of the patched boot.img file
Code:
fastboot reboot
wait for the device to boot.
Patched boot.img is attached but if you wish, you can extract it from the rom yourself using payload dumper and patch it on your phone with Magisk. The attached boot.img is patched with Magisk 24.1, this is what you'll need as well - this is the current version. You need to unzip the attached file of course!
Enjoy.

{
"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"
}

Just flashed by TWRP and reset to the factory. So far there is no fastboot image, only recovery one, and normal way it is not possible to flash it as it is only for Mi Pilot people.

Pichulec said:
Just flashed by TWRP and reset to the factory. So far there is no fastboot image, only recovery one, and normal way it is not possible to flash it as it is only for Mi Pilot people.
Click to expand...
Click to collapse
what do you mean with "no fastboot image"?

There are two types of images - recovery and fastboot.

Hello, im trying your guide but my phone stuck on fastboot mode and when im try to enter twrp, it stuck on frozen screen i cant swipe to unlock twrp....any idea?(

Yuditkiichi said:
Hello, im trying your guide but my phone stuck on fastboot mode and when im try to enter twrp, it stuck on frozen screen i cant swipe to unlock twrp....any idea?(
Click to expand...
Click to collapse
Hi, if TWRP worked before, it should as well now.

donjamal said:
Hi, if TWRP worked before, it should as well now.
Click to expand...
Click to collapse
Any idea how to solved my twrp problem? Or should i reflash it with pc?

Yuditkiichi said:
Any idea how to solved my twrp problem? Or should i reflash it with pc?
Click to expand...
Click to collapse
I would probably relfash twrp as long as I'm still on 12.5.

Yesterday received OTA update for my 11t pro. I'm not in Pilot Programm..

Yuditkiichi said:
Any idea how to solved my twrp problem? Or should i reflash it with pc?
Click to expand...
Click to collapse
for now twrp not working for a12.
wait for update

All can download rom here https://xiaomifirmwareupdater.com/miui/vili/stable beta/V13.0.1.0.SKDMIXM/
and use updater to update it.. that dont need any mi pilot.. i just installing it.. yeeah!

Related

Huawei P7-L00 Soft Bricked [RESOLVED]

Hi, my Huawei P7-L00 is soft-bricked I think. I have access to Fastboot mode and recovery mode though, but I think I don't have any ROM installed so I can't get past the boot logo.
{
"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 an image of my fastboot screen. It says Phone unlocked so I think my bootloader is unlocked. Using fastboot, I can flash CWM recovery but I cannot find the correct version for the L00, the version I have is for the L05 or L07.
As you can see It says it is only for the L05 or the L07. Does anyone know a CWM recovery for the L00 they can share the download link to? TWRP recovery does not work on this phone I am unable to press any of the buttons and it renders unresponsive. Or, If anyone has the stock recovery for the L00 I would appreciate that as well.
The problem with the CWM recovery for L05 and L07 is that I cannot install updates for zip files. I have tried numerous ROMs including official and third party ROMs but the same error (bad, Installation aborted) occurs. I believe this is because of the CWM version mismatch.
Also, I have tried to use adb to flash the ROM on, but my adb cannot find my device in bootloader mode, or when my phone is in the bootloop. However, fastboot is able to recognize it in fastboot mode.
Overall, if anyone could provide help with the following areas, I would greatly appreciate it:
1. Find a working CWM recovery for the Huawei P7-L00.
2. Find a stock recovery for the Huawei P7-L00 so I can install an official ROM from Huawei's website.
3. Help me find a way to get adb to recognize my device
1. In fastboot mode you have to work with fastboot, not with adb.
2. Download firmware version you had, extract using Huawei Update Extractor cust.img, system.img, boot.img (recovery.img if you want get back to stock recovery).
3. Flash images via fastboot:
Code:
fastboot flash system system.img
fastboot flash cust cust.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
That's all. Three simple steps. What's the problem?
Or you can download your official ROM, extract official recovery from there and flash it and than flash the official ROM with forced update
Thanks for the quick responses! I used Kostyan_nsk's method and resolved the problem but I'm sure ibeqa's method would've worked just as well, but maybe a bit more time consuming. Thank you!
Hey there, I would have seemed to have soft bricked my phone as well. And apparently, it's says PHONE LOCKED unlike the one that has been posted above? Any advice on how to proceed?
Thanks
P/S: my phone is P7-L10
You could try to use Kostyan_nsk's method as well, but if that doesn't work, you need to figure out a way to unlock bootloader on your phone.
BadgerDev said:
You could try to use Kostyan_nsk's method as well, but if that doesn't work, you need to figure out a way to unlock bootloader on your phone.
Click to expand...
Click to collapse
do you have a process in mind to unlock bootloader in this case ?
Joseluisska said:
do you have a process in mind to unlock bootloader in this case ?
Click to expand...
Click to collapse
Unfortunately, I don't. My phone came with it's bootloader unlocked so I never went through the process of trying to unlock it.
Joseluisska said:
do you have a process in mind to unlock bootloader in this case ?
Click to expand...
Click to collapse
Flash firmware 133 and you'll have unlocked bootloader
For any soft brick
Kostyan_nsk said:
1. In fastboot mode you have to work with fastboot, not with adb.
2. Download firmware version you had, extract using Huawei Update Extractor cust.img, system.img, boot.img (recovery.img if you want get back to stock recovery).
3. Flash images via fastboot:
Code:
fastboot flash system system.img
fastboot flash cust cust.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
That's all. Three simple steps. What's the problem?
Click to expand...
Click to collapse
Thank you so much! You helped me a lot.
A reference guide for someone how to do it (fastboot procedure and commands) is here:

[ROM] Oxygen OS 3.2.5 untouched system.img + boot.img (twrp + fastboot)

If someone wants to make mirrors or a flashable zip, feel free to contact me and I will update thread
I've got my new OP3 today and what I've noticed that it runs with Oxygen OS 3.2.5. So I have looked around and saw that nobody backed up their 3.2.5 und uploaded it so I decided to do it.
Here is the download link: https://mega.nz/#!PJhzRDyL!wX12zmq9ptiu8gNbtfQfypB2Q6wGdu3IfNFFwi9acQk
The only requirement is an unlocked bootloader as fastboot doesn't allow to flash on locked devices
How to install:
via twrp:
- boot into twrp recovery
- press "install"
- press "install image" on the bottom right
- select the image and confirm on which partition it should flash
(not recommended) via fastboot:
- boot into fastboot
- use these commands to flash it:
ignore the little warning message and pe patient because it can take a while till you get a response from cmd because fastboot splits the image into 6 parts
Code:
fastboot flash boot boot.img
fastboot flash system system.img
Note: if your phone isn't booting, flash supersu and it should boot.
screenshots:
{
"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"
}
Fastboot flashing is not working.
Can you comment on the LTE reception and performance? It was the only issue i had with 3.2.4
Anyone tried looks tempting
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
TWRP is working, fastboot not.
Im on 3.2.5 now so yes its working, but only with TWRP
*Extracted fine with newest winrar*
Error on my end, sorry, thank you!
Chronzy said:
@hellcat50 zip is corrupt, "unexpected end of archive" when I tried to extract the img's. Downloaded it twice. Don't recommend wiping and trying to install at this time.
Would love to have this though, would you mind repacking?
---------- Post added at 12:19 PM ---------- Previous post was at 12:18 PM ----------
you were able to extract the imgs? I downloaded it twice and got corrupt zip both times.
Click to expand...
Click to collapse
It did extract without any issues on my end.
I downloaded and extracted the file on my PC with the latest winrar.
EDIT:
Worked as described in the first post.
I flashed both files, followed by the latest SuperSU 2.78 and Xposed,
then did a reboot.
All works well!
So, I will not lose my data, right?
No, but you should still do a backup in TWRP.
AcmE85 said:
No, but you should still do a backup in TWRP.
Click to expand...
Click to collapse
Sorry, but I haven't installed TWRP. I'm completely on stock (system and recovery)
Andrea224 said:
Sorry, but I haven't installed TWRP. I'm completely on stock (system and recovery)
Click to expand...
Click to collapse
Then there is probably no way to install this to your device, as a user already said that using fastboot does not work.
I also think that your bootloader should be unlocked for this to work.
AcmE85 said:
Then there is probably no way to install this to your device, as a user already said that using fastboot does not work.
I also think that your bootloader should be unlocked for this to work.
Click to expand...
Click to collapse
Mmh...ok, thanks anyway.
So basically you should have unlocked bootloader, supersued, and TWRP'ed
Reconfigured said:
So basically you should have unlocked bootloader, supersued, and TWRP'ed
Click to expand...
Click to collapse
SuperSU is not needed, why should it be? With this you overwrite the whole System partition, thus removing all mods including SuperSU and Xposed.
waiting for someone to confirm the LTE issue resolution.. if it's resolved, I'll flash this ASAP..
AcmE85 said:
EDIT:
Worked as described in the first post.
I flashed both files, followed by the latest SuperSU 2.78 and Xposed,
then did a reboot.
All works well!
Click to expand...
Click to collapse
Pick your brain for a moment if you don't mind...
Still having issues with both methods... in TWRP, at the install image screen i'm only getting boot and recovery partition options, supposed to have system too right?
Fastboot it hangs for a moment at an error of something about invalid sparsing but continues to flash, apparently successfully, but when i reboot system it just boots back to recovery.
Chronzy said:
Pick your brain for a moment if you don't mind...
Click to expand...
Click to collapse
I am using this recovery
http://forum.xda-developers.com/oneplus-3/development/recovery-twrp-3-0-2-0-touch-recovery-t3402999
After switching to image install, I simply picked the system.img and was able to pick between system, boot and recovery.
Repeated for boot.img as boot...
AcmE85 said:
I am using this recovery
http://forum.xda-developers.com/oneplus-3/development/recovery-twrp-3-0-2-0-touch-recovery-t3402999
After switching to image install, I simply picked the system.img and was able to pick between system, boot and recovery.
Repeated for boot.img as boot...
Click to expand...
Click to collapse
Can we directly flash it over 3.2.4 in twrp ?
Any differences with the previous version guys?3.2.4....Tnx!!
AcmE85 said:
I am using this recovery
http://forum.xda-developers.com/oneplus-3/development/recovery-twrp-3-0-2-0-touch-recovery-t3402999
After switching to image install, I simply picked the system.img and was able to pick between system, boot and recovery.
Repeated for boot.img as boot...
Click to expand...
Click to collapse
I was on an older recovery, should have known... that did it, Thanks! :good:

[Splash] [Zip] boot splash logo (Nokia, Androidone) for Redmi 5 (Rosy)

so i have found flashable zip boot splash.
This is not boot animation. If u don't know about it, a normal google search will be helpful to you.
This is boot splash logo can by flashed by twrp recovery.
Install by: TWRP recovery, Only for Redmi 5 (ROSY) [Don't try this zip on other device,the device will stuck on boot loop.]
If you revert back to the miui, make a MI boot splash logo backup already or a clean fastboot flash will needed.
Credit: Anshuman Singh
Hit thanks meter if u like my work.
anshuman007619 said:
so i have found flashable zip boot splash.
This is not boot animation. If u don't know about it, a normal google search will be helpful to you.
This is boot splash logo can by flashed by twrp recovery.
Install by: TWRP recovery, Only for Redmi 5 (ROSY) [Don't try this zip on other device,the device will stuck on boot loop.]
If you revert back to the miui, make a MI boot splash logo backup already or a clean fastboot flash will needed.
Credit: Anshuman Singh
Hit thanks meter if u like my work.
Click to expand...
Click to collapse
is that working on oreo?
anshuman007619 said:
so i have found flashable zip boot splash.
This is not boot animation. If u don't know about it, a normal google search will be helpful to you.
This is boot splash logo can by flashed by twrp recovery.
Install by: TWRP recovery, Only for Redmi 5 (ROSY) [Don't try this zip on other device,the device will stuck on boot loop.]
If you revert back to the miui, make a MI boot splash logo backup already or a clean fastboot flash will needed.
Credit: Anshuman Singh
Hit thanks meter if u like my work.
Click to expand...
Click to collapse
how to flesh twrp
I don't understand your question...
raj0101sha said:
how to flesh twrp
Click to expand...
Click to collapse
Hi!
i'm so confused about what are you asking...
if you are asking how to flash TWRP, that's i what you should do:
First you should go to MI unlock (i cant put the link, i am new in XDA ) and download the software, follow the instructions and then Unlock the bootloader
Now u have an unlocked device, now u have 2 options, 2 ways to install TWRP, the first is to download XiaoMITool v2 By Francesco Tescari (that's what i recommend) and let the program do everything (search in google for the program)
{
"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"
}
. The other way is maybe more difficult if you are a noob , you should download "Minimal ADB & Fastboot" (search on google again ) and download TWRP-3.3.1-0-rosy.img into minimal adb and fastboot folder (be sure that u are downloading the twrp for your Redmi 5)
and open cmd, type "cd C:\Program Files (x86)\Minimal ADB and Fastboot" and then type plugin your phon by an USB and press Volume Down and power button at same time, and you will se something like this
Then on the pc again type in CMD fastboot flash recovery TWRP-3.3.1-0-rosy.img and then TWRP will be installed correctly!
More info in https://www.xda-developers.com/how-to-install-twrp/
If u are a noob choose the first option, later, when u become a "flasher" try the second way and always do security backup
I'm not responsible of bricked phones or something similar...

Bricked Huawei P smart 2018 FIG-LX1 stuck in ERROR MODE

EDIT: I could fix this, if you have a device that works with HuRUpdater just download an update.zip, put that and the HuRUpdater zip in a new folder and it updates the recovery through TWRP so that's how I fixed it.
So I'm stuck in ERROR MODE. The only mode that works for me is Fastboot. I tried to reinstall recovery_ramdisk, system, cust and userdata but still in the same error. Before the brick EMUI 9.1 was installed. I've tried to install LineageOS 16 on my phone with TWRP, but I got error 7. First I've restored the nanddroid backup and I went stuck at a bootloop. I've entered eRecovery and downloaded the lastest version available on server and got this error. Any solutions for it? And the bootloader is unlocked, same with FRP. The error that shows in the screen
{
"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"
}
is Func. NO: 11 (recovery image) and Error NO: 2 (load failed). Would be appreciated if someone answers.
Here is how Fastboot looks like...
I've had a similar situation which I got out of using advice from this forum. Basically, I erased data from fastboot, flashed the stock 9.1 recovery (which I found a link for in one of the P Smart ROM threads) and lineage boot.img.
I MAY also have powered on with BOTH volume keys pressed.
You do have fastboot access, so I'd guess you will eventually be able to recover via the stock recovery.
Another_Alchemist said:
I've had a similar situation which I got out of using advice from this forum. Basically, I erased data from fastboot, flashed the stock 9.1 recovery (which I found a link for in one of the P Smart ROM threads) and lineage boot.img.
I MAY also have powered on with BOTH volume keys pressed.
You do have fastboot access, so I'd guess you will eventually be able to recover via the stock recovery.
Click to expand...
Click to collapse
Thanks for the help but forget this, I could fix it, I'm gonna modify the thread to inform that I could solve it. I finally could access twrp via the 3 button update method and used HuRUpdater to update the recovery and could fix the phone with an EMUI 8 rom and recovery that I flashed with HuRUpdater. Also, I could install LineageOS without ERROR 7 by modifying a text file in the ROM zip. Thanks anyway.
LucastheBowser said:
Thanks for the help but forget this, I could fix it, I'm gonna modify the thread to inform that I could solve it. I finally could access twrp via the 3 button update method and used HuRUpdater to update the recovery and could fix the phone with an EMUI 8 rom and recovery that I flashed with HuRUpdater. Also, I could install LineageOS without ERROR 7 by modifying a text file in the ROM zip. Thanks anyway.
Click to expand...
Click to collapse
Hello! It seems Im having a same problem, since this device is somewhat discontinued by huawei, I cannot update it to any version, and cannot downgrade it either, using the "classic" sdcard method. Could you tell me how you used HuRupdater to flash the rom on yours?
The Solution for me->
Full package->
Software.rar
drive.google.com
Put your device on Testpoint mode:
Disconect the batery, join the point to gnd and conect usb cable on your pc.
and ..
and later you can update by SD

Question 11t pro stuck on fastboot text

Hello everyone, can anyone help me? In practice my 11t pro remains stationary on the fastboot writing. does not respond to any commands. What can I do? I had a .eucon bootloader rom unlocked and rooted
Giany said:
Hello everyone, can anyone help me? In practice my 11t pro remains stationary on the fastboot writing. does not respond to any commands. What can I do? I had a .eucon bootloader rom unlocked and rooted
Click to expand...
Click to collapse
Use Miflash or flash a twrp,format data,flash a recovery rom.
I can't log into twrp as if it deleted it for me!
Giany said:
I can't log into twrp as if it deleted it for me!
Click to expand...
Click to collapse
Use Miflash
You do not specify whether this happened following an intervention on your part or without.
yes basically I wanted to make a nandroid backup and then install the miui 14. from there the mess started because it asked me for a password to decrypt. I managed to easily update the twrp, then I tried to reflash the miui 13 I had above and from there it went bricked!
Giany said:
yes basically I wanted to make a nandroid backup and then install the miui 14. from there the mess started because it asked me for a password to decrypt. I managed to easily update the twrp, then I tried to reflash the miui 13 I had above and from there it went bricked!
Click to expand...
Click to collapse
To avoid encryption, disable lock screen security and restart the system.
Now I can't access the phone it remains on fastboot!!! With mi flash I can only go back to the stock rom right? i can't flash a eu rom!?
Giany said:
Now I can't access the phone it remains on fastboot!!! With mi flash I can only go back to the stock rom right? i can't flash a eu rom!?
Click to expand...
Click to collapse
Yep, you can but use the first install.bat script
but how to do it? should I install the global?
Giany said:
but how to do it? should I install the global?
Click to expand...
Click to collapse
There are only globals.
MIUI 14 - MIUI 14 STABLE RELEASE
Status: RELEASED RULES WHEN POSTING 1. If a ROM is not published DONT ASK ABOUT ITS ETA 2. If a ROM is not published DONT ASK why! 3. If a ROM is available, download it and use it 4. If a ROM has bugs, post the bug to the bug section if the BUG is not already listed 5. If you use any form of...
xiaomi.eu
I managed to get out of fastboot fixed mode. Now the MAIN MENU has appeared, can I do something to save the data?
Giany said:
I managed to get out of fastboot fixed mode. Now the MAIN MENU has appeared, can I do something to save the data?
Click to expand...
Click to collapse
The main menu of what?
main menu del telefono
Giany said:
main menu del telefono
Click to expand...
Click to collapse
Nothing to do from the menu or possibly do a Wipe data but your data will be erased without being sure that the phone will restart.
Have you tried flashing the TWRP?
I can't flash!
Giany said:
I can't flash!
Click to expand...
Click to collapse
Provide details in your answers.
What is the problem?
{
"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"
}
Is the bootloader unlocked?
If he doesn't, it's worth insisting.
If it is:
Download
SDK Platform Tools release notes | Android Studio | Android Developers
Android SDK Platform-Tools is a component for the Android SDK.
developer.android.com
and executed all commands from the extracted folder.
Phone in FASTBOOT mode:
CMD
fastboot devices
fastboot boot twrp.img
***
power shell
./fastboot devices
./fastboot boot twrp.img
***
***The phone will reboot in TWRP after that go to Advanced > Flash Current TWRP.
then flash the recovery rom identical to that on the phone.
yes The bootloader is unlocked.
When I run the command it gives me this:
Use Miflash

Categories

Resources