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

Code Name: d852

Device Tree / files

Note, you must be rooted and vulnerable to BUMP to use TWRP on this device.

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

Changelog:

  • Dan Pasanen
    2016-11-30T17:14:13Z
    Merge "d852: use pad partition for /misc" into android-4.4

  • Dan Pasanen
    2016-11-22T02:42:54Z
    d852: use pad partition for /misc * This avoids us wiping data by the bootloader writing a wipe command to /misc if the device is booted using the key combo Change-Id: Ia1df8cd8350e30cf80de641ee1ab43ea01e37875

  • Dan Pasanen
    2015-06-24T03:14:57Z
    d852: add bump script and custom mkbootimg Change-Id: I04a2e4ca60094c6363aa79154496f34259500871

  • Dan Pasanen
    2015-06-12T20:42:45Z
    d852: add f2fs-supported kernel, switch to separated dt and build f2fs tools Change-Id: I02ba48c22eb1a92adf1243dcb3fa3eba5f97442c

  • Ethan Yonker
    2014-12-23T14:34:14Z
    Initial commit