[RECOVERY] ClockworkMod Recovery [v6.0.5.3]

Status
Not open for further replies.
Search This thread

Olivier

Recognized Developer / Retired Forum Moderator
Nov 6, 2011
2,664
6,942
PREAMBLE
I have built CWMv 6.0.5.0 for our beloved Wildfire S - tested it as well, everything seems to work. Use this or TWRP v2.7 for flashing KitKat ROMs. :)

Code:
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */


CHANGELOG
18/08/2014:

05/07/2014:
  • CM/androidarmv6 upstream (incl. update from 6.0.4.9 to 6.0.5.0)
  • Removed postrecoveryboot script (the keys don't work anyway and they'D light up on offboard charging mode too)
  • "Swipe" feature now fully fixed
  • Softkeys work now
  • Fixed problems with SD-EXT

05/06/2014:
  • CM/androidarmv6 upstream (incl. update from 6.0.4.8 to 6.0.4.9)
  • Added postrecoveryboot script (this will make the keys light up)
  • Decreased image size (-> LZMA compression)
  • Added "Swipe" Feature by default (swiping left+right doesn't work though)

03/05/2014:
  • Initial release


SOURCEs


CREDITs
  • My awesome team (izi501, feroxx, Kevinjoa, thehacka1)
  • WinSuk
  • assa292
  • benjamingwynn
  • niks255
  • JDevs and the OWL Team
  • The androidarmv6 team
  • The CyanogenMod team

XDA:DevDB Information
ClockworkMod Recovery for the HTC Wildfire S, Tool/Utility for the HTC Wildfire S

Contributors
Olivier

Version Information
Status: Stable

Created 2014-07-06
Last Updated 2014-08-18
 

Attachments

  • Screenshot_2014_07_06_10.31.19.png
    Screenshot_2014_07_06_10.31.19.png
    18.2 KB · Views: 28,372
  • Screenshot_2014_07_06_10.32.11.png
    Screenshot_2014_07_06_10.32.11.png
    19 KB · Views: 28,025
Last edited:

bodnar10261

Member
Dec 2, 2011
34
4
Testing new recovery 6.0.4.8

Thank you Olivier. Very very good job. To kitkat rom please bug fixed thank you
 

davidmeyis

Senior Member
Dec 7, 2011
160
51
Córdoba
Hi Oliver. It's amazing the work you're doing! I'm using HTC Desire but lately I use more my little Wilfire S. ..it´s Great! I have unlocker and S-ON, with the 4.1.2 ROM is very stable. I have ClockworkMod 5.0.2.8 and would like to use your new version to try KK.

What is the most reliable method? fastboot? rename .img file? ..... I have seen some tutorial but are somewhat messy ...

Thanks for your great job. Every morning HTC people should walk around here and see what people like you can do ... :good:
 

Daniel.Medeiros

Senior Member
Feb 15, 2014
139
110
Thank you Oliver was having problems with the older Recovery gonna flash this one now! thank you so much and carry on with the great job! we are all happy for your work! :)

---------- Post added at 01:43 PM ---------- Previous post was at 01:28 PM ----------

Hi Oliver. It's amazing the work you're doing! I'm using HTC Desire but lately I use more my little Wilfire S. ..it´s Great! I have unlocker and S-ON, with the 4.1.2 ROM is very stable. I have ClockworkMod 5.0.2.8 and would like to use your new version to try KK.

What is the most reliable method? fastboot? rename .img file? ..... I have seen some tutorial but are somewhat messy ...

Thanks for your great job. Every morning HTC people should walk around here and see what people like you can do ... :good:

Just flash as...

fastboot flash recovery recovery.img


is it compactibile with wfs 2012 ? thanx

It is mate worked for me! :)
 
Last edited:

fvelli1

Member
Jan 29, 2011
13
4
Try this in phones terminal emulator:
Su(press enter)
flash_image recovery /sdcard/recovery.img(assuming you put the recovery image in the root of the sdcard)
Worked for me on my WFS

