[RECOVERY][UNOFFICIAL][TWRP-3.7 Android 11,12.x,13,MIUI] TWRP for MIATOLL devices [17/10/2022]

Search This thread

dungphp

Senior Member
Jul 23, 2010
4,167
7,189
Ha Noi
dungphp.com
Honor Magic 2
*** Disclaimer ***

All flashing is done at your own risk!
While nothing from this thread should break your device,
don't come back here blaming anyone if it does!
Introduction

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
Prerequisites:

Code:
. Unlocked Bootloader

Installation instructions:

Recovery Install Method:
Fastboot Install Method:
You will need the platform-tools from the Android SDK on your computer. Download only the platform-tools according to your device to get adb and fastboot binaries.

On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type
Code:
adb reboot bootloader
You should now be in fastboot mode.

Download the zip file attached to this thread and copy the recovery.img file into the same folder as your adb and fastboot binaries and type:
Code:
fastboot flash recovery recovery.img
Code:
fastboot oem reboot-recovery
REMEMBER: is important that from fastboot of flashable zip you directly go in TWRP mode or the TWRP will be overwritten.
Downloads
TWRP 3.7 recovery
My PitchBlack recovery

Credits:
Me

Huge thanks to @Captain_Throwback, mauronofrio
TWRP team, PitchBlack team

Sources
TWRP: https://github.com/TeamWin/android_bootable_recovery
Kernel Tree: from mauronofrio github
Status: Stable
TWRP: 3.7
 

Attachments

  • TWRP-miatoll-12.x-13-MIUI13-FBEv1-18102022.zip
    40.9 MB · Views: 2,631
  • TWRP-miatoll-12.x-13-FBEv2-18102022.zip
    47.2 MB · Views: 1,754
  • TWRP-miatoll-10.x-11-MIUI-08112022.zip
    35.3 MB · Views: 996
Last edited:

dungphp

Senior Member
Jul 23, 2010
4,167
7,189
Ha Noi
dungphp.com
Honor Magic 2
NEWS:

31/3/2021:
- Initial Official Release
Added: fix MTP after format data & reboot recovery
Supported exfat, ntfs for storages
Supported Android 10,11,12,13 and Miui
Supported Backup - Restore fully roms (just backup Data and EFS partitions)
...

17/10/2022:
- TWRP v3.7
- Decryption fixed

20/04/2021:
- Fixed exFat for PitchBlack recovery (Thank to @jwchips for the report)
 
Last edited:

dungphp

Senior Member
Jul 23, 2010
4,167
7,189
Ha Noi
dungphp.com
Honor Magic 2
HOW TO BACKUP AND RESTORE:

Backup mode:
With a rom you are using, you boot into Recovery mode:
- Press the Backup button
- Check the partitions you need to Backup (like the image below)
- Press the Select Storage button to choose where to store the rom (with the external sd you need to format NTFS or ..., not FAT, FAT32).
- Now drag the slider to backup rom.


Restore mode:
There are 2 ways for you to restore a rom:
Method 1:
Flash the rom (zip rom), when you see the Setup Wizard screen, you reboot into recovery mode. - Press the Restore button
- Select the stored memory then choose the rom you have backed up
- Just tick the Data line (excl. Storage)
- Drag the slider to restore the rom
Note: you will have to reboot a few times to complete the restored rom.

Method 2 :
You reboot into recovery mode
- Click the Restore button
- Select the stored memory then choose the rom you have backed up
- Select the partitions backed up, except Data (excl. Storage)
- Drag the slider to restore the rom
- Reboot to system. When you see the Setup Wizard screen, you reboot into recovery mode.
- Press the Restore button
- Select the stored memory then choose the rom you have backed up
- Just tick the Data line (excl. Storage)
- Drag the slider to restore the rom data
Note: you will have to reboot a few times to complete the restored rom.

Others method: ? i don't know
 

Attachments

  • Screenshot_2021-03-31-08-32-39.png
    Screenshot_2021-03-31-08-32-39.png
    142 KB · Views: 401
  • Screenshot_2021-03-31-08-32-44.png
    Screenshot_2021-03-31-08-32-44.png
    141.8 KB · Views: 390
  • Screenshot_2021-03-31-08-33-21.png
    Screenshot_2021-03-31-08-33-21.png
    115.1 KB · Views: 332
  • Screenshot_2021-03-31-08-33-29.png
    Screenshot_2021-03-31-08-33-29.png
    113.1 KB · Views: 412
