[RECOVERY][ms01lte] TWRP 2.8.7.0 touch recovery[with EFS/Modem backup][F2FS support]

Search This thread

aapav01

Inactive Recognized Developer / Contributor
Team Win Recovery Project 2.8.7.x

Team Win Recovery Project 2.x, or twrp2 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.

Phone look:


CHANGELOG for 2.8.7.0:

-Initial ground work for software drawn keyboard (_that)
-Fix handling of wiping internal storage on datamedia devices (xuefer)
-Allow DataManager to set and read values from the system properties (xuefer)
-Fix crash when taking screenshots on arm64 devices (xuefer)
-Fix error message after an ORS script completes (Dees_Troy)
-Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
-Add system read only option – more details below (Dees_Troy)
-Add resize2fs and GUI option to run resize2fs (Dees_Troy)
-Fix crash loop caused by empty lines in AOSP recovery command file (_that)
-Prevent duplicate page overlays such as multiple lock screens (mdmower)

Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.

System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.

resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.

CHANGELOG for 2.8.6.0:

-Fix daylight savings time rules for USA and Europe (_that)
-Allow mulitple overlays for popup boxes (Dees_Troy)
-Add pattern style password entry for decrypt (Tassadar)
-Keyboard improvements (_that)
-Update AOSP base to 5.1 (Dees_Troy)
-Reduce theme count to 5 and rely on scaling (Dees_Troy)
-Various scaling improvements (Dees_Troy)
-Improved handling of resources in the GUI (_that)
-Make scroll bar size proportional to list size (_that)
-Allow scoll lists to render without a header (_that)
-Make console scroll per pixel with kinetic scrolling (_that)
-Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
-Various other fixes and improvements (mdmower, bigbiff, codelover, etc)

CHANGELOG for 2.8.5.0:

-Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
-Backups can now be cancelled while the backup is in progress (does not include restore because we don't want to leave your device in a bad state)
-Improve thread handling and move input handling into the main rendering thread to improve stability
-Make MTP work even if unplugged and plugged back in
-Unify scrollable list code and make kinetic scrolling feel more natural
-Fix handling of mapped zip files for OTA updates (CM12 updater)
-USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
-Other small fixes and improvements

CHANGELOG for 2.8.4.0:

-Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
-Fix some MTP related crashes and bugs
-Eliminate TWRP toggling USB IDs during boot if MTP is enabled
-Fix various adb sideload issues
-Improve threading of actions
-Eliminate separate thread for screen timeout
-Update libblkid to 2.25.0
-Use power button as back button on watch themes for easier navigation
-Add mutex locking to data manager
-Improve custom theme handling on encrypted devices
-Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens

CHANGELOG for 2.8.3.0:

-MTP will now tell the host PC that storage is removed instead of disabling MTP completely
-MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
-Update and improve fix permissions and make fixing contexts optional
-Update SuperSU in TWRP to 2.40 and update install process
-Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
-Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
-Fix kernel panic during MTP start on some devices
-Support unicode fonts on devices with True Type Font support
-Fix slider value not showing sometimes (vibration settings page)
-Toggle MTP off during adb sideload to set correct USB IDs
-Reduce library requirements for 5.0 L decrypt
-Other minor fixes and improvements

Note: Starting with TWRP 2.8.2.0 and higher, adb sideload uses a new sideload method originally implemented in AOSP recovery. You will need the latest adb binaries to use sideload in these newer versions of TWRP. The version required is 1.0.32. You can find the version by running "adb version" on your computer. The new sideload feature no longer stores the zip on your device. Instead, a fuse file system is created in RAM and the zip is streamed from your computer. This puts less wear and tear on storage and ensures that large zips will not fill up all of your RAM. The sideload may spit an error on your PC side, but the zip should install just fine on your device.

DOWNLOAD:
ON post #3

BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!

SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.

XDA:DevDB Information
Team Win Recovery Project Grand 2 LTE, Tool/Utility for the Samsung Galaxy Grand 2

Contributors
aapav01

Version Information
Status: Stable

Created 2015-09-22
Last Updated 2015-09-22
 

aapav01

Inactive Recognized Developer / Contributor
DOWNLOAD

Method 1:
Odin http://shabbypenguin.com/?developer=Tools
1) Install whatever drivers make you happy and make your device connect (i would suggest samsung ones).
2) Reboot your device in download mode you can use adb reboot download or the hardware key combo for your device.
3) Load up Odin and uncheck auto-reboot.
4) Click PDA and select the TWRP tar you downloaded.
5) Connect your device in download mode.
6) Click start.
7) When its finished disconnect your device, pull the battery out.
8) Reinsert the battery and use the hardware keys for your device to power directly into recovery mode (this will bypass install-recovery.sh if you are stock).
9) Enjoy having a custom recovery.

