Hello everyone,
I might have bricked my HTC One X while preparing for a custom rom. A year ago I flashed a custom rom on my Desire S without any problems
so I have a basic idea about this process.
First, I unlocked my phone using HTC Dev, worked fine (Unlocked but S-ON).
Next, I wanted to flash OpenRecovery TWRP 2.6.3.0. This is what I got:
C:\one>fastboot flash recovery recovery.img
sending 'recovery' (8432 KB)...
OKAY [ 1.117s]
writing 'recovery'...
(bootloader) Format partition SOS done
FAILED (remote: err = 0xa)
finished. total time: 1.344s
So I couldn´t flash TWRP. I also tried using Desire S All-In-One Toolkit with the same outcome.
I repeated this a couple of times without success. Tried the Goo App, but it couldn´t download the files needed (WiFi worked).
Also, ADB is not recognizing my device (list of devices stays emtpy).
adb kill-server
adb start-server
adb devices does not help.
Stupidly, while being in Bootloader mode, I tried "Factory Reset" and now the phone always starts in this mode.
I can´t access Android any more.
Using the function "Recovery", the phone will either hang itself showing the closing sequence logo or return to the Bootloader
menu after a second.
I tried finding a new firmware, but following the link (http://forum.xda-developers.com/show....php?t=1957376), I can´t identify a correct firmware at the download chapter.
C:\one>fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.39.0000
(bootloader) version-baseband: 5.1204.162A.29
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.20.401.1
(bootloader) serialno: HT23LW105257
(bootloader) imei: 359188041126251
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 3945mV
(bootloader) devpower: 76
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.827s
Because the phone was bricked at this point, I tried flashing five different firmware.zip`s, and none worked (could not be flashed / got a message like different version or checksum) - in the end, all this had no effect on the current status / remained all unchanged. I am not sure which firmware version could work.
I searched about all these problems but could not find a solution yet.
HTC Drivers are ver. 3.0.0.007 / Windows 7 64bit / HTC Sync was closed while flashing, USB port is 2.0.
I also tried to restart the phone without fastboot mode, but it also did not work:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
Now I have no idea how to continue. I guess the trick is to avoid the fastbood mode to flash the recovery and then perform the rest as usual,
but nothing seems to work.
Anyone got an idea?
First of all..
Why are you using a toolkit for a different phone?
Second, try to rwflash the recovery and do fastboot erase cache, I recommend flash philz touch recovery
Sent from my HTC One X using xda app-developers app
Stefan0vic said:
First of all..
Why are you using a toolkit for a different phone?
Second, try to rwflash the recovery and do fastboot erase cache, I recommend flash philz touch recovery
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Hi, at first, many thanks. Philz touch worked perfectly. Tried TWRP. After hours, I got it running, but the touchpad functiond didn´t work.
Philz recovery is way better than TWRP.
Finally I´ve been able to flash my new (Venom) rom.
Thanks a lot!
Glad it works never use a toolkit imho.. it's also way more fun to flash everything yourself.
No hard feelings against the developers though enjoy the phone
Sent from my HTC One X using xda app-developers app
Stefan0vic said:
Glad it works never use a toolkit imho.. it's also way more fun to flash everything yourself.
No hard feelings against the developers though enjoy the phone
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Yeah, I guess I had a wrong version of TWRP at the beginning.
Manual fastboot command line options are way quicker.
In the end, it tool me less then 20mins to complete flashing.
Maybe one last question: I did a nandroid backup of the existing system before.
I think it´s stored on the internal storage, not on the extension which is visible in Windows via USB.
Should I just leave the nandroid backup where it is or make a copy to my computer?
If yes, how can I "extract" it?
Thx!
cometophob said:
Yeah, I guess I had a wrong version of TWRP at the beginning.
Manual fastboot command line options are way quicker.
In the end, it tool me less then 20mins to complete flashing.
Maybe one last question: I did a nandroid backup of the existing system before.
I think it´s stored on the internal storage, not on the extension which is visible in Windows via USB.
Should I just leave the nandroid backup where it is or make a copy to my computer?
If yes, how can I "extract" it?
Thx!
Click to expand...
Click to collapse
Recoveries don't save Nandroids to the data partition, so it's definitely on your virtual sdcard, the phones storage. Search for the folder ClockworkMod on your sdcard and it should be there.
Sent from my HTC One X using Tapatalk
Yes and you may also want to upload your nandroid in the general section with a collection of all nandroid backups, you could save someone's phone that way!
I also always make sure I have a copy of my stock Rom on dropbox. Also a stock recovery just to be safe. If I ever need to return to stock i have the files needed.
Sent from my HTC One X using xda app-developers app
Related
Was helping my friend install a custom rom
I unlocked the bootloader at HTCDev.
Code:
***UNLOCKED***
ENDEAVORU PVT SHIP S-ON RL
HBOOT- 0.95.0000
CPLD - None
MICROP - None
RADIO - 1.1204.105.14
eMMC - bootmode: disabled
CPU-bootmode: disabled
HW Secure boot: enabled
MODEM PATH : OFF
May 8 2012, 21:32:10
But I can't seem to flash recovery?
Code:
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash recover
y recovery-clockwork-touch-5.8.4.0-endeavoru.img
sending 'recovery' (5742 KB)...
And then nothing happens, waited about 10+ minutes. Any idea what's up?
Thanks
Bump
Should I have installed an RUU prior to unlocking?
eRadicant said:
Bump
Should I have installed an RUU prior to unlocking?
Click to expand...
Click to collapse
Make sure you're in fastboot USB mode in hboot... Also ensure in cmd type...
cd c:/(directory of fastboot folder)
Mine would be...
cd c:/android
Then...
fastboot flash recovery (nameofrecovery).img
Sent from my HTC One X
smidgeox said:
Make sure you're in fastboot USB mode in hboot... Also ensure in cmd type...
cd c:/(directory of fastboot folder)
Mine would be...
cd c:/android
Then...
fastboot flash recovery (nameofrecovery).img
Sent from my HTC One X
Click to expand...
Click to collapse
Thanks for replying but I'm pretty sure I did that part right.
I don't think I would have got this line otherwise:
Code:
sending 'recovery' (5742 KB)...
eRadicant said:
Thanks for replying but I'm pretty sure I did that part right.
I don't think I would have got this line otherwise:
Code:
sending 'recovery' (5742 KB)...
Click to expand...
Click to collapse
You're right, about the commands, but you'd get that if you weren't in fastboot usb as well...
It's called process of elimination good luck... lmao.
smidgeox said:
You're right, about the commands, but you'd get that if you weren't in fastboot usb as well...
It's called process of elimination good luck... lmao.
Click to expand...
Click to collapse
Well I was actually directing my friend to do it over a Skype/TeamViewer call, so maybe he wasn't actually in fastboot usb when I sent it.
I assumed that the sending message meant he was in it.
I'll try again with him tomorrow, thanks. (Out of thanks for the day)
Edit:
One more thing, are there any benefits of running an RUU first (my CID is HTC__023).
And if so, what would the process be considering I have already unlocked the bootloader?
eRadicant said:
Well I was actually directing my friend to do it over a Skype/TeamViewer call, so maybe he wasn't actually in fastboot usb when I sent it.
I assumed that the sending message meant he was in it.
I'll try again with him tomorrow, thanks. (Out of thanks for the day)
Edit:
One more thing, are there any benefits of running an RUU first (my CID is HTC__023).
And if so, what would the process be considering I have already unlocked the bootloader?
Click to expand...
Click to collapse
Running the ruu would flash everything back to stock as well as wiping all data such as apps, contacts etc, so best to back up first if you're considering this that will also flash the recovery you mentioned earlier, I THINK you'd need to relock the bootloader to run a ruu (not certain).
You'd just do the same, run the ruu on your computer (or friends), I suggest again to be in fastboot USB mode although I'm not certain this is essential, I just do it to be extra sure that the process will pick the device up
Sent from my HTC One X
smidgeox said:
Running the ruu would flash everything back to stock as well as wiping all data such as apps, contacts etc, so best to back up first if you're considering this that will also flash the recovery you mentioned earlier, I THINK you'd need to relock the bootloader to run a ruu (not certain).
You'd just do the same, run the ruu on your computer (or friends), I suggest again to be in fastboot USB mode although I'm not certain this is essential, I just do it to be extra sure that the process will pick the device up
Sent from my HTC One X
Click to expand...
Click to collapse
Yeah I did a search, and found a thread that seems to be relevant. So it is only if wanting to revert to stock, nothing else (no other benefits)? Hopefully someone can clarify
Still unable to flash recovery.
Bootloader definitely unlocked.
Code:
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot oem readcid
...
(bootloader) DEBUG: cid: HTC__023
OKAY [ 0.017s]
finished. total time: 0.019s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 0.95.0000
(bootloader) version-baseband: 1.1204.105.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.728.12
(bootloader) serialno: HT24EW118901
(bootloader) imei: 356581040178625
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4611000
(bootloader) cidnum: None
(bootloader) battery-status: good
(bootloader) battery-voltage: 3864mV
(bootloader) devpower: 59
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.899s
When I try and flash recovery nothing happens on the phone, can't use Vol up/down. Even after I cancel the operation in cmd I can't use the buttons or fastboot commands.
I double-checked md5 of recovery as well.
bump
Have you tried a different USB cable/port?
Michealtbh said:
Have you tried a different USB cable/port?
Click to expand...
Click to collapse
Yep
Can you flash anything? A kernel for example?
Michealtbh said:
Can you flash anything? A kernel for example?
Click to expand...
Click to collapse
I can try but how would I revert back to my current stock kernel?
Try this tool
http://forum.xda-developers.com/showthread.php?t=1734365
Sent from my HTC One X using xda premium
joewong1991 said:
Try this tool
http://forum.xda-developers.com/showthread.php?t=1734365
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Doesn't get past 'Flashing recovery'.
In fact, the computer bluescreens after a minute.
edit:
Tried twrp as well, same result.
I'm getting the same thing. One Click and flash recovery in CMD both just freeze and don't do anything.
Do you have framework 3.5 installed on your pc theres a link in the oneclick op
Sent from my HTC One X using xda premium
joewong1991 said:
Do you have framework 3.5 installed on your pc theres a link in the oneclick op
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Yeah and it's my friends computer
I have a feeling it might be all the random security programs he has installed
I told him to try on a different computer when he can get hold of one
eRadicant said:
bump
Click to expand...
Click to collapse
hi
dont get it u want to install CWM or stock recovery
anyway see this use the tool it is easy
link : http://forum.xda-developers.com/showpost.php?p=27913286&postcount=1
u can also read this post by me hope it helps
link : http://forum.xda-developers.com/showpost.php?p=32368798&postcount=112
Hi,
It goes to show that a little knowledge is a dangerous thing!!!
I flashed my phone with Team Viper 2.6 (I think) and all was working fine ubtil I tried another Rom, can't remember which one and the phone will not boot past the HTC white screen.
After many hours of being unsuccessful, I sent the phone back to HTC for repair and after a few days they said that the mainboard needed replacing for almost £200 !!! So i decided against that and got the phone back.
I can get into HBoot and Fasboot USB, also can get into TWRP, so tried to reload Team Viper, as that is the only backup I had. It went through the installation process OK, but still won't get past the flash screen.
Here are some details of the phone:
*****UNLOCKED*****
Endeavoru PUT SHIP S-ON RL
HBOOT-1.39.0000
CPLD-None
MICROP-None
Radio-5.1204.162.29
eMMC-bootable: disabled
CPU-bootable: disabled
HW Secure boot: enabled
MODEM PATH: OFF
Dec 17 2012, 13:59:37
Using Hassoons Tool I got the following:-
bootloader) version: 0.5a
(bootloader) version-bootloader: 1.39.0000
(bootloader) version-baseband: 5.1204.162.29
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.14.401.31
(bootloader) serialno: Removed for security
(bootloader) imei: 353043057835673
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3758mV
(bootloader) devpower: 37
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.876s
Sorry for the detailed post, but I wanted provide as much info as possible.
Now my question is: CAN SOMEONE PROVIDE A VERY SIMPLISTIC PROCEDURE TO RESTORE TO STOCK?
I feel the that phone is not "bricked" but maybe I'm wrong.
Your help and expertise would be so much appreciated for this noobie!!:fingers-crossed:
ovation99 said:
Hi,
It goes to show that a little knowledge is a dangerous thing!!!
I flashed my phone with Team Viper 2.6 (I think) and all was working fine ubtil I tried another Rom, can't remember which one and the phone will not boot past the HTC white screen.
After many hours of being unsuccessful, I sent the phone back to HTC for repair and after a few days they said that the mainboard needed replacing for almost £200 !!! So i decided against that and got the phone back.
I can get into HBoot and Fasboot USB, also can get into TWRP, so tried to reload Team Viper, as that is the only backup I had. It went through the installation process OK, but still won't get past the flash screen.
Here are some details of the phone:
*****UNLOCKED*****
Endeavoru PUT SHIP S-ON RL
HBOOT-1.39.0000
CPLD-None
MICROP-None
Radio-5.1204.162.29
eMMC-bootable: disabled
CPU-bootable: disabled
HW Secure boot: enabled
MODEM PATH: OFF
Dec 17 2012, 13:59:37
Using Hassoons Tool I got the following:-
bootloader) version: 0.5a
(bootloader) version-bootloader: 1.39.0000
(bootloader) version-baseband: 5.1204.162.29
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.14.401.31
(bootloader) serialno: Removed for security
(bootloader) imei: 353043057835673
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3758mV
(bootloader) devpower: 37
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.876s
Sorry for the detailed post, but I wanted provide as much info as possible.
Now my question is: CAN SOMEONE PROVIDE A VERY SIMPLISTIC PROCEDURE TO RESTORE TO STOCK?
I feel the that phone is not "bricked" but maybe I'm wrong.
Your help and expertise would be so much appreciated for this noobie!!:fingers-crossed:
Click to expand...
Click to collapse
You probably just need to flash the boot.img from the rom zip...extract it to your fastboot folder and then execute " fastboot flash boot boot.img" and then "fastboot erase cache" using cmd (command prompt) and then reboot
Sent from my HTC One X using xda app-developers app
Sadman Khan said:
You probably just need to flash the boot.img from the rom zip...extract it to your fastboot folder and then execute " fastboot flash boot boot.img" and then "fastboot erase cache" using cmd (command prompt) and then reboot
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Thanks for the reply, but where would I get the boot.img from?
Would that be from the Team Viper ROM, or do I download from elsewhere?
Look in the flashable zip. Simply extract the boot.img from the zip:thumbup:
Sent from my HTC One X using xda app-developers app
ovation99 said:
Thanks for the reply, but where would I get the boot.img from?
Would that be from the Team Viper ROM, or do I download from elsewhere?
Click to expand...
Click to collapse
U have a backup of viper rom right? And twrp recovery? So there is a boot.emmc.win file in twrp folder on your sd card.. Flash this boot file from fastboot( b4 or after restoring the backup)
ovation99 said:
Thanks for the reply, but where would I get the boot.img from?
Would that be from the Team Viper ROM, or do I download from elsewhere?
Click to expand...
Click to collapse
You will find it in the rom zip file or you can download the viper kernel from the rom's thread..either of them will work for you.. good luck mate
Sent from my HTC One X using xda app-developers app
Sadman Khan said:
You will find it in the rom zip file or you can download the viper kernel from the rom's thread..either of them will work for you.. good luck mate
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Thanks to all you guys for your help, but did as you suggested and still no further forward.
Is there a ROM that will return my phone to stock complete with kernel, boot.img etc, that will re-install everything, wike a Windows re-installation. Or am I asking too much here?
I am losing faith in this and I can see it being dumped in the trash before long.
Flash this recovery
http://db.tt/SPXdFfPw
Rename it to recovery.img and flash it :
Fastboot flash recovery recovery.img
Fastboot erase cache
Then flash the boot.img from the viper x 3.7.5 (open the rom.zip with 7zip and copy the file)
Fastboot flash boot boot.img
Fastboot erase cache
Then go into recovery and wipe all :
Factory reset
Wipe cache partition
Mounts & storage - format cache,data,system
Advanced - wipe dalvik cache
Then install the viper x rom.zip and follow instructions.
When you get a question about a kernel....choose viper x delivered !
Done
HOX stuck on splash screen
Mr Hofs said:
Flash this recovery
Rename it to recovery.img and flash it :
Fastboot flash recovery recovery.img
Fastboot erase cache
Then flash the boot.img from the viper x 3.7.5 (open the rom.zip with 7zip and copy the file)
Fastboot flash boot boot.img
Fastboot erase cache
Then go into recovery and wipe all :
Factory reset
Wipe cache partition
Mounts & storage - format cache,data,system
Advanced - wipe dalvik cache
Then install the viper x rom.zip and follow instructions.
When you get a question about a kernel....choose viper x delivered !
Done
Click to expand...
Click to collapse
Many thanks for your detailed and simple instructions.
Howerver, I am having trouble finding the Viper X 3.7.5 ROM, could you post a link for download?
Again, many many thanks:fingers-crossed:
http://forum.xda-developers.com/showthread.php?t=2087443
Here you go
Mr Hofs said:
http://forum.xda-developers.com/showthread.php?t=2087443
Here you go
Click to expand...
Click to collapse
Mr Hofs, many thanks for the links. I downloaded 3.7.4 and the update 3.7.5.
That was the good bit......I tried to push the ROM using adb in command mode, but I couldn't get it to recognise the phone.
I thought I maybe able to drop the files onto the sd card via Windows, but althought the phone is recognised in Device Manager, it doesn't show up in Windows Explore.
I am sorry that all your help and advice has been wasted, maybe it will help others whose phone isn't as sick as mine.
I may have another go tomorrow, but it's looking like it's headed for that great waste bin in the sky.:crying:
If you want to copy the rom to the phone you go into the recovery and then to
Mounts & storage - mount as mass storage (last option in that list)
Its now a usb diskdrive and windows will recognize it (if its not, wait long enough like a minute or so. It can take a while)
Then copy the stuff you need.
Mr Hofs, Many thanks for your help.
I downloaded 3.7.4 and update 3.7.5 and tried adb push and sideload but my device wasn't recognised, although W8 could see it in Device Manager.
I will give it one more go today and if that doesn't work, it's that great trash bin in the skt.
Again many thanks for your help.:crying:
Like i said you don't need to sideload or adb anything, just do as above and you can copy it normally
Mr Hofs said:
Like i said you don't need to sideload or adb anything, just do as above and you can copy it normally
Click to expand...
Click to collapse
Mr Hofs, YOU ARE THE MAN !!!
I finally got it working and thereby saving me almost £200 for a HTC repair. Robbin' barst***s !!
I cannot thank you enough for your help and perseverence with a newbie.
I have printed your instructions for future reference. It's great to get help from someone who really knows what they're talking about.
Thank You, Thank You, Thank You. :good::good::good:
Very good !!!
CASE CLOSED !
Mr Hofs said:
Very good !!!
CASE CLOSED !
Click to expand...
Click to collapse
Mr Hofs,
Just one last question.... is there a way to get back to the Viper default settings, colours etc, without re-installing the ROM?
What do you mean exactly with colours and stuff, did you flash a theme ?
Mr Hofs said:
What do you mean exactly with colours and stuff, did you flash a theme ?
Click to expand...
Click to collapse
Yes I did ! I used your dark and yellow theme, but the trouble is now that I can't read texts and the normal (HTC) settings are all in yellow and very difficult to read.
Should I do a complete install of Viper again?
Lol did you picked the yellow theme on the skin picker ?
Hi everyone
I have looked everywhere to find the solution to thus issus but nothing found has worked so far. I have got a one x with boot loop I can get in to fast boot fine and cab flash boot and recovery fine also can lock and unlock the bootloader fine. The issue is no matter what ROM I try it will not boot. I have tried revolution HD flashed the correct firmware.zip for HTC__01 flash boot.zip and then flash the ROM with cwm when it reboots it just boot loops on the start screen. If I flash a cwm nandroid of factory ROM and flash boot.zip it just freezes on the start screen a format all the partitions every time. The only thing I notice when ever I flash then is it takes only 30/40 seconds looking like it never copy's the files to system but I never see any errors. Anyone seen this and know how to solve it. Thanks for looking
Sent from my Galaxy Nexus using xda premium
kos99 said:
Hi everyone
I have looked everywhere to find the solution to thus issus but nothing found has worked so far. I have got a one x with boot loop I can get in to fast boot fine and cab flash boot and recovery fine also can lock and unlock the bootloader fine. The issue is no matter what ROM I try it will not boot. I have tried revolution HD flashed the correct firmware.zip for HTC__01 flash boot.zip and then flash the ROM with cwm when it reboots it just boot loops on the start screen. If I flash a cwm nandroid of factory ROM and flash boot.zip it just freezes on the start screen a format all the partitions every time. The only thing I notice when ever I flash then is it takes only 30/40 seconds looking like it never copy's the files to system but I never see any errors. Anyone seen this and know how to solve it. Thanks for looking
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Type fastboot getvar all and post everything BUT the IMEI.
Sent from my HTC One X using Tapatalk
humzaahmed155 said:
Type fastboot getvar all and post everything BUT the IMEI.
Sent from my HTC One X using Tapatalk
Click to expand...
Click to collapse
Hi,
Here is my getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.72.0000
(bootloader) version-baseband: 5.1204.167.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.18.401.2
(bootloader) serialno: SH24LW103077
(bootloader) imei: xxxxxxxxxxxxxxx
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3853mV
(bootloader) devpower: 58
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.920s
Hope this helps I have notice that partition-layout is none but I have see other pages saying this is normal but not sure if it is.
Thanks
Just a bit more of an update I have just tried to flash viper ROM followed it to the word flashing boot.IMG clearing cache then installed but all that happens now it power on to the first HTC screen for about 10 sec then reboots back to the same screen and then goes in to cwm by itself. Tried reflashing the boot.IMG and clear the cache but still the same. Anyone ever seen this before.
Sent from my Galaxy Nexus using xda premium
Did you do full wipe and dalvik wipe?
Another ROM Wahoooo
I did a full wipe in cwm and have done every time I tried to install a rom all have failed to boot. Do you think the fact it reboot in to cwm in the second loop is showing the ROM is not loading on to the nand.
Sent from my Galaxy Nexus using xda premium
I would try and flash a different recovery like twrp or philz touch
Sent from my HTC One X using xda app-developers app
Hi, I have tried both of those recovery but still the same. I have just tried formating the SD space with windows at fat32 and retried but still the same.
Sent from my Galaxy Nexus using xda premium
I have installed the current viper x ROM it still just loops I went back in the installer and then in the file manager so I can see what files are there is the system directory supposed have more than an apps directory in it if so it look like it is not copying all the files over.
Sent from my Galaxy Nexus using xda premium
Also I have noticed the directory boot is empty will this have anything to do with it
. thanks
Sent from my Galaxy Nexus using xda premium
kos99 said:
Also I have noticed the directory boot is empty will this have anything to do with it
. thanks
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Download the full Viper X rom not OTA full zip THIS or THIS extract the boot.img from the rom arhive and place the boot.img in your fastboot folder. Copy the rom to your SD card. Co in fastboot and flash the boot.img with the command fastboot flash boot boot.img after this run fastboot erase cache go in recovery and do a full wipe install the rom from SD card. Restart the phone and everything will be OK.
looking in to this it looks like the file system is damaged and needs to be restored with an RUU but I do not believe there is one for 4.18.401.2
kos99 said:
looking in to this it looks like the file system is damaged and needs to be restored with an RUU but I do not believe there is one for 4.18.401.2
Click to expand...
Click to collapse
Are you fallow my instruction and download the files from lilnk?
Hello;
I turned my One X on after about a month of not using (got a nexus 5). I'm giving it to my dad.
It just boot loops, I have 20.6 SD rom with his stock kernal. I've wiped cache, factory reset, dalvik. Wiped via fastboot and reinstalled the kernal.
I DONT have the rom files on the SD Card any more and i get an error when I try to mount storage from CWM.
Any ideas It would be greatly appreciated as it's about time my dad got rid of his standard phone.
ben-fisher-bro said:
Hello;
I turned my One X on after about a month of not using (got a nexus 5). I'm giving it to my dad.
It just boot loops, I have 20.6 SD rom with his stock kernal. I've wiped cache, factory reset, dalvik. Wiped via fastboot and reinstalled the kernal.
I DONT have the rom files on the SD Card any more and i get an error when I try to mount storage from CWM.
Any ideas It would be greatly appreciated as it's about time my dad got rid of his standard phone.
Click to expand...
Click to collapse
post the result from command fastboot getvar all
The other thing is to instal Philz recovery and in recovery to mount the SD card. Copy your rom to SD card, flash boot.img, flash rom.
ben-fisher-bro said:
Hello;
I turned my One X on after about a month of not using (got a nexus 5). I'm giving it to my dad.
It just boot loops, I have 20.6 SD rom with his stock kernal. I've wiped cache, factory reset, dalvik. Wiped via fastboot and reinstalled the kernal.
I DONT have the rom files on the SD Card any more and i get an error when I try to mount storage from CWM.
Any ideas It would be greatly appreciated as it's about time my dad got rid of his standard phone.
Click to expand...
Click to collapse
Try to flash twrp recovery or phillz via fastboot and then the rom. And wipe fastboot cache
Sent from my EndeavorU using Tapatalk 4
and313 said:
Try to flash twrp recovery or phillz via fastboot and then the rom. And wipe fastboot cache
Sent from my EndeavorU using Tapatalk 4
Click to expand...
Click to collapse
I do9nt have access to transfer stuff to the phone. It doesn't let me!
ben-fisher-bro said:
I do9nt have access to transfer stuff to the phone. It doesn't let me!
Click to expand...
Click to collapse
Go in bootloader press volume down + power button and after this connect the phone to computer and run the command fastboot getvar all
Do you have fastboot command on your PC if no download from here
Thant said:
Go in bootloader press volume down + power button and after this connect the phone to computer and run the command fastboot getvar all
Do you have fastboot command on your PC if no download from here
Click to expand...
Click to collapse
C:\Fastboot>fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.39.0000
(bootloader) version-baseband: 5.1204.164.30H
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.28.771.9
(bootloader) serialno: HT23XW125***
(bootloader) imei: 359188043******
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3749mV
(bootloader) devpower: 27
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
ben-fisher-bro said:
C:\Fastboot>fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.39.0000
(bootloader) version-baseband: 5.1204.164.30H
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.28.771.9
(bootloader) serialno: HT23XW125***
(bootloader) imei: 359188043******
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: H3G__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3749mV
(bootloader) devpower: 27
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
Click to expand...
Click to collapse
Ok Lock your bootloader if you unlocked him, in bootloader you must see LOCKED or RELOCKED this is importand.
Download this RUU_ENDEAVOR_U_ICS_40_H3G_UK_1.29.771.11 and install update to latest JB 4.2.2
or you can download Philz recovery and use the command fastboot flash recovery recovery.img
Report back
EDIT: if the first RUU not working you can try with this RUU_ENDEAVOR_U_ICS_40_S_H3G_UK_2.17.771.3
EDIT2: Strange you have too high hboot version for your main version
Thant said:
Ok Lock your bootloader if you unlocked him, in bootloader you must see LOCKED or RELOCKED this is importand.
Download this RUU_ENDEAVOR_U_ICS_40_H3G_UK_1.29.771.11 and install update to latest JB 4.2.2
or you can download Philz recovery and use the command fastboot flash recovery recovery.img
Report back
EDIT: if the first RUU not working you can try with this RUU_ENDEAVOR_U_ICS_40_S_H3G_UK_2.17.771.3
EDIT2: Strange you have too hicgh hboot version for your main version
Click to expand...
Click to collapse
I've flashed philz, but I still get a boot loop! I still cannot transfer files. AM I missing something?
ben-fisher-bro said:
I've flashed philz, but I still get a boot loop! I still cannot transfer files. AM I missing something?
Click to expand...
Click to collapse
Start the phone in bootloader and choice recovery inside you have option to mount SD car choise mount sd Card and connect the phone to computer wait 3-5 minutes and you will see the sd card ion your computer copy the rom of your choice and install the rom dont forget to flash the boot.img. I give you the RUU to go back to stock this is your other option.
Thant said:
Start the phone in bootloader and choice recovery inside you have option to mount SD car choise mount sd Card and connect the phone to computer wait 3-5 minutes and you will see the sd card ion your computer copy the rom of your choice and install the rom dont forget to flash the boot.img. I give you the RUU to go back to stock this is your other option.
Click to expand...
Click to collapse
I'm doing this but nothing is showing on my computer
ben-fisher-bro said:
I'm doing this but nothing is showing on my computer
Click to expand...
Click to collapse
Try different usb ports/cables...
ben-fisher-bro said:
I'm doing this but nothing is showing on my computer
Click to expand...
Click to collapse
try to lock the bootloader and run RUU in my links.
Update yor HTC drivers
Dont forget you have to wait a bit on phillz recovery (possibly twrp also) to mount the sd. Should take about a minute which is normal
Sent from my EndeavorU using Tapatalk 4
Send that phone to me,I will do that for you....
Gesendet von meinem HTC One X mit Tapatalk
manne48 said:
Send that phone to me,I will do that for you....
Gesendet von meinem HTC One X mit Tapatalk
Click to expand...
Click to collapse
Help him via teamviewer, easier then sending it off to somebody he doesn't know (not that you are not credible or anything) but i would not 'just' send my phone in
Yes,thats true,if he wants this he can send a mail.....
Gesendet von meinem HTC One X mit Tapatalk
Mr Hofs said:
Help him via teamviewer, easier then sending it off to somebody he doesn't know (not that you are not credible or anything) but i would not 'just' send my phone in
Click to expand...
Click to collapse
Better done this through Teamviewer.
Sent from my HTC One X using xda app-developers app
can anyone help me out here. I was trying to root my HTC one X. I have unlocked the bootloader. I ran a script to root the device but now it is stuck on HTC quietly brilliant. I can vol down and power to get into the boot menu but cannot get into the normal OS
I assume you did not make a nandroid backup ?
sorry. All I have done so far is unlock the boot menu. I ran a script which has the following
fastboot-windows.exe flash boot boot.insecure.img
fastboot-windows.exe reboot
adb-windows.exe kill-server
adb-windows.exe wait-for-device
adb-windows.exe remount
adb-windows.exe push system /system
adb-windows.exe shell chmod 6755 /system/xbin/su
it reboots my phone and its stuck. I can get back into the vol down power button menu. I don't think it got rooted
So you have a custom recovery ?
Edit :
The easiest way is to go with a custom rom which is rooted already
Mr Hofs said:
So you have a custom recovery ?
Click to expand...
Click to collapse
No Mr Hof.
I bought this second hand. It was Android 4.2.2 with Sense 5. I have nothing on me. I am trying to understand what I have done. Have I lost the original OS. Is there anyway back? See below for more details. Really appreciate your help here. I am kicking myself for even dabbling.
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.72.0000
(bootloader) version-baseband: 5.1204.167.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.18.206.4
(bootloader) serialno: HT257W113285
(bootloader) imei: 353043053194158
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: O2___001
(bootloader) battery-status: good
(bootloader) battery-voltage: 3830mV
(bootloader) devpower: 54
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
Oke i suggest you check for a rom that you would like to run and download the rom. After that you do this :
Download this recovery and rename it to recovery.img
https://www.dropbox.com/s/yqzlpqo8illa53j/Philz recovery 5.15.9.img
Flash it :
Fastboot flash recovery recovery.img
Fastboot erase cache
Then flash the boot.img from the rom.zip (it's inside, take it out via 7zip. Open the archive and copy the boot.img)
Fastboot flash boot boot.img
Fastboot erase cache
Then enter the recovery and mount the sdcard in the mount and storage menu, copy the rom.zip.
Make a full wipe :
Factory reset
Wipe cache partition
Advanced-wipe dalvik cache
Mounts&storage-format cache, data, system
Then install the rom.zip and reboot
all I can do it vol down and power on. I get a menu saying unlocked at the top and s-on. I can do into fastboot and then run some commands from the laptop like the one above
Refresh and read my reply
Mr Hofs said:
Refresh and read my reply
Click to expand...
Click to collapse
ok Mr Hof. The rom is the operating system isn't it. I just want to put the same one on that I had. So I will look for HTC one X 4.22 rom and then follow your instructions.
If you want the exact same rom you have to restore a new nandroid backup if it's available. That's a bit more technical than a new custom rom. Custom roms also come in stock versions i will edit some links in here in a few minutes.
Edit 1 :
This is a stock like rom which can be installed the way i described in the post above
http://forum.xda-developers.com/showthread.php?t=1562603
right mr Hof
I am downloading from here
http://android-revolution-hd.blogspot.co.uk/p/android-revolution-hd-mirror-site-var.html
Is that what I am after. What's the difference between odexed and de-odexed
cheers
This one
http://www.androidrevolution.nl/downloader/download.php?file=Android_Revolution_HD-One_X_33.1.zip
Make sure you get the one x version and not the ONE version. Sometimes people read it wrong and trying to install the wrong rom to the device !
I checked the nandroid backup collection but the version that was originally on your phone is not available, so a custom rom is the only way for now to get it back up.
Mr Hofs said:
This one
http://www.androidrevolution.nl/downloader/download.php?file=Android_Revolution_HD-One_X_33.1.zip
Make sure you get the one x version and not the ONE version. Sometimes people read it wrong and trying to install the wrong rom to the device !
Click to expand...
Click to collapse
Thanks. It's downloading now. It will take 1 hour so I hope you will still be around to see me through this.
Think i will
200mb done.
I have downloaded the PhilzRecovery and renamed it recovery.zip
Recovery.img that the name ........ my mistake i wrote it wrong !!!
Mr Hofs said:
Recovery.img that the name ........ my mistake i wrote it wrong !!!
Click to expand...
Click to collapse
ok
You can go ahead and flash it. Put the phone in the recovery and hook up the charger. That way the battery will charge !
ok. so I am vol down + power. Choosing fastboot then from my laptop run the commands below???
Fastboot flash recovery recovery.img
Fastboot erase cache
Yes indeed. With the .img file inside the fastboot folder on the pc