[RECOVERY][m8wlv] TWRP 3.1.1-0 touch recovery [2017-05-19]

Search This thread

haitu

Senior Member
Mar 6, 2012
149
11
So I hit install recovery and in the next window,it says"device name:htc_m8wl-NOT SUPPORTED"

You have to do what the others are doing. They are using fast boot and adb. You cannot download the TWRP app. The original post is incorrect.

I don't recommend messing with TWRP.

*MOD EDITED*.
 
Last edited by a moderator:

Tigerstown

Inactive Recognized Contributor
Jun 20, 2013
3,934
2,940
40
Detroit
You have to do what the others are doing. They are using fast boot and adb. You cannot download the TWRP app. The original post is incorrect.

I don't recommend messing with TWRP.

*MOD EDITED*.

I use the twrp app for a while now? Once I flashed twrp then I go download app. App is just a recovery manager. It pretty much just is a auto boot to recovery

Sent from my HTC6525LVW using XDA Premium 4 mobile app
 
Last edited by a moderator:

1ManWolfePack

Senior Member
Jul 11, 2012
2,384
1,758
You have to do what the others are doing. They are using fast boot and adb. You cannot download the TWRP app. The original post is incorrect.

I don't recommend messing with TWRP.

*MOD EDITED*.

Not sure what your problem is with TWRP, but it's running great -- just like it did on about every other phone I've owned.

Sent from my HTC6525LVW
 
Last edited by a moderator:

Neo

Moderator Emeritus / The One - ΠΣΘ
Aug 4, 2011
13,645
31,950
The Matrix
Let's try and remember to speak respectfully to each other here.

Thank you,

-Neo
Forum Moderator
 
  • Like
Reactions: Lazy8

teddyearp

Senior Member
Jul 27, 2009
268
58
ted.servepics.com
I am glad that the terminal commands have been changed on the TWRP site because it was getting a lot of folks into deep doo-doo. I have yet to flash this, but I'd like to add that the suggestion on the TWRP site for using Goo Manager did not find the recovery for me either ("No compatible recovery found"). I hate to say it, but it gives me pause.

But to re-iterate what 1wolfmanpack said, it looks like right now, the only reliable way to install this is via the command he posted (well a little added by me):

Code:
adb reboot bootloader
fastboot flash recovery 'recovery'.img
fastboot reboot

where the portion in between the ' is the actual name of said recovery.

BTW, I really love using fastboot. Once it's setup and working, takes all the guess work out of the equation.
 
Last edited:

Dodge DeBoulet

Senior Member
Mar 4, 2012
331
67
I am glad that the terminal commands have been changed on the TWRP site because it was getting a lot of folks into deep doo-doo. I have yet to flash this, but I'd like to add that the suggestion on the TWRP site for using Goo Manager did not find the recovery for me either ("No compatible recovery found"). I hate to say it, but it gives me pause.

But to re-iterate what 1wolfmanpack said, it looks like right now, the only reliable way to install this is via the command he posted (well a little added by me):

Code:
adb reboot booloader
fastboot flash recovery 'recovery'.img
fastboot reboot

where the portion in between the ' is the actual name of said recovery.

BTW, I really love using fastboot. Once it's setup and working, takes all the guess work out of the equation.

I hate to be a spelling Nazi, but . . . you're missing a 't' in 'bootloader' ;)
 

teddyearp

Senior Member
Jul 27, 2009
268
58
ted.servepics.com
I am glad that the terminal commands have been changed on the TWRP site because it was getting a lot of folks into deep doo-doo. I have yet to flash this, but I'd like to add that the suggestion on the TWRP site for using Goo Manager did not find the recovery for me either ("No compatible recovery found"). I hate to say it, but it gives me pause.

But to re-iterate what 1wolfmanpack said, it looks like right now, the only reliable way to install this is via the command he posted (well a little added by me):

Code:
adb reboot bootloader
fastboot flash recovery 'recovery'.img
fastboot reboot

where the portion in between the ' is the actual name of said recovery.

BTW, I really love using fastboot. Once it's setup and working, takes all the guess work out of the equation.

Need to learn how to use tapatalk better. Ooops.

Sent from my HTC6525LVW using Tapatalk
 
Last edited:

detr0yt

Senior Member
Dec 8, 2011
231
69
Not to sound like a complete noon... But I'm new to HTC.I been with Sammy. And Odin for years.... What's the difference between ADB and fastboot.. I know adb is through terminal command...in your "adb folder" on your c drive... ( right click and shift) to open a command prompt... Guess I'm just confused what the difference between that and fast boot.. please educate me and not flame me.... Lol...
 

netboy3

Senior Member
Jul 25, 2009
108
105
Not to sound like a complete noon... But I'm new to HTC.I been with Sammy. And Odin for years.... What's the difference between ADB and fastboot.. I know adb is through terminal command...in your "adb folder" on your c drive... ( right click and shift) to open a command prompt... Guess I'm just confused what the difference between that and fast boot.. please educate me and not flame me.... Lol...

