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

Code Name: find7

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

Note: The same TWRP image will work for both the 7a and 7s model now.

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:

  • maxwen
    2014-07-26T18:31:33Z
    find7: adjust permissions for color calibration files requires this https://gerrit.omnirom.org/#/c/8776/ Change-Id: I0a7b79df59165406decf7864f6515ebbea1403ba

  • maxwen
    2014-10-14T20:51:05Z
    [1/3] lights: enable multi color led for find7op Change-Id: Ia1c8e71353f4938164f9296418ba2d7d96b80585

  • Menno van Grinsven
    2014-10-13T15:17:29Z
    find7: remove redundant permissions from init file Change-Id: I7f9bb4e35a9438ba4bfbc15413908e016460d126

  • Dees Troy
    2014-09-15T16:53:56Z
    Change LVM scripts to use /sbin/static/busybox Patch set 2 of 2 depends on https://gerrit.omnirom.org/9474 This change updates LVM scripts to use /sbin/static/busybox instead of using /sbin/busybox so that the static busybox does not override the dynamic busybox included in TWRP recovery. This change is needed to prevent errors when installing some zips that depend on the busybox that is supplied by recovery. Improve upon find7: LVM support Phase 3: Recovery bringup Make LVM automatic handling actually work in recovery. This depends on https://gerrit.omnirom.org/#/c/9477/ to work properly. Change-Id: Ib94abaf5232cccc520bc9ec78cbac5bfb4f935c8

  • Andrew Dodd
    2014-09-01T16:16:35Z
    find7: LVM: Set raw_sd and raw_data to removable for twrp.fstab.lvm They're not really removable, but setting this flag stops the mount warnings from confusing users. Change-Id: Ic8882ae0f3900d06d0aff9b98f97c3c4dcf9673d