Problem with update over bootloader - HTC Sensation

Hey guys,
i have a little problem with my Sensation. When i update my phone with the PG58IMG.zip in the bootloader, the update aborts after scanning for an update. What can i do? I am S-ON and HTCdev unlocked with the firmware v3.33.

alex1301 said:
Hey guys,
i have a little problem with my Sensation. When i update my phone with the PG58IMG.zip in the bootloader, the update aborts after scanning for an update. What can i do? I am S-ON and HTCdev unlocked with the firmware v3.33.
Click to expand...
Click to collapse
if the PG58IMG.zip is firmware then ..it wont work ..as firmware update via PG58IMG.zip file format while being SON is not possible
the only thing that you can install via PG58IMG.zip while being SON is only recovery ...and stock formatted rom (system,data and boot in img format)
now if normal parsing is not recognizing it
then you can do it via fastboot
copy the PG zip file to your adb/fastboot folder of pc ..and connect the device to pc from bootloader
open command prompt from the adb/fastboot folder
then these commands one by one
fastboot erase cache (if failed ignore it )
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip PG58IMG.zip (this flashes the stuff inside zip)
fastboot reboot-bootloader

Would this work also when i want to update the radio with such a zip?
Sent from my HTC Sensation using xda premium

Related

[Q] Need Help Getting To A Higher ROM (FW issues)

Hello
I have been trying to upgrade my phone's ROM for a while now but have always been held back by the firmware on my phone. From what I have read before, I am one of a few people that can not use any FW above 3.12, preventing me from using the 3.30 required ROMs.
Is there any way of getting these ROMs working, such as openSensation?
This is what is listed when I put the phone into recovery:
PYRAMID PVT SHIP S-OFF RL
HBOOT 1.23.0000
RADIO 11.22.3504.07_M
OPENADSP-v02.6.0.2226.00.0131
eMMC-boot
smithey253 said:
Hello
I have been trying to upgrade my phone's ROM for a while now but have always been held back by the firmware on my phone. From what I have read before, I am one of a few people that can not use any FW above 3.12, preventing me from using the 3.30 required ROMs.
Is there any way of getting these ROMs working, such as openSensation?
This is what is listed when I put the phone into recovery:
PYRAMID PVT SHIP S-OFF RL
HBOOT 1.23.0000
RADIO 11.22.3504.07_M
OPENADSP-v02.6.0.2226.00.0131
eMMC-boot
Click to expand...
Click to collapse
why cant you flash the newest firmware ?
cant you just use the standard way of flashing the PG58IMG file ?
here get the 3.32 universal firmware and try flashing it
http://forum.xda-developers.com/showthread.php?t=1459767&highlight=user-friendly+firmware
if it still didnt worked then manual way of flashing
It is assumed that you have adb/fastboot setup
connect the device in fastboot to pc (phone reads fastboot usb)
also copy the downloaded PG58IMG.zip file to the adb folder you have on pc
then open a command window at the adb folder
and type these commands one by one
fastboot erase cache (if failed ignore it )
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip PG58IMG.zip (im interested in this output ..if failed post back the output)
fastboot reboot-bootloader
tada done
ganeshp said:
why cant you flash the newest firmware ?
cant you just use the standard way of flashing the PG58IMG file ?
here get the 3.32 universal firmware and try flashing it
http://forum.xda-developers.com/showthread.php?t=1459767&highlight=user-friendly+firmware
if it still didnt worked then manual way of flashing
It is assumed that you have adb/fastboot setup
connect the device in fastboot to pc (phone reads fastboot usb)
also copy the downloaded PG58IMG.zip file to the adb folder you have on pc
then open a command window at the adb folder
and type these commands one by one
fastboot erase cache (if failed ignore it )
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip PG58IMG.zip (im interested in this output ..if failed post back the output)
fastboot reboot-bootloader
tada done
Click to expand...
Click to collapse
Oh I can flash firmwares just fine, I have done before etc.
The issue is getting the phone to work with any firmware over 3.12 without bootlooping. From looking at previous threads a lot of people believe it is due to the HBOOT file in the firmwares being changed.

