Need Help!!! - HTC One S

Hello! I have a problem with HTC One S Ville c2. I unlocked the bootloader and when i tried to flash a custom recovery i flashed the one from htc one s4. My phone is romless ..I can enter only in bootloader. The All-In-One tool doesn't see my device anymore.
This is what is sa on my bootloader: ***Unloacked*** / Ville C2 PUT SHIP S-ON RL / HBOOT - 3.01.000 / RADIO - 16.11.20.24_M / OpenDSP - v11.6.0.2235.00.0304 / eMMC -boot .
I can't enter in recovery, i can't boot the phone . I can only stay in bootloader and the tool doesn't see my device. What should i do? Please help, I am desperate. :crying::crying:

thedoginme87 said:
Hello! I have a problem with HTC One S Ville c2...................
.............
I can't enter in recovery, i can't boot the phone . I can only stay in bootloader and the tool doesn't see my device. What should i do? Please help, I am desperate. :crying::crying:
Click to expand...
Click to collapse
First of all, WRONG SECTION FOR THIS THREAD
Haven't had any experience with this kind of problem but since you can boot into bootloader, I can give you a quick heads-up.
You should have [adb+fastboot] for the following troubleshooting. You can google it.
Grap a TWRP recovery from Here. Either the latest or 2.3.3.0 and put it inside the folder where your ADB+FASTBOOT files are present.
Then you boot into into fastboot from bootloader and connect your phone to the PC, it should say "fastboot USB". If your PC installs drivers, let it do.
Go to ADB+Fastboot directory, Hold Shift + Right Click and select Open Command Prompt Here. It should open a command window.
then use the command:
Code:
fastboot flash recovery recoveryname.img
and it will flash the recovery.

khan.orak said:
First of all, WRONG SECTION FOR THIS THREAD
Haven't had any experience with this kind of problem but since you can boot into bootloader, I can give you a quick heads-up.
You should have [adb+fastboot] for the following troubleshooting. You can google it.
Grap a TWRP recovery from Here. Either the latest or 2.3.3.0 and put it inside the folder where your ADB+FASTBOOT files are present.
Then you boot into into fastboot from bootloader and connect your phone to the PC, it should say "fastboot USB". If your PC installs drivers, let it do.
Go to ADB+Fastboot directory, Hold Shift + Right Click and select Open Command Prompt Here. It should open a command window.
then use the command:
Code:
fastboot flash recovery recoveryname.img
and it will flash the recovery.
Click to expand...
Click to collapse
First of all: Sorry for placing this in the wrong thread. I was desperate and scared. Second: Thank you for helping me. It worked and now i can flash a custom rom. Thank you again!

thedoginme87 said:
First of all: Sorry for placing this in the wrong thread. I was desperate and scared. Second: Thank you for helping me. It worked and now i can flash a custom rom. Thank you again!
Click to expand...
Click to collapse
Glad to have helped you.
Sent from my HTC One S using Tapatalk 4 Beta

Related

HTC Desire S issue

Hello all,
A friend has a HTC Desire S. He tried to install some stuff on it like new rom, HBOOT, etc. Now the phone can boot only with power and VOL DOWN. I can enter also in recovery but from there I can't install new rom to boot in it. Also HBOOT is ver. 2.00.xx not sure the last digits and there is S-ON also.
Any idea how can I fix it?
Thank you in advance.
Is the recovery CWM or 4EXT? What happens when you try to install a new rom?
If you're S-ON you have to flash the boot.img with fastboot after flashing your ROM :
Code:
fastboot flash boot boot.img
Extract it from your ROM zip and put it in the platform-tools folder of the SDK. Go in this folder then Shift+Left click --> open prompt command here
Then write the code above. Of course you need to plug the phone in fastboot mode before doing that :silly:
Hello,
thanks for the answers. I was able to handle this. Mainly the issue was that Windows 8 won't detect the phone at all. I have other computer with Win7 and I made the all the needed there.
Here is what I have used: http://forum.xda-developers.com/showthread.php?t=1525100
Now everything is working.
Thank you all.

[Q] Stuck in the red letters screen on my HTC One X