Sent from my LT22i using XDA Free mobile app
 

AFN

Senior Member
Jul 4, 2013
606
395
Awesome Oliver,works on WFS 2012.Good work and thanks.
BTW,I noticed that there is no "format /boot",does anyone have an idea about making a flashable zip that formats /boot?or is there something like that already?or does super wipe marvelc edition do that?

Sent from my WFS 2012 using CyanogenMod 11.0
 
Last edited:

Olivier

Recognized Developer / Retired Forum Moderator
Nov 6, 2011
2,664
6,942
Because it's obsolete. Why would you want to format /boot? It's not required.
 

kismocsok

Member
Nov 12, 2012
49
16
for me it takes backup faster than 5.0.2.8 but when i'm restoring shows "Error formatting sd-ext" :(
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 69
    PREAMBLE
    I have built CWMv 6.0.5.0 for our beloved Wildfire S - tested it as well, everything seems to work. Use this or TWRP v2.7 for flashing KitKat ROMs. :)

    Code:
    #include <std_disclaimer.h>
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     */


    CHANGELOG
    18/08/2014:

    05/07/2014:
    • CM/androidarmv6 upstream (incl. update from 6.0.4.9 to 6.0.5.0)
    • Removed postrecoveryboot script (the keys don't work anyway and they'D light up on offboard charging mode too)
    • "Swipe" feature now fully fixed
    • Softkeys work now
    • Fixed problems with SD-EXT

    05/06/2014:
    • CM/androidarmv6 upstream (incl. update from 6.0.4.8 to 6.0.4.9)
    • Added postrecoveryboot script (this will make the keys light up)
    • Decreased image size (-> LZMA compression)
    • Added "Swipe" Feature by default (swiping left+right doesn't work though)

    03/05/2014:
    • Initial release


    SOURCEs


    CREDITs
    • My awesome team (izi501, feroxx, Kevinjoa, thehacka1)
    • WinSuk
    • assa292
    • benjamingwynn
    • niks255
    • JDevs and the OWL Team
    • The androidarmv6 team
    • The CyanogenMod team

    XDA:DevDB Information
    ClockworkMod Recovery for the HTC Wildfire S, Tool/Utility for the HTC Wildfire S

    Contributors
    Olivier

    Version Information
    Status: Stable

    Created 2014-07-06
    Last Updated 2014-08-18
    4
    Hi.Is it possible to add a menu items: full wipe (except sd-card) and aroma filemanager like to PhilZ recowery? Thank you. Sorry for my english:)

    If you want PhilZ features, then just go for it. This is CWM.

    ---

    BTW: New update - we now have CWM v6.0.4.9 - check the OP. :)
    3
    Thank you Oliver was having problems with the older Recovery gonna flash this one now! thank you so much and carry on with the great job! we are all happy for your work! :)

    ---------- Post added at 01:43 PM ---------- Previous post was at 01:28 PM ----------

    Hi Oliver. It's amazing the work you're doing! I'm using HTC Desire but lately I use more my little Wilfire S. ..it´s Great! I have unlocker and S-ON, with the 4.1.2 ROM is very stable. I have ClockworkMod 5.0.2.8 and would like to use your new version to try KK.

    What is the most reliable method? fastboot? rename .img file? ..... I have seen some tutorial but are somewhat messy ...

    Thanks for your great job. Every morning HTC people should walk around here and see what people like you can do ... :good:

    Just flash as...

    fastboot flash recovery recovery.img


    is it compactibile with wfs 2012 ? thanx

    It is mate worked for me! :)
    3
    Try this in phones terminal emulator:
    Su(press enter)
    flash_image recovery /sdcard/recovery.img(assuming you put the recovery image in the root of the sdcard)
    Worked for me on my WFS

    Sent from my LT22i using XDA Free mobile app
    3
    The last major update is up, check the OP for a list of changes and more. :)