[TWRP][3.1.1-0]Touch recovery UNOFFICIAL [21/05/2017]

Search This thread

TeamMex

Recognized Developer / Inactive RC
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

teamwin-recovery-project-twrp-logo.jpg

What's new in 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)Updated TWRP source code to AOSP 7.1.2

What's new in 3.1.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

What’s new in 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.
What’s new in 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

changes included in version 3.0.0 are:
  • True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
  • Language translation - Languages that require large font files like Chinese & Japanese won't be available on most devices. Some languages may only be partially translated at this time. Translations are welcome over at OmniROM's Gerrit. (mostly by Dees_Troy)
  • Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
  • Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
  • Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
  • SuperSU prompt will no longer display if a Marshmallow ROM is installed
  • Update exfat, exfat fuse, dosfstools (by mdmower)
  • Update AOSP base to 6.0
  • Many, many minor fixes and tweaks

Screenshot_1970-04-22-23-14-25-169x300.png
Screenshot_1970-04-22-23-14-27-169x300.png
Screenshot_1970-04-22-23-14-32-169x300.png
Screenshot_1970-04-22-23-14-36-169x300.png
Screenshot_1970-04-22-23-14-39-169x300.png
Screenshot_1970-04-22-23-15-18-169x300.png
Screenshot_1970-04-22-23-14-54-169x300.png



DOWNLOAD:
TWRP Ghost Folder



How to install:
  • Download .img file
  • Restart your device in bootloader
  • flash via fastboot
    fastboot flash recovery twrp-3.x.x-x-Ghost-UNOFFICIAL.img
  • enter into recovery or reboot
  • Enjoy

[older Downloads]



CHANGELOG in second post


If you like my work, you can buy me a coffee with your donatives. All donations are appreciated. :)

XDA:DevDB Information
TeamWinRecovery, Tool/Utility for the Moto X

Contributors
TeamMex, TeamMEX

Version Information
Status: Testing

Created 2016-02-06
Last Updated 2017-05-20
 

TeamMex

Recognized Developer / Inactive RC
Reserved

What’s new in 3.1.0-0: 2017-03-09
  • Removed unused flags
  • Fix mtp broken in 3.1
  • Fixed Graphical Glitch
  • Red Letters are made by TWRP read about VOLD and more in the TWRP changelog in OP
  • Moved to TWRP 3.1

What’s new in 3.0.3-0: 2017-02-13
  • Fixed issue with ext4 (Formatting in ext4 no longer takes a life.)
  • build ramdisk on LZMA
  • Builded DT on lz4c
  • Improve backup display names with emulated storage
  • Fix crash during check for TWRP app
  • Fill uid/gid for screenshots at compile time
  • Allow custom bootloader msg offset in block misc
  • more here...https://github.com/omnirom/android_bootable_recovery/commits/android-7.1

What’s new in 3.0.2-0: 2016-05-17
  • Update spanish translation
  • Partition: Fix parsing of several twrp fstab flags
  • Fix decrypt of odd number length PIN on hardware crypto
  • Restore TW_SCREEN_BLANK_ON_BOOT functionality.
  • Languages: Update Japanese translation
  • Languages: Add font for Japanese
  • Improve greek translation
  • Rewrite TWRP fstab flag processing
  • Rewrite FS fstab flag processing
  • Remove char/string conversions in fstab processing
  • Wait to mount until after fstab processed

What’s new in 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.

What’s new in 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

3.0.0-0 28/03/2016
  • Merge code from upstream libtar + bug fixes
  • Don't add subpartitions to restore list
  • Change to dd for wiping crypto partitions
  • gui: fix font scaling for zip themes
  • Fix RELINK of toybox for twrp
  • partitions: Fix path based Find_Next_Storage
  • Remove busybox modprobe to fix slow performance for some devices

3.0.0-0 29/02/2016
  • Fix slow format && installing rom
  • Add back pixel format for TWRP 585
  • Supress secure erase
  • Fix no exfat-fuse rules
  • Fix up logd make file rules
  • Remove inexplicable checks for enabling/disabled UMS support
  • cryptfs: major overhaul and cleanup
  • Restore some old decrypt functionality
  • Patternpassword: update large grid password scheme
  • Fix adopted storage when andsec flag is present
  • Fix OEM compile
  • twrp: Add support for TW_SECONDARY_BRIGHTNESS_PATH
  • minuitwrp: fix and hopefully speed up fbdev screen flipping
  • Fix storage selection with adopted storage
  • partitions: Fix path based Find_Next_Storage
  • Remove busybox modprobe to fix slow performance for some devices
  • Fix verifier_test build
  • minuitwrp: retry opening fb0 if it failed
  • Unix file endings and remove execute permission
 