hello my friends, i need your help to fix my celphone, when i turned on the phone doesnt boot up always saty stuck in the screen with the red letters, i tried changing the kernel, i tried to install another ROM but always stuck in the same point, i wiped the cache, the system even the SD card and doesnt work,
Anyone can help me?
------Updated-----
according with some posts that i read i need to flash the RUU but i tried downloading the stock att ruu 2.20 but doesnt reconize any phone conected exists a way to flash directly over the TWRP?or maybe i missing something and because of that doesnt detect my celphone?
Reboot the phone and hold volume down while it's rebooting, this will take you to the bootloader, from there you can enter recovery and restore a backup or flash ROM.
What ROM were you on and what kernel did you flash?
Sent from my Evita
timmaaa said:
Reboot the phone and hold volume down while it's rebooting, this will take you to the bootloader, from there you can enter recovery and restore a backup or flash ROM.
What ROM were you on and what kernel did you flash?
Sent from my Evita
Click to expand...
Click to collapse
thanks for your help, i tried to flash the JB 4.22 plus sense 5 but i think my problem is the RUU because even if i flash the Rom still stuck in the same point when i tried to turn on the celphone, do you know how i can flash the RUU?
What are your bootloader details please, just the first five lines.
Sent from my Evita
timmaaa said:
What are your bootloader details please, just the first five lines.
Sent from my Evita
Click to expand...
Click to collapse
Tampered
Unlocked
Evita put ship s-on RL
hboot- 1.14.0002
Radio-0.19as.32.09.11_2
openDSP-v29.1.0.45.0622
eMMC-boot
You're s-on so did you flash the boot.img via fastboot after flashing the ROM?
Sent from my Evita
timmaaa said:
You're s-on so did you flash the boot.img via fastboot after flashing the ROM?
Sent from my Evita
Click to expand...
Click to collapse
eehm nop, so how i do that? from where i can get the boot.img and how can flash via fastboot?
Sorry for my noob questions
The boot.img can be found in the root of the ROM zip, unzip it on your pc and you'll see it straight away. You then need to copy the boot.img into the folder where adb and fastboot are. Then open a command prompt from within that folder (shift + right click anywhere in that folder, select open command prompt here), put your phone into bootloader mode and connect it to the pc, then issue this command in the command prompt:
Code:
fastboot devices
It should return your device serial number, this confirms that you're connected properly. If it doesn't return the serial number you need to work out why. If it does return the serial number you can issue this command:
Code:
fastboot flash boot boot.img
Now you can enter recovery on your phone, flash the ROM, and reboot the phone. Now it should boot up.
Sent from my Evita
timmaaa said:
The boot.img can be found in the root of the ROM zip, unzip it on your pc and you'll see it straight away. You then need to copy the boot.img into the folder where adb and fastboot are. Then open a command prompt from within that folder (shift + right click anywhere in that folder, select open command prompt here), put your phone into bootloader mode and connect it to the pc, then issue this command in the command prompt:
Code:
fastboot devices
It should return your device serial number, this confirms that you're connected properly. If it doesn't return the serial number you need to work out why. If it does return the serial number you can issue this command:
Code:
fastboot flash boot boot.img
Now you can enter recovery on your phone, flash the ROM, and reboot the phone. Now it should boot up.
Sent from my Evita
Click to expand...
Click to collapse
Ok, let me try ill keep posted
It works !!!!!1
Thanks so much for your help now i will update the firmware with most recently one
fjej78 said:
It works !!!!!1
Thanks so much for your help now i will update the firmware with most recently one
Click to expand...
Click to collapse
Glad to see it worked
PS. If someone helps you on XDA, press the thanks button :thumbup:
Sent from my Evita

[Q] Help Asap Please!!!

