Any one who can help me with the exact ruu to flash for my one x.CID 02_001.Thanks.PS dont redirect me to filefactory ruu data base because i was there but i dont know where i belong(asia,taiwan,HK....).In fact thats what i need to know!!Where i belong.
In fastboot connected to PC, type : fast boot getvar version-main the number is the ruu version you need.
Sent from my HTC One X using xda app-developers app
XxVcVxX said:
In fastboot connected to PC, type : fast boot getvar version-main the number is the ruu version you need.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Code:
fastboot getvar version-main
precisely
thanks guys question answered!!
Closed on OP Request
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
i have htc one x
CID htc__004
S-On
Hboot 1.36.0000
Radio 5.1204.162.29
and my software number is Android Revolution HD 18.0 by mike 1986..
i just want to go back to stock because i have warranty for this phone... wichh ruu is for me for claiming warranty or OTA updates????
and if you guys don't mind can you give me link how can i do this.......
Thanx
3.14.401.31, I think. htcruu.com
Download this one (as Mr Pope said but now with link)
http://www.htcruu.com/securekey.php...Radio_5.1204.162.29_release_302015_signed.exe
Put the phone in fastboot usb mode and relock the bootloader with the fastboot command
Fastboot oem lock
Then keep the phone in fastboot usb mode and execute the ruu from the pc with admin rights !
Sent from my HTC One X using xda premium
Mr Hofs said:
Download this one (as Mr Pope said but now with link)
http://www.htcruu.com/securekey.php...Radio_5.1204.162.29_release_302015_signed.exe
Put the phone in fastboot usb mode and relock the bootloader with the fastboot command
Fastboot oem lock
Then keep the phone in fastboot usb mode and execute the ruu from the pc with admin rights !
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
This one is for Europe Right?...... But my CID is shows asia wwe sea type i guess....................
oh my bad..
my CID is htc__044.....
Then you have to check HTCruu.com - endeavoru and check if its there it least it has to start with 3.14
Mr Hofs said:
Then you have to check HTCruu.com - endeavoru and check if its there it least it has to start with 3.14
Click to expand...
Click to collapse
oky.. i found this one...
RUU_ENDEAVOR_U_JB_45_S_hTC_Asia_WWE_3.14.707.24_Radio_5.1204.162.29_release_296434_signed
is it right one or not???
Well do a fastboot command to be sure ! Put the phone in fastboot usb mode and type
Fastboot getvar version-main
The number that shows up has to match !
I managed to unlock root and install TWRP recovery.
Before and after flashing the ROM i even tried to flash the boot.img file by "fastboot flash boot boot.img"
No matter what ALL ROMS hang at the splash screen.
These are the ROMS i tried:
Viper - http://forum.xda-developers.com/showthread.php?t=1868236
Clean ROM -
Android Revolution
Kinda getting frustrated, HTC desire was not that hard to root and flash, not sure why the one X is taking the breath outta me.
HTC One X:
Unlocked
ENDEAVORU PVT SHIP S-ON RL
HBOOT 0.32.0000
CPLD-None
MICROP-None
RADIO-None
eMMC-bootmode: disabled
CPU-bootmode: disabled
HW SEcure boot: enabled
MODEM PATH: OFF
Mar 1 2012 01:43:15
Please help!
Your hboot is WAY to low ! Give the outcome of :
Fastboot getvar version-main
Sent from my HTC One X using XDA Premium 4 mobile app
Mr Hofs said:
Your hboot is WAY to low ! Give the outcome of :
Fastboot getvar version-main
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
1.19.707.1
So here is what I did, tried downloading JBFWTools and up the hboot version but I think i am doing something wrong because it keeps redirecting me to the web page.
I have copied the firmware file to the SD card and follow the 5 step instruction as what was mentioned in the prompt in the batch file but to no +ve result..
http://forum.xda-developers.com/showthread.php?t=1924003
My guess is that your hboot is so low that it won't update via that way. Try this....
Relock the bootloader :
Fastboot oem lock
Then execute this ruu with admin rights
http://www.androidruu.com/getdownlo..._Radio_1.1204.90.13_release_251281_signed.exe
Once that one is done you install this one
http://www.androidruu.com/getdownlo...Radio_1.1204.105.14_release_260743_signed.exe
Then this one
http://www.androidruu.com/getdownlo...Radio_2.1204.135.20_release_278245_signed.exe
And last but least this one
http://www.androidruu.com/getdownlo...Radio_5.1204.162.29_release_296434_signed.exe
After the last one you let the phone search for manual ota updates, do that multiple times until you are sure there aren't any left !
Ow and btw....a firmware is not flashed via the sdcard of the phone. But from the pc to the phone in fastboot mode.
Sent from my HTC One X using XDA Premium 4 mobile app
Crap that is a ton of steps!
Thanks Mr Hofs will try out tonite and keep you posted.
The reason why i never bothered to do this is because the phone did pretty well for the last few years with the ROM that it came with, its just lately with all the higher requirements of softwares its about time that I cleaned it up. Din know I joined the dinosaurs!
Fastboot oem lock
Outcome - worked
The following were Run as Administator
http://www.androidruu.com/getdownloa...281_signed.exe
Nothing happened, no screen or anything else came up
http://www.androidruu.com/getdownloa...743_signed.exe
Stopped with and exit error code 800700002
http://www.androidruu.com/getdownloa...245_signed.exe
Nothing happened, no screen or anything else came up
http://www.androidruu.com/getdownloa...434_signed.exe
A proper installation screen came up and pushed a file and did some installation but the end result said something like "Unable to update ROM"
I think there is still something missing or fishy.
danceunlimited said:
Fastboot oem lock
Outcome - worked
The following were Run as Administator
http://www.androidruu.com/getdownloa...281_signed.exe
Nothing happened, no screen or anything else came up
http://www.androidruu.com/getdownloa...743_signed.exe
Stopped with and exit error code 800700002
http://www.androidruu.com/getdownloa...245_signed.exe
Nothing happened, no screen or anything else came up
http://www.androidruu.com/getdownloa...434_signed.exe
A proper installation screen came up and pushed a file and did some installation but the end result said something like "Unable to update ROM"
I think there is still something missing or fishy.
Click to expand...
Click to collapse
In fastboot mode run the command - fastboot oem rebootRUU
You'll see a black screen with HTC logo.
After this, run the RUU
Sent from my HTC One X
athulele said:
In fastboot mode run the command - fastboot oem rebootRUU
You'll see a black screen with HTC logo.
After this, run the RUU
Sent from my HTC One X
Click to expand...
Click to collapse
That's not how you run a ruu ! A ruu is with the phone in the bootloader (with a relocked or locked bootloader) then right click the ruu.exe and select run as administrator. The problem could be the low hboot. It might not be able to update the hboot with big steps like these !
A firmware flash might solve that (and that's where you need that particular command)
@ OP :
Check here
http://forum.xda-developers.com/showthread.php?t=1957376
Mr Hofs said:
That's not how you run a ruu ! A ruu is with the phone in the bootloader (with a relocked or locked bootloader) then right click the ruu.exe and select run as administrator. The problem could be the low hboot. It might not be able to update the hboot with big steps like these !
A firmware flash might solve that (and that's where you need that particular command)
Click to expand...
Click to collapse
Ah I see, thanks for correcting me.
Sent from my HTC One X
I see the firmwares are still off-line so i have another idea.
Download this ota
http://androidruu.com/getdownload.p....29.707.11_release_278501swqci0rxt8n4m2hf.zip
Take out the firmware.zip and follow the procedures in the thread i linked.
After that you try the 2.17.707 or the 3.14.707 ruu again.
Sent from my HTC One X using XDA Premium 4 mobile app
OK this is weird or there is a rookie mistake here .. my fastboot does not have a OEM REBOOT option
here is the help output from my fastboot, what am doing wrong chiefs?
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
Fastboot commands are executed from the pc to the phone in bootloader mode !
And watch the capital letters they are important too
And where does it say the command OEM REBOOT ? In the guide i linked with the firmwares there is no such command mentioned at all
Sent from my HTC One X using XDA Premium 4 mobile app
I did run it from my PC in bootloader mode and it was in lower case.
For this set of instructions can you please explain or lead me to a thread for the following areas:
Download this ota http://androidruu.com/getdownload.ph...rxt8n4m2hf.zip
OK Understand
Take out the firmware.zip and follow the procedures in the thread i linked.
OK Understand but which thread?
After that you try the 2.17.707 or the 3.14.707 ruu again.
Previously posted links did not contain these two numbers, so possible to pls post the link.
Sorry for the trouble. Just want to make sure I am taking all precautions and doing things right so as to not brick my phone.
These are the commands ! The firmware zip is in the OTA file....and the 2 ruu's are linked a page back. The one starting with 2.17.707 and 3.14.707 check those links. They are direct download links, can't mis them !!!
Sent from my HTC One X using XDA Premium 4 mobile app
Previous posts did not contain these numbers ? What are the bottom 2 ruu.exe files then ?
It says firmware.zip is invalid.
How did you take the firmware zip out of the ota ? I always use 7zip to open the archive and drag the firmware zip out.
Worst case scenario is that your hboot is to low .... maybe and even older ruu might work. Or look for another older ota and take the firmware zip out of that.
Sent from my HTC One X using XDA Premium 4 mobile app
I ll try 7zip now. I am using winzip. Tried opening the zip file in explorer which always works. But not in this case.
7zip works winzip doesnt .. back on track.. work in progress ..
Battery low: need to charge up and continue after a few hours of sleep, will keep you posted Mr Hofs! Need to get some sleep for the moment.
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 !
i had a problem in the installation procedure of my htc one x to fix it i need a RUU for orange202 1.39.xxx or a nandroid
please help and thanks a lot
faycalhamm said:
i had a problem in the installation procedure of my htc one x to fix it i need a RUU for orange202 1.39.xxx or a nandroid
please help and thanks a lot
Click to expand...
Click to collapse
give the result from command fastboot getvar version-main
and this type of question is for Q&A section
fastboot getvar version-main result
version-main : 3.16.73.39
if need it
faycalhamm said:
version-main : 3.16.73.39
if need it
Click to expand...
Click to collapse
first delete your picture second now you must to find nandroid backup exactly with this numbers 3.16.73.39 and restore it no RUU