Hi guies I tried installing jb4.2.2 on my htc one v but its struck at bootscreen.
I don't know what to do?
I can get to recovery(twrp)
i think I delete my kernel some how.
I am trying to flash a new kernel using fastboot from linux (don't have windows)
fastboot flash boot boot.img but when ever i try to do that it fails saying not able to write files.
Can somebody help me.
I guess linux command is different, but I'm sure if you check ckpv5 guide for rooting and stuff you can find the right command!! :thumbup:
Sent from my HTC One V using xda app-developers app
I know the command "fastboot flash boot boot.img" but it is hanging my phone
mr_nooby said:
I guess linux command is different, but I'm sure if you check ckpv5 guide for rooting and stuff you can find the right command!! :thumbup:
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
$:~/adt-bun...platform-tools$ ./fastboot reboot-bootloader
rebooting into bootloader...
FAILED (status malformed (1 bytes))
finished. total time: 0.020s
the problem is no command is working except "fastboot devices", also after executing command my phone hangs in recovery no button works
You can't use fastboot to reboot into bootloader, you use adb (android debug bridge) for that. The command is adb reboot bootloader
Sent from my HTC One V using xda app-developers app
mr_nooby said:
You can't use fastboot to reboot into bootloader, you use adb (android debug bridge) for that. The command is adb reboot bootloader
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
how to flash a kernel ?
fastboot flash boot boot. img
sent from my sexy Nexy
paarthdesai said:
fastboot flash boot boot. img
sent from my sexy Nexy
Click to expand...
Click to collapse
That hangs my phone and says file sending failed , do i need to install some drivers on linux
abhishekb said:
That hangs my phone and says file sending failed , do i need to install some drivers on linux
Click to expand...
Click to collapse
Please help
Are you doing that in fastboot or in recovery? You need to be in fastboot mode
Sent from my HTC One V using xda app-developers app
sudo fastboot flash boot boot.img
Works for me.
mr_nooby said:
Are you doing that in fastboot or in recovery? You need to be in fastboot mode
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
fastboot i get my device listed when i do ./fastboot devices
Related
Reads a lot, first post.
Cannot find answer to my specific situation so I hope anyone can help.
ATM my phone boots to HTC logo and Vodafone logo and restarts after (infinite loop) (only when loader is connected)
phone is relocked and RUU wont run because battery life is below 30%. Cannot load any further (loads no longer then an hour)
Cannot unlock phone (fastboot flash unlocktoken Unlock_code.bin gives ERROR 0000008 00120000 of not known which error)
Anyone an idea?
Charge the phone by switching off for more than 5 hours
Sent from my HTC One X using Tapatalk 2
forumhookersdotcom said:
Charge the phone by switching off for more than 5 hours
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
( I'm in Fastboot menu)
when I power down phone automatic restarts to fastboot
In fastboot flash 5.8.4.0 cwm touch then enter recovery. That should get you charging
Typed with XDA Premium on OneX
walaway said:
In fastboot flash 5.8.4.0 cwm touch then enter recovery. That should get you charging
Typed with XDA Premium on OneX
Click to expand...
Click to collapse
I get this in CMD
sending 'recovery' <5742 KB>
FAILED <unknown status code>
finished. total time: 1.139s
maybe because bootloader is relocked?
Must be. Unlock it again first.
Sorry to have missed that step
Typed with XDA Premium on OneX
walaway said:
Must be. Unlock it again first.
Sorry to have missed that step
Typed with XDA Premium on OneX
Click to expand...
Click to collapse
When I try to unlock I get various errors like 00120000 or 00000008
FIX
problem is fixed. If u have same problem here is how to fix:
In your fastboot/adb folder create .bat file and type this:
"@echo off
:start
fastboot getvar battery-voltage
fastboot reboot-bootloader
ping /n 6 localhost >nul
goto start"
in cmd type fastboot reboot-bootloader (to fastboot USB)
start the .bat and there you can see how far your device is loaded. When it is at 3675 mV stop the program and quick type in a cmd: "fastboot flash unlocktoken Unlock_code.bin" (the file you got from HTCdev when you were unlocking first time). There, your phone is now unlocked. No need for RUU, just flash the newest CWM (5.8.4.0) and mount your SD, put an mod on it and flash out of ur problems
good luck
HI Guys... this is my first post here so thanks for the great forum
Here is my issue, I've installed The All-in-one tool kit to unlock my phone, all went ok for unlocking,
then i tried to flash a rom and i think i messed up pretty bad.
Just had my One X 2 weeks ago fist time flashing a One X (Did it several times with my Galaxy Ace)
Now my phone keeps on rebooting and eventually gets stuck on boot animation with the red message from CMW saying That this build is for development purposes only ect....
I cant even get in the bootloader, what are my option here?
Thanks in advance
Miamijice
it's strange that you can't go into bootloader, but anyway, can you go to recovery? if so, try to reflash. but anyway you'll need bootloader to flash boot.img ("fastboot flash boot boot.img" on cmd).
or, try to go into recovery, connect to pc, and type in cmd: "adb reboot bootloader", and you should go into bootloader, then flash boot.img
glukosio said:
it's strange that you can't go into bootloader, but anyway, can you go to recovery? if so, try to reflash. but anyway you'll need bootloader to flash boot.img ("fastboot flash boot boot.img" on cmd).
or, try to go into recovery, connect to pc, and type in cmd: "adb reboot bootloader", and you should go into bootloader, then flash boot.img
Click to expand...
Click to collapse
Ok... so i got into bootloader now (kinda tricky when phone reboots on it own.)
Once in bootloader i choose fastboot, then pc connects to phone, then i did fastboot flash boot boot.img in cmd in my c:/android folder (i have the ziped rom file in there too)
C:\Android>fastboot flash boot boot.img
sending 'boot' (4302 KB)... OKAY [ 0.953s]
writing 'boot'... OKAY [ 1.210s]
finished. total time: 2.165s
This is the result. My guess from there is to go in recovery from the bootloader. But i get stuck again rebooting and nothing happends.
I guess im missing something here... Thanks for your patience!
Reflash the recovery again and erase cache with fastboot commands, maybe it helps
Verstuurd van mijn HTC One X
Try this tool to flash recovery and boot.img http://forum.xda-developers.com/showthread.php?t=1734365
Sent from my HTC One X using xda premium
joewong1991 said:
Try this tool to flash recovery and boot.img http://forum.xda-developers.com/showthread.php?t=1734365
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
hi
i have the same problem with my SE neo ,, i dont know what is this starnge thing happening
i will try the tool and kindly suggest me what i can do now?
Enter bootloader by holding power + volm down for 10 seconds, check if your phone says ***LOCKED*** or ***UNLOCKED at the top and also check if it says 'endeavoru' or 'evita'.
Lo all!
My HTC One X is stuck in a reboot loop after trying to root today.
I unlocked the bootloader through the HTC site with no issues, and I tried to root using the "insecurebootandroot" method. I still have access to the bootloader/fastboot where it says *unlocked*. I've tried performing a factory reset from here but that has not made a diffference.
Any help appreciated!
c:\fastboot>fastboot getvar version-main
version-main: 2.17.61.3
hboot-1.12.0000
CPLd-None
MICROP-None
RADIO-None
eMMC-bootmode: disabled
CPU-bootmode: disabled
HW secure boot: enabled
MODEM PATH: OFF
Try fastboot erase cache in cmd
Sent from my HTC One X using xda premium
Was the insecure boot compatible with your main version? Link to guide?
Sent from my HTC One X using xda app-developers app
Thanks for the replies guys.
The guide I followed is below:
knowyourmobile.com/smartphones/htc/onex/onexuserguides/1419609/ how_to_root_your_htc_one_x. html
I think I have already tried the fastboot erase cache command.
I have had to insert spaces into the link as I am not allowed to post them yet
girbot said:
Thanks for the replies guys.
The guide I followed is below:
knowyourmobile.com/smartphones/htc/onex/onexuserguides/1419609/ how_to_root_your_htc_one_x. html
I think I have already tried the fastboot erase cache command.
I have had to insert spaces into the link as I am not allowed to post them yet
Click to expand...
Click to collapse
Here's the deal: the guide you followed was super old and the 2.17 update of your phone has broken the compatibility to the insecureboot root method.
You need your stock boot.img back in order to recover.
Acquire the stock boot.img with the following steps:
Dowbload the appropriate nandroid backup from this thread: http://forum.xda-developers.com/showthread.php?t=1975140
If you can't find the exact same version as yours, any 2.17 should do.
Extract boot.img from the downloaded backup and place it in your fastboot folder. Flash it by typing:
"fastboot flash boot boot.img"
Followed by
"fastboot erase cache"
Then your phone should boot up just fine.
Sent from my One X
Its there, the exact nandroid you need
Apologies for the slow reply. Yeah I just the correct boot.img and I was all fixed. Thanks for the help.
Now, to the rooting:
Download the clockworkmod recovery here:
http://www.clockworkmod.com/rommanager
And place it in fastboot folder.
Then flash by typing: fastboot flash recovery filename.zip
And
Fastboot erase cache.
Then download supersu here:
http://download.chainfire.eu/298/SuperSU/CWM-SuperSU-v0.99.zip
Place it on your sd.
Flash in recovery with the install zip from sdcard option.
Sent from my HTC One X using xda app-developers app
Done, all rooted and booted
Good!
CASE CLOSED
shall we say
Sent from my HTC One X using xda app-developers app
If i may.. This case i not quite closed yet..
PERFORM A FULL BACKUP USING CLOCKWORKMOD!
- And then keep it safe, should you ever need it!
Hello,
I am new with the Htc One X , I also have the nexus 4 and previously had galaxy nexus and had rooted them thought the HTC one X was quite different from that so I really wasn able to understand much abt it while I was done rooting it I tried flashing a rom with CWM but then i did not know that I had to flash the boot .img via cmd then when I tried to do that it didn show the serial in ADB devices as the Developer Options was Off is there ANY OTHER way to push the files in or any other solution to make it work? At the moment its not turning on it directly takes it to the bootloader...
Could somebody please help me with it ?
Hoping for a positive response : (
You don't need adb to flash the boot.img.
What does 'fastboot devices' return?
TToivanen said:
You don't need adb to flash the boot.img.
What does 'fastboot devices' return?
Click to expand...
Click to collapse
MB240W101829 fastboot
this is what it shows on fastboot devices
now what should i do?
Put the boot image to the same folder as your fastboot files and type: fastboot flash boot boot.img
Sent from my One X using xda premium
Type in adb devices and see what it returns.
If you can enter fastboot mode, and have the original boot.img (or custom kernel)
Fastboot flash boot nameofboot.img
Sent from my V360 using xda app-developers app
TToivanen said:
You don't need adb to flash the boot.img.
What does 'fastboot devices' return?
Click to expand...
Click to collapse
I even tried fastboot flash boot boot.img and it didn work here is what i got
C:\Users\Sayf\Downloads\OneXRoot>fastboot flash boot boot.img
sending 'boot' (9799 KB)...
OKAY [ 1.261s]
writing 'boot'...
(bootloader) Format partition LNX done
FAILED (remote: err = 0xa)
finished. total time: 1.492s
Are you sure that is the correct boot.IMG
It looks very large.
Someone correct me if I'm wrong but I'm pretty sure that the boot partition on the phone is only 8mb and the error you're getting is because the file you're trying to flash is larger than the available space for the image
Sent from my HTC One X using xda app-developers app
Correct ! boot.img are never that large !!! The stock is around 8 Mb but not much more than that. all the custom boot.img files are between 5 and 6 Mb.....
i correct myself the stock bot.img is exactly 8 Mb....at least for the 2.17 and 3.18 stock !
While rooting my One X I may have gotten a bit stuck, the phone hangs at the HTC loading screen.
And I cannot load a custom recovery onto the phone.
I have unlocked the boot loader, but got to the step of flashing the custom recovery and I get this error:
sending 'recovery' <6038 KB>...
FAILED (command write faileed (Unknown error))
finsihed. total time: 0.642s
I got boot into fastboot, and can see my phone, appear with the command "fastboot devices" but am unable to do anything else.
Any help to get my phone back would be appresiated
Vest1ge said:
While rooting my One X I may have gotten a bit stuck, the phone hangs at the HTC loading screen.
And I cannot load a custom recovery onto the phone.
I have unlocked the boot loader, but got to the step of flashing the custom recovery and I get this error:
sending 'recovery' <6038 KB>...
FAILED (command write faileed (Unknown error))
finsihed. total time: 0.642s
I got boot into fastboot, and can see my phone, appear with the command "fastboot devices" but am unable to do anything else.
Any help to get my phone back would be appresiated
Click to expand...
Click to collapse
how did you flash the recovery? i mean the command.
robchongke said:
how did you flash the recovery? i mean the command.
Click to expand...
Click to collapse
I have never managed to get a successful flash.
I have tired through the CMD command as well as One X toolkit by Hansoon2000
fastboot flash recovery <file>
Vest1ge said:
I have never managed to get a successful flash.
I have tired through the CMD command as well as One X toolkit by Hansoon2000
Click to expand...
Click to collapse
i used hassoon's toolkit and it never gave me problem. maybe you forgot to place the recovery.img in the fastboot folder?
robchongke said:
i used hassoon's toolkit and it never gave me problem. maybe you forgot to place the recovery.img in the fastboot folder?
Click to expand...
Click to collapse
I got the same error, with the CMD command, I think i've done something to the phone..
Vest1ge said:
I have never managed to get a successful flash.
I have tired through the CMD command as well as One X toolkit by Hansoon2000
fastboot flash recovery <file>
Click to expand...
Click to collapse
did you enter the command
fastboot flash recovery.img or fastboot flash recovery recovery.img?
robchongke said:
did you enter the command
fastboot flash recovery.img or fastboot flash recovery recovery.img?
Click to expand...
Click to collapse
fastboot flash recovery CWM.img (to be precise)
I wish it was that simple.
Just tried it again first ime same eorr, then tried it again and it just held on sending ' recovery' and the phone went unresponsive
it is that simple. put recovery.img inside fastboot folder. go into bootloader then flash recovery via cmd with the command fastboot flash recovery recovery.img. that's it. did you try downloading another recovery? might be a bad download. i guess.
Tried another USB port or cable?
Sent from my HTC One X using xda app-developers app
tomascus said:
Tried another USB port or cable?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
That worked perfect.
Manged to install clockwork recovery, but still once loading CM10.1 onto my phone, can't get past the htc screen.
Went Factory Reset -> Reset Cache -> Loaded ROM from SD
Vest1ge said:
That worked perfect.
Manged to install clockwork recovery, but still once loading CM10.1 onto my phone, can't get past the htc screen.
Went Factory Reset -> Reset Cache -> Loaded ROM from SD
Click to expand...
Click to collapse
Did you flash the boot.img file from the rom.zip via fastboot? And then did you erase fastboot cache? Did you wipe everything before installing the rom via recovery?
-Sent from my IceCold One X!