[RECOVERY][h811] TWRP 2.8.7.2 touch recovery

Search This thread

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,080
25
Memphis , TN
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:


Tablet 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.

This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

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/DOWNLOAD FLASHABLE ZIP:
https://www.androidfilehost.com/?w=files&flid=35960

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.
 
Last edited:

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,080
25
Memphis , TN
This is for the T-Mobile LG G4 only. Thanks to @smw6180 for testing

Prerequisites:
* Root
* Unlocked bootloader (In developer options, enable oem unlock)

Installation:
* Flash with flashify (probably the easiest method)

* Flash with dd via adb shell or terminal emulator (assuming the image is in the root of your internal sdcard)

Get root permission
Code:
su

Flash the image to recovery partition
Code:
dd if=/sdcard/twrp-2.8.7.2-h811.img of=/dev/block/bootdevice/by-name/recovery
 
Last edited:

smw6180

Senior Member
Oct 31, 2007
6,078
4,841
Bear, DE
Pic of my TMO 811H running TWRP. Testing backup and recovery as we speak. Great work on this UD!
 

Attachments

  • IMAG0128.jpg
    IMAG0128.jpg
    254.9 KB · Views: 3,807

YankInDaSouth

Senior Member
Oct 30, 2010
1,788
576
Sharpsburg, GA
I'm confused, does simply enabling oem unlock in dev options unlock the bootloader? There's no command that needs to be done? (sorry, coming from a Nexus and new to LG)

G4'ed it!
 

YankInDaSouth

Senior Member
Oct 30, 2010
1,788
576
Sharpsburg, GA

smw6180

Senior Member
Oct 31, 2007
6,078
4,841
Bear, DE
Ok, wiped system after doing a TWRP backup:

Code:
/dev/block/mmcblk0p53                       4249392      8684   4224324   0% /system
Restored with TWRP and it booted.
Code:
/dev/block/mmcblk0p53                       4249392   3296524    936484  78% /system

---------- Post added at 09:26 AM ---------- Previous post was at 09:09 AM ----------

TWRP backup/restore /data test:

Before Wipe:
Code:
/dev/block/mmcblk0p55                    23837100  15775120   8004636  66% /data
After Wipe (internal storage not touched):
Code:
/dev/block/mmcblk0p55                    23837100   9819936  13959820  41% /data
		 
C:\Users\Steve\Desktop>adb shell ls -l /data
drwxrwx---    5 media_rw media_rw      4096 Jan  1 00:01 media
After TWRP restore:
Code:
/dev/block/mmcblk0p55                    23837100  15780820   7998936  66% /sdcard

System rebooted fine, all apps functional. Minor difference in total used storage before and after (Before: 15775120 After: 15780820) which could be cache files or something else.
I didn't write the code. :)
 
Last edited:

2nd Sky

Senior Member
Jun 15, 2013
1,083
310
My City
so this works also on H815 branded: root with codefires tutorial then in dev settings oem unlock and use h815 recovery?
 

Unjustified Dev

Recognized Developer
Oct 21, 2012
7,185
13,080
25
Memphis , TN
so this works also on H815 branded: root with codefires tutorial then in dev settings oem unlock and use h815 recovery?
I understand what your saying , but if you have the option to use LG unlock when you go to bootloader it won't work. T-Mobile doesn't have this option at all and when enabling OEM unlock , it actually unlocks the bootloader.

Sent from my LGMS395 using Tapatalk
 

climo

Senior Member
Jun 30, 2006
226
29
The Woodlands, Texas
[QUOTE'=Unjustified Dev;62032249]I understand what your saying , but if you have the option to use LG unlock when you go to bootloader it won't work. T-Mobile doesn't have this option at all and when enabling OEM unlock , it actually unlocks the bootloader.

Sent from my LGMS395 using Tapatalk[/QUOTE]

Just a little clarification please. If we go to our bootloader screen and there is no option to Use LG unlock, then it might be possible to use oem unlock to unlock Bootloader? will check my bootloader screen just to make sure what's listed.

update-- mine suggest using the unlock.bin to unlock bootloader so I guess oem unlock wont work without the unlock bin file.
 
Last edited:

donwhall70

Senior Member
Feb 14, 2010
565
290
Everett, WA
I have a question do you know how to reboot to twrp once it is on the phone thanks.

To do it at boot..
1. Turn off your phone
2. Press and hold Power and Volume down buttons at the same time.
3. When the LG logo appears, release the power button.
4. Wait one second and press the power button again until the Hard Reset menu shows up.
5. Press Power button once to select the hard reset option. It will boot to TWRP as the stock recovery is not installed.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 49
    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:


    Tablet 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.

    This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.

    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/DOWNLOAD FLASHABLE ZIP:
    https://www.androidfilehost.com/?w=files&flid=35960

    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.
    26
    This is for the T-Mobile LG G4 only. Thanks to @smw6180 for testing

    Prerequisites:
    * Root
    * Unlocked bootloader (In developer options, enable oem unlock)

    Installation:
    * Flash with flashify (probably the easiest method)

    * Flash with dd via adb shell or terminal emulator (assuming the image is in the root of your internal sdcard)

    Get root permission
    Code:
    su

    Flash the image to recovery partition
    Code:
    dd if=/sdcard/twrp-2.8.7.2-h811.img of=/dev/block/bootdevice/by-name/recovery
    10
    Alright, I have uploaded a new image which needs testing.
    Download: https://www.androidfilehost.com/?fid=24052804347821086

    Change log
    * Fixed block size (should fix backup/restore issue)
    * Fixed brightness warning
    * Update kernel to h811 10N

    NOTE: There is no official 2.8.7.1 , I bumped the version number myself due to changes made to device tree.

    Sweet boss!!! I put it in a flashable zip for those who want to easily update. Put on OP if you want.

    twrp-2.8.7.1-h811-FLASH.zip
    https://www.androidfilehost.com/?fid=24052804347821710
    8
    I have a question do you know how to reboot to twrp once it is on the phone thanks.

    To do it at boot..
    1. Turn off your phone
    2. Press and hold Power and Volume down buttons at the same time.
    3. When the LG logo appears, release the power button.
    4. Wait one second and press the power button again until the Hard Reset menu shows up.
    5. Press Power button once to select the hard reset option. It will boot to TWRP as the stock recovery is not installed.
    5
    twrp-3.0-h811-FLASH.zip

    https://www.androidfilehost.com/?fid=24407100847294151

    Sent from my LG-H811 using Tapatalk