Wildfire jammed in FASTBOOT - Wildfire Q&A, Help & Troubleshooting

Welcome.
I have the following problem with my HTC. When you turn on the phone immediately turns on fastboot and can not control buttons Vol + / - on the menu. Can I come in hboot, but there did not respond to my commands.
It is a chance to solve the problem?
*** UNLOCKED ***
BUZZ PVT SHIP S-ON
HBOOT-1002.0000
MICROP-0622
TOUCH PANEL-ATMELC03_16ac
RADIO-3.35.20.10
Click to expand...
Click to collapse

BukeR00 said:
Welcome.
I have the following problem with my HTC. When you turn on the phone immediately turns on fastboot and can not control buttons Vol + / - on the menu. Can I come in hboot, but there did not respond to my commands.
It is a chance to solve the problem?
Click to expand...
Click to collapse
Does it boot Into hboot or fastboot specifically? Also do you have an sdcard in the phone? And lastly when you plug in the usb cable to issue commands does the phone change to hbootUSB or fastbootUSB at all and does Windows detect and Install drivers?
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk 2

When I push the power button, phone starts in FASTBOOT. I can run it in hboot by pressing Vol-+ PWR.
In both modes, the buttons are not working. When I connect the USB cable changes as FASTBOOT USB / HBOOT USB or something like that. I have a card in your phone, I try without the card.

BukeR00 said:
When I push the power button, phone starts in FASTBOOT. I can run it in hboot by pressing Vol-+ PWR.
In both modes, the buttons are not working. When I connect the USB cable changes as FASTBOOT USB / HBOOT USB or something like that. I have a card in your phone, I try without the card.
Click to expand...
Click to collapse
OK please try without the card in also when you are in fastboot USB can you issue the command fastboot getvar all please and see if it works.
Sent from my Nexus 7 using Tapatalk 4

Code:
C:\adb>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.02.0000
INFOversion-baseband: 3.35.20.10
INFOversion-cpld: None
INFOversion-microp: 0622
INFOversion-main: 2.46.0.0
INFOserialno: ###########
INFOimei: ###########
INFOproduct: buzz
INFOplatform: HBOOT-7225
INFOmodelid: PC4910000
INFOcidnum: HTC__032
INFObattery-status: good
INFObattery-voltage: 3955mV
INFOpartition-layout: HTC
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 42e5cc47
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.053s
Without the card the same problems. Keys are not working. When I'm try to upload RUU crashes. 155 ERROR. I tried to many versions, as last RUU_Buzz_Froyo_HTC_WWE_2.22.405.1_Radio_13.55.55.24H_3.35.20.10_release_160191_signed
Thanks for your reply

BukeR00 said:
Code:
C:\adb>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.02.0000
INFOversion-baseband: 3.35.20.10
INFOversion-cpld: None
INFOversion-microp: 0622
INFOversion-main: 2.46.0.0
INFOserialno: ##########
INFOimei: ###############
INFOproduct: buzz
INFOplatform: HBOOT-7225
INFOmodelid: PC4910000
INFOcidnum: HTC__032
INFObattery-status: good
INFObattery-voltage: 3955mV
INFOpartition-layout: HTC
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 42e5cc47
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.053s
Without the card the same problems. Keys are not working. When I'm try to upload RUU crashes. 155 ERROR. I tried to many versions, as last RUU_Buzz_Froyo_HTC_WWE_2.22.405.1_Radio_13.55.55.24H_3.35.20.10_release_160191_signed
Thanks for your reply
Click to expand...
Click to collapse
I should have said, block out your imei and HTC serial number like I have. You never know whos watching...
Anyway, your bootloader is still unlocked so ruus wont flash. You can use the command fastboot oem lock to relock the bootloader. But, it's unlikely that it will work as you have an upgraded hboot. If I was you I would I would extract the Rom.zip from the ruu. Then extract that Rom.zip and you should end up with several images and some .nbh files. place the boot.img, system.img, data.img Into your fastboot folder. Then you going to want to format the phone with fastboot and then flash the phone with fastboot. http://androidforums.com/one-s-all-things-root/714676-list-fastboot-command.html here is a command list but I will tell you what I think it should be, and if you hit a snag refer to the link. So the commands should be in this order assuming you are CD'd to your fastboot folder
fastboot format boot
fastboot format system
fastboot format data
fastboot format cache
Then assuming it all goes well then issue these commands
fastboot flash system.img
fastboot flash data.img
fastboot flash boot.img
fastboot flash boot.img
fastboot reboot
Yes that flash the boot.img twice is not a typo all going well after this you should able to boot up. if you hit any big problems just hit the thread pal
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk 2

Code:
C:\adb>fastboot oem lock
... INFOLock successfully...
FAILED (status read failed (No such file or directory))
finished. total time: 0.015s
In FASTBOOT shows now - *** RELOCKED ***
Code:
fastboot format boot
fastboot format system
fastboot format data
fastboot format cache
It does not work. There is no these commands
Code:
C:\adb>fastboot erase boot
erasing 'boot'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb> fastboot erase data
erasing 'data'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb>fastboot erase system
erasing 'system'... FAILED (remote: not allowed)
finished. total time: 0.002s
Code:
C:\adb>fastboot flash system.img
unknown partition 'system.img'
error: cannot determine image filename for 'system.img'
C:\adb>\fastboot flash data.img
'\fastboot' is not recognized as an internal or external command,
operable program or batch file.
C:\adb>fastboot flash boot.img
unknown partition 'boot.img'
error: cannot determine image filename for 'boot.img'
C:\adb>fastboot flash system system.img
sending 'system' (212163 KB)... OKAY [ 44.854s]
writing 'system'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 98.833s
C:\adb>fastboot flash boot boot.img
sending 'boot' (2476 KB)... OKAY [ 1.050s]
writing 'boot'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.689s
C:\adb>fastboot reboot
rebooting...
finished. total time: 0.012s
In my rom.zip there is no data.img
After the command fastboot reboot the phone hangs on the white HTC boot screen.

