hello,
i currently have installed slimbean 3.1.0 (4.1.2) on my hox
now i want to upgrade to 4.2.2 (http://forum.xda-developers.com/show....php?t=2172020) but when i flash the rom i alway get an error.
assert failed : getprop("ro.bootloader") Status 7 and something with hboot.
my hboot version is 1.12 and my cid is HTC__102
how can i fix this error?
thanks in advance,
Update the hboot first
What comes out :
Fastboot getvar version-main
Mr Hofs said:
Update the hboot first
What comes out :
Fastboot getvar version-main
Click to expand...
Click to collapse
when i run the command i get the following: version-main: 2.17.401.2
can i use method 3 from this tutorial? http://forum.xda-developers.com/showthread.php?t=1660807
where can i download the right files? i'm from europe/austria.
the last thing: "Run the RUU exe file (of your CID) in fastboot mode"
does this mean i need to open the exe when my phone is connected in fastboot usb?
thanks in advance,
BigAndroidFan said:
when i run the command i get the following: version-main: 2.17.401.2
can i use method 3 from this tutorial? http://forum.xda-developers.com/showthread.php?t=1660807
where can i download the right files? i'm from europe/austria.
the last thing: "Run the RUU exe file (of your CID) in fastboot mode"
does this mean i need to open the exe when my phone is connected in fastboot usb?
thanks in advance,
Click to expand...
Click to collapse
Download this RUU :http://bugsylawson.com/files/file/1...12-radio-2120413520-release-274900-signedexe/
Lock your bootloader using following command:
Code:
fastboot oem lock
Then run the ruu with admin privileges. It will take your phone to full stock! Then you can update OTA via Software Updates to the latest firmware and then you can flash any 4.2.2 roms out here!
vin4yak said:
Download this RUU
Lock your bootloader using following command:
Code:
fastboot oem lock
Then run the ruu with admin privileges. It will take your phone to full stock! Then you can update OTA via Software Updates to the latest firmware and then you can flash any 4.2.2 roms out here!
Click to expand...
Click to collapse
and i dont need to extract and flash the boot.img and signed_recovery.img from the exe before i lock the bootloader?
Nope
thanks guys, it worked!
Great!! Enjoy JB!
Case closed ! :d
Related
hi guys
as u know there is a jb update for one x but its just for 621 cid.
i installed "jox" and this software show me my cid and its HTC_621
but when i type fastboot getvar version-main in fastboot,its show me 1.28.751.9 and i see it in about in my android.
so i fink i have one x wid CID621 TW wid software number is x.xx.751.x
my question is can i install ota jb update for 621? if yes plz tell me how i can do it wid fastboot. fnx
Justphemy said:
hi guys
as u know there is a jb update for one x but its just for 621 cid.
i installed "jox" and this software show me my cid and its HTC_621
but when i type fastboot getvar version-main in fastboot,its show me 1.28.751.9 and i see it in about in my android.
so i fink i have one x wid CID621 TW wid software number is x.xx.751.x
my question is can i install ota jb update for 621? if yes plz tell me how i can do it wid fastboot. fnx
Click to expand...
Click to collapse
type
Code:
fastboot getvar cid
and tell me which result it gives back
matt95 said:
type
Code:
fastboot getvar cid
and tell me which result it gives back
Click to expand...
Click to collapse
tnx for replay
i do it and its sho me CID: None
Justphemy said:
hi guys
as u know there is a jb update for one x but its just for 621 cid.
i installed "jox" and this software show me my cid and its HTC_621
but when i type fastboot getvar version-main in fastboot,its show me 1.28.751.9 and i see it in about in my android.
so i fink i have one x wid CID621 TW wid software number is x.xx.751.x
my question is can i install ota jb update for 621? if yes plz tell me how i can do it wid fastboot. fnx
Click to expand...
Click to collapse
I think you cannot, but I just saw information over here http://forum.xda-developers.com/showthread.php?t=1967980 an update for x.xx.751.x is spotted (3.14.751.20). So just check for updates or wait a little longer.
Justphemy said:
tnx for replay
i do it and its sho me CID: None
Click to expand...
Click to collapse
is android sdk set properly in your build?
type
Code:
fastboot devices
i'm assuming you are in fastboot mode
webpatrick said:
I think you cannot, but I just saw information over here http://forum.xda-developers.com/showthread.php?t=1967980 an update for x.xx.751.x is spotted (3.14.751.20). So just check for updates or wait a little longer.
Click to expand...
Click to collapse
but my cid and s number is like that in line 2 (Carrier:ChungHwa Telecom.Country:Taiwan,CID:Htc_621,Software number: x.x.751.xx)
matt95 said:
is android sdk set properly in your build?
type
Code:
fastboot devices
i'm assuming you are in fastboot mode
Click to expand...
Click to collapse
hm i fink yes i can see HTC SDK API level in my software information. (HTCExtension_403_1_GA_7)
Justphemy said:
but my cid and s number is like that in line 2 (Carrier:ChungHwa Telecom.Country:Taiwan,CID:Htc_621,Software number: x.x.751.xx)
hm i fink yes i can see HTC SDK API level in my software information. (HTCExtension_403_1_GA_7)
Click to expand...
Click to collapse
so go on, type
Code:
fastboot devices
and then you should see a serial code
matt95 said:
so go on, type
Code:
fastboot devices
and then you should see a serial code
Click to expand...
Click to collapse
yes i see a serial code HT246W10XXXX
Justphemy said:
yes i see a serial code HT246W10XXXX
Click to expand...
Click to collapse
that's ok, the computer recognizes the phone, now type again
Code:
fastboot getvar cid
matt95 said:
that's ok, the computer recognizes the phone, now type again
Code:
fastboot getvar cid
Click to expand...
Click to collapse
Its show me again cid: None
Justphemy said:
Its show me again cid: None
Click to expand...
Click to collapse
ok so try booting up the phone and type
Code:
adb shell getprop ro.cid
fastboot oem readcid should give you the cid if other commands give you "none"
Vcek said:
fastboot oem readcid should give you the cid if other commands give you "none"
Click to expand...
Click to collapse
yeah forgot about it thanks
matt95 said:
ok so try booting up the phone and type
Code:
adb shell getprop ro.cid
Click to expand...
Click to collapse
i do it but its show me 'adb' is not recognzied as an internal or external...
Vcek said:
fastboot oem readcid should give you the cid if other commands give you "none"
Click to expand...
Click to collapse
fnx its sho me cid: HTC__621
Justphemy said:
i
fnx its sho me cid: HTC__621
Click to expand...
Click to collapse
ok so with that cid you can upgrade to HBOOT 1.31
matt95 said:
ok so with that cid you can upgrade to HBOOT 1.31
Click to expand...
Click to collapse
fnx bro for ur all replay and help. can u gime the thread? i have this file "OTA_ENDEAVOR_U_JB_45_S_hTC_Asia_TW_3.14.709.16-2.17.709.7_release" 353mb,how i can install this? (i have cwm recovery)
Justphemy said:
fnx bro for ur all replay and help. can u gime the thread? i have this file "OTA_ENDEAVOR_U_JB_45_S_hTC_Asia_TW_3.14.709.16-2.17.709.7_release" 353mb,how i can install this? (i have cwm recovery)
Click to expand...
Click to collapse
follow these steps
Relock your bootloader using the commend 'fastboot oem lock'.
Go into fastboot mode and type 'fastboot oem rebootRUU'.
Flash the new firmware using the commend 'fastboot flash zip firmware.zip'.
On first time running the commend you will see FAILED, don't panic and just run the commend again.
Reunlock your bootloader via HTCDev.
Flash custom recovery using the commend 'fastboot flash recovery recovery.img'.
when you're done you can install a JB rom remember to flash the rom's boot.img
matt95 said:
follow these steps
Relock your bootloader using the commend 'fastboot oem lock'.
Go into fastboot mode and type 'fastboot oem rebootRUU'.
Flash the new firmware using the commend 'fastboot flash zip firmware.zip'.
On first time running the commend you will see FAILED, don't panic and just run the commend again.
Reunlock your bootloader via HTCDev.
Flash custom recovery using the commend 'fastboot flash recovery recovery.img'.
when you're done you can install a JB rom remember to flash the rom's boot.img
Click to expand...
Click to collapse
i do it but firmware can't to install and its failed everytime, what should i do ?
and one more question,my update is ota and i fink its not have a boot.img file
Justphemy said:
i do it but firmware can't to install and its failed everytime, what should i do ?
and one more question,my update is ota and i fink its not have a boot.img file
Click to expand...
Click to collapse
Are you starting the whole process over every time it fails to flash the new firmware?
i know it usually fails the first time the command 'fastboot flash zip firmware.zip' is used, try this command again straight away after it first fails without starting the whole process again and it should work
exocetdj said:
Are you starting the whole process over every time it fails to flash the new firmware?
i know it usually fails the first time the command 'fastboot flash zip firmware.zip' is used, try this command again straight away after it first fails without starting the whole process again and it should work
Click to expand...
Click to collapse
i do it again after faild,is show me failed <remote: <00120000>>
and when i did it again,it was still on sending 'zip' <12878 KB>... but for 562 sec its not do anything
Hello!
My problem is thet my htc one x is not go over the bootscreen.
I know this is a boot loop problem and 1 try to fix it but i cant,
when i try to install the update.zip the telephone write that
( error in sdcard/update.zip
status 7)
install aborted.
I try everything but...
please help!
what
What rom were you flashing, or what were you flashing?
breakerh said:
What rom were you flashing, or what were you flashing?
Click to expand...
Click to collapse
I have an original 4.0.3 and i root it.
when the 4.1.1 update come i try to update it, but it not worked.
When the phone download the original 4.1.1 update reboot and start again and not do anithing.
My first idea is if i close the bootloader it solve the problem and i csan update.
But it not worked so 1 download a custom rom witch has 4.1.1 [09.12.12] Orio 6.0.1 - ✪ Choose your Icons ✪ | 4.2 Camera | TW | Sense 4+ | JB | .27.
i download it from this forum.
when i flash this rom and have the first reboot the phone get into the boot loop and stuck since.
i try other roms but nothing change.
i try ruu envedor installer too it sas error 155
i try to erase cash from fastboot but nothing.
Tell us the results of:
fastboot oem readcid
And
fastboot getvar version-main
And your hboot version.
Update Hboot
I am 99% sure ur on hboot 1,12 or lower.
Update that first!
BenPope said:
Tell us the results of:
fastboot oem readcid
And
fastboot getvar version-main
And your hboot version.
Click to expand...
Click to collapse
infodebug cid: HTC_032
okay
getvar version: 2.17.401.2
hboot version: 1.12.0000
Try this
rastasamurai said:
infodebug cid: HTC_032
okay
getvar version: 2.17.401.2
hboot version: 1.12.0000
Click to expand...
Click to collapse
Download the boot.img and recovery.img for the OTA 2.17.401.2
then flash boot,system.img images and the lock the oem. now try to update the device software.
these steps will work only when you haven't changed any thing in system(Files).
if this fails follows the steps below.
Download the RUU 2.17.401.2 you can find here
then run the RUU, don't close it.
open run(windows specfic) and type %temp% and find the rom.zip in those directors.
extract the boot.img and system.img from that rom.zip. and flash them.
now lock the oem.
then continue the installation of RUU.
watch out
msaipraneeth said:
Download the RUU 2.17.401.2 you can find dl link
then run the RUU, don't close it.
open run(windows specfic) and type %temp% and find the rom.zip in those directors.
extract the boot.img and system.img from that rom.zip. and flash them.
now lock the oem.
then continue the installation of RUU.
Click to expand...
Click to collapse
Indeed, and make sure you have atleast 30%, i recommend just the full 100% haha.
Had the same problem was on hboot 0.95 :$
Tried to update.. fail..
tried to update hboot. battery low, and allready had it re locked.
So double check!
Hi guys
I want to update my hboot in order to install Jb roms. My current rom is a costum one.
My hboot is: 0.43
my build number ( I got this in menu>settings>about) : 2.17.401.2
And in fast boot when I run ''fastboot getvar version-main" I get this: 1.26.206.2
I have downloaded this RUU: RUU_ENDEAVOR_U_JB_45_S_HTC_Europe_3.14.401.27_Radio_5.1204.162.29_release_298897_signed
I do this things:
Install a stock recovery
relock phone
Run RUU and extract rom.zip from temp but I can't extract it completely and I get the corrupted error ( In order to get recovery, boot.img and system files)
I continue the installing RUU process and i get [132] error, "update signature failed"
I don't know what eles should I do
Can anyone help please?
majidadib said:
Hi guys
I want to update my hboot in order to install Jb roms. My current rom is a costum one.
My hboot is: 0.43
my build number ( I got this in menu>settings>about) : 2.17.401.2
And in fast boot when I run ''fastboot getvar version-main" I get this: 1.26.206.2
I have downloaded this RUU: RUU_ENDEAVOR_U_JB_45_S_HTC_Europe_3.14.401.27_Radio_5.1204.162.29_release_298897_signed
I do this things:
Install a stock recovery
relock phone
Run RUU and extract rom.zip from temp but I can't extract it completely and I get the corrupted error ( In order to get recovery, boot.img and system files)
I continue the installing RUU process and i get [132] error, "update signature failed"
I don't know what eles should I do
Can anyone help please?
Click to expand...
Click to collapse
that is because thats the wrong RUU for your phone you need the O2 2.17.206.xx RUU first then you should be able to install jelly bean from there. i hope this helps
Download this RUU
http://www.htcruu.com/securekey.php..._Radio_1.1204.90.13_release_251230_signed.exe
Now put the phone in the bootloader / fastboot usb mode and lock your bootloader ( if it is not locked)
Fastboot oem lock
After this you keep the phone in the bootloader / fastboot usb mode and right click the RUU.EXE file on the pc and select
RUN WITH ADMINISTRATOR RIGHTS (or the similar command )
Reboot the phone and start updating by checking for updates in settings - software
Hi, I'm trying to install cm10.1-RC5 from Arch Linux. I've wiped and factory reset and flashed the boot.img. I don't have s-off.
When I try to install the .zip in ClockworkMod 5.8.4.0 I get errors indicating that my bootloader isn't a compatible version. For example:
assert failed: getprop("ro.bootloader") == "1.31.0000"
E:Error in /sdcard/cm-10.1.0-RC5-endeavoru.zip
(Status 7)
Installation aborted.
I gather that this means my hboot or firmware needs an update. I've found this thread which seems relevant:
http://forum.xda-developers.com/showthread.php?t=2241419
I ran "fastboot oem readcid" and got this:
...
(bootloader) DEBUG: cid: VODAP021
OKAY [ 4.075s]
finished. total time: 4.075s
So I guess this means I need Vodaphone specific firmware? Where can I access this?
Or am I on the wrong track?
Post the result of fastboot getvar version-main..
This is a cmd fastboot command (windows)... No idea what's the command for Linux.. Might be something similar..
This way we can make sure which firmware you have...
-Sent from my IceCold One X!
vin4yak said:
Post the result of fastboot getvar version-main..
This is a cmd fastboot command (windows)... No idea what's the command for Linux.. Might be something similar..
This way we can make sure which firmware you have...
-Sent from my IceCold One X!
Click to expand...
Click to collapse
Thanks for the quick reply, here's the output:
version-main: 1.29.862.11
finished. total time: 4.069s
I've located this thread:
http://forum.xda-developers.com/showthread.php?t=1957376&highlight=upgrade+firmware+linux
This pointed me to .zip containing hboot 1.36.
I tried following these instructions:
http://sadevil.org/blog/2012/12/23/manually-flashing-an-ota-update/
Unfortunately the directories the tutorial references are different to the one in my .zip.
Now there are 2 ways you can upgrade your device's hboot
1: Returning to stock with a ruu and then updating to jellybean hboot with ota update.
2. Flashing the firmware zip and then installing a custom rom.
For running a ruu you will need access to a windows pc since it's an exe file : http://bugsylawson.com/files/file/1...11-radio-1120410514-release-260561-signedexe/
If you want to upgrade your firmware by flashing... Here's the firmware upgrade for your cid : http://goo.gl/yAa0G
Download the firmware and rename it to firmware.zip and then put it in the fastboot folder..
Steps:
1. Relock bootloader : fastboot oem lock
2. Reboot to ruu : fastboot oem rebootRUU
It will take you to a black htc screen... Wait for a few seconds for the screen to settle down and then flash the firmware :
Fastboot flash zip firmware.zip
You might need to flash the firmware twice if you get an error the first time! Its quite normal! After successfully flashing the firmware, you need to unlock the Bootloader, flash a custom recovery and then flash the custom rom!
PS: Again, the commands are for fastboot cmd (windows).. Linux might be a little different..
-Sent from my IceCold One X!
vin4yak said:
Now there are 2 ways you can upgrade your device's hboot
1: Returning to stock with a ruu and then updating to jellybean hboot with ota update.
2. Flashing the firmware zip and then installing a custom rom.
For running a ruu you will need access to a windows pc since it's an exe file : http://bugsylawson.com/files/file/1...11-radio-1120410514-release-260561-signedexe/
If you want to upgrade your firmware by flashing... Here's the firmware upgrade for your cid : http://goo.gl/yAa0G
Download the firmware and rename it to firmware.zip and then put it in the fastboot folder..
Steps:
1. Relock bootloader : fastboot oem lock
2. Reboot to ruu : fastboot oem rebootRUU
It will take you to a black htc screen... Wait for a few seconds for the screen to settle down and then flash the firmware :
Fastboot flash zip firmware.zip
You might need to flash the firmware twice if you get an error the first time! Its quite normal! After successfully flashing the firmware, you need to unlock the Bootloader, flash a custom recovery and then flash the custom rom!
PS: Again, the commands are for fastboot cmd (windows).. Linux might be a little different..
-Sent from my IceCold One X!
Click to expand...
Click to collapse
Golden gold you are sir/madam! Got CM10.1 running like a beast!
Thankyou kindly.
That's Great! Enjoy cm10! :good:
-Sent from my IceCold One X!
firmware for htc_38 for hboot update
I have HTC One X, currently i m at hboot 1.72 and CWR 6.0.4.7. I want to update my hboot for that i need firmware for my device whose CID is htc_38. I have already gone through xda page of "collection of firmware" to search for my device's firmware but i didnt get it there. plzzzzzzz help me out here.
abhinav625 said:
I have HTC One X, currently i m at hboot 1.72 and CWR 6.0.4.7. I want to update my hboot for that i need firmware for my device whose CID is htc_38. I have already gone through xda page of "collection of firmware" to search for my device's firmware but i didnt get it there. plzzzzzzz help me out here.
Click to expand...
Click to collapse
You are with the latest firmware!!!!
just have my One M9 with android marshmallowand iwant to update my ROM from 3.35.617.31 to 4.14.617.6 as they said in Updater but i keep have an error message and insist that my device have unofficial rom need help... ASAP
my device info :
HTC One M9
S-OFF
Build Version : 3.35.617.31 CL6696696 Release keys 1474864159
update version : 4.14.617.6 (1.21 GB) /as they said in updater/
i've try to update with RUU.exe (RUU_HIMA_UL_N70_SENSE80_ATT_MR_NA_Gen_Unlock_4.14.617.6) but it doesnt work have an error message "please download the correct RUU file"
try update with OTA_HIMA_UL_N70_SENSE80_ATT_MR_NA_Gen_Unlock_4.14.617.6_R-3.35.617.31_release_490897lkj8xif5v3eoiykd_4 have an error message that i have the "incorrect CID"
thank you..
Change your CID to BS_US001 and MID to 0PJA11000 then the ruu will work.
You're S-OFF so it's simple to change, just boot in download mode and use: "fastboot oem writecid BS_US001" and "fastboot oem writemid 0PJA11000"
lucyr03 said:
Change your CID to BS_US001 and MID to 0PJA11000 then the ruu will work.
You're S-OFF so it's simple to change, just boot in download mode and use: "fastboot oem writecid BS_US001" and "fastboot oem writemid 0PJA11000"
Click to expand...
Click to collapse
ok. question : do i need to rooted the device ?? or just simply type that command?? thank you...
iqbal_79 said:
ok. question : do i need to rooted the device ?? or just simply type that command?? thank you...
Click to expand...
Click to collapse
You just need S-OFF that I saw you have, so boot in download and do the commands.
lucyr03 said:
You just need S-OFF that I saw you have, so boot in download and do the commands.
Click to expand...
Click to collapse
it works !!!!!!! perfectly!!!!! thankyou very much
iqbal_79 said:
it works !!!!!!! perfectly!!!!! thankyou very much
Click to expand...
Click to collapse
I'm happy that works and fixed your phone you can press Thanks button on post that helped you if you want