Disclaimer:

Team Win strives to provide a quality product.  However, it is your decision to install our software on your device.  Team Win takes no responsibility for any damage that may occur from installing or using TWRP.

Status:

Support Status: Current

Maintainer: messi2050

Code Name: ph2n

Device Tree / files

App Install Method (Requires Root):

Download the Official TWRP App (root required):

Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (ph2n) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out more about the app here.

Download Links:

Current and past versions of TWRP can be found at one of the mirrors below:

TWRP Install (Requires TWRP 2.8.4 or higher already installed):

Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.

dd Install Method (Requires Root):

Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:

su

dd if=/sdcard/twrp.img of=/dev/block/bootdevice/by-name/recovery

Changelog:

  • messi2050
    2019-06-15T15:30:30Z
    fix building under android 9.0 branch

  • Mina
    2018-01-22T23:34:25Z
    Merge "ph2n: switch to 64" into cm-13.0

  • messi2050
    2018-01-22T23:21:52Z
    ph2n: switch to 64 Change-Id: Ia373aa083ed433fc9b9b1b94d74ed0e649389584

  • Jenkins
    2017-10-15T22:28:27Z
    Fixup for cm-13.0

  • messi2050
    2017-10-14T18:44:20Z
    Create README.md