My Htc One X Got No OS or No Recovery Installed.
If Switched On It Will Be Stucked At The "HTC Quietly Brilliant" Screen
I Can Boot Into HBoot / Fastboot
Info About The Device -
*****Tampered******
***Unlocked******
Evita PVT Ship S-Off Rl
Cid - 11111111
HBoot - 2.14.0000
Radio - 0.19as. 32. 09. 11_2
OpenDSP - v29. 1. 0. 45. 0622
eMMC- Boot
Nov 26 2012, 18:37 :14:-1
Thats the info i can see and tell...please respond asap so i can fix my phone by tonight...please tell me all what i have to to and step by step cause i am new to this....THANKYOU in Advance!!!
How did it get like this? Why don't you just flash TWRP recovery and flash a ROM?
Download TWRP. Put the file in your fastboot folder. Connect phone in fastboot mode, open command prompt from within fastboot folder, issue the following commands:
Code:
fastboot flash recovery "filename.img"
(the exact filename, minus the talking marks)
Code:
fastboot erase cache
Code:
fastboot reboot-bootloader
Now you can select recovery from your bootloader to enter TWRP recovery.
Sent from my Evita.
timmaaa said:
How did it get like this? Why don't you just flash TWRP recovery and flash a ROM?
Download TWRP. Put the file in your fastboot folder. Connect phone in fastboot mode, open command prompt from within fastboot folder, issue the following commands:
Code:
fastboot flash recovery "filename.img"
(the exact filename, minus the talking marks)
Code:
fastboot erase cache
Code:
fastboot reboot-bootloader
Now you can select recovery from your bootloader to enter TWRP recovery.
Sent from my Evita.
Click to expand...
Click to collapse
HTC MTP Device only failing when installing
ADB Sideload only failing as well
Copy the text from the command prompt when you try to flash the recovery. MTP shouldn't factor in at all with fastboot.
Sent from my Evita.
timmaaa said:
Copy the text from the command prompt when you try to flash the recovery. MTP shouldn't factor in at all with fastboot.
Sent from my Evita.
Click to expand...
Click to collapse
Actually now i can access TWRP Recovery But when i'm trying to install A rom using ADB Sideload it only failing
You don't install a ROM using adb sideload, you install a ROM using the install menu in TWRP.
Sent from my Evita.
assembly uyipmen
timmaaa said:
You don't install a ROM using adb sideload, you install a ROM using the install menu in TWRP.
Sent from my Evita.
Click to expand...
Click to collapse
followed all the steps but when i try to install from twrp it still failing
Anyone Please Help!!
SelectahRichie said:
Anyone Please Help!!
Click to expand...
Click to collapse
You could start over by running he 3.18 RUU. Sounds like you borked up your recovery/boot partitions. You're s-off and super cid, so your good to go with the ruu. After that, reinstall recovery, per timmaaa's instructions above. Then flash ROM through twrp. Got it. Good.
I agree with Blackjack.
@SelectahRichie you never answered my question earlier. How did your phone get to this point? If you want help you need to answer the questions people ask you, it makes the job of helping you much easier.
Sent from my Evita.
timmaaa said:
I agree with Blackjack.
@SelectahRichie you never answered my question earlier. How did your phone get to this point? If you want help you need to answer the questions people ask you, it makes the job of helping you much easier.
Sent from my Evita.
Click to expand...
Click to collapse
It Got So When i Wiped My SD Card....But Thanks To Timmaaa I'm All Good

Cyanogenmod update problem

