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

Code Name: klte

Device Tree / files

Support thread on xda-developers

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 (klte) 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:

International, Americas, and Oceanic (SM-G900F, SM-G900W8, SM-G900T, SM-G900M, SM-G900P, SM-G900V, SM-G900I):

International Duos (SM-G900FD):

China & China Duos (SM-G9006V, SM-G9008V, SM-G9006W, SM-G9008W, SM-G9009W):

Japan (SCL23, SC-04F):

Korea (SM-G900K, SM-G900L, SM-G900S):

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.

Odin Install Method (No Root Required):

You will need to download and install Odin on your PC. Once you have Odin installed, download the proper .tar file for your device from the download link above. Power off your device. Turn on your device using the proper key combo to get into download mode and attach the device to your computer via a USB cable. Use the PDA tab or button to browse to and select the tar file that you downloaded and flash the device.

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.

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/platform/msm_sdcc.1/by-name/recovery

Changelog:

  • Yillie
    2020-09-01T13:12:19Z
    Removed a seperate entry for system image Removed Line No.14 which was a seperate entry for system image and added the flash to the Line No.5 to enable flashing image files to system.

  • Yilliee
    2020-08-30T18:16:35Z
    TWRP tree by @Yilliee Fixed Aroma installer not working. Removed read-only restriction from Modem Partition. Various other fixed I don't remember.

  • James Christopher Adduono
    2017-09-20T22:01:11Z
    Use mkbootimg from build system, cleanup bootimg.mk Change-Id: Ic01c7b7d49d712a66d2a0a99112e67f082e6204c

  • James Christopher Adduono
    2017-09-20T21:46:09Z
    Use generic device libinit, include all variants Change-Id: I764b4447ade4b665ee2cdcfcc028fefaaf4d29c2

  • Bruce Wayne
    2017-04-27T05:06:05Z
    Add /misc partition for OTA updater Change-Id: I88fa18256a87f2cf4459d1b93049345e40580081