Last edited:

x000x

Senior Member
Apr 6, 2012
897
151
is it normal to get a "(bootloader) Variable not supported" message?
edit: trying to get into twrp it says 'no command' with a dead android :(

oh I seem to recall that I have to use mfastboot (Motorola's modified version of fastboot)?
edit: yep, using mfastboot worked! (I got the file here if anyone needs it)
 
Last edited:

TeamMex

Recognized Developer / Inactive RC
is it normal to get a "(bootloader) Variable not supported" message?
edit: trying to get into twrp it says 'no command' with a dead android :(

oh I seem to recall that I have to use mfastboot (Motorola's modified version of fastboot)?
edit: yep, using mfastboot worked! (I got the file here if anyone needs it)

Yeap is normal
""(bootloader) Variable not supported" Anyway installs although that message.

cheers.
 
  • Like
Reactions: morcego.surf

abacate123

Senior Member
Feb 22, 2015
1,273
1,804
I'm getting stuck when I try to wipe the cache and/or cache dalvik... What's going on? In the previous twrp I don't get stuck.
 

Lyokacanthrope

Senior Member
May 11, 2011
233
264
Rochester
I'm getting stuck when I try to wipe the cache and/or cache dalvik... What's going on? In the previous twrp I don't get stuck.

Happens when wiping system, too.
Just hangs forever on make_ext4fs, need to reboot to get back to a usable recovery.
Now my /system and /cache can't be mounted or wiped even in fastboot...
Backups don't seem to work right either, considering apparently a backup I made under this TWRP build just disappeared...
 
Last edited:

TeamMex

Recognized Developer / Inactive RC
Happens when wiping system, too.
Just hangs forever on make_ext4fs, need to reboot to get back to a usable recovery.
Now my /system and /cache can't be mounted or wiped even in fastboot...
Backups don't seem to work right either, considering apparently a backup I made under this TWRP build just disappeared...

"Backups don't seem to work right either, considering apparently a backup I made under this TWRP build just disappeared..."

It seems that nobody here reads something warns that make backup of everything.
I builded this using Marshmallow branch for Moto X and it maybe cause to the disappearance of their contents in SD, and created in folder called 0 or legacy, I warned in OP, now I maded Test's about all, Creating backups, restoring backups, wiping partitions etc and everything works fine

12688354_1199712053383198_3657793744532676715_n.jpg
12642833_1199712063383197_5830447534850565075_n.jpg
12687892_1199712596716477_766810594603028833_n.jpg



EDIT:
If anyone have problems with System go to mount's and mount system partition.
In next release I add Forced Not unmount System.
12644647_1199714266716310_6082996561722041501_n.jpg
12646942_1199714243382979_2813526474247698060_n.jpg



cheers
 
Last edited:

Lyokacanthrope

Senior Member
May 11, 2011
233
264
Rochester
I did actually read, and I did have backups of my backups, for what it's worth. I was well aware that it may be unstable.
I was just trying to let you know what happened.
I'd get a log, if I could, but seeing as I have to restart the phone and I can't get adb to work in recovery, I can't help in those regards.
 

rorschach181

Member
Nov 16, 2015
12
2
looks awesome, but i have the same problem - stuck's in wipe cache...
I flashed it via TWRP 2.8.7
 
Last edited:

TeamMex

Recognized Developer / Inactive RC
  • Like
Reactions: CsR0501

Top Liked Posts

  • There are no posts matching your filters.
  • 59
    Code:
    #include <std_disclaimer.h>
    /*
    * Your warranty is now void.
    *
    * I am not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at me for messing up your device, I will laugh at you.
    */

    teamwin-recovery-project-twrp-logo.jpg

    What's new in 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)Updated TWRP source code to AOSP 7.1.2

    What's new in 3.1.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

    What’s new in 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.
    What’s new in 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

    changes included in version 3.0.0 are:
    • True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
    • Language translation - Languages that require large font files like Chinese & Japanese won't be available on most devices. Some languages may only be partially translated at this time. Translations are welcome over at OmniROM's Gerrit. (mostly by Dees_Troy)
    • Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
    • Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
    • Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
    • SuperSU prompt will no longer display if a Marshmallow ROM is installed
    • Update exfat, exfat fuse, dosfstools (by mdmower)
    • Update AOSP base to 6.0
    • Many, many minor fixes and tweaks

    Screenshot_1970-04-22-23-14-25-169x300.png
    Screenshot_1970-04-22-23-14-27-169x300.png
    Screenshot_1970-04-22-23-14-32-169x300.png
    Screenshot_1970-04-22-23-14-36-169x300.png
    Screenshot_1970-04-22-23-14-39-169x300.png
    Screenshot_1970-04-22-23-15-18-169x300.png
    Screenshot_1970-04-22-23-14-54-169x300.png



    DOWNLOAD:
    TWRP Ghost Folder



    How to install:
    • Download .img file
    • Restart your device in bootloader
    • flash via fastboot
      fastboot flash recovery twrp-3.x.x-x-Ghost-UNOFFICIAL.img
    • enter into recovery or reboot
    • Enjoy

    [older Downloads]



    CHANGELOG in second post


    If you like my work, you can buy me a coffee with your donatives. All donations are appreciated. :)

    XDA:DevDB Information
    TeamWinRecovery, Tool/Utility for the Moto X

    Contributors
    TeamMex, TeamMEX

    Version Information
    Status: Testing

    Created 2016-02-06
    Last Updated 2017-05-20
    18
    Reserved

    What’s new in 3.1.0-0: 2017-03-09
    • Removed unused flags
    • Fix mtp broken in 3.1
    • Fixed Graphical Glitch
    • Red Letters are made by TWRP read about VOLD and more in the TWRP changelog in OP
    • Moved to TWRP 3.1

    What’s new in 3.0.3-0: 2017-02-13
    • Fixed issue with ext4 (Formatting in ext4 no longer takes a life.)
    • build ramdisk on LZMA
    • Builded DT on lz4c
    • Improve backup display names with emulated storage
    • Fix crash during check for TWRP app
    • Fill uid/gid for screenshots at compile time
    • Allow custom bootloader msg offset in block misc
    • more here...https://github.com/omnirom/android_bootable_recovery/commits/android-7.1

    What’s new in 3.0.2-0: 2016-05-17
    • Update spanish translation
    • Partition: Fix parsing of several twrp fstab flags
    • Fix decrypt of odd number length PIN on hardware crypto
    • Restore TW_SCREEN_BLANK_ON_BOOT functionality.
    • Languages: Update Japanese translation
    • Languages: Add font for Japanese
    • Improve greek translation
    • Rewrite TWRP fstab flag processing
    • Rewrite FS fstab flag processing
    • Remove char/string conversions in fstab processing
    • Wait to mount until after fstab processed

    What’s new in 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.

    What’s new in 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

    3.0.0-0 28/03/2016
    • Merge code from upstream libtar + bug fixes
    • Don't add subpartitions to restore list
    • Change to dd for wiping crypto partitions
    • gui: fix font scaling for zip themes
    • Fix RELINK of toybox for twrp
    • partitions: Fix path based Find_Next_Storage
    • Remove busybox modprobe to fix slow performance for some devices

    3.0.0-0 29/02/2016
    • Fix slow format && installing rom
    • Add back pixel format for TWRP 585
    • Supress secure erase
    • Fix no exfat-fuse rules
    • Fix up logd make file rules
    • Remove inexplicable checks for enabling/disabled UMS support
    • cryptfs: major overhaul and cleanup
    • Restore some old decrypt functionality
    • Patternpassword: update large grid password scheme
    • Fix adopted storage when andsec flag is present
    • Fix OEM compile
    • twrp: Add support for TW_SECONDARY_BRIGHTNESS_PATH
    • minuitwrp: fix and hopefully speed up fbdev screen flipping
    • Fix storage selection with adopted storage
    • partitions: Fix path based Find_Next_Storage
    • Remove busybox modprobe to fix slow performance for some devices
    • Fix verifier_test build
    • minuitwrp: retry opening fb0 if it failed
    • Unix file endings and remove execute permission
    11
    TWRP updated
    • More Encryption test
    • last TWRP source
    8
    TWRP 3.1.0
    Changes well i dont know xD we haven't a official log.
    device changes
    • Fix mtp
    • Fix graphical glitch
    • some red letters are made by the new TWRP
    • remove unused flags

    TWRP-3.1.0-0-XPerience-LPAS23.12-21.7-1-GHOST-UNOFFICIAL.img