After update to cm-11-20140413 and instal newest kernel (Sultan-kernel-Pure-v1.4.0) my htc stuck at cyanogen loading screen. I don't know where's the problem. Maybe someone know the solution.
chmiela1991 said:
After update to cm-11-20140413 and instal newest kernel (Sultan-kernel-Pure-v1.4.0) my htc stuck at cyanogen loading screen. I don't know where's the problem. Maybe someone know the solution.
Click to expand...
Click to collapse
probably your kernel is the problem
try to flash the boot.img of the rom via fastboot command
fastboot flash boot boot.img
by the way are you on S-ON or S-OFF?
rzr86 said:
probably your kernel is the problem
try to flash the boot.img of the rom via fastboot command
fastboot flash boot boot.img
by the way are you on S-ON or S-OFF?
Click to expand...
Click to collapse
Thanks flashing new boot helped
rzr86 said:
probably your kernel is the problem
try to flash the boot.img of the rom via fastboot command
fastboot flash boot boot.img
by the way are you on S-ON or S-OFF?
Click to expand...
Click to collapse
I have the same problem, but i cant find the command in the bootloader
Noam_Nissel said:
I have the same problem, but i cant find the command in the bootloader
Click to expand...
Click to collapse
actually you type the command from pc
connect your device to pc in fastboot mode(in the hboot screen should say fastboot usb)
extract the boot.img from the rom and place it in your adb/fastboot folder
then open a cmd window in that folder and type the command
press enter
rzr86 said:
actually you type the command from pc
connect your device to pc in fastboot mode(in the hboot screen should say fastboot usb)
extract the boot.img from the rom and place it in your adb/fastboot folder
then open a cmd window in that folder and type the command
press enter
Click to expand...
Click to collapse
i don't fully understand what to do, can you be more detailed?
Noam_Nissel said:
i don't fully understand what to do, can you be more detailed?
Click to expand...
Click to collapse
ok
boot your device to the bootloader and select fastboot
then connect it to pc
now in your pc navigate to the folder where you have adb and fastboot(i assume you have installed sdk tools)
in that folder press shift + right click
you will see an option open a command window here
then a black window will appear
in that window type the command and press enter
but don't forget first to place the boot.img to the adb/fastboot folder
rzr86 said:
ok
boot your device to the bootloader and select fastboot
then connect it to pc
now in your pc navigate to the folder where you have adb and fastboot(i assume you have installed sdk tools)
in that folder press shift + right click
you will see an option open a command window here
then a black window will appear
in that window type the command and press enter
but don't forget first to place the boot.img to the adb/fastboot folder
Click to expand...
Click to collapse
i have this problem agian, and it doesnt help this time
Noam_Nissel said:
i have this problem agian, and it doesnt help this time
Click to expand...
Click to collapse
what kind of problem and what did you do now?
rzr86 said:
what kind of problem and what did you do now?
Click to expand...
Click to collapse
every rom im installing is getting me into bootloop, i've tried to install from revcovery and from fastboot, and it always the same problem
Noam_Nissel said:
every rom im installing is getting me into bootloop, i've tried to install from revcovery and from fastboot, and it always the same problem
Click to expand...
Click to collapse
i replied in the other thread
Does S-on and S-off matter for this issue?
Hi,
I am facing the same issue, my Sensation z710e is stuck in Cyanogenmod boot logo. following are the details.
bootloader unlocked
s-on
rooted
cwm recovery installed
tried latest CM10 for pyramid devices
I didnt try 'fastboot flash boot boot.img' command yet but i would like to know if s-on matters, my device is already rooted with cwm recovery.
I am having a similar issue as well. I have followed the instructions in this thread [ROM][STABLE][Android 4.4.4] CyanogenMod 11 with 3.0.16 kernel [July 18, 2014]. I have followed all the steps including doing a full wipe, flashed the ROM zip, gapps zip, and the aroma installer for the flash kernel several times with the same result. My screen keeps getting stuck on the white HTC loading screen.
Currently I have restored my phone to my previous ROM using a backup through 4ext recovery (v1.0.0.6 RC2). My HTC Sensation 4G T-mobile is unlocked and rooted with s-on. I have smartflash enabled on 4ext and my ROM is currently stock android 4.0.3. I did search the above mentioned thread for similar issues and a potential solution but none of the things I tried worked.
I would appreciate any help on how to fix this problem. If you need additional information I would be glad to provide it.
Tried another re-install today and everything worked fine, I guess the 5th time is the charm? I still don't know why it didn't work the other times, I did the exact same thing each time.

HTC ONE SV only restart after 10s...

