[TWRP-M8WHL] TWRP for Sprint M8WHL

Status
Not open for further replies.
Search This thread

simonsickle

Inactive Recognized Developer
Nov 25, 2012
745
1,119
Maryville
simonsickle.com
This is TWRP, or team win recovery project. For more about teamwin, see them here

This is compiled with omni rom as a base. For Omni, go here
The device tree used to compile is found here

NOTE: This has a patch to ignore event 0 from the touch screen. Without this twrp will not work. You can apply it following directions below.
Code:
repo sync
cd bootable/recovery/
git fetch https://gerrit.omnirom.org/android_bootable_recovery refs/changes/26/6726/1 && git cherry-pick FETCH_HEAD
cd ../../
. build/envsetup.sh
lunch omni_m8_whl-eng
make clobber
make -j8 recoveryimage

To install:
Code:
adb reboot bootloader
fastboot flash recovery TWRP*.img
fastboot reboot


MD5: 4f1609fabb99f676f00d540b826f50bb

Credits:
Thanks to @jmz @Dees_Troy @Flemmard @bigbiff
 
Last edited:
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 17
    This is TWRP, or team win recovery project. For more about teamwin, see them here

    This is compiled with omni rom as a base. For Omni, go here
    The device tree used to compile is found here

    NOTE: This has a patch to ignore event 0 from the touch screen. Without this twrp will not work. You can apply it following directions below.
    Code:
    repo sync
    cd bootable/recovery/
    git fetch https://gerrit.omnirom.org/android_bootable_recovery refs/changes/26/6726/1 && git cherry-pick FETCH_HEAD
    cd ../../
    . build/envsetup.sh
    lunch omni_m8_whl-eng
    make clobber
    make -j8 recoveryimage

    To install:
    Code:
    adb reboot bootloader
    fastboot flash recovery TWRP*.img
    fastboot reboot


    MD5: 4f1609fabb99f676f00d540b826f50bb

    Credits:
    Thanks to @jmz @Dees_Troy @Flemmard @bigbiff
    2
    Please post all comments concerns and questions in this thread
    Thank you for your support

    Sent from my 831C using Tapatalk