[Guide] mi note 10 lite Flashing Custom Rom and installing Magisk


I am trying to root it a whole day. When I finally waited needed hours, passed OEM unlock, install TWRP and ROM, I was stuck on fastboot screen after reboot. I tried install it couple times, many ways and now I can not pass MIUI bootloop screen. Dont know is this thing causing problem/ when I try:

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img

I get error:

fastboot: unknown option -- disable-verity

Any idea what to do?
 
Thanks, but I got another problem. This is what I get with latest adb launcher:

C:\Users\Dom\Latest ADB Fastboot Tool>fastboot devices
26d62c67 fastboot

C:\Users\Dom\Latest ADB Fastboot Tool>fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot: unknown option -- disable-verity

C:\Users\Dom\Latest ADB Fastboot Tool>fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img
target reported max download size of 805306368 bytes
sending 'recovery' (40252 KB)...
OKAY [ 0.864s]
writing 'recovery'...
OKAY [ 0.174s]
finished. total time: 1.043s

C:\Users\Dom\Latest ADB Fastboot Tool>
C:\Users\Dom\Latest ADB Fastboot Tool>fastboot boot Twrp-3.4.2B_toco_by.alex.msk1407.img
downloading 'boot.img'...
OKAY [ 0.862s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 0.876s

.........

This is how I do it the old way by C:\adb folder :

fastboot devices

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img ( I get error)

fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img

fastboot boot Twrp-3.4.2B_toco_by.alex.msk1407.img


After that:

Wipe-> format data -> yes ), reboot to recovery by twrp. Copy xiaomi.eu rom and magisk.zip to phone by adb push to sdcard folder. After that it reboots and I am stuck on MIUI logo (same with TOCOEEAGlobal_V12.0.2.0 rom and toco-mauronofrio twrp ). Any idea how can I fix it or what I am doing wrong?
 
I tried again with both TWRP + 12.02 and 12.03 roms waiting for 1h to boot, but it didnt. I found tutorial on xda forum and I wil try that solution later.

@ruffpl if u want follow my steps at post #250
note: for first boot cant take 4/5 min on my mi note 10 lite 8/128

Thanks for reply. I will start from that today. So first I need to flash global rom (without any twrp) by miflash and after that the rest I had done it before (twrp+ eu rom)?
 
So I am trying from morning again. I put all files on C:/ and I am using miflash as administrator. Clean all and flash all.bat is selected but I get "Antirollback check error". Found a solution to change flash all.bat into txt file remove first 7 lines before fastboot %* , save it and change it back to .bat file. After next try I get error:fastboot error:cannot load 'C:\xiaomi" nosuch file or directory....

Edit: I passed the problem- all folders and files must be (thats the best way) short names and WITHOUT space in their names. I had choose the folder (not copy-paste) and it worked :) Only thing is that on the end of flashing I got "error:Not catch checkpoint (fastboot-s lock). flash is not done". I had passed that deleting it in Miflash/Configuration/Checkpoint.


And finally YES... it boots. I had also passed " this device is locked" screen on welcome, so what to do now? I am on MIUI global 12.0.3.0 QFNMIXM, OEM / bootloader unlocked, Mi device unlocked. Should I continue with post#250- Method from first post Steps with minor changes: thx to @m_a_omar ?
 
Last edited:
  • Like
Reactions: _HxC_
And finally YES... it boots. I had also passed " this device is locked" screen on welcome, so what to do now? I am on MIUI global 12.0.3.0 QFNMIXM, OEM / bootloader unlocked, Mi device unlocked. Should I continue with post#250- Method from first post Steps with minor changes: thx to @m_a_omar ?
" this device is locked" because you have to log in with your miui account but if you don't want to, reboot in fastboot and continue quietly with post #250.
Sorry for the late answer ;)
 
Can not get to TWRP... As I done it before by C:\adb folder :

fastboot devices

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img ( I get error)

fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img

fastboot boot Twrp-3.4.2B_toco_by.alex.msk1407.img

I get:

downloading 'boot.img'...
OKAY [ 0.890s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 0.938s

Only fastboot after restart....so I got back to miflash with working phone, but still can not install TWRP.
 
Last edited:
Can not get to TWRP... As I done it before by C:\adb folder :

fastboot devices

fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img ( I get error)

fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img

fastboot boot Twrp-3.4.2B_toco_by.alex.msk1407.img

I get:

downloading 'boot.img'...
OKAY [ 0.890s]
booting...
FAILED (remote: Failed to load/authenticate boot image: Load Error)
finished. total time: 0.938s

Only fastboot after restart....so I got back to miflash with working phone, but still can not install TWRP.
can u try the method with an usb hub?

most of the time I have generally had problems running fastboot and flashboot operations. sometimes the chipsets (intel or AMD especially on the latest models) of some motherboards cannot fully read the devices.
in fact, trying with a USB hub every flashing operation has always been successful
 
Ok, done easier way. I tried with some other tutorial from xda. From my MIUI global 12.0.3.0 QFNMIXM I had install older V12.0.2.0.QFNMIXM patched_boot.img by platform tools commands:

fastboot flash boot patched_boot.img

fastboot reboot


After that phone reboots normal and I had install Magisk from official website and it works :)
 
  • Like
