
Originariamente inviato da
cschmitt
This is TWRP touch recovery for m7 / m7ul
GSM versions only.
Credits:
TeamWin
http://teamw.in/project/twrp2 - goes without saying, without them we wouldn't be doing this.
@
Dees_Troy - continued development work on TWRP.
@
Flyhalf205 - the original port of TWRP to m7.
@
tdhite - some of the latest goodies (performance mode, charging led, etc.)
@
GadgetFreak - updated curtain image.
My contribution is putting all the pieces together and providing regular builds for the community.
Change log:
build 2.7.0.4b 2014-04-08
- Fix for missing brightness control in settings.
build 2.7.0.4b 2014-04-07
- Switched to CM11 m7 kernel to address performance issues -
change log
build 2.7.0.4 2014-04-06
- Initial build release
- Building from tdhite/android_bootable_recovery -
change log
- Kernel: CM11 msm8960 -
change log
- Updated curtain image
- Updated charger icons from
here
Downloads:
Fastboot image:
twrp-recovery-2.7.0.4b-m7-20140408.img
Flashable zip:
twrp-recovery-2.7.0.4b-m7-20140408.zip
Versioning:
My builds are marked with build date in the .img and .zip (i.e. yyyymmdd) as well as the TWRP version number (i.e. 2.7.0.x mmdd), where yyyy is the build year, mm is the build month and dd is the build day. This should help reduce confusion on determining if you have the latest build, etc.
Installation:
Fastboot Method
Unlock bootloader at
http://www.htcdev.com/bootloader/
Make sure fastboot is unchecked in power options and turn phone completely off
Reboot into bootloader (fastboot USB mode)
Issue commands:
codice:
fastboot flash recovery recovery.img
fastboot erase cache
Note: fastboot erase cache is only required when coming from stock recovery, otherwise skip this step. If you receive 'unable to mount /cache' error in recovery, use Advance Wipe menu to wipe (i.e. format) the cache partition.
Select reboot recovery.
Recovery Method
Simply flash the flashable zip in your existing custom recovery (TWRP/CWM)
Or better yet, grab
Flashify from the Play store and flash the recovery.img directly from within your current ROM (root required.)
Reporting bugs:
Report bugs on the latest version only (posted in this thread) and give details such as hboot version, rom name/version, custom kernel, recovery log from /cache/recovery/last_log, really as much detail as possible. Without details I won't investigate.