Which RUU is suitable for a ChaCha with CID: HTC_622 ?

I have a HTC Cha Cha from my friend. This Cha Cha is originally sold in Hong Kong (I checked it with the phone's IMEI), however when I would like to restore this phone to shipped rom, after I relocked it, I have tried so many different RUU but FAILED. All RUU occured the "Error 131 : Customer ID Error"
I checked the CID of my phone and it appeared as HTC_622.
Here are the RUU I have tried:
1. ruu_chacha_htc_asia_wwe_1.57.707.2_radio_47.23.35.3033h_7.51.35.19_release_228383_signed.exe
2. RUU_Chacha_hTC_Asia_WWE_1.21.707.2_Radio_47.14.35.3030H_7.47.35.17_release_197518_signed.exe
3. RUU_Chacha_hTC_Asia_TW_1.25.709.1_Radio_47.17.35.3033H_7.48.35.14_2_release_199798_signed.exe
4. RUU_Chacha_hTC_Asia_India_1.20.720.1_Radio_47.14.35.3030H_7.47.35.17_release_196443_signed.exe
Actually which RUU can be suitable to restore to stock in my ChaCha with CID HTC_622?
Don't know about the apropriate RUU, but if you have custom recovery you cannot flash any of them. You first need to flash stock recovery before you flash RUU. Here is how I restored my phone a while back via fastboot. I have extracted from RUU rom.zip, and from that zip extracted system.img, boot.img and recovery.img. Then I formated my phone (wipe, format system etc.), connected it in fastboot mode and flashed first recovery.img then boot.img and system.img at the end. Reboot and you will have the stock rom flashed. After that I relocked the bootloader. You can try to extract and flash only recovery.img and then try to run RUU. Hope that this helps.
Regards
didije said:
Don't know about the apropriate RUU, but if you have custom recovery you cannot flash any of them. You first need to flash stock recovery before you flash RUU. Here is how I restored my phone a while back via fastboot. I have extracted from RUU rom.zip, and from that zip extracted system.img, boot.img and recovery.img. Then I formated my phone (wipe, format system etc.), connected it in fastboot mode and flashed first recovery.img then boot.img and system.img at the end. Reboot and you will have the stock rom flashed. After that I relocked the bootloader. You can try to extract and flash only recovery.img and then try to run RUU. Hope that this helps.
Regards
Click to expand...
Click to collapse
would you mind to give me a link for HTC chacha's original firmware (RUU) in zip format? I wanna flash my phone to original firmware. tnx be4
You can find some RUUs here:
http://www.androidruu.com/?developer=Chacha
The easiest way to extract rom.zip from RUU is to run RUU, wait for the setup to start but do not click next and do not close the window. Search the temporary folder (you can find it by entering %temp% into the run command) and you will find rom.zip inside one of the folders located in this temporary folder. Copy rom.zip somewhere you can find easily for future use and then close the RUU window.
Regards.

Softbrick, brick, dont know what the F is happening lol help!

Ok i can enter to the bootloader, and also to the recovery, but! when i flash a rom it cant boot on ! i got stucked after the HTC Logo. Also tried to to flash PD98IMG from hboot without succes and the same thing with RUU, in HBOOT the RUU software says that my battery is 30% or less and i have to chargue it, but is full! so have to enter in fastboot mode and it pass that step then it chargue the ruu but then it send an error that the image restore from ruu cant be completed.
Btw: S-on AND unlocked bootloader
i red about flash the boot.img from the ROM zip in fastboot? it work? how do i do it?
Killerin said:
Ok i can enter to the bootloader, and also to the recovery, but! when i flash a rom it cant boot on ! i got stucked after the HTC Logo. Also tried to to flash PD98IMG from hboot without succes and the same thing with RUU, in HBOOT the RUU software says that my battery is 30% or less and i have to chargue it, but is full! so have to enter in fastboot mode and it pass that step then it chargue the ruu but then it send an error that the image restore from ruu cant be completed.
Btw: S-on AND unlocked bootloader
i red about flash the boot.img from the ROM zip in fastboot? it work? how do i do it?
Click to expand...
Click to collapse
extract the boot.img file from the zip (do not extract the zip) to your PC desktop, then boot the device in fastboot usb and in a CMD session in the PC (located in the desktop folder) type:
Code:
fastboot flash boot boot.img
then when you get the OKAY, type:
Code:
fastboot reboot

How Install OTA UPDATE

How i install the ota update for htc buterfly x920e
link: https://disk.yandex.com/public/?hash=ED3W7nzcol6NEkKXhcnG5PgkAprhN8UEHLlbrjV8H0c=
help please
juginkrebs said:
help please
Click to expand...
Click to collapse
Rename it as PL99IMG.zip and put it in your external sd card. Then turn off your phone and once its off, hold down the power and vol down button until you enter hboot. The installation will automatically begin.
my internal storage is not avaible
juginkrebs said:
my internal storage is not avaible
Click to expand...
Click to collapse
put it on your external sdcard
The European x920e doesn't have external sd
Sent from my HTC Butterfly using xda app-developers app
Bassie39 said:
The European x920e doesn't have external sd
Sent from my HTC Butterfly using xda app-developers app
Click to expand...
Click to collapse
Extract the boot.img file from the update if it has one.
Reboot into fastboot
Shift+right click in the folder in which you have extracted it and type : fastboot flash boot boot.img
Else directry proceed with this :
fastboot rebootRUU
You'll see the HTC logo then type
fastboot flash zip <zip name>.zip
If it gives an error saying hboot preupdate or something just type the previous command again
fastboot reboot
If it still does not work relock your bootloader using the following code and try again
fastboot oem lock
davidjumani said:
Extract the boot.img file from the update if it has one.
Reboot into fastboot
Shift+right click in the folder in which you have extracted it and type : fastboot flash boot boot.img
Else directry proceed with this :
fastboot rebootRUU
You'll see the HTC logo then type
fastboot flash zip <zip name>.zip
If it gives an error saying hboot preupdate or something just type the previous command again
fastboot reboot
If it still does not work relock your bootloader using the following code and try again
fastboot oem lock
Click to expand...
Click to collapse
its no boot.img include
juginkrebs said:
its no boot.img include
Click to expand...
Click to collapse
read what I said. if its not there then proceed with rebooting into ruu
its workin or not? see the attachment
juginkrebs said:
its workin or not? see the attachment
Click to expand...
Click to collapse
yes it did. Flash the zip again if it gives error 90
k if you switched off you phone after that you'll have to redo it again.
So reboot to ruu
Flash the zip
If you get error 90 flash the zip again
Reboot and you're done

how to flash ota update zip

when i was updating my htc one e8 m8sn i had error
"assert faild getprop("ro.product.device") =="htc_mecul_emmea"|| getprop("ro.build.product")=="htc_mecul_emea"
and another question how can i flash an ota update zip type while having s-on and unlocked bootloader
wgma60060 said:
when i was updating my htc one e8 m8sn i had error
"assert faild getprop("ro.product.device") =="htc_mecul_emmea"|| getprop("ro.build.product")=="htc_mecul_emea"
and another question how can i flash an ota update zip type while having s-on and unlocked bootloader
Click to expand...
Click to collapse
you have to lock bootloader by using fastboot command from dos command prompt on pc
fastboot oem lock
your ota zip file must be in root of sdcard
and then just select HBOOT in fastboot menu... it will start upgrading by using the ota zip...
then follow the instructions....
Best of luck.
Edit : I DO NOT KNOW ABOUT YOUR ERROR...
greg
gregferns said:
you have to lock bootloader by using fastboot command from dos command prompt on pc
fastboot oem lock
your ota zip file must be in root of sdcard
and then just select HBOOT in fastboot menu... it will start upgrading by using the ota zip...
then follow the instructions....
Best of luck.
Edit : I DO NOT KNOW ABOUT YOUR ERROR...
greg
Click to expand...
Click to collapse
thanks man for your help i will try and tell you
but there is a problem when i relock the bootloader the phone is going in a boot loop stay in the bootloader i don't know what to do

Categories

Resources