JB ota update Question. - HTC One X

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

Related

[Q] IceColdJelly422 - 2.9.5 unable to flash after hboot upgrade to 1.28

Hi all
I have the HTC ONE X International TEGRA 3 version.
Could do with some help.
I've updated HBOOT to 1.28 and when i try to install aokp_ICJ422-V2.9.5.zip in recovery this is what i get:
updating partition details...
installing '/sdcard/0/roms/aokp_ICJ422-V2.9.5.zip'...
checking for md5 file...
skipping md5 check: no md5 file found.
assert failed: getprop("ro.bootloader") == "1.28.0000" ||
E:error in 'sdcard/0/roms/aokp_ICJ422-V2.9.5.zip'
updating partition details...
Then it says Failed underneath
This is using Team Win Recovery Project v2.4.1.0
Any help is appreciated
AFAIK it should work on 1.28 hboot but it seems that LorD made a slight mistake while writing the updater script...
Is there any way you could update the hboot even further?
Sent from my IceCold One X
TToivanen said:
AFAIK it should work on 1.28 hboot but it seems that LorD made a slight mistake while writing the updater script...
Is there any way you could update the hboot even further?
Sent from my IceCold One X
Click to expand...
Click to collapse
I dont think i can as it was what was on the htc dev website and i just use the identifier token thats shown in cmd prompt
Ahem, hboot version has nothing to do with either htcdev or identifier token.
Please do:
fastboot oem readcid
And post the result here.
Sent from my IceCold One X
TToivanen said:
Ahem, hboot version has nothing to do with either htcdev or identifier token.
Please do:
fastboot oem readcid
And post the result here.
Sent from my IceCold One X
Click to expand...
Click to collapse
INFODEBUG: cid: HTC__001
You can go up to 1.39. Please stand by for instructions.
Download this: http://goo.gl/M0hLq
Rename it "firmware" if it isn't already named so. Copy it to the fastboot folder.
Put your Unlock_code.bin to your fastboot folder (search email inbox if you've lost it)
Then do the commands one by one:
fastboot oem lock
fastboot oem rebootRUU
fastboot flash zip firmware.zip (do several times if it fails)
fastboot flash unlocktoken Unlock_code.bin
Then flash the recovery of your choice and proceed.
jaymz_uk said:
INFODEBUG: cid: HTC__001
Click to expand...
Click to collapse
just checked in recovery and it still says HBOOT-1.12.0000 even though ive done " fastboot flash unlocktoken Unlock_code.bin
So as it stands i have bootloader and recovery but no OS.
Thanks for the help usually i can install rom's fine as i was using the 4.2.1 AOKP rom
Ive done what you said hboot is still 1.12.0000
firmware.zip keeps saying failed remote not allowed and remote 000000008.
still failing on writing zip
TToivanen said:
You can go up to 1.39. Please stand by for instructions.
Download this: http://goo.gl/M0hLq
Rename it "firmware" if it isn't already named so. Copy it to the fastboot folder.
Put your Unlock_code.bin to your fastboot folder (search email inbox if you've lost it)
Then do the commands one by one:
fastboot oem lock
fastboot oem rebootRUU
fastboot flash zip firmware.zip (do several times if it fails)
fastboot flash unlocktoken Unlock_code.bin
Then flash the recovery of your choice and proceed.
Click to expand...
Click to collapse
Will it write the zip file if its relocked?
jaymz_uk said:
Will it write the zip file if its relocked?
Click to expand...
Click to collapse
Still not working can someone help me get this sorted as i need my phone.
jaymz_uk said:
Will it write the zip file if its relocked?
Click to expand...
Click to collapse
It MUST be relocked in order to flash.
Sent from my IceCold One X
TToivanen said:
It MUST be relocked in order to flash.
Sent from my IceCold One X
Click to expand...
Click to collapse
well it keeps saying failed when trying to write. Should i just keep trying it?
jaymz_uk said:
well it keeps saying failed when trying to write. Should i just keep trying it?
Click to expand...
Click to collapse
It should flash fine after 2-3 tries.
Sent from my IceCold One X
TToivanen said:
It should flash fine after 2-3 tries.
Sent from my IceCold One X
Click to expand...
Click to collapse
for some reason it keeps saying failed when writing and then it just says waiting for device for ages
Does it have to be s-off as mines s-on
jaymz_uk said:
for some reason it keeps saying failed when writing and then it just says waiting for device for ages
Does it have to be s-off as mines s-on
Click to expand...
Click to collapse
Also rebooting the RUU is it supposed to show the word htc then go to something or do i reboot
jaymz_uk said:
Also rebooting the RUU is it supposed to show the word htc then go to something or do i reboot
Click to expand...
Click to collapse
Ok it worked turned phone off waited a couple of minutes then tried it all again and it worked. Just got to try the rom now will post back if all worked.
Thanks
All sorted and working just got to set it up. your a life save thanks for the help.
Great! Enjoy that masterpiece of a ROM.
Sent from my IceCold One X

[Q] cant flash new version of slimbean

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

Cant flash recovery! Phone reboots when entering recovery!

Please somebody help!
I flashed TWRP and CWM HTC International version. But the phone restarts when entering recovery. The phone is acting a little weird! When I press reboot bootloader in HBOOT the phone shudowns.
And also in CMW the phone gives IO error invluding cant cess any recovery logs and etc
Please what other way I can flash recovery? URGENT HELP PLEASE!
ziaulh.ch said:
Please somebody help!
I flashed TWRP and CWM HTC International version. But the phone restarts when entering recovery. The phone is acting a little weird! When I press reboot bootloader in HBOOT the phone shudowns.
And also in CMW the phone gives IO error invluding cant cess any recovery logs and etc
Please what other way I can flash recovery? URGENT HELP PLEASE!
Click to expand...
Click to collapse
This is the error: FAILED <remote: err = 0x30000>
Do you also have the quadcore hox ?
Flash this one
http://db.tt/t6RTcTwK
Rename to recovery.img
Fastboot erase cache
Fastboot flash recovery recovery.img
Fastboot erase cache
Mr Hofs said:
Do you also have the quadcore hox ?
Flash this one
http://db.tt/t6RTcTwK
Rename to recovery.img
Fastboot erase cache
Fastboot flash recovery recovery.img
Fastboot erase cache
Click to expand...
Click to collapse
Its giving the same error bro!
What's your main version ?
Fastboot getvar version-main
Mr Hofs said:
What's your main version ?
Fastboot getvar version-main
Click to expand...
Click to collapse
main version means?
The number that comes out of the given fastboot command.....
Edit
So....whats the number ???
Please tell us more details
Have you unlocked bootloader?
Which HBOOT version etc.?
Mr Hofs said:
The number that comes out of the given fastboot command.....
Edit
So....whats the number ???
Click to expand...
Click to collapse
Bro im using htc all in one tool kit. How can i get the numbers?
3498BoyZ said:
Please tell us more details
Have you unlocked bootloader?
Which HBOOT version etc.?
Click to expand...
Click to collapse
1.36. And yes i have unlocked bootloader with unlockkey but at a point i saw a security something where the unlocked is written.
Open a command window inside the folder on the pc where also the fastboot.exe file is located. Type the command there
Mr Hofs said:
Open a command window inside the folder on the pc where also the fastboot.exe file is located. Type the command there
Click to expand...
Click to collapse
What is the command. I am on cmd window inside data of all in one tool kit. Sorry for being to nood!
Mr Hofs said:
Fastboot getvar version-main
Click to expand...
Click to collapse
Mr Hofs said:
Click to expand...
Click to collapse
Thanks!
Its 3.14.707.24
Oke try this :
Download this ruu
http://bugsylawson.com/files/file/1...24-radio-5120416229-release-296434-signedexe/
Then put the phone in the bootloader and relock it :
Fastboot oem lock
Keep the phone in the locked bootloader (you also see a warning sign/text)
Now right click the ruu.exe on the pc and select "run as administrator"
It should flash the phone back to stock completely (kernel,rom and recovery)
Mr Hofs said:
Oke try this :
Download this ruu
http://bugsylawson.com/files/file/1...24-radio-5120416229-release-296434-signedexe/
Then put the phone in the bootloader and relock it :
Fastboot oem lock
Keep the phone in the locked bootloader (you also see a warning sign/text)
Now right click the ruu.exe on the pc and select "run as administrator"
It should flash the phone back to stock completely (kernel,rom and recovery)
Click to expand...
Click to collapse
The download will take a while! I will reply back after I do this. Thanks millions for the help bro! I will get back ASAP!
**** man! This is what I got when I went to OEM lock!
(bootloader) write sector fail !
(bootloader) [SEC] security_set_unlock(1709):
(bootloader) failed to update security data
(bootloader) Lock successfully...
FAILED (status read failed (Too many links))
finished. total time: 0.280s
I entered into TWRP somehow(most of the times it hangs) and it cant mount any partition. Caant wipe anything!
Read my post !!! You don't need to wipe anything ! Relock the bootloader (check that it says relocked) and run the RUU !!!
You have no business in the recovery at this point !
QUESTION 1:
What does the top of the bootloader say, does it say ENDEVOURU ?
QUESTION 2:
Did you flash anything to the phone from another forum ?
Mr Hofs said:
Read my post !!! You don't need to wipe anything ! Relock the bootloader (check that it says relocked) and run the RUU !!!
You have no business in the recovery at this point !
QUESTION 1:
What does the top of the bootloader say, does it say ENDEVOURU ?
QUESTION 2:
Did you flash anything to the phone from another forum ?
Click to expand...
Click to collapse
After I got error while locking OEM I tried to get into TWRP.
1. Yup Endevouru
2. Nop. I flashed recovery with All in one toolkit. And then Ordroid and Viper x.
Entering twrp with a locked bootloader is of no use. Did you run the ruu ?
Mr Hofs said:
Read my post !!! You don't need to wipe anything ! Relock the bootloader (check that it says relocked) and run the RUU !!!
You have no business in the recovery at this point !
QUESTION 1:
What does the top of the bootloader say, does it say ENDEVOURU ?
QUESTION 2:
Did you flash anything to the phone from another forum ?
Click to expand...
Click to collapse
Ok now I have successfully locked and exe uted the RU. Then the phone Booted but every single process is getting FC!
Okey, your phone should be 100% stock ! Boot into the bootloader and perform a factory reset, reboot after that and check again. If its still FCing its a fault that we can't solve with software.

Phone freezes at boot screen

I tried to update this HTC ONE X (fastboot oem readcid "HTC_622", fastboot getvar version-main "9.29.709.7", HBOOT-0.43.0000, RADIO-1.1204.104.14) from ICS to JB but failed now it will not go past the boot screen. I have tried searching for the exact RUU but haven't had any luck. Any help will be appriciated.
I hope you mean 1.29.709 ?
Try this one
http://androidruu.com/getdownload.p...Radio_1.1204.104.14_release_259284_signed.exe
Mr Hofs said:
I hope you mean 1.29.709 ?
Try this one
http://androidruu.com/getdownload.p...Radio_1.1204.104.14_release_259284_signed.exe
Click to expand...
Click to collapse
RUU_ENDEAVOR_U_ICS_40_hTC_Asia_TW_1.26.709.3_Radio_1.1204.90.13_release_251853_signed (CID ERROR)
RUU_ENDEAVOR_U_JB_45_S_hTC_Asia_TW_3.14.709.20_Radio_5.1204.162.29_release_292865_signed (CID ERROR)
RUU_ENDEAVOR_U_JB_45_S_HTC_Europe_3.14.401.31_R_Radio_5.1204.162.29_release_302015_signed (CID ERROR)
RUU_ENDEAVOR_U_ICS_40_hTC_Asia_HK_1.29.708.9_Radio_1.1204.104.14_release_259897_signed (CID ERROR)
RUU_ENDEAVOR_U_ICS_40_hTC_Asia_TW_1.29.709.7_Radio_1.1204.104.14_release_259284_signed (DOES NOT RUN)
But does fastboot getvar version-main come up with 9.29.709 or 1.29.709 ?
When the main comes up with 709 you can't run a 708 ruu and vice versa !
Try the 1.29.709 ruu again but make sure to turn off firwewalls and anti-virus software, also make sure to put the phone in the fastboot usb mode (do : fastboot devices command prior to run the ruu to see if it comes up with the serial) and also execute the ruu with admin rights. Right click the ruu and select run as administrator
Thanks I downloaded it twice but it doesn't run. Guess something's wrong with that file.
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Mr Hofs said:
But does fastboot getvar version-main come up with 9.29.709 or 1.29.709 ?
Click to expand...
Click to collapse
This question still stands !
Am so sorry. My version is 9.29.709.7.
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
In my existence here in the hox section i have never.....ever seen a main number like that !
Please attach a picture of your complete hboot !

need the right ROM and path

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

Categories

Resources