[Q] Wildfire S error 155 when running RUU

Search This thread

rkloost

Member
Dec 23, 2011
12
0
Nijmegen
When running the RUU I encounter an error 155.

After unplugging the data cable:
*** UNLOCKED ***
MARVEL PVT SHIP S-ON RL
HBOOT-1.08.0099
MICROP-0451
RADIO-7.53.39.03M
Nov 28 2011, 19:09:21

RUU
Security fail!
Update fail!


The bootloader is unlocked via HTCDEV
The phone is rooted. CWM installed and reinstalled via rommanager

I assume that:
fastboot oem lock

might work to fix the security fail.

Can anyone give me an advice on howto proceed?

After removing battery and reinserting battery, the phone boots normally.

Regards,
Ruud

PS: I managed to collect rom.zip from temporary directory
 

karfi

Member
Aug 2, 2010
7
1
When running the RUU I encounter an error 155.

After unplugging the data cable:
*** UNLOCKED ***
MARVEL PVT SHIP S-ON RL
HBOOT-1.08.0099
MICROP-0451
RADIO-7.53.39.03M
Nov 28 2011, 19:09:21

RUU
Security fail!
Update fail!


The bootloader is unlocked via HTCDEV
The phone is rooted. CWM installed and reinstalled via rommanager

I assume that:
fastboot oem lock

might work to fix the security fail.

Can anyone give me an advice on howto proceed?

After removing battery and reinserting battery, the phone boots normally.

Regards,
Ruud

PS: I managed to collect rom.zip from temporary directory


Try to relock your boot loader, with command fastboot oem lock.
Then try to run RUU again.
 
  • Like
Reactions: popeha

rkloost

Member
Dec 23, 2011
12
0
Nijmegen
The error 155 seems fixed.

Now I get an error 131 :(

Suppose it is time to rename the rom.zip I recovered to PG76IMG.zip and try to flash it?

so create gold card and reflash the phone?

Regards,
Ruud
 

rkloost

Member
Dec 23, 2011
12
0
Nijmegen
Tried several (4) stock zip's but each time:

*** RELOCKED ***
MARVEL PVT SHIP S-ON RL
HBOOT-1.08.0099
MICROP-0451
RADIO-7.53.39.03M
Nov 28 2011, 19:09:21

HBOOT
Main version is older!
Update fail!


The phone is still rooted. CWM installed and reinstalled via rommanager

Can anyone give me an advice on howto proceed?

Is there a way to circumvent Main version is older?

Is it possible to make a dumpfile from misc or so, which can be hex-edited, if so which raw-device I have to cat into an img-file?

Regards,
Ruud
 

malima17

Senior Member
Apr 12, 2008
58
9
São Paulo
I had the same problem, with BL unlocked, you do not need gold card.

extract the rom.zip

Copy:
boot.img
system.img
to your computer Android directory (where you have fastboot and adb, you need to download them)

boot WFS into hboot, mark fastboot, hit power button and attach usb cable

now open a command shell in the computer:

fastboot flash boot boot.img <-- will flash kernel and boot
fastboot flash system system.img <-- will flash stock rom

now go to hboot, factory reset and restart
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    When running the RUU I encounter an error 155.

    After unplugging the data cable:
    *** UNLOCKED ***
    MARVEL PVT SHIP S-ON RL
    HBOOT-1.08.0099
    MICROP-0451
    RADIO-7.53.39.03M
    Nov 28 2011, 19:09:21

    RUU
    Security fail!
    Update fail!


    The bootloader is unlocked via HTCDEV
    The phone is rooted. CWM installed and reinstalled via rommanager

    I assume that:
    fastboot oem lock

    might work to fix the security fail.

    Can anyone give me an advice on howto proceed?

    After removing battery and reinserting battery, the phone boots normally.

    Regards,
    Ruud

    PS: I managed to collect rom.zip from temporary directory


    Try to relock your boot loader, with command fastboot oem lock.
    Then try to run RUU again.