Method 2: IF you are already on anyother recovery
1)Reboot your device in recovery mode you can use adb reboot recovery or the hardware key combo for your device.
2)Now just flash the flashable zip from sdcard or extsdcard you have downloaded
3)Now REboot into recovery and Enjoy ur new TWRP recovery




Downloads
TWRP 2.8.7.0
https://basketbuild.com/devs/aapav01/ms01lte/TWRP

ZIP FILE
TAR (uploading soon)
IMG(uploading soon)
 
Last edited:

Yuen.Jason22

Senior Member
Sep 22, 2013
445
178
Hong Kong
Hello,
Should I use this recovery instead of CWM recovery to flash motion rom S5 mini port rom? Will i brick my phone if I use Cwm to flash your 5.1.1 rom? :confused:
I am not familar of TWRP because hard key doesnt works (・ิω・ิ)
Thank you @aapav01 for your generosity at making tools for ms01lte ;) even though you dont have the model :) :D ٩(♡ε♡ )۶ (>ω<)

Sent from my SM-G7105 using Tapatalk
 

neonkat

Senior Member
Aug 15, 2014
4,408
2,937
lost
Hello,
Should I use this recovery instead of CWM recovery to flash motion rom S5 mini port rom? Will i brick my phone if I use Cwm to flash your 5.1.1 rom? :confused:
I am not familar of TWRP because hard key doesnt works (・ิω・ิ)
Thank you @aapav01 for your generosity at making tools for ms01lte ;) even though you dont have the model :) :D ٩(♡ε♡ )۶ (>ω<)

Sent from my SM-G7105 using Tapatalk

even twrp is more stable+user friendly.yes,you can flash any rom with any recovery.
 
  • Like
Reactions: Yuen.Jason22

yerrie

Member
Aug 2, 2013
49
15
jakarta
Bro why the time in twrp didn't match the timezone i'm in or the phone time? And if i reebot to twrp it took some times to open the menu sometimes i had to push the power button to get into menu?
 

neonkat

Senior Member
Aug 15, 2014
4,408
2,937
lost
Bro why the time in twrp didn't match the timezone i'm in or the phone time? And if i reebot to twrp it took some times to open the menu sometimes i had to push the power button to get into menu?

you have to set the time manually to your timezone in settings-timezone.