BukeR00 said:
Code:
C:\adb>fastboot oem lock
... INFOLock successfully...
FAILED (status read failed (No such file or directory))
finished. total time: 0.015s
In FASTBOOT shows now - *** RELOCKED ***
Code:
fastboot format boot
fastboot format system
fastboot format data
fastboot format cache
It does not work. There is no these commands
Code:
C:\adb>fastboot erase boot
erasing 'boot'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb> fastboot erase data
erasing 'data'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb>fastboot erase system
erasing 'system'... FAILED (remote: not allowed)
finished. total time: 0.002s
Code:
C:\adb>fastboot flash system.img
unknown partition 'system.img'
error: cannot determine image filename for 'system.img'
C:\adb>\fastboot flash data.img
'\fastboot' is not recognized as an internal or external command,
operable program or batch file.
C:\adb>fastboot flash boot.img
unknown partition 'boot.img'
error: cannot determine image filename for 'boot.img'
C:\adb>fastboot flash system system.img
sending 'system' (212163 KB)... OKAY [ 44.854s]
writing 'system'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 98.833s
C:\adb>fastboot flash boot boot.img
sending 'boot' (2476 KB)... OKAY [ 1.050s]
writing 'boot'... INFOsignature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.689s
C:\adb>fastboot reboot
rebooting...
finished. total time: 0.012s
In my rom.zip there is no data.img
After the command fastboot reboot the phone hangs on the white HTC boot screen.
Click to expand...
Click to collapse
Ah. This could be problematic. I should have been clearer, I didn't mean for you to lock your bootloader again, I was simply informing you it would need to be locked for an ruu to run. None of those commands will work while the bootloader is locked. If you were the one to unlock the device the you can unlock it again assuming you have the unlock_token.bin, using the same fastboot command again. If you didn't you will have to go to www.htcdev.com and make an account, then go to bootloader unlock, select wildfire buzz and ignore the bootloader update, as you already have it. (Skip should be near the bottom.) Then follow the instructions and get the bootloader unlocked again. Then issue the commands excluding the lock bootloader one and the flash data data.img as you don't have it. Its not a problem though, I was just covering all bases, incase it did have a data.img in there make sure you still do the data format though!
Sorry for the confusion
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk 2

What version of RUU I must use? I tested 3 versions and none of them has data.img
I have uploaded the files system.img, recovery.img, userdata.img and the phone still does not work. How can I delete the data. Fastboot format command does not work, there is no such command.
And after the command fastboot erase still:
Code:
C:\adb>fastboot erase boot
erasing 'boot'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb> fastboot erase data
erasing 'data'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb>fastboot erase system
erasing 'system'... FAILED (remote: not allowed)
finished. total time: 0.002s

BukeR00 said:
What version of RUU I must use? I tested 3 versions and none of them has data.img
I have uploaded the files system.img, recovery.img, userdata.img and the phone still does not work. How can I delete the data. Fastboot format command does not work, there is no such command.
And after the command fastboot erase still:
Code:
C:\adb>fastboot erase boot
erasing 'boot'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb> fastboot erase data
erasing 'data'... FAILED (remote: not allowed)
finished. total time: 0.002s
C:\adb>fastboot erase system
erasing 'system'... FAILED (remote: not allowed)
finished. total time: 0.002s
Click to expand...
Click to collapse
did you get the bootloader unlocked again? fastboot commands will only work on unlocked bootloaders.
Dont worry about the data.img, you do not need it. i simply added it incase the ruu had it and you got confused. again, it is not required.

Yes, I have unlocked bootloader, but comands still don't work.
//edit:
C:\sdk\sdk\platform-tools>fastboot format boot
formatting 'boot' partition...
FAILED (remote: unknown command)
FAILED (remote: unknown command)
finished. total time: 0.006s
C:\sdk\sdk\platform-tools>fastboot format system\
formatting 'system\' partition...
FAILED (remote: unknown command)
FAILED (remote: unknown command)
finished. total time: 0.006s
C:\sdk\sdk\platform-tools>fastboot format userdata
formatting 'userdata' partition...
FAILED (remote: unknown command)
FAILED (remote: unknown command)
finished. total time: 0.006s
Click to expand...
Click to collapse

BukeR00 said:
Yes, I have unlocked bootloader, but comands still don't work.
//edit:
Click to expand...
Click to collapse
hmmm. well if we cannot format the partitions then we are not going to have much luck :/
ok lets try a different tactic. download this and rename it to just recovery.img . then place it into your adb folder and then issue the following command via fastboot.
Code:
fastboot boot recovery.img
hopefully this will allow you to boot into clockworkmod recovery. when you enter clockworkmod recovery use the volume buttons to move and the trackball to select, power is back. format everything. then try to mount your sdcard using advanced/mount storage or sdcard, something to that effect. then place this file onto it. all going well you should be able to then flash this rom. dismount the usb storage, then go back to the main menu (power button) then go to flash/install, select choose zip and then the zip file we placed there. hopefully the recovery will install without issue. then, open the copy of the rom you downloaded on your pc and extract the boot.img. reboot the phone into fastboot and then use the command fastboot flash boot boot.img
all going well this rom will boot and you will have a working phone again.

Unfortunately, it does not change anything. I can not enter into Clockworkmod recovery. The keys are not working

BukeR00 said:
Unfortunately, it does not change anything. I can not enter into Clockworkmod recovery. The keys are not working
Click to expand...
Click to collapse
it should boot into cwm automatically, no button intervention required.

Unfortunately does not turn ClockworkMod. Phone lay two days without batteries, has launched today as normal. Everything worked. I wanted to do S-OFF by unrevoked, entered into hboot, the phone resets and hung on the HTC screen. After removing the battery turns on hboot again. In Unrevoked I saw that wrote "ClockworMode Recovery"

BukeR00 said:
Unfortunately does not turn ClockworkMod. Phone lay two days without batteries, has launched today as normal. Everything worked. I wanted to do S-OFF by unrevoked, entered into hboot, the phone resets and hung on the HTC screen. After removing the battery turns on hboot again. In Unrevoked I saw that wrote "ClockworMode Recovery"
Click to expand...
Click to collapse
Unrevoked doesnt s-off it only roots and flashes a recovery.
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk 2

Related

[Q] (semi)bricked nand | hboot (s-off) + clockworkmod (without usb) alive