Reactions: _HxC_
Flashing xiaomi.eu.zip rom And installing Magisk On mi note 10 lite [Guide]

Follow These methods (100% worked)

1. Boot to fastboot mode (power +vol down)
2. Extract ADB.rar to Drive C (Put the recovery and vbmeta files in ADB Folder) vbmeta link Below
3. Connect Phone To PC with USB Cable
4. from Start run CMD and type cd:\adb (pres enter) And type the following Commands :

fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img (you can rename it to twrp.img) -LINK BELOW (Many Thanks To Alex msk)
fastboot reboot recovery

5. in twrp: wipe-> format data -> Type yes and tap enter (blue key)
6. in twrp: Boot to recovery (the phone is restarting to twrp again)
7. Copy xiaomi.eu rom and magisk.zip to phone
8. in twrp: install rom and magisk.zip
9. in twrp: Boot to recovery (the phone is restarting to twrp again)
10. in twrp: reboot system
11. Enjoy

ADB Link :
https://mega.nz/file/x8whTZSa#UP7Uvn...BHIDUa1lMnQXNI

TWRP Link :

https://mega.nz/file/0lAywALA#hx6U3_xgW3fpndSR0OWsRBxEncQ9CGQb2ezMOAldTRQ

vbmeta Link:
https://mega.nz/file/t4QmXACT#hqN6TNDt2mlAPrQUnClGtmaCvWJR3eO3TRAa8I4JhGk

Magisk Link :
https://mega.nz/file/Y4BEBILD#kre2gRvSJgwJRto1Yg-o7gblTRXAftUGxJSoKNowWkI

Hi mate, I fallow your all steps but My xiaomi mi note 10 lite still bootlooping on MIUI Logo :( dont know what to do?
 
As the Mi Note 10 Lite is a Global version only (without a Chinese version), I would assume it will take a while.

And, as always, the Poco F2 Pro and Mi 10 (Pro) should receive the latest MIUI version first in Global, and only than the inferior smartpohnes.
Moreover, I think the Mi Note 10 Lite will always be a low priority device for Xiaomi, so updates shall not be timely as we all hope for - due to the reasons previously mentioned.

apparently MIUI 12 is available for Mi Note 10 Lite,
But from few hours i fighting to install and skip boot looping on MIUI 11 and 12 ROM
 
I NEED HELP!! DESPERATELY!! - Encrypted data

Background:

A few months, after receiving my Mi Note 10 Lite Miui 11 to 12 update, I finally rooted the phone using the Magisk patched boot method. All fine.
A while ago, with the latest MIUI 12 minor update we got, I lost root again. Now I wanted to root it again, and tried to find if there was already a working TWRP for this phone.

What happened:
After googling a bit, I found this post that had instructions to install a working TWRP (to install the rom). So I followed the steps, flashing vbmeta and the twrp image. Rebooted to recovery and as it was installed, I rebooted to system. After that, the first problem. It would only boot the twrp, not system.
To fix this, I got the latest stock fastboot rom and installed it via miFlash (with flash_all_but_storage option). Managed to boot again to Miui. After doing the google restoring steps, I found out that all my internal storage files were encrypted.

What I've tried so far:
  • formatted data (not internal storage and data/media) and tried again
  • installed a different TWRP I found that supposedly would decrypt the files (twrp-3.4.0-14-toco-mauronofrio). It asks for the encryption password when starting and I get a success message when entering the right password, but even in the recovery file manager the files are encrypted.
  • installing recovery rom through TWRP without formatting data
(side note: on system, the Xiaomi Cloud restore seems to be always stuck without restoring anything and there is no way to stop it)

Can anyone please help me get my files (photos and videos, more importantly) back? @m_a_omar maybe, since you started this post, may understand better what is going on? Is there any hope? The files are there and I know the password, there must be something I can do...

Thanks in advance
 
1. boot to fastboot mode (power +vol down)
2.from ADB cmd fastboot flash vbmeta vbmeta.img
3. from ADB cmd fastboot boot twrp-3.3.1-test0-toco-mauronofrio.img (you can rename it to twrp.img) -LINK BELOW
4. in twrp: wipe-> format data -> yes
5. in twrp -> reboot to bootloader
6. from ADB cmd fastboot boot twrp.img (when twrp oppened mobile will appear on pc copy rom to mobile)
7. in twrp: install rom
8.Power off in TWRP
9. boot to official recovery (power+volume up)
10- wipe all data then reboot to system


These are the exact steps to install the rom. You can go back to stock rom using mi flash tools.

Pay special attention not to flash twrp, just boot it.
Dzięki.. Meczyłem sie ze swoim Note 10 lite wg tych wszystkich poradnikow i tylko fastboot i nic wiecej az sie przestraszyłem.. dopiero po przeczytaniu Twojego posta wszystko poszlo jak z płatka. Dzieki wielkie!
 
Ok, done easier way. I tried with some other tutorial from xda. From my MIUI global 12.0.3.0 QFNMIXM I had install older V12.0.2.0.QFNMIXM patched_boot.img by platform tools commands:

fastboot flash boot patched_boot.img

fastboot reboot


After that phone reboots normal and I had install Magisk from official website and it works :)
Hello, I am new, someone who can help me, what happens is that I installed the xiaomi.eu rom but I did not like the power consumption it had so I decided to change to the pixel expirience rom and that the fingerprint did not work so I decided go back to the xioami.eu rom but now it asks me for my account password but it won't let me activate the wifi and if I try to flash otar rom it just reboots and does not bootlop, what can I do?
 