if you see some delay in recovery,try out some cool twrp theme here(i use play).remember to use 1280×720 and uss 2870_v1(or something like that)(method for installtion given there).
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Team Win Recovery Project 2.8.7.x

    Team Win Recovery Project 2.x, or twrp2 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.

    Phone look:


    CHANGELOG for 2.8.7.0:

    -Initial ground work for software drawn keyboard (_that)
    -Fix handling of wiping internal storage on datamedia devices (xuefer)
    -Allow DataManager to set and read values from the system properties (xuefer)
    -Fix crash when taking screenshots on arm64 devices (xuefer)
    -Fix error message after an ORS script completes (Dees_Troy)
    -Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
    -Add system read only option – more details below (Dees_Troy)
    -Add resize2fs and GUI option to run resize2fs (Dees_Troy)
    -Fix crash loop caused by empty lines in AOSP recovery command file (_that)
    -Prevent duplicate page overlays such as multiple lock screens (mdmower)

    Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.

    System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.

    resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.

    CHANGELOG for 2.8.6.0:

    -Fix daylight savings time rules for USA and Europe (_that)
    -Allow mulitple overlays for popup boxes (Dees_Troy)
    -Add pattern style password entry for decrypt (Tassadar)
    -Keyboard improvements (_that)
    -Update AOSP base to 5.1 (Dees_Troy)
    -Reduce theme count to 5 and rely on scaling (Dees_Troy)
    -Various scaling improvements (Dees_Troy)
    -Improved handling of resources in the GUI (_that)
    -Make scroll bar size proportional to list size (_that)
    -Allow scoll lists to render without a header (_that)
    -Make console scroll per pixel with kinetic scrolling (_that)
    -Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
    -Various other fixes and improvements (mdmower, bigbiff, codelover, etc)

    CHANGELOG for 2.8.5.0:

    -Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
    -Backups can now be cancelled while the backup is in progress (does not include restore because we don't want to leave your device in a bad state)
    -Improve thread handling and move input handling into the main rendering thread to improve stability
    -Make MTP work even if unplugged and plugged back in
    -Unify scrollable list code and make kinetic scrolling feel more natural
    -Fix handling of mapped zip files for OTA updates (CM12 updater)
    -USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
    -Other small fixes and improvements

    CHANGELOG for 2.8.4.0:

    -Add flashing of boot and recovery images via the TWRP GUI (Find the Images button on the Install page)
    -Fix some MTP related crashes and bugs
    -Eliminate TWRP toggling USB IDs during boot if MTP is enabled
    -Fix various adb sideload issues
    -Improve threading of actions
    -Eliminate separate thread for screen timeout
    -Update libblkid to 2.25.0
    -Use power button as back button on watch themes for easier navigation
    -Add mutex locking to data manager
    -Improve custom theme handling on encrypted devices
    -Allow the stock theme to be offset by build flags so we can center a lower res theme on a higher res screen especially for watches with round screens

    CHANGELOG for 2.8.3.0:

    -MTP will now tell the host PC that storage is removed instead of disabling MTP completely
    -MTP will now report the correct max file size based on the file system in use to the host PC (may fix transfer of large files)
    -Update and improve fix permissions and make fixing contexts optional
    -Update SuperSU in TWRP to 2.40 and update install process
    -Make TWRP work properly on AArch64 (Nexus 9 is now built in true 64-bit binaries and libraries)
    -Attempt to set correct permissions and contexts on all files placed in storage so backups will show in Android
    -Fix kernel panic during MTP start on some devices
    -Support unicode fonts on devices with True Type Font support
    -Fix slider value not showing sometimes (vibration settings page)
    -Toggle MTP off during adb sideload to set correct USB IDs
    -Reduce library requirements for 5.0 L decrypt
    -Other minor fixes and improvements

    Note: Starting with TWRP 2.8.2.0 and higher, adb sideload uses a new sideload method originally implemented in AOSP recovery. You will need the latest adb binaries to use sideload in these newer versions of TWRP. The version required is 1.0.32. You can find the version by running "adb version" on your computer. The new sideload feature no longer stores the zip on your device. Instead, a fuse file system is created in RAM and the zip is streamed from your computer. This puts less wear and tear on storage and ensures that large zips will not fill up all of your RAM. The sideload may spit an error on your PC side, but the zip should install just fine on your device.

    DOWNLOAD:
    ON post #3

    BUGS:
    If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 40 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!

    SUPPORT:
    Live support is available via #twrp on Freenode with your IRC client or just click this link.

    XDA:DevDB Information
    Team Win Recovery Project Grand 2 LTE, Tool/Utility for the Samsung Galaxy Grand 2

    Contributors
    aapav01

    Version Information
    Status: Stable

    Created 2015-09-22
    Last Updated 2015-09-22
    5
    DOWNLOAD

    Method 1:
    Odin http://shabbypenguin.com/?developer=Tools
    1) Install whatever drivers make you happy and make your device connect (i would suggest samsung ones).
    2) Reboot your device in download mode you can use adb reboot download or the hardware key combo for your device.
    3) Load up Odin and uncheck auto-reboot.
    4) Click PDA and select the TWRP tar you downloaded.
    5) Connect your device in download mode.
    6) Click start.
    7) When its finished disconnect your device, pull the battery out.
    8) Reinsert the battery and use the hardware keys for your device to power directly into recovery mode (this will bypass install-recovery.sh if you are stock).
    9) Enjoy having a custom recovery.

    Method 2: IF you are already on anyother recovery
    1)Reboot your device in recovery mode you can use adb reboot recovery or the hardware key combo for your device.
    2)Now just flash the flashable zip from sdcard or extsdcard you have downloaded
    3)Now REboot into recovery and Enjoy ur new TWRP recovery




    Downloads
    TWRP 2.8.7.0
    https://basketbuild.com/devs/aapav01/ms01lte/TWRP

    ZIP FILE
    TAR (uploading soon)
    IMG(uploading soon)
    4
    Reserved

    changelog for device specific:

    initial relesased
    4
    Reserved Post

    Reserved Post 3
    2
    @aapav01 can you please update TWRP to 3.0.0????????? I am willing to be tester