Hey guys im having a huge problem with my HTC One. I have it rooted but after trying to install my first ROM on this device it got stuck in the bootloader. When i try to click on options it will go to the HTC logo and then back into the bootloader. I have tried to do a factory reset but the same thing is happening. When at the bootloader menu it says:
*** TAMPERED ***
*** UNLOCKED ***
M7_WLS PVT SHIP S-ON RH
OPENdsp-V26.120.274.0202
eMMC-boot
May 8 2013, 16:30:08: -1
FASTBOOT
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
BOOTLOADER
REBOOT
REBOOT BOOTLOADER
POWER DOWN
When i try to select bootloader it takes me to a screen with different options:
HBOOT
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
FASTBOOT
RECOVERY
FACTORY RESET
SIMLOCK
IMAGE CRC
SHOW BARCODE
Please help this is my first time flashing a ROM besides on my Nexus 7
gillogly98 said:
Hey guys im having a huge problem with my HTC One. I have it rooted but after trying to install my first ROM on this device it got stuck in the bootloader. When i try to click on options it will go to the HTC logo and then back into the bootloader. I have tried to do a factory reset but the same thing is happening. When at the bootloader menu it says:
*** TAMPERED ***
*** UNLOCKED ***
M7_WLS PVT SHIP S-ON RH
OPENdsp-V26.120.274.0202
eMMC-boot
May 8 2013, 16:30:08: -1
FASTBOOT
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
BOOTLOADER
REBOOT
REBOOT BOOTLOADER
POWER DOWN
When i try to select bootloader it takes me to a screen with different options:
HBOOT
<VOL UP> to previous item
<VOL DOWN> to next item
<POWER> to select item
FASTBOOT
RECOVERY
FACTORY RESET
SIMLOCK
IMAGE CRC
SHOW BARCODE
Please help this is my first time flashing a ROM besides on my Nexus 7
Click to expand...
Click to collapse
I assume you have installed TWRP or CWM? ... Might be worth checking this thread http://forum.xda-developers.com/showthread.php?t=2225405
Assuming you have a custom recovery installed, you need to go into "Recovery" in order to flash a ROM.
What happens when you try to access recovery?
redbull123 said:
What happens when you try to access recovery?
Click to expand...
Click to collapse
Wow i feel stupid i tried that at least 10 times but when i clicked it again it went into the recovery.
Thanks :/
redbull123 said:
What happens when you try to access recovery?
Click to expand...
Click to collapse
Its happening again...
I rebooted out of bootloader after clearing the cache and installing a backup but now i am stuck in the same screen
When i try to click recovery it goes to the HTC screen but then back to the bootloader
gillogly98 said:
Its happening again...
I rebooted out of bootloader after clearing the cache and installing a backup but now i am stuck in the same screen
When i try to click recovery it goes to the HTC screen but then back to the bootloader
Click to expand...
Click to collapse
M7_WLS - you have a Sprint model, yes? Try flashing a Sprint-specific recovery.
Here's TWRP 2.5.0.0:http://techerrata.com/file/twrp2/m7wls/openrecovery-twrp-2.5.0.0-m7wls.img
and here's 2.6.0.0:http://techerrata.com/file/twrp2/m7wls/openrecovery-twrp-2.6.0.0-m7wls.img
Try 2.6.0.0 first - if that doesn't work, flash 2.5.0.0 - unless its CWM you're using, then you can find your own links.
i cant figure out how to open the iso file?
AllAboutTheCore said:
I assume you have installed TWRP or CWM? ... Might be worth checking this thread http://forum.xda-developers.com/showthread.php?t=2225405
Assuming you have a custom recovery installed, you need to go into "Recovery" in order to flash a ROM.
Click to expand...
Click to collapse
I cant get into the Recovery and when i try to follow the thread's instructions it wont recognize my phone
Use the all in one tool kit to erase cache and then flash recovery
Sent from my HTC One using XDA Premium HD app
Any help would be great because im kinda freaking out :/
gillogly98 said:
Any help would be great because im kinda freaking out :/
Click to expand...
Click to collapse
Reflash TWRP with the All in One Toolkit but replace the old TWRP file in the Toolkit folder (stored in Date -> Recoveries) with the Sprint TWRP Variant, then rename it to TWRP.
EnIXmA said:
Use the all in one tool kit to erase cache and then flash recovery
Sent from my HTC One using XDA Premium HD app
Click to expand...
Click to collapse
it is not finding my device i think because usb debugging is not enabled
gillogly98 said:
it is not finding my device i think because usb debugging is not enabled
Click to expand...
Click to collapse
Do you know how to use fastboot commands? If you don't, then learn.. Do:
fastboot devices
If your device shows up (which it should) then do:
fastboot flash recovery name_of_your_custom_recovery.img
Remember to make a sprint version.
Sent from my HTC One using xda premium
In order to flash the recovery successfully, you need to have your adb tools installed on your computer.
Then you download the Sprint specific recovery as mentioned before and put it in the same folder as your adb tools.
On your Sprint One you go to bootloader, select the option fastboot, connect your One to the computer and you see on the screen of your One fastboot usb, then open a terminal window (start and in search box type cmd) in that window then, point to your adb tolls folder with
cd c:\platform tools (or whatever name you gave your adb tools folder)
fastboot erase cache
fastboot flash recovery name-of-your-recovery.img
fastboot erase cache
then boot into your recovery.
Go to choose .zip then install .zip highlight the .zip you wish to flash (has to be also a sprint compatible one which you copied BEFORE onto your SDcard)
and follow instruction!
After that reboot and wait until you see the welcome screen.
Please read up BEFORE you do anything, and ask questions BEFORE you do anything so that you are familiar with the process.
And be careful with the AIO toolkit, it is a great program but you can really mess up your fone if you don't understand what it actually does.
In the developer section, under stickies you can find all information needed!
redbull123 said:
Do you know how to use fastboot commands? If you don't, then learn.. Do:
fastboot devices
If your device shows up (which it should) then do:
fastboot flash recovery name_of_your_custom_recovery.img
Remember to make a sprint version.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Where do i type that?
I so lost
redbull123 said:
Do you know how to use fastboot commands? If you don't, then learn.. Do:
fastboot devices
If your device shows up (which it should) then do:
fastboot flash recovery name_of_your_custom_recovery.img
Remember to make a sprint version.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Aaah, you beat me to it!
---------- Post added at 03:45 PM ---------- Previous post was at 03:30 PM ----------
gillogly98 said:
Where do i type that?
I so lost
Click to expand...
Click to collapse
go there and make yourself familiar, and in particular with specifics relevant to your Sprint version!
hardstuffmuc said:
Aaah, you beat me to it!
---------- Post added at 03:45 PM ---------- Previous post was at 03:30 PM ----------
go there and make yourself familiar, and in particular with specifics relevant to your Sprint version!
Click to expand...
Click to collapse
I got back into recovery and i cleared the cache and did a factory reset and when i choose the option to reboot it says that by phone is not rooted. It gives me the option to root device do i choose yes. I think this might be the cause of my problem
gillogly98 said:
I got back into recovery and i cleared the cache and did a factory reset and when i choose the option to reboot it says that by phone is not rooted. It gives me the option to root device do i choose yes. I think this might be the cause of my problem
Click to expand...
Click to collapse
So, when I understand you right, you have an unlockes Sprint variant HTC One, still with your stock Sprint ROM, without recovery yet flashed, and no custom ROM .zip on your SDcard which right now is empty becuase you unlocked via HTCdev.
You need to install the adb/fastboot tools into a folder, best directly on your C: drive.
Once that is done, download and copy the Sprint variant recovery into the same folder.
From bootloader, select fastboot and connect your phone with the cable to your computer.
In RED letters you see on your phone fastboot usb.
Now klick START on your computer, and in the search box type CMD, and double click the result.
A terminal window opens up in BLA>CK, in there you point to your tools folder with: cd c:\the-name-of-your-toolfolder
then type fastboot erase cache
then fastboot flash recovery name-of-your-recovery.img
fastboot erase cache
when you see all went through successful, select on your phone hboot option, then recovery and confirm with the power button, this boots the phone into the recovery.
Now you need to do a back up first of your stock Sprint ROM.
After that you need to sideload a custom ROM.zip for your Sprint version HTC One. this explains how to do that.
Make sure you use a Sprint version custom ROM.zip
I hope this clears it up for you!
---------- Post added at 04:17 PM ---------- Previous post was at 04:11 PM ----------
gillogly98 said:
I got back into recovery and i cleared the cache and did a factory reset and when i choose the option to reboot it says that by phone is not rooted. It gives me the option to root device do i choose yes. I think this might be the cause of my problem
Click to expand...
Click to collapse
right, you successfully booted into recovery...then you either need to root your stock sprint ROM; or flash a custom Sprint variant ROM.
How to that is explained in the link I provided.
After that you should be up and running.
hardstuffmuc said:
So, when I understand you right, you have an unlockes Sprint variant HTC One, still with your stock Sprint ROM, without recovery yet flashed, and no custom ROM .zip on your SDcard which right now is empty becuase you unlocked via HTCdev.
You need to install the adb/fastboot tools into a folder, best directly on your C: drive.
Once that is done, download and copy the Sprint variant recovery into the same folder.
From bootloader, select fastboot and connect your phone with the cable to your computer.
In RED letters you see on your phone fastboot usb.
Now klick START on your computer, and in the search box type CMD, and double click the result.
A terminal window opens up in BLA>CK, in there you point to your tools folder with: cd c:\the-name-of-your-toolfolder
then type fastboot erase cache
then fastboot flash recovery name-of-your-recovery.img
fastboot erase cache
when you see all went through successful, select on your phone hboot option, then recovery and confirm with the power button, this boots the phone into the recovery.
Now you need to do a back up first of your stock Sprint ROM.
After that you need to sideload a custom ROM.zip for your Sprint version HTC One. this explains how to do that.
Make sure you use a Sprint version custom ROM.zip
I hope this clears it up for you!
---------- Post added at 04:17 PM ---------- Previous post was at 04:11 PM ----------
right, you successfully booted into recovery...then you either need to root your stock sprint ROM; or flash a custom Sprint variant ROM.
How to that is explained in the link I provided.
After that you should be up and running.
Click to expand...
Click to collapse
i tried to load the adb slideload but my phone is not working. My computer is recognizing that it is plugged in but it does not know that it is in slideload mode
gillogly98 said:
i tried to load the adb slideload but my phone is not working. My computer is recognizing that it is plugged in but it does not know that it is in slideload mode
Click to expand...
Click to collapse
You do the adb sideload commands again from a terminal window (start->searchbox "cmd"->double click on result) as expalined in this thread
Related
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
andrew21 said:
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
Click to expand...
Click to collapse
Can you get into recovery by using adb reboot recovery
dazbutler1 said:
Can you get into recovery by using adb reboot recovery
Click to expand...
Click to collapse
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
andrew21 said:
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
Click to expand...
Click to collapse
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
gianton said:
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
Click to expand...
Click to collapse
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
andrew21 said:
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
Click to expand...
Click to collapse
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
andrew21 said:
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
Click to expand...
Click to collapse
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
gianton said:
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
Click to expand...
Click to collapse
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
andrew21 said:
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
Click to expand...
Click to collapse
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
gianton said:
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
Click to expand...
Click to collapse
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
WHen i go to reboot, then power off it says "No OS installed! Are you sure you want to power off?". Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
andrew21 said:
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
Also, i checked out some options earlier, dont remeber which but it said no OS installed. Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
Click to expand...
Click to collapse
You should push with adb a custom ROM.zip file and flash it.
Or mount a USB stick with an OTG cable and flash it from there. But you have to flash TWRP recovery with the OTG USB method.
To push a custom ROM.zip file while you're in recovery mode (also read here):
copy the ROM.zip to the same folder where your adb/fastboot files are.
open a cmd window from that folder
type "adb push ROM.zip /sdcard"
when finished reboot to your recovery
wipe system, data and caches (DON'T wipe the sd card content)
flash your ROM
If you have problems with adb not recognizing your device try a PC with Windows 7 and USB 2 port, install HTC drivers from here and use the mini-sdk for your adb/fastboot folder.
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
andrew21 said:
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
Click to expand...
Click to collapse
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
Why did you give him such an outdated rom?
tyler1234567 said:
Why did you give him such an outdated rom?
Click to expand...
Click to collapse
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
andrew21 said:
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
Click to expand...
Click to collapse
OK will catch up tomorrow too, off to bed now good luck.
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
OK will catch up tomorrow too, off to bed now good luck.
Click to expand...
Click to collapse
WHat are you guys talking about, is this an outdated rom?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
you can follow this guide for windows 8 problems it works a treat, i know because i had problems with adb on windows 8.
http://forum.xda-developers.com/showthread.php?t=2256359&highlight=windows
also i would look at downloading the toolkit in android development. don't panic its definitely not bricked. if you can get adb working you can then flash recovery or rom or both
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
Click to expand...
Click to collapse
How can he have sd card problems? Lol. The phone is wiped dude.
---------- Post added at 01:26 PM ---------- Previous post was at 01:23 PM ----------
andrew21 said:
WHat are you guys talking about, is this an outdated rom?
Click to expand...
Click to collapse
Yes it is, he was trying to prevent you from losing anything on the sd card, since the updated ROM will relocate where the sdcard storage is found.
Although I don't think it is relevant since you most likely have a wiped phone.. Seeing as there is no OS installed.
I just got my HTC One less than a week ago, rooted and flashed my first ROM with no issues. Decided to try out a different one today, but after flashing it, my phone rebooted into bootloader and has been stuck there. Anytime I try to reboot the phone or reboot into recovery, it just goes back to the bootloader screen. Same thing when I attempt a factory reset. I've tried reinstalling TWRP recovery and although it says the install is successful, it's still stuck in bootloader. I also tried to install my previous ROM via fastboot command (which is failing), but to no avail. I got the following output:
sending 'zip' (994092 KB)...
OKAY [ 38.486s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 24 parsing android-info fail)
finished. total time: 54.083s
I'm on the Sprint version, and I'm aware that 4.2 ROMs don't work on Sprint yet so I'd be using older versions of them for the time being, but I guess I inadvertently used an incorrect version.
Any ideas?
hmm...must really be bricked. :-\
if it is booting into bootloader, it is not bricked...
try connecting your USB cable , select fastboot in bootloader... it should show the FASTBOOT USB
now on your PC, where you have the ADB/Fasboot files, SHIFT+RIGHT CLICK on that folder and select Open command window here.
In command window, enter FASTBOOT ERASE CACHE
and try booting again...it might work.....
mathrania said:
if it is booting into bootloader, it is not bricked...
try connecting your USB cable , select fastboot in bootloader... it should show the FASTBOOT USB
now on your PC, where you have the ADB/Fasboot files, SHIFT+RIGHT CLICK on that folder and select Open command window here.
In command window, enter FASTBOOT ERASE CACHE
and try booting again...it might work.....
Click to expand...
Click to collapse
nope, no luck I also tried flashing recovery again in addition to it, still going straight to bootloader.
nsuviolin2005 said:
nope, no luck I also tried flashing recovery again in addition to it, still going straight to bootloader.
Click to expand...
Click to collapse
Try using the HTC one AIO toolkit to flash a new recovery and see if that helps.
It uses the FASTBOOT method to flash. Plus you have options to try CWM and TWRP.
If that works you should be able to flash a different rom to get your device up and running
gazlufc said:
Try using the HTC one AIO toolkit to flash a new recovery and see if that helps.
It uses the FASTBOOT method to flash. Plus you have options to try CWM and TWRP.
If that works you should be able to flash a different rom to get your device up and running
Click to expand...
Click to collapse
When I click to flash a recovery, it gives me a prompt that there will be 2 screens and to close the 1st one once I'm in bootloader...I do that, then the 2nd screen comes up but nothing happens. Same thing for both the Sprint options
You need to be in the fastboot menu not bootloader menu.
Sent from my HTC One using xda app-developers app
gazlufc said:
You need to be in the fastboot menu not bootloader menu.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I was...FASTBOOT USB mode, my phone is booting into that menu by default
nsuviolin2005 said:
I was...FASTBOOT USB mode, my phone is booting into that menu by default
Click to expand...
Click to collapse
hmmmmm thats strange.
What you could try is download one of the recoveries and unzip the file so you get the .img file of that recovery.
Then try to flash your own recovery option. see if that works
gazlufc said:
hmmmmm thats strange.
What you could try is download one of the recoveries and unzip the file so you get the .img file of that recovery.
Then try to flash your own recovery option. see if that works
Click to expand...
Click to collapse
Is this supposed to be automated or something? All I get with any option is an command line screen that's in the folder but nothing's happening.
nsuviolin2005 said:
Is this supposed to be automated or something? All I get with any option is an command line screen that's in the folder but nothing's happening.
Click to expand...
Click to collapse
could you post screenshots so I could see what happening?
---------- Post added at 07:46 PM ---------- Previous post was at 07:38 PM ----------
The only other thing I could think of is to try an RUU if all else fails but I can't guarantee that it will work
Sent from my HTC One using xda app-developers app
gazlufc said:
could you post screenshots so I could see what happening?
---------- Post added at 07:46 PM ---------- Previous post was at 07:38 PM ----------
The only other thing I could think of is to try an RUU if all else fails but I can't guarantee that it will work
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Profit! Turns out the flash your own recovery option worked, I just didn't follow it all the way through, initially...after I closed the command prompt screen, the Open file menu came up and I was able to pick my TWRP recovery and boot into it. I restored my backup I made right before flashing the bad ROM and the phone is booting past the bootloader now
But.....next issue is that it's booting to a black screen instead of the regular lock screen, and after sitting there in that state for a few minutes, it reboots. :-\ I'm wondering if this is just because I deactivated the phone and switched back to my EVO LTE while trying to fix the One...that would be a first, though, as the phones are usually operational even if they don't have service.
nsuviolin2005 said:
Profit! Turns out the flash your own recovery option worked, I just didn't follow it all the way through, initially...after I closed the command prompt screen, the Open file menu came up and I was able to pick my TWRP recovery and boot into it. I restored my backup I made right before flashing the bad ROM and the phone is booting past the bootloader now
But.....next issue is that it's booting to a black screen instead of the regular lock screen, and after sitting there in that state for a few minutes, it reboots. :-\ I'm wondering if this is just because I deactivated the phone and switched back to my EVO LTE while trying to fix the One...that would be a first, though, as the phones are usually operational even if they don't have service.
Click to expand...
Click to collapse
Glad to hear the recovery worked. As for the phone staying on black. I would just advice to flash a nother rom if the problem still persists mate
gazlufc said:
Glad to hear the recovery worked. As for the phone staying on black. I would just advice to flash a nother rom if the problem still persists mate
Click to expand...
Click to collapse
Well, flashing and restoring didn't quite work, so I wound up having to do a factory reset (thankfully I had all my files on my PC from when I had to move them from my EVO, and since I'd only upgraded a few days ago, I didn't lose a whole lot) and a re-lock of the bootloader.
Only weird thing is, even re-locking it, the phone remained in S-OFF state. But I was able to rerun the HTC Dev Unlock to unlock the bootloader again and flashed a correct ROM. Back in business.
Thanks for your help...that toolkit you linked me to saved my ass.
No problem man glad I could help
Sent from my HTC One using xda app-developers app
nsuviolin2005 said:
Well, flashing and restoring didn't quite work, so I wound up having to do a factory reset (thankfully I had all my files on my PC from when I had to move them from my EVO, and since I'd only upgraded a few days ago, I didn't lose a whole lot) and a re-lock of the bootloader.
Only weird thing is, even re-locking it, the phone remained in S-OFF state. But I was able to rerun the HTC Dev Unlock to unlock the bootloader again and flashed a correct ROM. Back in business.
Thanks for your help...that toolkit you linked me to saved my ass.
Click to expand...
Click to collapse
\question i am having the same problem you have but i think its due to water damage i am going straight into the bootloader are sometime i can get it into safe mode
nsuviolin2005 said:
Well, flashing and restoring didn't quite work, so I wound up having to do a factory reset (thankfully I had all my files on my PC from when I had to move them from my EVO, and since I'd only upgraded a few days ago, I didn't lose a whole lot) and a re-lock of the bootloader.
Only weird thing is, even re-locking it, the phone remained in S-OFF state. But I was able to rerun the HTC Dev Unlock to unlock the bootloader again and flashed a correct ROM. Back in business.
Thanks for your help...that toolkit you linked me to saved my ass.
Click to expand...
Click to collapse
To be S-ON again you need to reboot into bootloader
Then FASTBOOT USB
then run fastboot and write "fastboot oem writesecureflag 3" and enter. Now you will be S-ON
But do NOT S-ON unless you absolutely need to.
Howdy,
when I try to install custom recovery on my HTC One, nothing happens.
On the HTC One screen I have in red written FastBoot USB, but when I try to install it nothing happens.
It's says "waiting the device".
I included a screen of my CMD.
I really don't know whats wrong? USB Debugging is enabled.
P.S.: It seems I have trouble with regonizing the phone in windows 8, but I have installed HTC Drivers version 4
Thanks in advance!
Cheers,
David
Just put the .img file in your fastboot folder and type: fastboot flash recovery clockwork-touch-6.0.4.5-m7ul.img
Marc199 said:
Just put the .img file in your fastboot folder and type: fastboot flash recovery clockwork-touch-6.0.4.5-m7ul.img
Click to expand...
Click to collapse
I've done that but nothing happens! The notice in the CMD is still there <waiting for device>? Dunno why...
Daichisan said:
I've done that but nothing happens! The notice in the CMD is still there <waiting for device>? Dunno why...
Click to expand...
Click to collapse
Did you put your phone in fastboot mode? Power + vol down. in command prompt type fastboot devices - if you see your device then you good to go.
---------- Post added at 01:13 PM ---------- Previous post was at 01:09 PM ----------
rocktv88 said:
Did you put your phone in fastboot mode? Power + vol down. in command prompt type fastboot devices - if you see your device then you good to go.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2579231
clsA posted:
"windows 8.1 will not work on hboot below 1.54.000 (the only 1.54 that works is from the new GPE 4.4 update).
your going to need access to a windows 7 PC long enough to update your hboot to 1.55 to be able to use fastboot with your phone again. This usually only happens while flashing a RUU not A Rom. Flashing a rom will not affect your version of hboot "
rocktv88 said:
Did you put your phone in fastboot mode? Power + vol down. in command prompt type fastboot devices - if you see your device then you good to go.
---------- Post added at 01:13 PM ---------- Previous post was at 01:09 PM ----------
http://forum.xda-developers.com/showthread.php?t=2579231
clsA posted:
"windows 8.1 will not work on hboot below 1.54.000 (the only 1.54 that works is from the new GPE 4.4 update).
your going to need access to a windows 7 PC long enough to update your hboot to 1.55 to be able to use fastboot with your phone again. This usually only happens while flashing a RUU not A Rom. Flashing a rom will not affect your version of hboot "
Click to expand...
Click to collapse
My HBOOT version is 1.55.0000, this should work on windows 8 right?
Daichisan said:
My HBOOT version is 1.55.0000, this should work on windows 8 right?
Click to expand...
Click to collapse
sorry, I am not sure. I am using Windows 7. May be you can try to ask clsA for more info.
LOL, I really don't know what have I done, but now it works. I've installed custom rom and superuser.
Thanks anyway!
Daichisan said:
LOL, I really don't know what have I done, but now it works. I've installed custom rom and superuser.
Thanks anyway!
Click to expand...
Click to collapse
:good:
hello everyone
I was having kik kat ROM on my htc one, firmware was latest 4.06.1540.2 also TWRP v2.6.3.3 and every thing was perfect
accidentally I BOOT TO RECOVERY and wipe then advanced wipe and then I select partitions : dalvik cache, system , cache, data, internal storage
I delete every thing in my device except TWRP v2.6.3.3
I tried to reboot and then a message says no OS system in your device device stack on HTC logo , and also your device doesn't appear to be rooted install super su now? tried to connect to computer but my computer cannot recognize my device I try htc sync but nothing
I'm running windows 8.1 enterprise in my computer
now when boot to bootloader this is what I get :
tampered
unlocked
m7_ul pvt SHIP S-OFF RH
CID-HTC_J15
HBOOT- 1.44.0000
RADIO-4A.22.3263.14
OPEN DSP - v26.120.274.0202
eMMC-boot
may 3 2013,17:22:59
my device downgrade the firmware and radio
please help me
If you know how to use adb you can push a ROM manually and flash it provided you still can boot recovery.
tiny4579 said:
If you know how to use adb you can push a ROM manually and flash it provided you still can boot recovery.
Click to expand...
Click to collapse
the problem is my computer cannot recognize my device tried to install htc sync drivers but fail to recognize my device
even I tried tool kit to bush a ROM to my device but still no device detected
Go to pc windows 7
paris07121978 said:
Go to pc windows 7
Click to expand...
Click to collapse
what do mean
dida1 said:
hello everyone
I was having kik kat ROM on my htc one, firmware was latest 4.06.1540.2 also TWRP v2.6.3.3 and every thing was perfect
accidentally I BOOT TO RECOVERY and wipe then advanced wipe and then I select partitions : dalvik cache, system , cache, data, internal storage
I delete every thing in my device except TWRP v2.6.3.3
I tried to reboot and then a message says no OS system in your device device stack on HTC logo , and also your device doesn't appear to be rooted install super su now? tried to connect to computer but my computer cannot recognize my device I try htc sync but nothing
I'm running windows 8.1 enterprise in my computer
now when boot to bootloader this is what I get :
tampered
unlocked
m7_ul pvt SHIP S-OFF RH
CID-HTC_J15
HBOOT- 1.44.0000
RADIO-4A.22.3263.14
OPEN DSP - v26.120.274.0202
eMMC-boot
may 3 2013,17:22:59
my device downgrade the firmware and radio
please help me
Click to expand...
Click to collapse
your not telling the whole truth
it's impossible to get hboot 1.44.000 without flashing it in fastboot oem rebootRUU or you never had 4.06.1540.2
you did all this by yourself ? Installed 4.06.1540.2 and Kitkat Rom ?
clsA said:
your not telling the whole truth
it's impossible to get hboot 1.44.000 without flashing it in fastboot oem rebootRUU or you never had 4.06.1540.2
you did all this by yourself ? Installed 4.06.1540.2 and Kitkat Rom ?
Click to expand...
Click to collapse
first of all am not a laying
see my thread before
http://forum.xda-developers.com/showthread.php?t=2560688
if you are not able to help just go away
dida1 said:
first of all am not a laying
see my thread before
http://forum.xda-developers.com/showthread.php?t=2560688
if you are not able to help just go away
Click to expand...
Click to collapse
well that's just it
I can help but you have to tell how you got hboot 1.44.000
---------- Post added at 10:00 AM ---------- Previous post was at 09:47 AM ----------
dida1 said:
what do mean
Click to expand...
Click to collapse
He means that fastboot will not work in windows 8.1 on a hboot 1.44.000
you have to have a windows 7 pc to use fastboot now
clsA said:
well that's just it
I can help but you have to tell how you got hboot 1.44.000
---------- Post added at 10:00 AM ---------- Previous post was at 09:47 AM ----------
He means that fastboot will not work in windows 8.1 on a hboot 1.44.000
you have to have a windows 7 pc to use fastboot now
Click to expand...
Click to collapse
exactly
clsA said:
well that's just it
I can help but you have to tell how you got hboot 1.44.000
Click to expand...
Click to collapse
here what I did
1- I connect my phone to my com.and delete some file from the phone storage like pictures videos folders etc...
2- I reboot my phone to recovery >wipe > advanced wipe>select all partitions and wipe
3- reboot system I had a message no os system rebooot
4 - my phone stack on htc logo
5- reboot to bootloader and this what I get in screen
tampered
unlocked
m7_ul pvt SHIP S-OFF RH
CID-HTC_J15
HBOOT- 1.44.0000
RADIO-4A.22.3263.14
OPEN DSP - v26.120.274.0202
eMMC-boot
may 3 2013,17:22:59
5- through the tool kit I try to flash RUU ROM but failed
this the hole story
sorry to be road with you but you made me angry I asked for help but you call me a lay
clsA said:
well that's just it
I can help but you have to tell how you got hboot 1.44.000
---------- Post added at 10:00 AM ---------- Previous post was at 09:47 AM ----------
He means that fastboot will not work in windows 8.1 on a hboot 1.44.000
you have to have a windows 7 pc to use fastboot now
Click to expand...
Click to collapse
How about windows xp
I have lap top with xp
how can I get my phone back to live
what do I need?
help please
dida1 said:
here what I did
1- I connect my phone to my com.and delete some file from the phone storage like pictures videos folders etc...
2- I reboot my phone to recovery >wipe > advanced wipe>select all partitions and wipe
3- reboot system I had a message no os system rebooot
4 - my phone stack on htc logo
5- reboot to bootloader and this what I get in screen
tampered
unlocked
m7_ul pvt SHIP S-OFF RH
CID-HTC_J15
HBOOT- 1.44.0000
RADIO-4A.22.3263.14
OPEN DSP - v26.120.274.0202
eMMC-boot
may 3 2013,17:22:59
5- through the tool kit I try to flash RUU ROM but failed
this the hole story
sorry to be road with you but you made me angry I asked for help but you call me a lay
Click to expand...
Click to collapse
no problem
what was the exact error from the RUU
and where you did download it.
also now that the RUU has changed your hboot you need a windows 7 pc to fix it now
and my intention was not to insult you. I just need the whole story
clsA said:
no problem
what was the exact error from the RUU
and where you did download it.
also now that the RUU has changed your hboot you need a windows 7 pc to fix it now
and my intention was not to insult you. I just need the whole story
Click to expand...
Click to collapse
thank you my friend
can I have the instruction how to do that now I asked my friend to get his lap top with windows 7
dida1 said:
thank you my friend
can I have the instruction how to do that now I asked my friend to get his lap top with windows 7
Click to expand...
Click to collapse
this file should get you back to stock from a windows 7 pc
install htc sync drivers first on the laptop and be sure fastboot devices works before continuing on.
then run the command fastboot oem lock before starting the RUU. this relocks the bootloader
http://www.htc1guru.com/dld/ruu_m7_...1-27_10-31-1131-05_release_310878_signed-exe/
after the RUU finished you will have to start from scratch and unlock bootloader and install custom recovery and Root
clsA said:
this file should get you back to stock from a windows 7 pc
install htc sync drivers first on the laptop and be sure fastboot devices works before continuing on.
after installing the htc sync should I delet the sync and keep drivers
then run the command fastboot oem lock before starting the RUU. this relocks the bootloader
http://www.htc1guru.com/dld/ruu_m7_...1-27_10-31-1131-05_release_310878_signed-exe/
after the RUU finished you will have to start from scratch and unlock boot loader and install custom recovery and Root
Click to expand...
Click to collapse
so first I install htc sync then connect my phone to pc then run command fast boot devices
then lock device
start to unlock boot loader .... etc...
dida1 said:
so first I install htc sync then connect my phone to pc then run command fast boot devices
then lock device
start to unlock boot loader .... etc...
Click to expand...
Click to collapse
yeah
lock
then RUU
then boot phone make sure it works
then start over with the unlock from htcdev
clsA said:
yeah
lock
then RUU
then boot phone make sure it works
then start over with the unlock from htcdev
Click to expand...
Click to collapse
thank you
sorry for bothering you
please keep checking my thread I may need some help?
dida1 said:
thank you
sorry for bothering you
please keep checking my thread I may need some help?
Click to expand...
Click to collapse
here you go
Instructions for Flashing RUU Zip Files:
Download the RUU.zip file and place in your ADB/fastboot folder. I would recommend renaming the zip file to something simple like ruu.zip.
Boot your phone into the bootloader by holding the power and vol up/down buttons at the same time until you see the bootloader screen or if you have your phone booted you can use the ADB command:
adb reboot-bootloader
Now use these fastboot commands:
fastboot oem rebootRUU
Should see the Silver HTC logo. Now issue this command to flash your phone using the ruu.zip file:
fastboot flash zip ruu.zip
Now the first time you issue a command to flash firmware/ruu in fastboot it only prepares the flash. You have to issue the exact command again:
fastboot flash zip ruu.zip
The green status bar usually does not reach the 100% mark. When the output in the command window is complete, you can reboot:
fastboot reboot
Click to expand...
Click to collapse
clsA said:
here you go
Click to expand...
Click to collapse
FINALLY :victory:
MY DEVICE WAKE UP :good:
here is the picture
what is the next step
please help I don't want to do another mistake
waiting your support
I update the ROM to the latest saftware
I'm trying to install super su but I have this error see attached
how can I solve it
I want to flash the latest firmware and kit kat ROM
dida1 said:
FINALLY :victory:
MY DEVICE WAKE UP :good:
here is the picture
what is the next step
please help I don't want to do another mistake
waiting your support
I update the ROM to the latest saftware
Click to expand...
Click to collapse
Well I guess it depends on what you want to do.
the next step for me would be to unlock at htcdev and install custom recovery and root.
you already have s-off so your ahead of the game
Flash this in recovery
hi everyone
last week i flashed a KK rom, and i saw in recovery "can't access internal sorage" when i wanted to backup the rom. BUT i could download and flash other roms from the phone.plus, fastboot was not showing anymore "fastboot usb" but "fastboot ac" only, and my PC shows "unknown device" and doesnt see the phone.
i downloaded another rom, and to install it, i wiped data, cache, dalvik, and BY MISTAKE i wiped "internal storage".
and the result is.....: no rom inside the phone, i can't boot because i wiped system, i am still "fastboot ac", so i can't use adb commands....
i tried several cables, computers, tried to reinstall drivers etc....
my one is unusable ::// ....if some experts have an idea, i'd be fan
THANX!!!
i'm s-off
super CID
H Boot 1.56
KK firmware
durbangs said:
hi everyone
last week i flashed a KK rom, and i saw in recovery "can't access internal sorage" when i wanted to backup the rom. BUT i could download and flash other roms from the phone.plus, fastboot was not showing anymore "fastboot usb" but "fastboot ac" only, and my PC shows "unknown device" and doesnt see the phone.
i downloaded another rom, and to install it, i wiped data, cache, dalvik, and BY MISTAKE i wiped "internal storage".
and the result is.....: no rom inside the phone, i can't boot because i wiped system, i am still "fastboot ac", so i can't use adb commands....
i tried several cables, computers, tried to reinstall drivers etc....
my one is unusable ::// ....if some experts have an idea, i'd be fan
THANX!!!
i'm s-off
super CID
H Boot 1.56
KK firmware
Click to expand...
Click to collapse
download the latest HTC Drivers and TWRP recovery , rename the recovery file to "twrp.img"
connect your device, remove the previous drivers from Device Manager
disconnect your device
reboot your PC
install the latest drivers, don't let Windows to install your drivers from the Internet
go into bootloader and connect your device
flash the recovery using fastboot method:
"fastboot flash recovery twrp.img"
"fastboot erase cache"
reboot into recovery and try side loading your ROM
Sent from my HTC One using Tapatalk
kamilmirza said:
download the latest HTC Drivers and TWRP recovery , rename the recovery file to "twrp.img"
connect your device, remove the previous drivers from Device Manager
disconnect your device
reboot your PC
install the latest drivers, don't let Windows to install your drivers from the Internet
go into bootloader and connect your device
flash the recovery using fastboot method:
"fastboot flash recovery twrp.img"
"fastboot erase cache"
reboot into recovery and try side loading your ROM
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
thanx for the reply!
i managed to reflash twrp+erase cache
but every time i go into recovery, the phone is not recognized anymore by the PC and ADB....
iam now in "fastboot usb" mode, even if the computer doesn't recognize it as a "hard drive"
durbangs said:
thanx for the reply!
i managed to reflash twrp+erase cache
but every time i go into recovery, the phone is not recognized anymore by the PC and ADB....
iam now in "fastboot usb" mode, even if the computer doesn't recognize it as a "hard drive"
Click to expand...
Click to collapse
LOL
dude when your phone is in fastboot mode or in recovery, you will not see your device hard drive in My Computer
which drivers are you using?
did you followed my instructions?
kamilmirza said:
LOL
dude when your phone is in fastboot mode or in recovery, you will not see your device hard drive in My Computer
which drivers are you using?
did you followed my instructions?
Click to expand...
Click to collapse
sorry for the mistake, i meant when i enter recovery, i hear the sound that means the phone is disconnected, and unknown in my device manager.
i downloaded the latest htc manager (i'm on win7)
durbangs said:
sorry for the mistake, i meant when i enter recovery, i hear the sound that means the phone is disconnected, and unknown in my device manager.
i downloaded the latest htc manager (i'm on win7)
Click to expand...
Click to collapse
remove any previous drivers from Device Manager, like i mentioned in previous post
and uninstall HTC Sync Manager
restart your PC
download and install these drivers: http://www.mediafire.com/download/e21a0cc4268dg9d/HTCDriver_4.10.0.001.msi
kamilmirza said:
remove any previous drivers from Device Manager, like i mentioned in previous post
and uninstall HTC Sync Manager
restart your PC
download and install these drivers: http://www.mediafire.com/download/e21a0cc4268dg9d/HTCDriver_4.10.0.001.msi
Click to expand...
Click to collapse
well, thanx again for the answer
my htc is recognized in device manager with those drivers
but i have the same problem: when i press bootloader, my device disconnect, and i can't adb sideload....
durbangs said:
well, thanx again for the answer
my htc is recognized in device manager with those drivers
but i have the same problem: when i press bootloader, my device disconnect, and i can't adb sideload....
Click to expand...
Click to collapse
i have 2.0 usb and 3.0 usb on my pc. when i connect the phone in fastboot mode on my 3.0 port, it says "htc drivers installed" but when i click on bootloader, adb is not working. and when i'm on my 2.0 usb port, in bootloader, my pc says "driver install failed" (and i see "unknown device" in device manager), and theres noway to update it
//
i removed the google usb drivers rev8 from the android sdk. maybe i was wrong?
durbangs said:
i removed the google usb drivers rev8 from the android sdk. maybe i was wrong?
Click to expand...
Click to collapse
adb will only see your phone in recovery or in a booted phone fastboot will see your phone in fastbootusb mode when you are in just bootloader it wont see it to usb sideload you need to be booted into recovery
---------- Post added at 03:27 PM ---------- Previous post was at 03:22 PM ----------
here is a guide that should help you
http://forum.xda-developers.com/showthread.php?t=2318497
jerrycoffman45 said:
adb will only see your phone in recovery or in a booted phone fastboot will see your phone in fastbootusb mode when you are in just bootloader it wont see it to usb sideload you need to be booted into recovery
Click to expand...
Click to collapse
that's what is weirdo, my phone just see fastboot in fastboot usb. but nowhere else...FTW
durbangs said:
that's what is weirdo, my phone just see fastboot in fastboot usb. but nowhere else...FTW
Click to expand...
Click to collapse
when you plug your phone into your computer while your phone is on the bootloader screen fastboot does not change to fastbootusb
---------- Post added at 03:37 PM ---------- Previous post was at 03:35 PM ----------
what version of hboot do you have and what operating system is on your computer
jerrycoffman45 said:
when you plug your phone into your computer while your phone is on the bootloader screen fastboot does not change to fastbootusb
---------- Post added at 03:37 PM ---------- Previous post was at 03:35 PM ----------
what version of hboot do you have and what operating system is on your computer
Click to expand...
Click to collapse
no it does not. it does disconnect from pc when i go from fastboot to bootloader, to enter recovery
i'm on 1.56 HBOOT
S-OFF
last TWRP
CID 11111111
thanx!
durbangs said:
no it does not. it does disconnect from pc when i go from fastboot to bootloader, to enter recovery
i'm on 1.56 HBOOT
S-OFF
last TWRP
CID 11111111
thanx!
Click to expand...
Click to collapse
only thing I can think off is it is a driver problem try different cables and usb ports
jerrycoffman45 said:
only thing I can think off is it is a driver problem try different cables and usb ports
Click to expand...
Click to collapse
i'm worried about something: i flashed a KK rom, that i downloaded in my htc one, and after i installed it and wanted to store the backup of the rom in twrp, it said "no storage available". when i came back home, my phone was not recognized by my pc, whereas it was before.
thats where it comes from i think.
i'm a heavy flasher since i had the nexus one!
durbangs said:
i'm worried about something: i flashed a KK rom, that i downloaded in my htc one, and after i installed it and wanted to store the backup of the rom in twrp, it said "no storage available". when i came back home, my phone was not recognized by my pc, whereas it was before.
thats where it comes from i think.
i'm a heavy flasher since i had the nexus one!
Click to expand...
Click to collapse
could be have you tried on anouther computer to see if it see,s your phone only time I have had this happen was with a older hboot and wn8.1 hopefully @nkk71 will show up and help
jerrycoffman45 said:
could be have you tried on anouther computer to see if it see,s your phone only time I have had this happen was with a older hboot and wn8.1 hopefully @nkk71 will show up and help
Click to expand...
Click to collapse
thank you sir, i'll try this in a few minutes
jerrycoffman45 said:
could be have you tried on anouther computer to see if it see,s your phone only time I have had this happen was with a older hboot and wn8.1 hopefully @nkk71 will show up and help
Click to expand...
Click to collapse
hey jerry, how's everything in 2014
i'm off in a few minutes, so can i get a brief summary, in particular: OS: Win7, Win8, 8.1? Ubuntu?
nkk71 said:
hey jerry, how's everything in 2014
i'm off in a few minutes, so can i get a brief summary, in particular: OS: Win7, Win8, 8.1? Ubuntu?
Click to expand...
Click to collapse
cold 10 degrees f. here freezing are butts off hope all is good with you
jerrycoffman45 said:
cold 10 degrees f. here freezing are butts off hope all is good with you
Click to expand...
Click to collapse
pretty cold here too 13C (at night).... feels like close to 0~3 in most other countries for me