• We are moving to xdaforums.com.

    Until then, this forum is in read-only mode.
    You will be automatically redirected once the migration is complete.

[RECOVERY][3.4.0-11][miatoll]TWRP Xiaomi Redmi Note 9S/9 Pro/9 Pro Max/ Poco M2 Pro

Search This thread

mauronofrio

Recognized Developer
Jun 29, 2012
4,360
13,802
26
Castellana Grotte
toolaio.tk
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)

Download:
TWRP 3.4.0-11 Unofficial by mauronofrio

TWRP 3.4.0-0 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_curtana
Precompiled stock kernel

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-06-30
 
  • Like
Reactions: gadiku3 and kibing

Amnesia_A9

Member
Dec 6, 2018
7
1
Have you tried on RN9ProMAX? I flashed Twrp but its not staying permanently.Automatically removes after system reboot
I accidentally locked my bootloader so I can't flash anything yet, I can unlock it after 12hours so i will see if I face the same problem.

edit: so I flashed it and didnt face any problem. like i said after flashing the recovery, go to twrp and then reboot to recovery again. after that you can flash magisk or do the system reboot.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    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)

    Download:
    TWRP 3.4.0-11 Unofficial by mauronofrio

    TWRP 3.4.0-0 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_curtana
    Precompiled stock kernel

    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-06-30