info: htc desire bravo | hboot 0.93 S-OFF | clockworkmod 2.5.0.7
well, beeing brain-afk while following a guide for cyanogenmod6 with a2sd, i used a mtd-repartition tool for the g1.
after repartitioning and rebooting, clockworkmod cant mount sdcard anymore - probably because device nodes got changed. "E: Can't mount /dev/block/mmcblk0
i reflashed clockworkmod via fastboot hoping it could fix something, but no, didnt help. i cant install any zip because i have no sd-card. i cant boot to the android system, because i dont have an android system.
my idea would be: erase recovery, flash a tool which restores partition table, start "recovery" so that this tool does its job, flash clockwork mod again and install the operating system.
any better ideas or hints for what that "magical tool" can be would be appreciated.
after more reading and more testing, i understand, i destroyed the SPL
this would explain:
why sdcard isnt mountable
why i cant access the device via adb
why linux doesn't detecht a propper device - only a high-speed usb device
next on investigate list: how to flash an spl - isnt that what hboot s-off includes?
mad-murdock said:
after more reading and more testing, i understand, i destroyed the SPL
this would explain:
why sdcard isnt mountable
why i cant access the device via adb
why linux doesn't detecht a propper device - only a high-speed usb device
next on investigate list: how to flash an spl - isnt that what hboot s-off includes?
Click to expand...
Click to collapse
yes alpharev is a modfied spl, but i dont know if your going to flash it if nothing will detect your device as a desire
well, even more testing...
my alpharev hboot does support flashing all partitions! great!
i did like its said on the alpharev homepage:
Code:
fastboot flash hboot bravo_alphaspl.img
it said, it worked.
i had an old leedroid backup and found this:
Code:
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash boot boot.img
sending 'boot' (2944 KB)... OKAY [ 0.564s]
writing 'boot'... OKAY [ 0.816s]
finished. total time: 1.381s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash recovery recovery
.img
sending 'recovery' (4608 KB)... OKAY [ 0.636s]
writing 'recovery'... OKAY [ 1.318s]
finished. total time: 1.955s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash cache cache.img
sending 'cache' (14 KB)... OKAY [ 0.017s]
writing 'cache'... OKAY [ 0.289s]
finished. total time: 0.306s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash data data.img
sending 'data' (113672 KB)... OKAY [ 15.289s]
writing 'data'... FAILED (remote: partition does not exist!)
finished. total time: 15.293s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash system system.img
sending 'system' (247291 KB)... FAILED (remote: data length is too large)
finished. total time: 0.005s
so, no system and data partition around - hboot, recovery and boot already reflashed. i also tried the spl with less system and more data bravo_alphaspl-n1table.img - but it doesnt seam to create the partitions if they are missing.
edit: why is fastboot missing in the linux android sdk btw? have to use windows for this...
its late, and i cant find a way to get further. no idea how to re-setup my mtd partitions atm or why i dont have adb in clockworkmod even i reflashed the spl.
tomorrow is a new day, and i am hoping for you guys...
mad-murdock said:
well, even more testing...
my alpharev hboot does support flashing all partitions! great!
i did like its said on the alpharev homepage:
Code:
fastboot flash hboot bravo_alphaspl.img
it said, it worked.
i had an old leedroid backup and found this:
Code:
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash boot boot.img
sending 'boot' (2944 KB)... OKAY [ 0.564s]
writing 'boot'... OKAY [ 0.816s]
finished. total time: 1.381s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash recovery recovery
.img
sending 'recovery' (4608 KB)... OKAY [ 0.636s]
writing 'recovery'... OKAY [ 1.318s]
finished. total time: 1.955s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash cache cache.img
sending 'cache' (14 KB)... OKAY [ 0.017s]
writing 'cache'... OKAY [ 0.289s]
finished. total time: 0.306s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash data data.img
sending 'data' (113672 KB)... OKAY [ 15.289s]
writing 'data'... FAILED (remote: partition does not exist!)
finished. total time: 15.293s
V:\nandroid\LeeDrOiD 2.2a - 2010-10-14.19.57.06>fastboot flash system system.img
sending 'system' (247291 KB)... FAILED (remote: data length is too large)
finished. total time: 0.005s
so, no system and data partition around - hboot, recovery and boot already reflashed. i also tried the spl with less system and more data bravo_alphaspl-n1table.img - but it doesnt seam to create the partitions if they are missing.
edit: why is fastboot missing in the linux android sdk btw? have to use windows for this...
Click to expand...
Click to collapse
The /data partition is called 'userdata'.
So use 'fastboot flash userdata <img>'.
In regards to the system partition, fastboot has a 220M (about that size) limit.
To overcome this limit (and do all of the above at once):
Zip the images you have:
-boot.img
-recovery.img
-cache.img
-userdata.img
-system.img
Add to this a file called android-info.txt:
Code:
modelid: PB9920000
cidnum: HTC__001
cidnum: HTC__E11
cidnum: HTC__N34
cidnum: HTC__203
cidnum: HTC__102
cidnum: HTC__K18
cidnum: HTC__405
cidnum: HTC__Y13
cidnum: HTC__A07
cidnum: HTC__304
cidnum: HTC__016
cidnum: HTC__032
hbootpreupdate:3
mainver: 2.10.405.2
DelCache: 1
Flash the zip using fastboot:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip <whatever-you-called-it.zip>
Done!
thanks for your reply ieftm. i really was full of hope, that this would work / fix my phone. unfortuatly, it throws an error:
Code:
d:\android-sdk-windows\tools>fastboot flash zip hope.zip
sending 'zip' (220155 KB)... OKAY [ 29.738s]
writing 'zip'... INFOzip header checking...
INFOzip info parsing...
INFOchecking model ID...
INFOchecking custom ID...
FAILED (remote: 42 custom id check fail)
finished. total time: 35.256s
will search the forum now for infos about android-info.txt - do you think, this also would fix the part why clockworkmod cant access the sdcard anymore?
edit: i tried both unix and dos format for the .txt file (crlf vs lf) - both produces the same result
i downloaded RUU_Bravo_HTC_WWE_1.21.405.2_Radio_32.36.00.28U_4.06.00.02_2_release_126984_signed.exe
i extracted the rom.zip and extracted the android-info.txt - still the same error.
to be honest, i am thrilled to install the RUU and start all over again. but if that fails, i got nothing left - no modified hboot, no clockworkmod
mad-murdock said:
edit: why is fastboot missing in the linux android sdk btw? have to use windows for this...
Click to expand...
Click to collapse
You can get the linux fastboot from here:
developer.htc.com/adp.html#s2
(I'm not allowed to post external links, so I had to remove http)
Solved! Device working again.
|Jason8| -my personal hero for october 2010- told me on irc to check this guide - turns out, things on desire are slightly different.
my problem -for anyone running in similar stuff later- is called usb brick - and the solution for desire is found here
thank you so much |Jason8| - i finally can use my phone again ...18 hours of confusion at an end
This is what i did, use a Micro SD card reader and format your SD card. Here is a link to a formatter, http://www.sdcard.org/consumers/formatter/ then when you double click the sd card on My Computer, it will say you need to format again. Do it and then repartition your SD card. YES, what i did WORKED. because i had the exact same problem.
hope this helps
that wasnt my problem - the sdcard was fine - problem was, i messed up the misc mtd-partition on nand. its solved now - see first page, last post
thanks for your reply anyways ^^

[SOLVED] Won't boot and random fastboot errors after upgrade attempt

Hi,
Short story:
My One X won't boot to Android anymore. I can only enter boot / fastboot modes.
And when trying to apply modifications (fastboot flash or fastboot unlock), it shows various errors, not always the same.
Long story:
I bought this phone second hand quite a while ago, soon after its market launch. It was already unlocked and rooted, but I don't know what method had been used.
RUU says it runs release 1.28.
Boot says:
- S-On
- HBoot-0.94.0000
- Radio 1.1204.103.14
- Apr 11 2012,02:27:11
Given that it was unlocked / rooted it never received an OTA.
I recently decided to perform a full wipe, and by the way a full upgrade.
So:
- I did a CWM Recovery backup
- I flashed a «semi-stock» image, the stock de-odexed 4.18.401.3 from android-revolution (URL forbidden here, I'm a newbie!) .
- I performed a full wipe / factory reset / cache cleaning / Dalvik cache cleaning.
It didn't boot, and I learnt about the ICS / JB hboot incompatibility.
I tried to flash the boot from the android-revolution page, with no improvements.
So, I decided to revert to my Nandroid backup, from the recovery.
Didn't boot either.
Then I found a Windows computer, relocked the bootloader, and tried RUUs (3.14 and 1.26) with no success.
CID is HTC__203, so I used .401 RUU or OTA files.
RUU application stops each time at a different moment, either for usb connexion error, wrong RUU for my phone, not enough battery, or unknown error.
I read about a battery charge issue, and tried this method to charge it:
Code:
while : ; do fastboot getvar battery-voltage; fastboot reboot-bootloader; sleep 6; done
(as you may see, my main workstation is running Linux)
After a 9 hours long night:
Code:
< waiting for device >
battery-voltage: 3610mV
finished. total time: 0.100s
rebooting into bootloader...
OKAY [ 0.177s]
finished. total time: 0.177s
< waiting for device >
battery-voltage: 3610mV
finished. total time: 0.100s
rebooting into bootloader...
OKAY [ 0.177s]
finished. total time: 0.177s
It seems that it couldn't go farther than 3.6V.
But if I tried to unlock my phone after that:
Code:
[[email protected] htc_one_x]# fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.141s]
writing 'unlocktoken'...
FAILED (remote: battery low)
finished. total time: 0.353s
[[email protected] htc_one_x]# fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
FAILED (remote: unknown command)
finished. total time: 1.140s
[[email protected] htc_one_x]# fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
FAILED (command write failed (Bad file descriptor))
finished. total time: 0.000s
[[email protected] htc_one_x]# fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
FAILED (remote: unknown command)
finished. total time: 1.140s
[[email protected] htc_one_x]# fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
FAILED (command write failed (Bad file descriptor))
finished. total time: 0.000s
[[email protected] htc_one_x]#
You can see error message is not always the same.
Same for my firmware.zip flash attempts:
Code:
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot oem rebootRUU
...
FAILED (remote: unknown command)
finished. total time: 0.000s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot oem rebootRUU
...
FAILED (command write failed (Cannot send after transport endpoint shutdown))
finished. total time: 5.928s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot flash zip firmware.zip
sending 'zip' (10967 KB)...
OKAY [ 1.419s]
writing 'zip'...
FAILED (remote: 13 battery low)
finished. total time: 1.629s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot flash zip firmware.zip
sending 'zip' (10967 KB)...
FAILED (remote: unknown command)
finished. total time: 1.005s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot flash zip firmware.zip
sending 'zip' (10967 KB)...
FAILED (command write failed (Bad file descriptor))
finished. total time: 0.000s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot flash zip firmware.zip
sending 'zip' (10967 KB)...
FAILED (remote: unknown command)
finished. total time: 1.005s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]# fastboot flash zip firmware.zip
sending 'zip' (10967 KB)...
FAILED (command write failed (Bad file descriptor))
finished. total time: 0.000s
[[email protected] OTA_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2-1.29.401.11_release_2749568xzb2t6wu96omqzo]#
What is the real issue? Why can't it give me a consistent error ?
What else could I try?
Thanks for reading this long post and trying to help me!
hervenicol said:
Hi,
What is the real issue? Why can't it give me a consistent error ?
What else could I try?
Thanks for reading this long post and trying to help me!
Click to expand...
Click to collapse
Give me result from command fastboot getvar version-main
Download this fastboot.zip and extract it to a folder fastboot rename the file fastboot-linux to fastboot. The file fastboot only is for windows and if you want to keep it rename fastboot to fastboot-windows
Thant said:
Give me result from command fastboot getvar version-main
Click to expand...
Click to collapse
Here it is, with both versions of fastboot:
1 - my one, from the Android SDK
2 - yours
Code:
[[email protected] fastboot]# fastboot getvar version-main
version-main: 1.28.401.9
finished. total time: 0.006s
[[email protected] fastboot]# ./fastboot getvar version-main
version-main: 1.28.401.9
[[email protected] fastboot]#
hervenicol said:
Here it is, with both versions of fastboot:
1 - my one, from the Android SDK
2 - yours
Code:
[[email protected] fastboot]# fastboot getvar version-main
version-main: 1.28.401.9
finished. total time: 0.006s
[[email protected] fastboot]# ./fastboot getvar version-main
version-main: 1.28.401.9
[[email protected] fastboot]#
Click to expand...
Click to collapse
1. Charge your phone
2. Download this RUU 1.28.401.9
3. Lock your bootloader with command fastboot oem lock
4. Run the RUU as administrator
5. Aplly all update to latest JB from Settings/Software update
Thant said:
1. Charge your phone
2. Download RUU 1.28.401.9 (link removed from quote)
3. Lock your bootloader with command fastboot oem lock
4. Run the RUU as administrator
5. Aplly all update to latest JB from Settings/Software update
Click to expand...
Click to collapse
That's exactly what I was trying to do.
I finally succeeded, few minutes ago, after charging to 3920mv.
It looks like the USB cable quality has a big impact on the charging capabilities:
- with a cheap cable I couldn't go farther than 3.6xx V.
- When I changed my cable, it was charging much faster, up to 3.9xx V.
…then at this level of charge the RUU*worked.
Thanks anyway for your help! :good:
Now it's doing OTA*updates…
hervenicol said:
That's exactly what I was trying to do.
I finally succeeded, few minutes ago, after charging to 3920mv.
It looks like the USB cable quality has a big impact on the charging capabilities:
- with a cheap cable I couldn't go farther than 3.6xx V.
- When I changed my cable, it was charging much faster, up to 3.9xx V.
…then at this level of charge the RUU*worked.
Thanks anyway for your help! :good:
Now it's doing OTA*updates…
Click to expand...
Click to collapse
Good to hear that:good:
All upgrades applied, works like a charm
I set the title for this answer with [SOLVED], I hope it applies to the thread as well.
Now let's look for a way to root this rom!

[Q] HTC ONE X Hang after Update

ENDEAVORU XE SHIP S-OFF RL
CID-11111111
HBOOT-1.12.0000
CPLD-None
MICROP-None
RADIO-2.1204.135.20
eMMC- bootmode: disabled
CPU-bootmode: disabled
HW Secure boot: enabled
MODEM PATH: OFF
June 28 2012, 11:31:28
Hi guys can somebody help me.. please
my phone stuck at HTC ONE logo
how can i fix this isssue...
after updating through internet it keeps on reboot again and again
i dont know how to fix this..
please help me.. tnx
chingkit09 said:
ENDEAVORU XE SHIP S-OFF RL
CID-11111111
HBOOT-1.12.0000
CPLD-None
MICROP-None
RADIO-2.1204.135.20
eMMC- bootmode: disabled
CPU-bootmode: disabled
HW Secure boot: enabled
MODEM PATH: OFF
June 28 2012, 11:31:28
Hi guys can somebody help me.. please
my phone stuck at HTC ONE logo
how can i fix this isssue...
after updating through internet it keeps on reboot again and again
i dont know how to fix this..
please help me.. tnx
Click to expand...
Click to collapse
Search in the thread have many answare for ENDEAVORU XE it is different from ENDEAVORU PVT try to flash the higher firmware.zip manually
Hi
how can i fix this.. i dont know where i download..
im so stress in this problem.
please someone guide me how to fix this issue.
please please please
chingkit09 said:
how can i fix this.. i dont know where i download..
im so stress in this problem.
please someone guide me how to fix this issue.
please please please
Click to expand...
Click to collapse
ok download latest OTA 4.18,401,4 forom HERE
after read this
How to flash?
(bootloader needs to be relocked)
Re-lock your bootloader (this will most probably wipe content of your device)
Copy downloaded .zip to fastboot.exe location (e.g. c:/SDK/platform-tools/fastboot.exe)
Re-name .zip file to firmware.zip
Open command prompt
Boot your device in fastboot mode (vol down + power ===> fastboot)
Connect device to the PC
In command prompt cd to fastboot.exe location
Make sure you have correct modeid and cidnum (type: fastboot getvar all)
Type: fastboot oem lock (if your device is not relocked yet)
Type: fastboot oem rebootRUU and wait for device to reboot
Type: fastboot flash zip firmware.zip and wait for process to complete
Sometimes flashing for the first time doesn't work, so flash firmware.zip again just to make sure.
Type: fastboot flash zip firmware.zip and wait for process to complete
Type: fastboot reboot
Unlock your bootloader and flash custom recovery if you are going to use custom ROM.
chingkit09 said:
how can i fix this.. i dont know where i download..
im so stress in this problem.
please someone guide me how to fix this issue.
please please please
Click to expand...
Click to collapse
after this..
the correct installing of custom rom is.
to unlock and to flash the recovery CWM 5.8.4.0
den install the rom. One_X_4.18.401.3_odexed
is this correct?
can u guide me.. please..
thank you thant
Thant said:
ok download latest OTA 4.18,401,4 forom HERE
after read this
How to flash?
(bootloader needs to be relocked)
Re-lock your bootloader (this will most probably wipe content of your device)
Copy downloaded .zip to fastboot.exe location (e.g. c:/SDK/platform-tools/fastboot.exe)
Re-name .zip file to firmware.zip
Open command prompt
Boot your device in fastboot mode (vol down + power ===> fastboot)
Connect device to the PC
In command prompt cd to fastboot.exe location
Make sure you have correct modeid and cidnum (type: fastboot getvar all)
Type: fastboot oem lock (if your device is not relocked yet)
Type: fastboot oem rebootRUU and wait for device to reboot
Type: fastboot flash zip firmware.zip and wait for process to complete
Sometimes flashing for the first time doesn't work, so flash firmware.zip again just to make sure.
Type: fastboot flash zip firmware.zip and wait for process to complete
Type: fastboot reboot
Unlock your bootloader and flash custom recovery if you are going to use custom ROM.
Click to expand...
Click to collapse
after this..
the correct installing of custom rom is.
to unlock and to flash the recovery CWM 5.8.4.0
den install the rom. One_X_4.18.401.3_odexed
is this correct?
can u guide me.. please..
thank you thant
sorry for the wrong quote.
after the command i did
C:\fastboot>fastboot flash zip Firmware.zip
sending 'zip' (12377 KB)... OKAY [ 1.779s]
writing 'zip'... INFOCan not find [android-info.txt] in zipped
image!
FAILED (remote: 24 parsing android-info fail)
finished. total time: 5.417s
C:\fastboot>fastboot flash zip Firmware.zip
sending 'zip' (12377 KB)... FAILED (remote: (00030003))
finished. total time: 0.001s
what will i do?
please help me fix this.. huhuhuhu
chingkit09 said:
after the command i did
C:\fastboot>fastboot flash zip Firmware.zip
sending 'zip' (12377 KB)... OKAY [ 1.779s]
writing 'zip'... INFOCan not find [android-info.txt] in zipped
image!
FAILED (remote: 24 parsing android-info fail)
finished. total time: 5.417s
C:\fastboot>fastboot flash zip Firmware.zip
sending 'zip' (12377 KB)... FAILED (remote: (00030003))
finished. total time: 0.001s
what will i do?
please help me fix this.. huhuhuhu
Click to expand...
Click to collapse
Your bootloader must be locked or relocket from this where I see I think it is not= And what happen when you run Fastboot oem rebootRUU the command must be exactly like I write with smal and Capital letters and you must to see black screen with HTC logo and after second flash you will see green line goes up
Thant said:
Your bootloader must be locked or relocket from this where I see I think it is not= And what happen when you run Fastboot oem rebootRUU the command must be exactly like I write with smal and Capital letters and you must to see black screen with HTC logo and after second flash you will see green line goes up
Click to expand...
Click to collapse
C:\fastboot>fastboot getvar all
INFOversion: 0.5a
INFOversion-bootloader: 1.12.0000
INFOversion-baseband: 2.1204.135.20
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 2.17.707.3
INFOserialno: SH27GW101562
INFOimei: 353426058935339
INFOproduct: endeavoru
INFOplatform: HBOOT-T30S
INFOmodelid: PJ461****
INFOcidnum: 11111111
INFObattery-status: good
INFObattery-voltage: 3778mV
INFOdevpower: 33
INFOpartition-layout: None
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: None
INFOhbootpreupdate: 2
INFOgencheckpt: 0
all: Done!
finished. total time: 0.858s
C:\fastboot>fastboot oem lock
... INFOLock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.178s
C:\fastboot>fastboot oem lock
... INFODevice was already locked!
OKAY [ 0.017s]
finished. total time: 0.018s
C:\fastboot>fastboot oem lock
... INFODevice was already locked!
OKAY [ 0.018s]
finished. total time: 0.019s
C:\fastboot>fastboot oem rebootRUU
... INFOSave data from original MSC...
INFOSave data from SIF...
INFOUpdate partition data to SIF partition
INFOUpdate partition data from original MSC...
INFO[MSG] OKAY
OKAY [ 0.229s]
finished. total time: 0.230s
C:\fastboot>fastboot flash zip firmware.zip
sending 'zip' (12377 KB)... OKAY [ 1.786s]
writing 'zip'... INFOCan not find [android-info.txt] in zipped
image!
FAILED (remote: 24 parsing android-info fail)
finished. total time: 5.426s
look this thant..
it is already relocked
huhuhu help me
chingkit09 said:
C:\fastboot>fastboot getvar all
INFOversion: 0.5a
INFOversion-bootloader: 1.12.0000
INFOversion-baseband: 2.1204.135.20
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 2.17.707.3
INFOserialno: SH27GW101562
INFOimei: 353426058935339
INFOproduct: endeavoru
INFOplatform: HBOOT-T30S
INFOmodelid: PJ461****
INFOcidnum: 11111111
INFObattery-status: good
INFObattery-voltage: 3778mV
INFOdevpower: 33
INFOpartition-layout: None
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: None
INFOhbootpreupdate: 2
INFOgencheckpt: 0
all: Done!
finished. total time: 0.858s
C:\fastboot>fastboot oem lock
... INFOLock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.178s
C:\fastboot>fastboot oem lock
... INFODevice was already locked!
OKAY [ 0.017s]
finished. total time: 0.018s
C:\fastboot>fastboot oem lock
... INFODevice was already locked!
OKAY [ 0.018s]
finished. total time: 0.019s
C:\fastboot>fastboot oem rebootRUU
... INFOSave data from original MSC...
INFOSave data from SIF...
INFOUpdate partition data to SIF partition
INFOUpdate partition data from original MSC...
INFO[MSG] OKAY
OKAY [ 0.229s]
finished. total time: 0.230s
C:\fastboot>fastboot flash zip firmware.zip
sending 'zip' (12377 KB)... OKAY [ 1.786s]
writing 'zip'... INFOCan not find [android-info.txt] in zipped
image!
FAILED (remote: 24 parsing android-info fail)
finished. total time: 5.426s
look this thant..
it is already relocked
huhuhu help me
Click to expand...
Click to collapse
are you take the firmware.zip inside the ota archive? or you trying to flash renamed ota to firmware.zip?
or just download this RUU and run as administrator
Thant said:
Your bootloader must be locked or relocket from this where I see I think it is not= And what happen when you run Fastboot oem rebootRUU the command must be exactly like I write with smal and Capital letters and you must to see black screen with HTC logo and after second flash you will see green line goes up
Click to expand...
Click to collapse
Thant said:
are you take the firmware.zip inside the ota archive? or you trying to flash renamed ota to firmware.zip?
or just download this RUU and run as administrator
Click to expand...
Click to collapse
C:\fastboot>fastboot getvar all
INFOversion: 0.5a
INFOversion-bootloader: 1.12.0000
INFOversion-baseband: 2.1204.135.20
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 2.17.707.3
INFOserialno: SH27GW101562
INFOimei: 353426058935339
INFOproduct: endeavoru
INFOplatform: HBOOT-T30S
INFOmodelid: PJ461****
INFOcidnum: 11111111
INFObattery-status: good
INFObattery-voltage: 3742mV
INFOdevpower: 21
INFOpartition-layout: None
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: None
INFOhbootpreupdate: 2
INFOgencheckpt: 0
all: Done!
finished. total time: 0.824s
C:\fastboot>fastboot oem lock
... INFODevice was already locked!
OKAY [ 0.022s]
finished. total time: 0.023s
C:\fastboot>fastboot oem rebootRUU
... INFOSave data from original MSC...
INFOSave data from SIF...
INFOUpdate partition data to SIF partition
INFOUpdate partition data from original MSC...
INFO[MSG] OKAY
OKAY [ 0.227s]
finished. total time: 0.228s
C:\fastboot>fastboot flash zip firmware.zip
sending 'zip' (11685 KB)... OKAY [ 1.688s]
writing 'zip'... INFOshift signature_size for header checking.
.
INFOchecking model ID...
INFOchecking custom ID...
INFOstart image[boot] unzipping & flushing...
INFOFormat partition LNX done
INFO[RUU]WP,boot,100
INFOstart image[recovery] unzipping & flushing...
INFOFormat partition SOS done
INFO[RUU]WP,recovery,100
INFOERASE backup cid
OKAY [ 2.678s]
finished. total time: 4.367s
yehey its all ready done
what is the next step on this?
please help me thant please..
waiting for your reply
thant..
how can i install the custom rom
the phone is still stockon HTC one
thant teach me how to fix this please... huhuhuhu
chingkit09 said:
thant..
how can i install the custom rom
the phone is still stockon HTC one
thant teach me how to fix this please... huhuhuhu
Click to expand...
Click to collapse
Now go to htcdev.com and unlock your bootloader after this flash Philz recovery 15.5.9 and mount sd card copy rom sense or AOSP to sd card and flash the boot.img from rom.zip to the phone go in recovery and install rom.zip. If you want to install CM11 you need latest Philz recovery or Latest CWM from CM11 thread. but ont this two recoverys Mount sd card not working first flash Philz 5.15.9 and then copy the rom to the sd card and then if you want to install CM11 flash Philz latest or CWM latest and flash CM11
THIS is latest Philz for One X
THIS is philz 5.15.9
For philz recovery take recovery.img inside from archive
And one more Question now your HBOOT must be 1.72 RIGHT?
Thant said:
Now go to htcdev.com and unlock your bootloader after this flash Philz recovery 15.5.9 and mount sd card copy rom sense or AOSP to sd card and flash the boot.img from rom.zip to the phone go in recovery and install rom.zip. If you want to install CM11 you need latest Philz recovery or Latest CWM from CM11 thread. but ont this two recoverys Mount sd card not working first flash Philz 5.15.9 and then copy the rom to the sd card and then if you want to install CM11 flash Philz latest or CWM latest and flash CM11
THIS is latest Philz for One X
THIS is philz 5.15.9
For philz recovery take recovery.img inside from archive
And one more Question now your HBOOT must be 1.72 RIGHT?
Click to expand...
Click to collapse
where i can find the rom.. huhuhu
thant can i chat you? for fast communication please... huhuhu
my head is going to blow..
chingkit09 said:
where i can find the rom.. huhuhu
thant can i chat you? for fast communication please... huhuhu
my head is going to blow..
Click to expand...
Click to collapse
ROM HERE or HERE the first link is close to stock on second most AOSP and AICP roms and hard modyfied sense roms
But first unlock bootloader and flash philz recovery go in recovery and charge your phone to full
waithing to charge your phone you will check wich ROM you want and download and install it you will see bugs and other think
thant im dead
i dont know what to do.. huhuhu please
can i chat you in yahoo?
please help me.. i dont know what to do.
im so stress and i didn't eat my breakfast,lunch
please help my please..
im so lose
i dont know what to do..
or can we chat on fb? please.
chingkit09 said:
thant im dead
i dont know what to do.. huhuhu please
can i chat you in yahoo?
please help me.. i dont know what to do.
im so stress and i didn't eat my breakfast,lunch
please help my please..
im so lose
i dont know what to do..
or can we chat on fb? please.
Click to expand...
Click to collapse
OK are you unlocked your bootloader via htcdev.com go to the site and take your Unlock_code.bin choice all other supported model on the button unlock bootloader after this fallow the instruction in the site after unlock your bootloader, download philz recovery 5.15.9 take recovery.img from the archive and use this comand to flash it fastboot flash recovery recovery.img after this run fastboot erase cache go in recovery and charge your phone
And one more think I write you on the private I dont use yahoo or facebook and I think you not reading what I write you I must to say something 5 times and after this you will do it. Like @Mr Hofs say READING IS GIFT
Yes you are still on the 1.12 becouse you didnt flash the firmware.zip twice like I write on the 2-3 post up I see your command but I see you runt fastboot flash zip firmware.zip only ane time.
the HBOOT still 1.12.0000
how will i change this? huhuhuhu
super lose..
Thant said:
OK are you unlocked your bootloader via htcdev.com go to the site and take your Unlock_code.bin choice all other supported model on the button unlock bootloader after this fallow the instruction in the site after unlock your bootloader, download philz recovery 5.15.9 take recovery.img from the archive and use this comand to flash it fastboot flash recovery recovery.img after this run fastboot erase cache go in recovery and charge your phone
And one more think I write you on the private I dont use yahoo or facebook and I think you not reading what I write you I must to say something 5 times and after this you will do it. Like @MrHofs say READING IS GIFT
Click to expand...
Click to collapse
already done thant.
now i am in the philZ Touch 5
and the cord is connected how to charger the phone?
And one more think I write you on the private I dont use yahoo or facebook and I think you not reading what I write you I must to say something 5 times and after this you will do it. Like @MrHofs say READING IS GIFT
sorry thant..
how to Like @MrHofs say READING IS GIFT
sorry i dont know

Return to S-on?

I bought a WWE HTC 10 to use in the states... I used sunshine and have s-off locked status, I changed the cid and mid to the unlocked us numbers and did a conversion using the htc ruu.exe, I have a red warning every time i start the phone about development purposes only etc... I figure this must have to do with the s-off so i want to set it back to on as though i just bought a usa unlocked model!
im in download mode
I tried the good old
Code:
fastboot oem writesecureflag 3
and i got this output
Code:
...
(bootloader) HTC KEY CARD VERSION: 7
(bootloader) VERIFY_BY_PROJECT_SIGN_KEY_FAIL hosd (-9)
FAILED (remote: Partition verify fail -9)
finished. total time: 1.024s
what am i doing wrong?
THC Butterz said:
I bought a WWE HTC 10 to use in the states... I used sunshine and have s-off locked status, I changed the cid and mid to the unlocked us numbers and did a conversion using the htc ruu.exe, I have a red warning every time i start the phone about development purposes only etc... I figure this must have to do with the s-off so i want to set it back to on as though i just bought a usa unlocked model!
im in download mode
I tried the good old
Code:
fastboot oem writesecureflag 3
and i got this output
Code:
...
(bootloader) HTC KEY CARD VERSION: 7
(bootloader) VERIFY_BY_PROJECT_SIGN_KEY_FAIL hosd (-9)
FAILED (remote: Partition verify fail -9)
finished. total time: 1.024s
what am i doing wrong?
Click to expand...
Click to collapse
Go to bootloader mode?
Sent from my SM-G935T using Tapatalk
didnt work in bootloader mode at all
Code:
...
FAILED (remote: unknown command)
finished. total time: 0.052s
didnt work in uru mode either
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem rebootRUU
...
OKAY [ 0.001s]
finished. total time: 0.002s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem writesecureflag 3
...
(bootloader) HTC KEY CARD VERSION: 7
(bootloader) VERIFY_BY_PROJECT_SIGN_KEY_FAIL hosd (-9)
FAILED (remote: Partition verify fail -9)
finished. total time: 1.042s
THC Butterz said:
didnt work in bootloader mode at all
Code:
...
FAILED (remote: unknown command)
finished. total time: 0.052s
didnt work in uru mode either
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem rebootRUU
...
OKAY [ 0.001s]
finished. total time: 0.002s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot oem writesecureflag 3
...
(bootloader) HTC KEY CARD VERSION: 7
(bootloader) VERIFY_BY_PROJECT_SIGN_KEY_FAIL hosd (-9)
FAILED (remote: Partition verify fail -9)
finished. total time: 1.042s
Click to expand...
Click to collapse
Actually if you still have the red warning then the Ruu likely didn't fully flash. You shouldn't have that message if it successfully flashes.
Sent from my SM-G935T using Tapatalk
dottat said:
Actually if you still have the red warning then the Ruu likely didn't fully flash. You shouldn't have that message if it successfully flashes.
Sent from my SM-G935T using Tapatalk
Click to expand...
Click to collapse
after speaking with jcase figgured out that because the ruu didnt mach the one the phone shipped with im sol for turning s-off back to s-on
THC Butterz said:
after speaking with jcase figgured out that because the ruu didnt mach the one the phone shipped with im sol for turning s-off back to s-on
Click to expand...
Click to collapse
Yeah I still believe that a fully flashed matching Ruu will clear that flag. Can you try flashing again and see if the dev flag clears?
Sent from my SM-G935T using Tapatalk

Trying to flash UK O2 HTC One M9

Hello, My phone recently started playing up and it's out of warranty according to O2 because of a scratch on the screen.
The problem was settings would not open, with "Unfortunately settings has stopped". Next the same thing happened to the play store so I can't change any settings or install any apps. Great.
I tried a few suggestions online:
- Wiped cache in bootloader.
- Factory reset
Neither solve the problem, the same error still happens on a fresh install.
So that gets me thinking I need to reinstall firmware? Please tell me to STOP now if this is the wrong thing to do!
I've not done this before so forgive my noobiness.
I've located the correct RUU I believe matching these details:
Code:
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>fastboot getvar all (bootloader) kernel: lk
(bootloader) product: htc_himauhl
(bootloader) version: 1.0
(bootloader) imei: ############
(bootloader) version-main: 3.35.206.13
(bootloader) boot-mode: download
(bootloader) version-baseband: 01.01_U11440792_93.00.51117G_F
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 0PJA10000
(bootloader) cid: O2___001
all:
finished. total time: 0.017s
androidfilehost fid=24421527759889318
This is what I've got (sorry can't post links!).
I don't have an SD card to fit the phone, can I flash this from my PC or do I need an EXE version?
Thanks
Ed
EDIT: On download of that RUU zip file, when I try to extract the files it says archive corrupt (I've tried downloading twice). Is that normal or is the thing broken? Don't wanna brick the phone.
You don't have to extract the zip file. It's normal for the zip file to not be openable/extractable, as it's encrypted. If you *really* need access to the inside of the RUU (example, get the stock boot image), use the Universal Decryption Tool.
I'm not 100% sure, but I think you should reflash the firmware. Although it's optional, I think your bootloader should be LOCKED or RELOCKED before flashing your RUU.
Instructions are here.
And remember, just in case, triple-check your RUUs.
lazyguyMC said:
You don't have to extract the zip file. It's normal for the zip file to not be openable/extractable, as it's encrypted. If you *really* need access to the inside of the RUU (example, get the stock boot image), use the Universal Decryption Tool.
I'm not 100% sure, but I think you should reflash the firmware. Although it's optional, I think your bootloader should be LOCKED or RELOCKED before flashing your RUU.
Instructions are here.
And remember, just in case, triple-check your RUUs.
Click to expand...
Click to collapse
As I said I don't have an SD card which is all the instructions that post gives, however I found a guide for htc_fastboot. I tried with locked and unlocked. Here is the output:
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot oem rebootRUU ...
OKAY [ 0.056s]
finished. total time: 0.056s
htc_fastboot finished. total time: 0.284s
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot flash zip 0PJAIMG.zip
htc_fastboot v3.0.9.2 (2015-05-29)
target rom version: 3.35.206.13
found large-zip header, file count: 8
processing file 1/8...
sending 'zip' (159355 KB)...
OKAY [ 9.158s]
writing 'zip'...
(bootloader) HOSD CL#670363
(bootloader) GPT is up-to-dated. [17408]
(bootloader) Perform pre-update
FAILED (remote: 90 hboot pre-update! please flush image again immediately )
finished. total time: 13.808s
preupdate done, rebooting...
resending command...
< waiting for device >
sending 'zip' (159355 KB)...
FAILED (status read failed (Unknown error))
finished. total time: 9.218s
htc_fastboot finished. total time: 41.721s
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot oem rebootRUU ...
OKAY [ 0.001s]
finished. total time: 0.001s
htc_fastboot finished. total time: 0.218s
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot flash zip 0PJAIMG.zip
htc_fastboot v3.0.9.2 (2015-05-29)
target rom version: 3.35.206.13
found large-zip header, file count: 8
processing file 1/8...
< waiting for device >
sending 'zip' (159355 KB)...
FAILED (status read failed (Unknown error))
finished. total time: 9.194s
htc_fastboot finished. total time:
25.078s
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot oem unlock ...
OKAY [ 0.000s]
finished. total time: 0.000s
htc_fastboot finished. total time: 0.206s
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot oem rebootRUU ...
OKAY [ 0.001s]
finished. total time: 0.001s
htc_fastboot finished. total time: 0.194s
C:\Users\Ed\Downloads\ADB_20151221_Fastboot_20150822_HtcFastboot_20150529>htc_fastboot flash zip 0PJAIMG.zip
htc_fastboot v3.0.9.2 (2015-05-29)
target rom version: 3.35.206.13
found large-zip header, file count: 8
processing file 1/8...
< waiting for device >
sending 'zip' (159355 KB)...
FAILED (status read failed (Unknown error))
finished. total time: 9.309s
htc_fastboot finished. total time: 23.830s
Click to expand...
Click to collapse
Neither seems to be working. At the moment the phone is still in RUU mode with the a progress bar about 20% on blue. Don't want to switch it off midway?!
EDIT: To be exact it fails at 18% in the second phase (after pre-update).
I can't help much, but you should try using a regular fastboot.exe and change "htc_fastboot" to "fastboot" in your commands(don't. it will fail.) Also try checking here.
boblettoj99 said:
As I said I don't have an SD card which is all the instructions that post gives, however I found a guide for htc_fastboot. I tried with locked and unlocked. Here is the output:
Neither seems to be working. At the moment the phone is still in RUU mode with the a progress bar about 20% on blue. Don't want to switch it off midway?!
EDIT: To be exact it fails at 18% in the second phase (after pre-update).
Click to expand...
Click to collapse
Wizard_RUU​
A small utility from HTC - a shell for flashing RUU.zip through PC (Windows)
Unpacked and taken from official RUU.exe from HTC
How to use:
Download archive Wizard_RUU.rar, unpack.
Download the stock RUU firmware in ZIP (suitable for CID and MID of your phone)
Copy the stock RUU ZIP in the folder with Wizard_RUU
Rename 0PJAIMG_HIMA _ *****. zip to rom.zip
Run the ARUWizard.exe file and follow the on-screen instructions.
If after installing ARUWizard.exe and after confirming the agreement condition, the installation crashes, then download and install Microsoft Visual C ++. After that, run ARUWizard.exe again
Download:
Wizard_RUU.rar (mirror on AFH)
It is used as an alternative to installing the ruu.zip through an external sd card.
PS. All data on the phone will be deleted. If possible, make a backup before installing RUU.

Categories

Resources