Last edited:

jwchips

Senior Member
Apr 16, 2007
545
159
Redmi Note 9 Pro
Xiaomi Poco F3
Just tried PBRP-miatoll-3.1.0-20210331-1924-UNOFFICIAL.zip and I'm unable to mount my external sd card. Also is there a way to enable flashlight in pbrp? Finally is 'reboot to fastbooot' option fastbootd mode or legacy fastboot?
 

Azamsm

Senior Member
Jul 30, 2019
129
16
Can I flash it on my Curtana with Orange fox recovery already installed? Can I flash the twrp zip via OFox?
 

androik

Senior Member
Dec 21, 2012
67
5
Hi, does the first installation of custom recovery on a stock rom affect the data? I already unlock the bootloader and root the rom but I have the stock recovery
is the recovery directly in english?
thank you

edit: answer, does not affect data and installs in English. Thank you(y)
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    *** Disclaimer ***

    All flashing is done at your own risk!
    While nothing from this thread should break your device,
    don't come back here blaming anyone if it does!
    Introduction

    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
    Prerequisites:

    Code:
    . Unlocked Bootloader

    Installation instructions:

    Recovery Install Method:
    Fastboot Install Method:
    You will need the platform-tools from the Android SDK on your computer. Download only the platform-tools according to your device to get adb and fastboot binaries.

    On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type
    Code:
    adb reboot bootloader
    You should now be in fastboot mode.

    Download the zip file attached to this thread and copy the recovery.img file into the same folder as your adb and fastboot binaries and type:
    Code:
    fastboot flash recovery recovery.img
    Code:
    fastboot oem reboot-recovery
    REMEMBER: is important that from fastboot of flashable zip you directly go in TWRP mode or the TWRP will be overwritten.
    Downloads
    TWRP 3.7 recovery
    My PitchBlack recovery

    Credits:
    Me

    Huge thanks to @Captain_Throwback, mauronofrio
    TWRP team, PitchBlack team

    Sources
    TWRP: https://github.com/TeamWin/android_bootable_recovery
    Kernel Tree: from mauronofrio github
    Status: Stable
    TWRP: 3.7
    3
    HOW TO BACKUP AND RESTORE:

    Backup mode:
    With a rom you are using, you boot into Recovery mode:
    - Press the Backup button
    - Check the partitions you need to Backup (like the image below)
    - Press the Select Storage button to choose where to store the rom (with the external sd you need to format NTFS or ..., not FAT, FAT32).
    - Now drag the slider to backup rom.


    Restore mode:
    There are 2 ways for you to restore a rom:
    Method 1:
    Flash the rom (zip rom), when you see the Setup Wizard screen, you reboot into recovery mode. - Press the Restore button
    - Select the stored memory then choose the rom you have backed up
    - Just tick the Data line (excl. Storage)
    - Drag the slider to restore the rom
    Note: you will have to reboot a few times to complete the restored rom.

    Method 2 :
    You reboot into recovery mode
    - Click the Restore button
    - Select the stored memory then choose the rom you have backed up
    - Select the partitions backed up, except Data (excl. Storage)
    - Drag the slider to restore the rom
    - Reboot to system. When you see the Setup Wizard screen, you reboot into recovery mode.
    - Press the Restore button
    - Select the stored memory then choose the rom you have backed up
    - Just tick the Data line (excl. Storage)
    - Drag the slider to restore the rom data
    Note: you will have to reboot a few times to complete the restored rom.

    Others method: ? i don't know
    2
    Any chance that this TWRP becomes official ?
    Why this is so long with this device which sold very well ?
    1
    Can I flash it on my Curtana with Orange fox recovery already installed? Can I flash the twrp zip via OFox?
    Yes, flash zip file then reboot to recovery after
    1
    Still unable to mount (detect?) exfat microsd with latest pitchblack
    PB recovery fixed exFat: https://androidfilehost.com/?fid=2188818919693786041
    Sorry i did'nt test exFat