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

Code Name: kane

Device Tree / files

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:

  • Beta Soft
    2020-08-01T12:16:09Z
    kane: update misc Signed-off-by: Beta Soft

  • Beta Soft
    2020-08-01T11:38:40Z
    kane: rename bootctrl module to let bootctrl work, damn Samsung Signed-off-by: Beta Soft

  • Beta Soft
    2020-08-01T09:59:00Z
    kane: fix MTP issues Signed-off-by: Beta Soft

  • Beta Soft
    2020-08-01T06:11:58Z
    kane: roll back kernel to android 9.0 PSAS29.160-55-7-1 Signed-off-by: Beta Soft

  • Beta Soft
    2020-08-01T05:37:51Z
    kane: add decryption blobs from PSAS29.160-55-7-1 Signed-off-by: Beta Soft