[RECOVERY][crackling] TWRP 3.1.1-0 [OFFICIAL]

Search This thread

beroid

Senior Member
Mar 24, 2011
510
2,826
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.



CHANGELOG
Current version: 3.1.1-0
  • Backups will now include adopted storage keys (Dees_Troy)
  • Fixed an adb restore issue (bigbiff)
  • Fixed rebooting when no OS is present (Dees_Troy)
  • Fixed line wrapping in the GUI terminal (_that)
  • Updated TWRP source code to AOSP 7.1.2 (Dees_Troy)

Older versions:
CHANGELOG for 3.1.0-0:
  • vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
  • adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
  • tweak MTP startup routines (mdmower)
  • support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
  • support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
  • better indicate to users that internal storage is not backed up (Dees_Troy)
  • improve automatic determination of TW_THEME (mdmower)
  • minimal getcap and setcap support (_that)
  • try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
  • shut off backlight with power key (mdmower)
  • timeout during FDE decrypt (Dees_Troy and nkk71)
  • support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
  • boot slot support (Dees_Troy)
  • TWRP app install prompt during reboot (Dees_Troy)
  • support for AB OTA zips (Dees_Troy)
  • support new Android 7.x log command (Dees_Troy)
  • update recovery sources to AOSP 7.1 (Dees_Troy)
  • numerous bugfixes and improvements by too many people to mention
CHANGELOG for 3.0.3-0:

-Partial release to help support the release of the Official TWRP app

CHANGELOG for 3.0.2-0:

-Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
-Add Greek translation to some builds.

CHANGELOG for 3.0.1-0:

-support new CM 13.0 pattern encryption (sultanqasim)
-fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
-libtar updated to latest upstream and fixes (jcadduono)
-fixes for loading custom themes (_that)
-TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
-translation updates - added Italian, Czech and Polish and significant updates to Dutch
-progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
-fix input box text display (Dees_Troy)
-reboot option after zip install complete (bigbiff)
-other mostly invisible bug fixes and improvements


IMPORTANT! Read this before installing!

DOWNLOADS:
CRACKLING: https://dl.twrp.me/crackling/

XDA:DevDB Information
TWRP crackling, Tool/Utility for the Wileyfox Swift

Contributors
beroid
Source Code: https://github.com/TeamWin


Version Information
Status: Stable

Created 2016-07-20
Last Updated 2017-05-20
 
Last edited:

beroid

Senior Member
Mar 24, 2011
510
2,826
Before installing!

Latest COS (Cyanogen OS 13.1.2) firmware
If you using lastest COS firmware - just install TWRP

if not:
Checking bootloader (2 versions)

old version:
fastboot_old.png
new version:
fastboot_new.png

If looks like new version:
install TWRP​
If looks like old version:
  1. Reboot to bootloader
  2. Download https://www.androidfilehost.com/?fid=457095661767123627
  3. Extract files
  4. Run the following commands:
    Code:
    fastboot flash aboot emmc_appsboot.mbn
    fastboot flash rpm rpm.mbn
    fastboot flash tz tz.mbn
    fastboot flash hyp hyp.mbn
    fastboot flash modem NON-HLOS.bin
    fastboot flash sbl1 sbl1.mbn
    fastboot flash splash splash.img
  5. Install TWRP
 
Last edited:

al_SeveR

Member
Apr 4, 2016
7
1
Can't decrypt

First, thanks for sharing. I'm using CM13 official nightlies and I can't decrypt with this recovery. Any idea?
 

Shotg1

Senior Member
Apr 25, 2016
861
106
Manila
Shotg1

Thanks beroid for this no need to edit whats inside the zip just flash the cm 13 snapshot. But i have a lil prob. After flashing the twrp 3.0.1 cant access twrp... Im currently using the old twrp 3.0.0 for crackling still thanks so much for your twrp more power
 

Top Liked Posts

  • There are no posts matching your filters.
  • 25
    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.



    CHANGELOG
    Current version: 3.1.1-0
    • Backups will now include adopted storage keys (Dees_Troy)
    • Fixed an adb restore issue (bigbiff)
    • Fixed rebooting when no OS is present (Dees_Troy)
    • Fixed line wrapping in the GUI terminal (_that)
    • Updated TWRP source code to AOSP 7.1.2 (Dees_Troy)

    Older versions:
    CHANGELOG for 3.1.0-0:
    • vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
    • adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_bootable_recovery/commit/ce8f83c48d200106ff61ad530c863b15c16949d9 (bigbiff)
    • tweak MTP startup routines (mdmower)
    • support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
    • support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
    • better indicate to users that internal storage is not backed up (Dees_Troy)
    • improve automatic determination of TW_THEME (mdmower)
    • minimal getcap and setcap support (_that)
    • try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
    • shut off backlight with power key (mdmower)
    • timeout during FDE decrypt (Dees_Troy and nkk71)
    • support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
    • boot slot support (Dees_Troy)
    • TWRP app install prompt during reboot (Dees_Troy)
    • support for AB OTA zips (Dees_Troy)
    • support new Android 7.x log command (Dees_Troy)
    • update recovery sources to AOSP 7.1 (Dees_Troy)
    • numerous bugfixes and improvements by too many people to mention
    CHANGELOG for 3.0.3-0:

    -Partial release to help support the release of the Official TWRP app

    CHANGELOG for 3.0.2-0:

    -Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
    -Add Greek translation to some builds.

    CHANGELOG for 3.0.1-0:

    -support new CM 13.0 pattern encryption (sultanqasim)
    -fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
    -libtar updated to latest upstream and fixes (jcadduono)
    -fixes for loading custom themes (_that)
    -TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
    -translation updates - added Italian, Czech and Polish and significant updates to Dutch
    -progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
    -fix input box text display (Dees_Troy)
    -reboot option after zip install complete (bigbiff)
    -other mostly invisible bug fixes and improvements


    IMPORTANT! Read this before installing!

    DOWNLOADS:
    CRACKLING: https://dl.twrp.me/crackling/

    XDA:DevDB Information
    TWRP crackling, Tool/Utility for the Wileyfox Swift

    Contributors
    beroid
    Source Code: https://github.com/TeamWin


    Version Information
    Status: Stable

    Created 2016-07-20
    Last Updated 2017-05-20
    9
    Before installing!

    Latest COS (Cyanogen OS 13.1.2) firmware
    If you using lastest COS firmware - just install TWRP

    if not:
    Checking bootloader (2 versions)

    old version:
    fastboot_old.png
    new version:
    fastboot_new.png

    If looks like new version:
    install TWRP​
    If looks like old version:
    1. Reboot to bootloader
    2. Download https://www.androidfilehost.com/?fid=457095661767123627
    3. Extract files
    4. Run the following commands:
      Code:
      fastboot flash aboot emmc_appsboot.mbn
      fastboot flash rpm rpm.mbn
      fastboot flash tz tz.mbn
      fastboot flash hyp hyp.mbn
      fastboot flash modem NON-HLOS.bin
      fastboot flash sbl1 sbl1.mbn
      fastboot flash splash splash.img
    5. Install TWRP
    9
    Official builds

    We finally got official TWRP builds
    4
    New build is up (3.0.2-5)!
    • kernel update
    3
    New build is up (3.0.2-3)!
    • fixed the battery status indicator
    • fixed adapted storage decryption