Hello, I am new, someone who can help me, what happens is that I installed the xiaomi.eu rom but I did not like the power consumption it had so I decided to change to the pixel expirience rom and that the fingerprint did not work so I decided go back to the xioami.eu rom but now it asks me for my account password but it won't let me activate the wifi and if I try to flash otar rom it just reboots and does not bootlop, what can I do?
Seems to me like an old bug. Eject SIM-Carda nd you should be able to connect to WiFi to activate your Mi-Account.
Workaround: change your WLAN Router or Hotspot to no password.
 
Seems to me like an old bug. Eject SIM-Carda nd you should be able to connect to WiFi to activate your Mi-Account.
Workaround: change your WLAN Router or Hotspot to no password.
I already tried but the problem is that when I activate the Wi-Fi it only stays on and turns off on its own and no network appears
 
I already tried but the problem is that when I activate the Wi-Fi it only stays on and turns off on its own and no network appears
Ok. I would prefer to start from scratch. Boot into TWRP format data partition and copy and flash the latest stable.
Alternative flash fastboot rom.
 
Flashing xiaomi.eu.zip rom And installing Magisk On mi note 10 lite [Guide]

Follow These methods (100% worked)

1. Boot to fastboot mode (power +vol down)
2. Extract ADB.rar to Drive C (Put the recovery and vbmeta files in ADB Folder) vbmeta link Below
3. Connect Phone To PC with USB Cable
4. from Start run CMD and type cd:\adb (pres enter) And type the following Commands :

fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash recovery Twrp-3.4.2B_toco_by.alex.msk1407.img (you can rename it to twrp.img) -LINK BELOW (Many Thanks To Alex msk)
fastboot reboot recovery

5. in twrp: wipe-> format data -> Type yes and tap enter (blue key)
6. in twrp: Boot to recovery (the phone is restarting to twrp again)
7. Copy xiaomi.eu rom and magisk.zip to phone
8. in twrp: install rom and magisk.zip
9. in twrp: Boot to recovery (the phone is restarting to twrp again)
10. in twrp: reboot system
11. Enjoy

ADB Link :
https://mega.nz/file/x8whTZSa#UP7Uvn...BHIDUa1lMnQXNI

TWRP Link :

https://mega.nz/file/0lAywALA#hx6U3_xgW3fpndSR0OWsRBxEncQ9CGQb2ezMOAldTRQ

vbmeta Link:
https://mega.nz/file/t4QmXACT#hqN6TNDt2mlAPrQUnClGtmaCvWJR3eO3TRAa8I4JhGk

Magisk Link :
https://mega.nz/file/Y4BEBILD#kre2gRvSJgwJRto1Yg-o7gblTRXAftUGxJSoKNowWkI
does this work for ONLY flashing TWRP and MAGISK - NOT xiaomi.eu ROM?
 
You can give this a try...
I do not have the device so i don't know if it works or not.
First try to boot the twrp before you flash it...
BTW i think the codename is Toco and not Tuco like in the link
this guide looks sketch because you cannot unlock bootloader on the note 10 lite with ADB (seen in pictures) and there is no no_verity_opt_encrypt.zip in the download. Maybe a copied, but modified post? Possible stock template, possible false guide?