[OFFICIAL][TWRP][Recovery] TWRP 3.1.1-0 [mido]

Search This thread

abhishek987

Senior Member
Oct 7, 2014
261
12,983
Shimla
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.

https%3A%2F%2Ftwrp.me%2Fimages%2Fhome.png
https%3A%2F%2Ftwrp.me%2Fimages%2Fbackupname.png


Code:
/*
 * Your warranty is now void.
 *
 * 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.
 *
 */

CHANGELOG for 3.0.2-0:
  • Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
  • Add Greek translation to some builds.
  • support new CM 13.0 pattern encryption (sultanqasim)
  • fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
  • libtar updated to latest upstream and fixes (jcadduono)
  • fixes for loading custom themes (_that)
  • TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
  • translation updates - added Italian, Czech and Polish and significant updates to Dutch
  • progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
  • fix input box text display (Dees_Troy)
  • reboot option after zip install complete (bigbiff)
  • other mostly invisible bug fixes and improvements

Install guide:

  • Install fastboot tools from google's sdk on your PC
  • Enter fastboot mode
  • Unlock your bootloader
  • Download recovery*.img and Lazyflasher
  • Copy lazyflasher In your internal Phone memory
  • Run "fastboot flash recovery recovery-mido.img in command line
    [*]Boot into recovery and flash Lazy flasher (Important for miui, else you can't boot into system)
  • Reboot and enjoy it

Download:

recovery.img
lazyflasher-no-verity-opt-encrypt.zip


Source code:

https://github.com/omnirom/android_bootable_recovery

XDA:DevDB Information
twrp, Tool/Utility for the Xiaomi Redmi Note 4

Contributors
abhishek987

Version Information
Status: Stable
Stable Release Date: 2017-05-26

Created 2017-02-17
Last Updated 2017-05-26
 
Last edited:

zanderzone

Senior Member
Sep 14, 2011
196
49
I have a question.

Install guide:
Install fastboot tools from google's sdk on your PC
Enter fastboot mode
Unlock your bootloader
Download recovery*.img and Lazyflasher
Copy lazyflasher In your internal Phone memory
Run "fastboot flash recovery recovery-mido.img in command line
Boot into recovery and flash Lazy flasher (Important for miui, else you can't boot into system)
Reboot and enjoy it

How do I reboot to recovery directly after flashing the recovery file from fastboot ? When I reboot to system and then go to recovery, it is the default one
 

Wilderone

Senior Member
Nov 28, 2016
304
114
Adelaide
I have a question.



How do I reboot to recovery directly after flashing the recovery file from fastboot ? When I reboot to system and then go to recovery, it is the default one

You should be able to Hold power+Vol up and release.
The other way to do it is via ADB:
Code:
fastboot boot recovery recovery-mido.img
The fastboot "Boot" command boots it into recovery automatically.
 
Last edited:

tendulkaradi

Senior Member
Feb 23, 2015
119
40
25
madgaon

Top Liked Posts

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

    https%3A%2F%2Ftwrp.me%2Fimages%2Fhome.png
    https%3A%2F%2Ftwrp.me%2Fimages%2Fbackupname.png


    Code:
    /*
     * Your warranty is now void.
     *
     * 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.
     *
     */

    CHANGELOG for 3.0.2-0:
    • Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
    • Add Greek translation to some builds.
    • support new CM 13.0 pattern encryption (sultanqasim)
    • fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
    • libtar updated to latest upstream and fixes (jcadduono)
    • fixes for loading custom themes (_that)
    • TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
    • translation updates - added Italian, Czech and Polish and significant updates to Dutch
    • progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
    • fix input box text display (Dees_Troy)
    • reboot option after zip install complete (bigbiff)
    • other mostly invisible bug fixes and improvements

    Install guide:

    • Install fastboot tools from google's sdk on your PC
    • Enter fastboot mode
    • Unlock your bootloader
    • Download recovery*.img and Lazyflasher
    • Copy lazyflasher In your internal Phone memory
    • Run "fastboot flash recovery recovery-mido.img in command line
      [*]Boot into recovery and flash Lazy flasher (Important for miui, else you can't boot into system)
    • Reboot and enjoy it

    Download:

    recovery.img
    lazyflasher-no-verity-opt-encrypt.zip


    Source code:

    https://github.com/omnirom/android_bootable_recovery

    XDA:DevDB Information
    twrp, Tool/Utility for the Xiaomi Redmi Note 4

    Contributors
    abhishek987

    Version Information
    Status: Stable
    Stable Release Date: 2017-05-26

    Created 2017-02-17
    Last Updated 2017-05-26
    15
    Hey guys twrp has been updated to 3.1.0 and with it it goes official as well, I have fixed mtp for more changelog refer to https://twrp.me/site/update/2017/03/10/twrp-3.1.0-0-released.html
    And You can grab latest build at https://twrp.me/devices/xiaomiredminote4.html

    Twrp is common for both redmi note 4 (sd) and redmi note4x just like rom :)

    #Happy_flashing :)
    13
    ohk guys time for update :p

    CHANGELOG

    • Updated to nougat encryption Blobs
    • Fixed Partition Backup Issue
    • Fixed minor lags...
    ..what else you expect from recovery :confused:

    Links are up in op enjoy ;)
    10
    Update: twrp-3.3.0-0-mido.img
    Available from here
    https://dl.twrp.me/mido/twrp-3.3.0-0-mido.img.html