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

Code Name: lake

Device Tree / files

Support thread on xda-developers

NOTE: Monthly security updates may (or may not) break decryption of /data in TWRP. Decryption of /data works both when fastboot booting TWRP and when installing TWRP permanently!

Download Links:

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

Installation:

NOTE: Your bootloader MUST be UNLOCKED before booting or installing TWRP If you already have TWRP installed: Download the latest zip and install the zip using TWRP, or if you have Magisk installed, flash directly in Magisk Manager as a module.

If you do not already have TWRP installed: Download both the img and the zip. Copy the zip to your device. You will need to have the latest fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader menu. Connect the device to your PC. Open a command window and run the following command from the proper location:

fastboot boot path/to/twrp.img

This will temporarily boot TWRP on your device. Use ADB or MTP to push the zip onto your device:

adb push path/to/twrp.zip /sdcard

Go to install and browse to the zip and install the zip. The zip will install TWRP on boot partition of both slots.

If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest firmware for your device and reflash the boot image.

Changelog:

  • Jenkins
    2020-06-23T21:23:09Z
    lake: use common bootctrl

  • Joshua Blanchard
    2020-01-06T18:47:36Z
    Merge "lake: add haptic firmware" into android-9.0

  • Joshua Blanchard
    2019-11-25T03:27:47Z
    lake: add haptic firmware * Fixes vibration during boot Change-Id: I48c881c9cb6e0539427373c1e0534294b558a893 Signed-off-by: Joshua Blanchard

  • Joshua Blanchard
    2020-01-06T01:57:48Z
    Merge "lake: Advertise that we provide our own gpt_utils" into android-9.0

  • Nolen Johnson
    2018-07-12T15:11:02Z
    lake: Advertise that we provide our own gpt_utils * OmniROM tracks this repo un-gaurded, so we can't build it from our device-tree without this. * Depends on: https://gerrit.omnirom.org/#/c/android_hardware_qcom_msm8998/+/31538/ * TWRP also tracks this un-guarded, and is needed for this as well. * Also depends on: https://gerrit.twrp.me/c/android_device_qcom_common/+/1767 Change-Id: I1ee391c6a9f893f39b6f7c741bfc10283fdf12fe