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 ^^
Related
I'm trying to flash firmware from this thread
http://forum.xda-developers.com/show....php?t=1957376
CID HTC__001
and I'm constantly getting error remote: not allowed
I've followed instructions to the letter
http://www.flow-wolf.net/2012/10/htc-one-x-perfect-guide-for-beginners.html#more
but I'm getting this error every time. Any help appreciated.
Dr. MadMan said:
I'm trying to flash firmware from this thread
http://forum.xda-developers.com/show....php?t=1957376
CID HTC__001
and I'm constantly getting error remote: not allowed
I've followed instructions to the letter
http://www.flow-wolf.net/2012/10/htc-one-x-perfect-guide-for-beginners.html#more
but I'm getting this error every time. Any help appreciated.
Click to expand...
Click to collapse
If you boot your device into bootloader, does it say UNLOCKED at the top? Chances are that it is still locked.
You need to be locked to update firmware.
I don't know if it's necessary but i relocked the bootloader to flash the firmware.
Here are the steps i performed
fastboot oem lock ( to relock the bootloader)
fastboot oem rebootRUU (note the capitals on RUU)
fastboot flash zip nameoffirmware.zip
I then reunlocked and flashed arhd custom rom
Sent from my HTC One X using xda app-developers app
I have S-OFF and for firmware flash you have to bel locked so on top I have ****RELOCKED**** and Hboot is on version 1.12
Got firmware flashed! Now I flashed recovery and when I booted to recovery I only get blank screen. So recovery is up but no graphics.
Please give more info. Does it just sit on a black screen
Is there anything at all on the screen
Does it just flash black and then carry on booting as normal
Sent from my HTC One X using xda app-developers app
When I want to boot recovery it looks like it's booting and then it switches to completely black screen. When I press power button long enough i get three flashes on hard buttons on bottom and then phone powers down.
Below is my whole flashing procedure.
I have firmware for cid HTC__001 got it from here http://forum.xda-developers.com/showthread.php?t=1957376
I took boot image from ARHD 17.1 link and recovery from official link. Did I missed something? or am I doing it in wrong way?
Code:
C:\onex>fastboot oem lock
...
(bootloader) Lock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.181s
C:\onex>fastboot oem rebootRUU
...
(bootloader) Save data from original MSC...
(bootloader) Save data from SIF...
(bootloader) Update partition data to SIF partition
(bootloader) Update partition data from original MSC...
(bootloader) [MSG] OKAY
OKAY [ 0.346s]
finished. total time: 0.346s
C:\onex>fastboot flash zip firmware.zip
sending 'zip' (12875 KB)...
OKAY [ 1.713s]
writing 'zip'...
(bootloader) shift signature_size for header checking...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 17.005s
C:\onex>fastboot flash zip firmware.zip
sending 'zip' (12875 KB)...
OKAY [ 1.654s]
writing 'zip'...
(bootloader) shift signature_size for header checking...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) Format partition LNX done
(bootloader) [RUU]WP,boot,100
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) Format partition SOS done
(bootloader) [RUU]WP,recovery,100
(bootloader) ERASE backup cid
OKAY [ 2.712s]
finished. total time: 4.366s
C:\onex>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.153s]
finished. total time: 0.153s
C:\onex>fastboot flash unlocktoken Unlock_code.bin
sending 'unlocktoken' (0 KB)...
OKAY [ 0.029s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
FAILED (status read failed (Too many links))
finished. total time: 5.878s
C:\onex>fastboot flash recovery recovery-clockwork-touch-5.8.4.0-endeavoru.img
sending 'recovery' (5742 KB)...
OKAY [ 0.830s]
writing 'recovery'...
(bootloader) Format partition SOS done
OKAY [ 0.571s]
finished. total time: 1.401s
C:\onex>fastboot flash boot boot.img
sending 'boot' (5192 KB)...
OKAY [ 0.672s]
writing 'boot'...
(bootloader) Format partition LNX done
OKAY [ 0.572s]
finished. total time: 1.244s
C:\onex>fastboot erase cache
erasing 'cache'...
OKAY [ 0.210s]
finished. total time: 0.210s
mhm...
looks fine.
maybe the download of the recovery is defect or corrupt. did you try to download the recovery again and install it?
If I flash same recovery file when I have stock RUU 2.17 on phone it boots normally. So the file is OK.
hi, my htc one x is dead, i cannot on it. heres what happened.
i was facebooking
then the app keep crashing
then after that everything started crashing, like got this google processor thing
and aft that my whole phone just shut down
then when i hold the power button, got this weird thing come out
like some weird numbers
then got option HBOOT, REBOOT, REBOOT something loader, and POWER DOWN
after that i managed to got into recovery and hard resetted it but it got stuck at the htc one logo. help!
If you never unlocked the bootloader ....send it in for warranty. Nothing we can do about that !
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot oem readcid
... INFODEBUG: cid: VODAP001
OKAY [ 0.035s]
finished. total time: 0.035s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot getvar version-m
version-main: 3.14.161.27
finished. total time: 0.035s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot oem RebootRUU
... INFO[ERR] Command error !!!
OKAY [ 0.020s]
finished. total time: 0.021s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot oem lock
... INFOLock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.152s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot oem RebootRUU
... INFO[ERR] Command error !!!
OKAY [ 0.128s]
finished. total time: 0.129s
D:\Tel\one x\soft\Fastboot\Fastboot>
i can't run rebootRRU i want return to stock rom .i not have backup from 3.14.161.27 what can i do ? thx
Type fastboot oem rebootRUU (Not RebootRUU)
thank you very mutch you right can you help me more ?
firmware111.zip is OTA_ENDEAVOR_U_JB_45_S_Vodafone_UK_3.14.161.27-2.17.161.4_release_299172atv1b11ychs0d2fs
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot oem readcid
... INFODEBUG: cid: VODAP001
OKAY [ 0.012s]
finished. total time: 0.012s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot oem lock
... INFOLock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.141s
D:\Tel\one x\soft\Fastboot\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.206s]
finished. total time: 0.207s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot flash zip firmware.zip
sending 'zip' (12876 KB)... OKAY [ 1.676s]
writing 'zip'... INFOadopting the signature contained in this i
mage...
INFOsignature checking...
INFOchecking model ID...
INFOchecking custom ID...
INFOchecking main version...
INFOchecking hboot version...
INFOstart image[hboot] unzipping for pre-update check...
INFOstart image[boot] unzipping & flushing...
INFOFormat partition LNX done
INFO[RUU]WP,boot,100
INFOstart image[hboot] unzipping & flushing...
INFO[RUU]WP,hboot,50
INFOsignature checking...
INFOstart image[recovery] unzipping & flushing...
INFOFormat partition SOS done
INFO[RUU]WP,recovery,100
INFOERASE backup cid
OKAY [ 4.825s]
finished. total time: 6.503s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot flash zip firmware111.zip
sending 'zip' (374962 KB)... OKAY [ 48.630s]
writing 'zip'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 65.465s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot erase cache
erasing 'cache'... OKAY [ 0.186s]
finished. total time: 0.186s
D:\Tel\one x\soft\Fastboot\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.193s]
finished. total time: 0.194s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot flash zip firmware111.zip
sending 'zip' (374962 KB)... OKAY [ 48.869s]
writing 'zip'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 65.693s
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot getvar version-main
version-main: 3.14.161.27
finished. total time: 0.006s
Well you flashed your firmware. What else do you need? What are you even trying to do?
I guess a custom recovery and a brand new JB Rom
Mr Hofs said:
I guess a custom recovery and a brand new JB Rom
Click to expand...
Click to collapse
I installed custom ROM, based on the 3.14 stock, I had the working device but without cellular network (no signal / no service) and with WiFi whish is working incorrectly (it couldn't detect my home wireless network, for example)
but i prefer to install the stock rom (vodafone UK) . i don't no what i did wrong
Did you flash the correct boot.img file ?
TToivanen said:
Well you flashed your firmware. What else do you need? What are you even trying to do?
Click to expand...
Click to collapse
my firmware not was completed when i flash
D:\Tel\one x\soft\Fastboot\Fastboot>fastboot flash zip firmware111.zip
sending 'zip' (374962 KB)... OKAY [ 48.869s]
writing 'zip'... INFOsignature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 65.693s
---------- Post added at 12:07 AM ---------- Previous post was at 12:02 AM ----------
Mr Hofs said:
Did you flash the correct boot.img file ?
Click to expand...
Click to collapse
yes the boot from custom rom , afther erase cache , install rom , i switch on the phone same problem everithing ok but network signal and wifi doesn't work , after this ncx_317_v14-RENOVATE , boot.img and update zip ...
your main version number tells me you have an updated JB hboot ! did you do a FULL wipe in the recovery before installng the new rom ?
yes i did every time , i think all i need is a compatible karnel with mods , i try a lot but i didn't find.
can you help me with OTA_ENDEAVOR_U_JB_45_S_Vodafone_UK_3.14.161.27-2.17.161.4_release_299172atv1b11ychs0d2fs.exe ??
What do you mean.....the kernel delivered with the rom is in 99% the right boot.img. except for some aosp roms.
Flash the delivered boot.img from the desired rom, perform a full wipe and install the rom ....must work !
Dont know what you tried ?
I bet your ruu has not been released
Btw you need to full wipe that means, cache, dalvik cache, data, system before you install the new rom......dalvik cache is forgotten a lot
Hey this thread is going in the wrong direction. Lol! This isnt even about my question..
PokMahPok said:
Hey this thread is going in the wrong direction. Lol! This isnt even about my question..
Click to expand...
Click to collapse
You've been highjacked mate.... so what about your problem ?
Edit : and i never got a answer from you regarding your question !
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
Hey Guys,
i wanted to upgrade my HTC One M8 to the newest T-Mobile Germany Firmware. My HTC One was rooted and I had the TWRP Recovery with ViperRom.
I installed a Nandroid Backup with the 1.12.111.18 (4.3) Firmware. After that i installed the 1.57.111.2 Stock Recovery, than I relocked the Bootloader and after the Root was gone, I updated my Phone to the 1.57.111.2 (4.4.2), and now my WiFi is not working. I even upgraded to a newer Version of the Stock Recovery, but it still not working.
Here are some Information about my Phone.
HBOOT-3.18.0.0000
RADIO-1.19.21331147A1.09G
OS-
CIDNUM: T-MOB101
If you guys, need some other Information. Just let me know.
lepush said:
Hey Guys,
i wanted to upgrade my HTC One M8 to the newest T-Mobile Germany Firmware. My HTC One was rooted and I had the TWRP Recovery with ViperRom.
I installed a Nandroid Backup with the 1.12.111.18 (4.3) Firmware. After that i installed the 1.57.111.2 Stock Recovery, than I relocked the Bootloader and after the Root was gone, I updated my Phone to the 1.57.111.2 (4.4.2), and now my WiFi is not working. I even upgraded to a newer Version of the Stock Recovery, but it still not working.
Here are some Information about my Phone.
HBOOT-3.18.0.0000
RADIO-1.19.21331147A1.09G
OS-
CIDNUM: T-MOB101
If you guys, need some other Information. Just let me know.
Click to expand...
Click to collapse
Are you S-Off? You can't revert to older firmware while you are S-On.
xunholyx said:
Are you S-Off? You can't revert to older firmware while you are S-On.
Click to expand...
Click to collapse
I'm on S-On, but I want to install a newer Firmware not downgrade to an older one.
This is what I get when I try to install the OTA Update
Code:
xxx-imac:~ x$ cd Desktop
xxx-imac:Desktop xxx$ cd adb
xxx-imac:adb xxx$ ./fastboot devices
HT459WM15609 fastboot
xxx-imac:adb xxx$ ./fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.010s]
finished. total time: 0.010s
xxx-imac:adb xxx$ ./fastboot flash zip OTA_M8_UL_K44_SENSE60_SECURITY_TMO_DE_1.70.111.1-1.57.111.2_release_383280.zip
target reported max download size of 1830612992 bytes
sending 'zip' (253074 KB)...
OKAY [ 9.223s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 24 parsing android-info fail)
finished. total time: 9.713s
And when I try to get to the Stock Recovery, I get the HTC One Icon with the red triangle
This is what I get, when my Bootloader is relocked
Code:
xxx-imac:adb xxx$ ./fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.010s]
finished. total time: 0.010s
xxx-imac:adb xxx$ ./fastboot flash zip OTA_M8_UL_K44_SENSE60_SECURITY_TMO_DE_1.70.111.1-1.57.111.2_release_383280.zip
target reported max download size of 1830612992 bytes
sending 'zip' (253074 KB)...
OKAY [ 9.539s]
writing 'zip'...
(bootloader) signature checking...
FAILED (remote: 12 signature verify fail)
finished. total time: 19.701s
xxx-imac:adb xxx$
Hi there,
Today i was trying to unlock my phone and install a custom rom.
I started the phone in fastboot and has used these commands:
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (14826 KB)...
OKAY [ 1.627s]
writing 'recovery'...
OKAY [ 1.824s]
finished. total time: 3.452s
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (14826 KB)...
OKAY [ 1.643s]
writing 'recovery'...
OKAY [ 1.030s]
finished. total time: 2.674s
The File, was "twrp-2.8.7.0-m8.img" and renamed to "recover.img"
After this my phone didn't start android anymore and i've downloaded HTCDev Unlock and installed it at the phone. When that was ready i've reinstalled the trwp image file but with no good result.
After this i've downloaded and installed a older image file, version 2.7.1.0 and used also the command:
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot erase cache
erasing 'cache'...
OKAY [ 0.110s]
finished. total time: 0.111s
but the results are the same, I can't boot my M8 to android but also not in the recovery mode.
Can anyone give me some advise, to make my phone work again?
More info:
Software status: Modified
Unlocked
M8_UL PVT SHIP S-ON
HBOOT-3.19.0.0000
Radio: 1.25.214500021.06G
opendsp: v48.2.2-00564-m8974_F0.1211
OS-4.19.161.3
eMMC-boot 2048MB
Aug 4 2015,21:56:12.14319
I don't now if the Fastboot option at Settings > Power is off.... and can't verify that.
Check md5 for the downloaded twrp-2.8.7.0-m8.img.
Mine is bd7a8c6a73cb9b8b6bac3ce9ec355c0c
The size 14826 KB seems too small, mine is 17020 KB
Code:
C:\Users\ckpv5\Desktop\Recoveries>fastboot flash recovery twrp.img
target reported max download size of 1826418688 bytes
sending 'recovery' (17020 KB)...
OKAY [ 1.828s]
writing 'recovery'...
OKAY [ 0.844s]
finished. total time: 2.672s
Mmm, that was a the size of the older file.... It was to show the command i've entered but not shows the right file info!
I've just used version "twrp-2.8.7.0-m8" and shows info below. Seems right.
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (17020 KB)...
OKAY [ 1.835s]
writing 'recovery'...
OKAY [ 1.944s]
finished. total time: 3.779s
patje* said:
Mmm, that was a the size of the older file.... It was to show the command i've entered but not shows the right file info!
I've just used version "twrp-2.8.7.0-m8" and shows info below. Seems right.
Code:
C:\Users\laptop\Desktop\ROOTEN\UBTv1.3.2>fastboot flash recovery recover.img
sending 'recovery' (17020 KB)...
OKAY [ 1.835s]
writing 'recovery'...
OKAY [ 1.944s]
finished. total time: 3.779s
Click to expand...
Click to collapse
After you installed twrp-2.8.7.0-m8.img can you boot to recovery ?
If you can, then restore 4.19.161.3 stock backup.
You can get the stock backup in my thread - http://forum.xda-developers.com/htc-one-m8/help/tutorial-how-to-stock-stock-twrp-t3086860
If still can't boot to recovery, don't know much how to help you. One thing for sure, never use that 2.7.0.2 .. only 2.8.4.0 or 2.8.5.0 or 2.8.6.0 or 2.8.7.0
(you can try all of these to see whether you can boot to recovery after flashing them)
ckpv5 said:
After you installed twrp-2.8.7.0-m8.img can you boot to recovery ?
If you can, then restore 4.19.161.3 stock backup.
You can get the stock backup in my thread - http://forum.xda-developers.com/htc-one-m8/help/tutorial-how-to-stock-stock-twrp-t3086860
If still can't boot to recovery, don't know much how to help you. One thing for sure, never use that 2.7.0.2 .. only 2.8.4.0 or 2.8.5.0 or 2.8.6.0 or 2.8.7.0
(you can try all of these to see whether you can boot to recovery after flashing them)
Click to expand...
Click to collapse
Thx for your help. I was a bit busy yesterday and it was getting late when I want to resolve this issue.... Now after some sleep and GOOD looking... I saw that my external SD card was inserted. Pulled it out and there was the recovery and android OS again!!
I will wipe the card first.........
Case closed!