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

Code Name: zl1

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 (zl1) 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.

Fastboot Install Method (No Root Required):

You will need the platform-tools from the Android SDK on your computer. Download the platform-tools as per your operating system.

Windows users will need proper drivers installed on their computer. You can try the simple FWUL adb/fastboot ISO or the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed

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:

adb reboot bootloader

You should now be in fastboot mode.

Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:

fastboot flash recovery twrp.img

fastboot reboot

Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.

Changelog:

  • mosimchah
    2021-01-11T23:32:47Z
    Merge changes I19a5268a,I9f669649,I2c345806,I9a30f32f,I0d18187b, ... into android-9.0 * changes: zl1: add persist image backup/restore capabilities zl1: make the spacing in recovery.fstab more uniform zl1: properly update libdiag from op3t pie zl1: Clean up kernel cmdline zl1: Override platform version to 16.1.0 zl1: Set PLATFORM_SECURITY_PATCH far into the future zl1: save battery by switching to interactive once booted zl1: update dependency blobs from LineageOS 16.0 zl1: update decryption blobs from oneplus3t zl1: update kernel from LOS source zl1: remove lineage makefiles

  • Marc Bourgoin
    2020-07-06T23:41:30Z
    zl1: add persist image backup/restore capabilities Persist is an important partition that we should offer the ability to backup and restore with. We shall offer it as an image because the partition is already so small and it is superior than just a file backup anyways. Change-Id: I19a5268a1df364c24b4bf9cb5fa6db14621e84ab

  • mosimchah
    2021-01-11T23:26:32Z
    zl1: make the spacing in recovery.fstab more uniform Change-Id: I9f6696493ecdb3fe7f22141bb4b1cb1eab778d20

  • Marc Bourgoin
    2020-06-17T18:59:35Z
    zl1: properly update libdiag from op3t pie Unfortunately I seemed to have missed this blob and we were using a different version. I doubt this will change anything, but I'd rather ensure we have all matching blobs from the same source. Change-Id: I2c3458069d35af567f056c029ba91f41e72af648

  • xboxfanj
    2016-01-16T17:45:48Z
    zl1: Clean up kernel cmdline * Console is overwritten by the bootloader * CONFIG_DEBUG_USER is disabled, so no need to keep user_debug and the same goes for msm_rtb, which depends on CONFIG_MSM_RTB Change-Id: I9a30f32f7dc91cf82f2516bf6a54d7d62f1c00f1