Hi, y have a problem with my htc one device, i I made a bad manipulation, and after that my phone only reboot after 5s of utilisation...
The version of my device is 4.2.2 and i used the recovery team win recovery project v2.6.3.2, the phone is rooted. In fact this problem was appared when i go to the menu bootloader, and i click on the button reboot in the menu fastboot and after that, only reboot after 10s.... Please help me !
Now my phone is totaly useless....
Whats your phone version (k2u & k2ul or cricket, boost version)?
Can you boot into recovery?
old.splatterhand said:
Whats your phone version (k2u & k2ul or cricket, boost version)?
Can you boot into recovery?
Click to expand...
Click to collapse
Yes, i can boot in recovery mod, and my version of my phone is 4.2.2 official. I have K2_UL, and i don't know the boost version. But my boot version is HBOOT : 2.21.0000 And radio : 1.18.40a.00.05
Ok, follow the Link in my signature to my index thread. You will find a Link to a stock 4.2.2 rom for k2ul. Flash this with twrp recovery (make a full wipe before) and don't forget to flash boot.img with fastboot cmd if you are S-on.
old.splatterhand said:
Ok, follow the Link in my signature to my index thread. You will find a Link to a stock 4.2.2 rom for k2ul. Flash this with twrp recovery (make a full wipe before) and don't forget to flash boot.img with fastboot cmd if you are S-on.
Click to expand...
Click to collapse
ok i found it : http://forum.xda-developers.com/showthread.php?t=2684620
[ROM][OTA UPDATE] DreamBeats Rom v2.2 K2_U/UL 4.2.2 OC UV MODS
This rom is official ?
and i have a question, i have install sdk on my pc, but i don't found Fastboot. How to download it ? And the link for download [ROM][OTA UPDATE] DreamBeats Rom v2.2 K2_U/UL 4.2.2 OC UV MODS is broken :/ And how to flash the rom via the cmd ? I'm a noob in this domain....
I'm on my phone, can't give you links right now or explain how to setup fastboot. But the web or xda are full of guides for that.
This rom was removed because it's against the rules of xda. Look for "stock odexed 4.2.2" rom in my index thread.
old.splatterhand said:
I'm on my phone, can't give you links right now or explain how to setup fastboot. But the web or xda are full of guides for that.
This rom was removed because it's against the rules of xda. Look for "stock odexed 4.2.2" rom in my index thread.
Click to expand...
Click to collapse
Damn it i have download the rom stock, and after dat i'm lost.. I d'ont understood how to install it via fastboot, i need a tutoriel
You flash the rom in recovery (this rom for k2ul).
After that, extract (only!) boot.img and copy it to your fastboot folder.
Flash the boot.img with fastboot with the following command:
Code:
fastboot flash boot boot.img
Wipe Cache and Dalvik Cache afterwards.
You will find all you need for fastboot in this Android.zip from attachment. Unzip it in a folder called fastboot and start cmd window there and you are good to go.
You can check before flashing boot.img if the phone is recognized with fastboot cmd
Code:
fastboot devices
old.splatterhand said:
You flash the rom in recovery (this rom for k2ul).
After that, extract (only!) boot.img and copy it to your fastboot folder.
Flash the boot.img with fastboot with the following command:
Code:
fastboot flash boot boot.img
Wipe Cache and Dalvik Cache afterwards.
You will find all you need for fastboot in this Android.zip from attachment. Unzip it in a folder called fastboot and start cmd window there and you are good to go.
You can check before flashing boot.img if the phone is recognized with fastboot cmd
Code:
fastboot devices
Click to expand...
Click to collapse
ok thanks, but the problem when i installed the driver for my HTC, i'm on window 8.64bits, the installshield don't worked. He have a problem of compatibilities. Because, when y used fastboot i have a trobleshooting : waiting for device
This is a problem you have to solve yourself, as i don't have Win 8.1.
But if you do a search here on xda there are a plenty of threads about drivers and windows.
Just a few:
http://forum.xda-developers.com/showthread.php?t=2714921
http://forum.xda-developers.com/showthread.php?t=2217396
http://forum.xda-developers.com/showthread.php?t=2633904
Another chance is to try other usb
ports or another PC.
I have same problem
MrPixel67 said:
Hi, y have a problem with my htc one device, i I made a bad manipulation, and after that my phone only reboot after 5s of utilisation...
The version of my device is 4.2.2 and i used the recovery team win recovery project v2.6.3.2, the phone is rooted. In fact this problem was appared when i go to the menu bootloader, and i click on the button reboot in the menu fastboot and after that, only reboot after 10s.... Please help me !
Now my phone is totaly useless....
Click to expand...
Click to collapse
I have a cricket HTC One SV i decided to boot my phone into recovery and wipe everything off it. now when i start it up it says HTC one and kinda freezes, but i can access fastboot and all lol i need to figure out how to make my phone work again.
I'm sorry, but i can't help you in this case, because there is no rom or backup for cricket which you can flash.
old.splatterhand said:
I'm sorry, but i can't help you in this case, because there is no rom or backup for cricket which you can flash.
Click to expand...
Click to collapse
Ok, after flash my phone with fastboot, i send the command fastboot flash boot boot.img, and the second command, the phone reboot cycles againt after 30s....
What means "after 30 seconds"? Does it boot into android os?
Try to restore this backup for k2ul: http://forum.xda-developers.com/showthread.php?t=2516661
old.splatterhand said:
What means "after 30 seconds"? Does it boot into android os?
Try to restore this backup for k2ul: http://forum.xda-developers.com/showthread.php?t=2516661
Click to expand...
Click to collapse
How to restor the back up with the command on fastboot ?
This is not for fastboot. This is for Twrp recovery.
And please answer my question from my lrevious post.
old.splatterhand said:
This is not for fastboot. This is for Twrp recovery.
And please answer my question from my lrevious post.
Click to expand...
Click to collapse
Yes, my phone boot on android interface, but 30s after the boot, the phone reboot cycle...
Ok, the wait with the backup and try this first (each step for its own):
- boot without simcard and see if it still reboots
- boot without sdcard and see if it still reboots
- boot while phone is plugged to a charger and see if it still reboots
Post the results here.
old.splatterhand said:
Ok, the wait with the backup and try this first (each step for its own):
- boot without simcard and see if it still reboots
- boot without sdcard and see if it still reboots
- boot while phone is plugged to a charger and see if it still reboots
Post the results here.
Click to expand...
Click to collapse
ok i have try this, and after 30s always reboot againt and againt cycle reboot :'(

Categories

Resources