Hi and welcome to HTC. HTC is actually following the standard Android utilities and not the proprietary ODIN. When a phone boots, it 1st runs the bootloader program. The bootloader is a low-level program that is responsible for early initialization of the phone. Once the bootloader is done with this early setup, it loads the next part of the boot process from the "boot" partition of the phone. That partition usually holds the "kernel" which is the core piece running your Android OS. The kernel boot process will then startup all the other pieces of Android. Now that you understand how the phone boots (the description is very simplistic - there are many more details I'm leaving out), we can go back to fastboot and adb.

1. fastboot
During the bootloader startup procedure, you can interrupt the bootloader (on the M8 you hold power+vol_down). Once interrupted, the bootloader menu shows up on the phone which allows you, among other things, to choose fastboot mode. Fastboot mode makes the bootloader listen to commands over the phone USB port. The program you need on the PC side to send commands to the bootloader in fastboot mode is the fastboot utility. With the fastboot utility, and depending on the bootloader type and capabilities, you can do many low-level operations on the phone, such as flash and format partitions.

2. adb
ADB, or Android-Debug-Bridge is a much higher level utility. During the kernel startup (way later than the bootloader) a background process called "adbd" (android debug bridge daemon) will be started. adbd will be running either when you are running a recovery or when running a full Android OS. adbd listens over USB (again, this is very simplistic, adbd listens to much more than just USB) and can accept commands. The PC counterpart for interacting with adbd is the adb utility. When using adb, you can interact with with the phone while Android (or recovery) is running. This allows you to do operations at a higher level such as debugging running applications/OS and copying files between your PC and your phone.

So to sum it up, fastboot is a utility used when the phone is in bootloader-fastboot mode. It allows you to do low-level operations such as flashing and formatting partitions. adb, is a utility that requires either a recovery or a full Android OS to be running and will allow you to interact with the phone at the operating system level and is usually used to do file system operations (move copy delete) on the phone.
 

detr0yt

Senior Member
Dec 8, 2011
231
69
Hi and welcome to HTC. HTC is actually following the standard Android utilities and not the proprietary ODIN. When a phone boots, it 1st runs the bootloader program. The bootloader is a low-level program that is responsible for early initialization of the phone. Once the bootloader is done with this early setup, it loads the next part of the boot process from the "boot" partition of the phone. That partition usually holds the "kernel" which is the core piece running your Android OS. The kernel boot process will then startup all the other pieces of Android. Now that you understand how the phone boots (the description is very simplistic - there are many more details I'm leaving out), we can go back to fastboot and adb.

1. fastboot
During the bootloader startup procedure, you can interrupt the bootloader (on the M8 you hold power+vol_down). Once interrupted, the bootloader menu shows up on the phone which allows you, among other things, to choose fastboot mode. Fastboot mode makes the bootloader listen to commands over the phone USB port. The program you need on the PC side to send commands to the bootloader in fastboot mode is the fastboot utility. With the fastboot utility, and depending on the bootloader type and capabilities, you can do many low-level operations on the phone, such as flash and format partitions.

2. adb
ADB, or Android-Debug-Bridge is a much higher level utility. During the kernel startup (way later than the bootloader) a background process called "adbd" (android debug bridge daemon) will be started. adbd will be running either when you are running a recovery or when running a full Android OS. adbd listens over USB (again, this is very simplistic, adbd listens to much more than just USB) and can accept commands. The PC counterpart for interacting with adbd is the adb utility. When using adb, you can interact with with the phone while Android (or recovery) is running. This allows you to do operations at a higher level such as debugging running applications/OS and copying files between your PC and your phone.

So to sum it up, fastboot is a utility used when the phone is in bootloader-fastboot mode. It allows you to do low-level operations such as flashing and formatting partitions. adb, is a utility that requires either a recovery or a full Android OS to be running and will allow you to interact with the phone at the operating system level and is usually used to do file system operations (move copy delete) on the phone.

Wow man... Thanks for your patience and time you took to write that... I really appreciate it... I'm at work right and can't really recall ask the files I have on my computer... But I do know for a fact I I have a adb file directory on my c: drive... And I also had a mini adb file as well... And if I recall right... It did have a fast boot file off some kind in that folder as well... Lol.. not sure right now off hand lol.. Thanks again...
 

1droidmod

Senior Member
Feb 12, 2013
1,094
229
Sioux Falls
TWRP is my current recovery. After downloading TWRP Manager via playstore when I select an option the toast pops up saying something about my device not being supported and app closes. Why? Because TWRP does not officially support my device or a bug?

Thanks

HTC one m8 vzw
hit ThAnKs if I was helpful!!

Edit: Never mind.. I see it is a common issue. No biggie.
 
Last edited:

Tigerstown

Inactive Recognized Contributor
Jun 20, 2013
3,934
2,940
40
Detroit
TWRP is my current recovery. After downloading TWRP Manager via playstore when I select an option the toast pops up saying something about my device not being supported and app closes. Why? Because TWRP does not officially support my device or a bug?

Thanks

HTC one m8 vzw
hit ThAnKs if I was helpful!!

Edit: Never mind.. I see it is a common issue. No biggie.

It works on my phone no problem I wonder why? Do you have stock cid/mid?

Sent from my HTC6525LVW using XDA Premium 4 mobile app
 

Tigerstown

Inactive Recognized Contributor
Jun 20, 2013
3,934
2,940
40
Detroit
Cid you can see on bootloader. I only ask cause myself I didn't use s-off expoilt an I had to change mine back when I received phone so figured I would throw that out there. I believe you can Fastboot a command an get all information. I can't remember command off hand. I use app for backups an restore wipe . It's pretty much justa auto reboot an boot but it's convenient

Sent from my HTC6525LVW using XDA Premium 4 mobile app
 
  • Like
Reactions: 1droidmod

Top Liked Posts

  • There are no posts matching your filters.
  • 21
    Team Win Recovery Project 3.x, or twrp3 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.




    CHANGELOG for 3.0.2-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)


    CHANGELOG for 3.1.0-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

    CHANGELOG for 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.

    CHANGELOG for 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

    CHANGELOG for 3.0.0-0:

    -Completely new theme - Much more modern and much nicer looking (by z31s1g)
    -True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
    -Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to 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
    -A huge laundry list of other minor fixes and tweaks

    WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.

    Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.

    Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.

    We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!

    DOWNLOAD:
    1) Install the TWRP app from the Play Store or grab the apk from our website
    2) Open the app, agree to the terms, and enable root access
    3) Select TWRP Flash
    4) Search for your device and select the version you wish to download
    5) Once the download is complete, select the file (it's usually in your downloads folder) and then Flash Recovery
    OR:
    Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed
    1) Download the latest version from our website on your device
    2) Reboot to TWRP
    3) Hit Install and tap the "Images..." button in the lower right
    4) Browse to the location of the TWRP image on your device and select it
    5) Select recovery from the partition list and swipe to flash
    OR:
    You can find more information and download links on our website.

    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.
    9
    Here ya go. http://projectelite.net/actngrezy/buck/m8/vzw/TWRP/Buck-TWRP-2.7.1.0-m8wlv_8-20-14.img

    Off mode charging fixed and repackaged with my custom kernel.

    Sent from my HTC One_M8 using Tapatalk
    6
    you can hit them up on irc

    Here is a copy of TWRP built from these sources: https://github.com/TEAM-Gummy/android_bootable_recovery_TWRP/commits/kk4.4

    The last change to the recovery was on august 15th

    I edited the fstab for our VZW(wlv) variant. I was able to successfully make a backup but haven't had a chance to flash anything yet. Let me know how it goes and i will periodically update it.

    http://projectelite.net/actngrezy/buck/m8/vzw/TWRP/Buck-TWRP-2.7.1.0-m8wlv.img

    EDIT: one bug found. If you power off and plug in it will take you into recovery and touch doesn't work so you have to do a virtual battery pull. I'll see if I can fix it today.
    6
    Not to sound like a complete noon... But I'm new to HTC.I been with Sammy. And Odin for years.... What's the difference between ADB and fastboot.. I know adb is through terminal command...in your "adb folder" on your c drive... ( right click and shift) to open a command prompt... Guess I'm just confused what the difference between that and fast boot.. please educate me and not flame me.... Lol...

    Hi and welcome to HTC. HTC is actually following the standard Android utilities and not the proprietary ODIN. When a phone boots, it 1st runs the bootloader program. The bootloader is a low-level program that is responsible for early initialization of the phone. Once the bootloader is done with this early setup, it loads the next part of the boot process from the "boot" partition of the phone. That partition usually holds the "kernel" which is the core piece running your Android OS. The kernel boot process will then startup all the other pieces of Android. Now that you understand how the phone boots (the description is very simplistic - there are many more details I'm leaving out), we can go back to fastboot and adb.

    1. fastboot
    During the bootloader startup procedure, you can interrupt the bootloader (on the M8 you hold power+vol_down). Once interrupted, the bootloader menu shows up on the phone which allows you, among other things, to choose fastboot mode. Fastboot mode makes the bootloader listen to commands over the phone USB port. The program you need on the PC side to send commands to the bootloader in fastboot mode is the fastboot utility. With the fastboot utility, and depending on the bootloader type and capabilities, you can do many low-level operations on the phone, such as flash and format partitions.

    2. adb
    ADB, or Android-Debug-Bridge is a much higher level utility. During the kernel startup (way later than the bootloader) a background process called "adbd" (android debug bridge daemon) will be started. adbd will be running either when you are running a recovery or when running a full Android OS. adbd listens over USB (again, this is very simplistic, adbd listens to much more than just USB) and can accept commands. The PC counterpart for interacting with adbd is the adb utility. When using adb, you can interact with with the phone while Android (or recovery) is running. This allows you to do operations at a higher level such as debugging running applications/OS and copying files between your PC and your phone.

    So to sum it up, fastboot is a utility used when the phone is in bootloader-fastboot mode. It allows you to do low-level operations such as flashing and formatting partitions. adb, is a utility that requires either a recovery or a full Android OS to be running and will allow you to interact with the phone at the operating system level and is usually used to do file system operations (move copy delete) on the phone.
    5
    Reserved

    Based on the work and assistance of @simonsickle so thanks very much to him.

    Device specific page on our website.

    Download link to current and past versions