[RECOVERY/TREBLE][land] Unofficial TWRP 3.2.3 for xiaomi redmi 3s/x

Search This thread

TeamMex

Recognized Developer / Inactive RC
It should work when you flash it, but using it is still a try at your own risk procedure.

To temporarily boot this recovery:

Code:
fastboot boot TWRP-3.2.3-0-unnoficial-oreo-land.img
To permanently flash it:

Code:
fastboot flash recovery TWRP-3.2.3.0_Land-Treble.img


Download: TWRP-3.2.3.0_Land-Treble.img

older

You need this TWRP to flash oreo.

XDA:DevDB Information
TeamWinRecovery, ROM for the Xiaomi Redmi 3S

Contributors
TeamMex
ROM OS Version: 8.x Oreo

Version Information
Status: Testing

Created 2017-11-07
Last Updated 2018-08-03
 

TeamMex

Recognized Developer / Inactive RC
Reserved

TWRP 3.2.0-0 is out now for most currently supported devices.

What's new in 3.2.3-0-Treble:

  • Updated DRM blobs
  • TWRP 3.2.3
  • adb backup fixes
  • OTA style update zips will now install automatically without prompting for decrypt
  • minor tweaks to handling date/time on Qualcomm devices
  • updates to some language translations
  • Drop ueventd
  • fs: symlink platform/soc/${ro.boot.bootdevice} to bootdevice based on Addison implementation (https://github.com/TeamWin/android_...mmit/ea6c6302d06fc210f81932d39b81ef4d7a4b77c3)

What's new in 3.2.1-0-Treble:

  • Posibility to mount CUST as vendor
  • You can do a wipe to CUST partition (Called now vendor)
  • no this not move the partitions names so u can't get brick


What's new in 3.2.1-0:

  • minui fixes (cryptomilk)
  • Better android-8.0 compatibility in ROM trees (Dees_Troy)
  • Fix missing library in android-8.0 (nkk71)
  • Fix inconsistent SDCard naming (DevUt)
  • Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)

What's new in 3.2.0-0:

  • Allow restoring adb backups in the TWRP GUI (bigbiff)
  • Fix gzip backup error in adb backups (bigbiff)
  • Fix a bug in TWRP's backup routines that occasionally corrupted backup files (nkk71)
  • Better support for installing Android 8.0 based zips due to legacy props (nkk71)
  • Support vold decrypt with keymaster 3.0 in 8.0 firmwares (nkk71)
  • Decrypt of synthetic passwords for Pixel 2 (Dees_Troy)
  • Support newer ext4 FBE policies for backup and restore in libtar (Dees_Troy)
  • v2 fstab support (Dees_Troy)
  • Bring TWRP forward to android 8.0 AOSP base (Dees_Troy)
  • Various other minor bugfixes and tweaks
 
Last edited:

baba9

Senior Member
Apr 15, 2014
375
134
Hey @TeamMex bro can u help me here. I want to know what is the use of this twrp? I flashed your oreo rom with red wolf twrp and that worked. So what is the use of this twrp? Thanks!
 

TeamMex

Recognized Developer / Inactive RC

Rukijo

Senior Member
Jun 23, 2015
422
120
Yeah, i think it's better you focus on developing O for our land. ?
 

austinpinto

Senior Member
Nov 5, 2014
534
168
mumbai
nice recovery.
1 feature request i have.
its related but unralated at the same time.
can you add a feature in the updater of your o rom to check for updates for your twrp recovery also?
 

TeamMex

Recognized Developer / Inactive RC
nice recovery.
1 feature request i have.
its related but unralated at the same time.
can you add a feature in the updater of your o rom to check for updates for your twrp recovery also?

I will update this until TWRP release a new version xd so no problem not need to update in some time.
 
  • Like
Reactions: bksinghofficial

NaYaB786

Senior Member
Nov 24, 2015
846
227
Can i restore the rom backups created by the old version of trwp on the new one? Will there be any problem?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 55
    It should work when you flash it, but using it is still a try at your own risk procedure.

    To temporarily boot this recovery:

    Code:
    fastboot boot TWRP-3.2.3-0-unnoficial-oreo-land.img
    To permanently flash it:

    Code:
    fastboot flash recovery TWRP-3.2.3.0_Land-Treble.img


    Download: TWRP-3.2.3.0_Land-Treble.img

    older

    You need this TWRP to flash oreo.

    XDA:DevDB Information
    TeamWinRecovery, ROM for the Xiaomi Redmi 3S

    Contributors
    TeamMex
    ROM OS Version: 8.x Oreo

    Version Information
    Status: Testing

    Created 2017-11-07
    Last Updated 2018-08-03
    17
    updated to 3.2
    16
    Added new recovery with vendor support
    15
    Reserved

    TWRP 3.2.0-0 is out now for most currently supported devices.

    What's new in 3.2.3-0-Treble:

    • Updated DRM blobs
    • TWRP 3.2.3
    • adb backup fixes
    • OTA style update zips will now install automatically without prompting for decrypt
    • minor tweaks to handling date/time on Qualcomm devices
    • updates to some language translations
    • Drop ueventd
    • fs: symlink platform/soc/${ro.boot.bootdevice} to bootdevice based on Addison implementation (https://github.com/TeamWin/android_...mmit/ea6c6302d06fc210f81932d39b81ef4d7a4b77c3)

    What's new in 3.2.1-0-Treble:

    • Posibility to mount CUST as vendor
    • You can do a wipe to CUST partition (Called now vendor)
    • no this not move the partitions names so u can't get brick


    What's new in 3.2.1-0:

    • minui fixes (cryptomilk)
    • Better android-8.0 compatibility in ROM trees (Dees_Troy)
    • Fix missing library in android-8.0 (nkk71)
    • Fix inconsistent SDCard naming (DevUt)
    • Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot (jlask)

    What's new in 3.2.0-0:

    • Allow restoring adb backups in the TWRP GUI (bigbiff)
    • Fix gzip backup error in adb backups (bigbiff)
    • Fix a bug in TWRP's backup routines that occasionally corrupted backup files (nkk71)
    • Better support for installing Android 8.0 based zips due to legacy props (nkk71)
    • Support vold decrypt with keymaster 3.0 in 8.0 firmwares (nkk71)
    • Decrypt of synthetic passwords for Pixel 2 (Dees_Troy)
    • Support newer ext4 FBE policies for backup and restore in libtar (Dees_Troy)
    • v2 fstab support (Dees_Troy)
    • Bring TWRP forward to android 8.0 AOSP base (Dees_Troy)
    • Various other minor bugfixes and tweaks
    15
    updated fixed some bugs