[RECOVERY][3.4.0-14][toco]Unofficial TWRP Xiaomi Mi Note 10 Lite (TEST)

Search This thread
May 26, 2019
21
4
Good night everyone ..
l
Last week I updated to Android 11, but the cell phone was not as fluid as in Android 10 so I proceeded to unlock the bootloader to return to Android 10, however, from the miflash tool it did not let me, I got an error (Anti rollback) so I installed Alex's recocery and installed miui 12.0.3 EU.
Now I have a question. ¿Can I install stock ROM from custom recovery or do I have to install it by miflash? ¿How do I get around the antirollback error and install android 10 again?
Sorry for bad english.
Goodnight. Buenas noches.
 

MiRw³b

Senior Member
Jan 16, 2021
134
46
Good night everyone ..
l
Last week I updated to Android 11, but the cell phone was not as fluid as in Android 10 so I proceeded to unlock the bootloader to return to Android 10, however, from the miflash tool it did not let me, I got an error (Anti rollback) so I installed Alex's recocery and installed miui 12.0.3 EU.
Now I have a question. ¿Can I install stock ROM from custom recovery or do I have to install it by miflash? ¿How do I get around the antirollback error and install android 10 again?
Sorry for bad english.
Goodnight. Buenas noches.
if you experience lag after updating then it might be a bad flash or bad rom, maybe try to use crdroid (it's very powerful)

i'd recommend you custom roms because they perform better than stock.

but if you want the stock rom then i think you can install it via twrp, i never tried so i can't tell.
 
Good night everyone ..
l
Last week I updated to Android 11, but the cell phone was not as fluid as in Android 10 so I proceeded to unlock the bootloader to return to Android 10, however, from the miflash tool it did not let me, I got an error (Anti rollback) so I installed Alex's recocery and installed miui 12.0.3 EU.
Now I have a question. ¿Can I install stock ROM from custom recovery or do I have to install it by miflash? ¿How do I get around the antirollback error and install android 10 again?
Sorry for bad english.
Goodnight. Buenas noches.

I have the same doubt
 
May 26, 2019
21
4
I have the same doubt

I have been researching the matter and apparently there are a few models of Xiaomi devices that come with antirollback and these can hardly be returned to a previous version because trying would be to leave the smartohone locked.
With this data, it seems very irresponsible to publish and not publicize this antirollback feature because I was about to flash a global ROM.
I recommend creating a thread talking about the Anti rollback topic so that they do not block their phones, all those who want to make the most of their smartphone
 
  • Like
Reactions: FerXray13

RitoSSL

New member
Aug 4, 2020
4
0
Hi its me again.
This time after rom update, my note10lite got stuck on miui logo. Reflashed ROM in TWRP, nothing changed.
Unfortunelly fastboot edl flash do not work (my acc have no premission?)
Any advices gyus
 

jeremysz1

Member
Oct 21, 2018
46
10
Hi its me again.
This time after rom update, my note10lite got stuck on miui logo. Reflashed ROM in TWRP, nothing changed.
Unfortunelly fastboot edl flash do not work (my acc have no premission?)
Any advices gyus


you must flash the stock rom of miui's official website .. and everything should work as before ..:cowboy:
 

vetle666

Senior Member
Mar 30, 2011
60
31
I have been researching the matter and apparently there are a few models of Xiaomi devices that come with antirollback and these can hardly be returned to a previous version because trying would be to leave the smartohone locked.
With this data, it seems very irresponsible to publish and not publicize this antirollback feature because I was about to flash a global ROM.
I recommend creating a thread talking about the Anti rollback topic so that they do not block their phones, all those who want to make the most of their smartphone
I might be mistaken, but I'm pretty sure I managed to rollback my phone by changing a few lines of codes in the .bat file.
 
  • Like
Reactions: leinadagisiaol

daydu19

Senior Member
Jul 22, 2012
220
82
Managua
I might be mistaken, but I'm pretty sure I managed to rollback my phone by changing a few lines of codes in the .bat file.
Exactly! Just remove all the lines from the top and leave all the ones that start with "fastboot" after that move the file to a different directory and try again you should be able to roll back to any old rom. The first command lines verifies if you're trying to roll back to and older miui version.
 
  • Like
Reactions: leinadagisiaol

MiRw³b

Senior Member
Jan 16, 2021
134
46
Exactly! Just remove all the lines from the top and leave all the ones that start with "fastboot" after that move the file to a different directory and try again you should be able to roll back to any old rom. The first command lines verifies if you're trying to roll back to and older miui version.
btw if you want to keep twrp then remove the line with recovery in it so it doesnt reflash the original miui recovery

and maybe delete the flash all lock and do a copy of the flash all to rename it to flash all lock so that it doesnt lock the device (if you're using a mi flash tool so that it doesnt lock bootloader)
 

Davidxgmz

Member
Aug 14, 2018
6
0
Hello mates, I have a doubt, how do I come back to the original recovery if I need to go to the warranty?? (I have not installed TRWP yet)
 
Oct 21, 2017
13
1
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/

Features:
- Decryption works
- Otg works
- Flash Rom works
- F2FS support
- Fastboot boot command support

Not working:
- Fastbootd
- Adb sideload
- Backup restore and image flash (system-vendor-product)
- Android 11 fully support


Download:
TWRP 3.4.0-14 Unofficial by mauronofrio

TWRP 3.4.0-13 Unofficial by mauronofrio


To Flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually or using a fastboot command.
Code:
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
or
Code:
fastboot oem reboot-recovery
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.

Reccomended ADB and Fastboot binaries:

Adb and Fastboot Installer


Source code:
https://github.com/Teamwin/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_toco

My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio

Donations:



Credits:
- Thanks to @bigbiff and @Captain_Throwback for the hard work on this android 10 TWRP
Thanks to all testers on the Telegram Group

Created 2020-05-29



Hi,
I also have the Xiaomi Mi NOTE 10 LITE. I want to flash 12.5 , which TWRP is used for this ? I'm a beginner, sorry for asking this. I don't want a ROOT. just a xiaomi.eu flash no more. Thanks in advance. Thank you all.


Xiaomi.Mi.Note.10.LITE.jpg
 
Last edited:

Davidxgmz

Member
Aug 14, 2018
6
0
Hi,
I also have the Xiaomi Mi NOTE 10 LITE. I want to flash 12.5 , which TWRP is used for this ? I'm a beginner, sorry for asking this. I don't want a ROOT. just a xiaomi.eu flash no more. Thanks in advance. Thank you all.


View attachment 5339627

Theoretically the global stable version is going to be launched by OTA on july but if you want to flash it right now anyways, you can do it on TWRP if you want to, the version of the TWRP does not matter but the lattest, the better.
 
Oct 21, 2017
13
1
Theoretically the global stable version is going to be launched by OTA on july but if you want to flash it right now anyways, you can do it on TWRP if you want to, the version of the TWRP does not matter but the lattest, the better.

Xiaomi Mi Note 10 Lite
Android 11
RFNEUXM 12.1.6


I need an unofficial TWRP to flash for Xiaomi Mi NOTE 10 Lite, there is no official TWRP. I want to flash 12.5.6 xiaomi.eu so that I have a full Miui. (Full Miui Phone App, Miui Messenger App, contacts App. I always have the 3 same blue icons and camera icons from Google. Every theme is broken with 3 same icons. We only have half a Miui.
A.
 

MKey_CZ

Senior Member
Mar 28, 2015
354
35
which terp to install with the best functionality? I have a problem decrypting the internal storage.
 

37berat37

Member
Mar 10, 2015
38
1
Xiaomi Mi Note 10 Lite
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/

Features:
- Decryption works
- Otg works
- Flash Rom works
- F2FS support
- Fastboot boot command support

Not working:
- Fastbootd
- Adb sideload
- Backup restore and image flash (system-vendor-product)
- Android 11 fully support


Download:
TWRP 3.4.0-14 Unofficial by mauronofrio

TWRP 3.4.0-13 Unofficial by mauronofrio


To Flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually or using a fastboot command.
Code:
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
or
Code:
fastboot oem reboot-recovery
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.

Reccomended ADB and Fastboot binaries:

Adb and Fastboot Installer


Source code:
https://github.com/Teamwin/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_toco

My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio

Donations:



Credits:
- Thanks to @bigbiff and @Captain_Throwback for the hard work on this android 10 TWRP
Thanks to all testers on the Telegram Group

Created 2020-05-29
can you update for Android 11? thx
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    Code:
    #include <std_disclaimer.h>
    /*
     *
     * We are not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at us for messing up your device, we will laugh at you.
     *
     */

    Features:
    - Decryption works
    - Otg works
    - Flash Rom works
    - F2FS support
    - Fastboot boot command support

    Not working:
    - Fastbootd
    - Adb sideload
    - Backup restore and image flash (system-vendor-product)
    - Android 11 fully support


    Download:
    TWRP 3.4.0-14 Unofficial by mauronofrio

    TWRP 3.4.0-13 Unofficial by mauronofrio


    To Flash the TWRP:
    Code:
    fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
    Then reboot in TWRP manually or using a fastboot command.
    Code:
    fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
    or
    Code:
    fastboot oem reboot-recovery
    REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.

    Reccomended ADB and Fastboot binaries:

    Adb and Fastboot Installer


    Source code:
    https://github.com/Teamwin/android_bootable_recovery
    https://github.com/mauronofrio/android_device_xiaomi_toco

    My Telegram TWRP Support Group:
    https://t.me/twrp_Mauronofrio

    Donations:



    Credits:
    - Thanks to @bigbiff and @Captain_Throwback for the hard work on this android 10 TWRP
    Thanks to all testers on the Telegram Group

    Created 2020-05-29
    4
    Hi @mauronofrio! This TWRP thread seems to be in the wrong forum (Mi Note 10, as opposted to Mi 10 Lite). Should I go ahead and move this thread to this forum?

    dear, mi 10 lite is another different device.

    Mi Note 10 - tucana
    Mi Note 10 Lite - toco

    Mi 10 Lite - monet

    The device of this thread, Mi Note 10 Lite, is much similar to the Mi Note 10. still a proper forum for it would be nice. possible to made one?
    3
    Oooo finally... Gonna test this out when I get home later.

    Just to check, what happens if i flash and i get bootloop? How do I recover? By flashing the entire MIUI rom from official site?

    Okay Im sure im being a noob... But err...
    I wasnt able to mount data...
    I tried to mount and install MAGISK via USB-OTG mounting and i get permission denied for system and vendor (and also Data unable to mount)

    EDIT2: Oh cool... despite the errors Magisk got installed! Nice!
    Nowadays you have to unmount Data and mount vendor (just in case for Vendor) before flashing Magisk. Mounting data does not let Magisk install via TWRP. Follow the this process, same install process with the Mi Note 10, and assuming the Mi note 10 Lite. The reason why is because of encryption.

    Update: 5/16/2020

    1) Flash lastest TWRP unofficial 3.31-4 mauronofrio using Command prompt using the - fastboot flash recovery [XXXX].img. Note: it's easier to just rename the recover image to "twrp"

    2) Then - fastboot boot [XXXX].img to reboot into TWRP recovery.

    3) In my experience for thr Mi Note 10 that is, the reboot to RECOVERY did not happened, so instead i pressed - volume up and power button at the same time for thr phone to reboot until you see the boot splash screen, hold the two buttons for another 3 seconds ... and then let go of power button and then TWRP recovery will show up.

    4) Ok...so first things first... flash the VBMETA PATCHER like the OP says on first page --> that way you don't lose TWRP after flashing the Rom and MAGISK. After install, reboot to RECOVERY. ***This is only if OP asks to flash VBMETA PATCHER, otherwise skip to Step 5***

    5) Now....go to FORMAT DATA (Warning: DON'T use advanced wipe)... Instead, go to the FORMAT DATA, type in yes and press ok. Then go back to main menu, and reboot to RECOVERY again.

    6) Now you can access your internel memory when connecting to USB... You can import the two neccesary files --> Xiaomi.EU and MAGISK 20.4. Now Flash the Rom and when flash MAGISK, make sure you unmount DATA and mount VENDOR to avoid flash error. After unticking DATA, you can now install Magisk.

    7) Now you can go to REBOOT, and press SYSTEM, and the phone will boot to Xiaomi EU 11 or 12, etc. just follow this process and enjoy your ROM. ?

    Note: When updating, flash EU rom and Magisk, dont forget to unmount Data when flashing Magisk. You can probably disable decryption because that is why you can't mount Data when flashing Magisk. **Just don't ask me about it because I normally don't flash Disable Decyption often.
    3
    Quick report of the steps I did.
    1. unlocked bootloader
    2. from fastboot: fastboot boot twrp.img
    3. in twrp: wipe-> format data -> yes
    3b. in twrp -> reboot to bootloader
    4. from fastboot: fastboot boot twrp.img
    5. in twrp: install rom, install magisk. turn off
    6.Power off in TWRP;
    7. booted xiaomi.eu, magisk still present on the system. all working good.

    Easy to flash with this inscructions, already flashed on xiaomi.eu 11.0.5.0 ;)
    3
    IT WORKS

    IMPORTANT!

    This TWRP isn't installed on the Device but this Recovery works temporary.

    Need ADB & Fastboot Driver for Windows/MAC/Linux OS

    Steps:
    1• Download ADB & Fastboot

    2• Extract it and copy ur downloaded recovery in the directory from ADB & Fastboot

    3• Click on Top in the folder directory and remove the path and write cmd.exe

    4• Now boot ur Device in Fastboot mode

    5• Connect ur phone via USB

    6• Check ur detected device write cmd: Fastboot devices

    6• you will show ur connected device

    7• boot the twrp write in cmd: fastboot boot twrp.img

    8• now you can use the twrp :)

    9• After boot to system is ur twrp gone and in next time u will repeat the the Fastboot boot twrp.img to use ur twrp