[Q] Phone possible bricked? - One (M7) Q&A, Help & Troubleshooting

I recently purchased an HTC One from CSpire (CDMA but has a simcard?) and I tried to flash a ROM but it didnt go as planed.
Now when I get into the bootloader and try to do anything the phone either gets stuck in a bootloop or just shuts off then goes straight back to bootloader.
I have tried using multiple RUU's, flashed multiple recovery .img's, and even tried to flash an entirely new version of twrp but nothing worked.
Is it possible to use bootloader to extract a ROM from my pc, via USB, to my HTC One? From there I could go into twrp and run the file but I am not sure exactly how that would work.
Hope I gave enough info and did this post right as this is my first on here.
Thanks!

ShiftStride said:
I recently purchased an HTC One from CSpire (CDMA but has a simcard?)
Click to expand...
Click to collapse
SIM card is needed on cdma phone for LTE.
ShiftStride said:
I tried to flash a ROM but it didnt go as planed.
Click to expand...
Click to collapse
Why? What rom did you flashed, please provide a link!
ShiftStride said:
Now when I get into the bootloader and try to do anything the phone either gets stuck in a bootloop or just shuts off then goes straight back to bootloader.
Click to expand...
Click to collapse
fastboot erase cache? What recovery did you flashed? link please!
ShiftStride said:
I have tried using multiple RUU's, flashed multiple recovery .img's, and even tried to flash an entirely new version of twrp but nothing worked.
Click to expand...
Click to collapse
wohh.... Which RUU/recovery version?
ShiftStride said:
Is it possible to use bootloader to extract a ROM from my pc, via USB, to my HTC One? From there I could go into twrp and run the file but I am not sure exactly how that would work.
Click to expand...
Click to collapse
No not from bootloader. A ruu is flashed from fastboot ruu mode and a rom from a custom recovery.
ShiftStride said:
Hope I gave enough info and did this post right as this is my first on here.
Click to expand...
Click to collapse
Please post the output of ''fastboot getvar all'' minus IMEI and SERIALNO. Also post those links of what you tried to flash.

@alray
alray said:
SIM card is needed on cdma phone for LTE.
Click to expand...
Click to collapse
That makes sense thanks!
Why? What rom did you flashed, please provide a link!
Click to expand...
Click to collapse
I used these two ROMS:
http://forum.xda-developers.com/showthread.php?t=2334294
&
http://forum.xda-developers.com/showthread.php?t=2183023
fastboot erase cache? What recovery did you flashed? link please!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2550778
I just went to the bootloader and the into recovery mode and instead of TWRP I get ClockworkMod Recovery v6.0.4.3 ...? i dont ever remember putting this on my device
wohh.... Which RUU/recovery version?
Click to expand...
Click to collapse
I used this version:
http://forum.xda-developers.com/showthread.php?t=2508907
I tried others but this was the closet one to the version that was on my phone. (The phone now has no image version when I did it?)
No not from bootloader. A ruu is flashed from fastboot ruu mode and a rom from a custom recovery.
Click to expand...
Click to collapse
Ohhhh okay thank you for explaining!
Please post the output of ''fastboot getvar all'' minus IMEI and SERIALNO. Also post those links of what you tried to flash.
Click to expand...
Click to collapse
version: 0.5
version-bootloader: 1.55.0000
version-baseband: 1.00.20.0913_3
version-cpld: None
version-microp: None
version-main:
version-misc: PVT SHIP S-ON
serialno:
imei:
meid: 99000146225408
product: m7_wls
platform: HBOOT-8064
modelid: PN0720000
cidnum: UTSI_005
battery-status: good
battery-voltage: 3801mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-005bf6a40e
hbootpreupdate: 11
gencheckpt: 0
Are you talking about TWRP or CWm? If so I tried using TWRP 2.6.3.3
Thank you soooo much for the quick reply! I would have responded sooner but I am just now getting off work :laugh:

ShiftStride said:
http://forum.xda-developers.com/showthread.php?t=2334294
&
http://forum.xda-developers.com/showthread.php?t=2183023
Click to expand...
Click to collapse
Make sure to use a rom that is Sprint compatible, I know your phone is C spire but this is the same model variant as Sprint (M7WLS)
Also newer 4.4+ rom require at least TWRP 2.6.3.3.
List of compatible roms for your phone can be found here
Again note that all stuff related to the ''international'' version of the phone (M7_UL) won't work on your phone but ''Sprint'' stuff should work (M7WLS) This apply to roms, recoveries, everything!
ShiftStride said:
http://forum.xda-developers.com/showthread.php?t=2550778
Click to expand...
Click to collapse
This is probably the cause of your problem. The recovery you linked above is for M7_UL and M7_U variant of the HTC ONE not the M7WLS!
The TWRP recovery version for your phone is HERE
Code:
fastboot flash recovery openrecovery-twrp-2.7.0.1-m7wls.img
fastboot erase cache
fastboot reboot-bootloader
I hope you did not messed your partitions by flashing wrong recoveries/roms...
ShiftStride said:
I used this version:
http://forum.xda-developers.com/showthread.php?t=2508907
I tried others but this was the closet one to the version that was on my phone. (The phone now has no image version when I did it?)
Click to expand...
Click to collapse
RUU must be same or higher firmware version + CID and MID must match. Unfortunately this RUU is for Sprint which mean it is for Sprint CID not for C Spire CID , Btw there is no RUU I can found for your phone over the internet. So better to forgive that.
ShiftStride said:
version: 0.5
version-bootloader: 1.55.0000
version-baseband: 1.00.20.0913_3
version-cpld: None
version-microp: None
version-main:
version-misc: PVT SHIP S-ON
serialno:
imei:
meid:
product: m7_wls Your phone variant
platform: HBOOT-8064
modelid: PN0720000 Your MID
cidnum: UTSI_005 Your CID (C-Spire)
battery-status: good
battery-voltage: 3801mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-005bf6a40e
hbootpreupdate: 11
gencheckpt: 0
Click to expand...
Click to collapse
So flash the proper recovery to your phone, clear cache and reboot to recovery.
After push a M7WLS roms to your phone and install it.

alray said:
Make sure to use a rom that is Sprint compatible, I know your phone is C spire but this is the same model variant as Sprint (M7WLS)
Also newer 4.4+ rom require at least TWRP 2.6.3.3.
List of compatible roms for your phone can be found here
Again note that all stuff related to the ''international'' version of the phone (M7_UL) won't work on your phone but ''Sprint'' stuff should work (M7WLS) This apply to roms, recoveries, everything!
This is probably the cause of your problem. The recovery you linked above is for M7_UL and M7_U variant of the HTC ONE not the M7WLS!
The TWRP recovery version for your phone is HERE
Code:
fastboot flash recovery openrecovery-twrp-2.7.0.1-m7wls.img
fastboot erase cache
fastboot reboot-bootloader
I hope you did not messed your partitions by flashing wrong recoveries/roms...
RUU must be same or higher firmware version + CID and MID must match. Unfortunately this RUU is for Sprint which mean it is for Sprint CID not for C Spire CID , Btw there is no RUU I can found for your phone over the internet. So better to forgive that.
So flash the proper recovery to your phone, clear cache and reboot to recovery.
After push a M7WLS roms to your phone and install it.
Click to expand...
Click to collapse
@alray
Okay so I flashed the new recovery, cleared the cache, and am now in the bootloader.
What do you mean by push the rom to it? I am going with the Viper ROM but the download site doesnt seem to be up
Thanks again for the help man!
UPDATE: I tried to use ADB to 'push' the ROM onto the device so I could then install it with twrp in recovery mode. The problem is that ADM doesn't find my device but FastBoot does. I've looked this problem up and have found nothing that helps. Sorry for such the last response and thanks again!

ShiftStride said:
@alray
Okay so I flashed the new recovery, cleared the cache, and am now in the bootloader.
What do you mean by push the rom to it? I am going with the Viper ROM but the download site doesnt seem to be up
Thanks again for the help man!
UPDATE: I tried to use ADB to 'push' the ROM onto the device so I could then install it with twrp in recovery mode. The problem is that ADM doesn't find my device but FastBoot does. I've looked this problem up and have found nothing that helps. Sorry for such the last response and thanks again!
Click to expand...
Click to collapse
were you booted in twrp to use adb push?
Boot your phone to TWRP main menu and adb push <name_of_rom>.zip /sdcard/ then in twrp select ''install'' and choose the rom and swipe to flash.

alray said:
were you booted in twrp to use adb push?
Boot your phone to TWRP main menu and adb push <name_of_rom>.zip /sdcard/ then in twrp select ''install'' and choose the rom and swipe to flash.
Click to expand...
Click to collapse
@alray
Yes and it STILL doesnt recognize my device,,,I'm about to loose it as this is the THIRD day without a phone. I reeeeaaaaalllyy am not looking foward to spending 500 on a new phone
I've looked around to try and fix this problem but no luck
I have also tried two different computers one with Windows 8 and one with 7. I dont know if that matters but I tried.
Thanks for sticking with me to help me out!

ShiftStride said:
@alray
Yes and it STILL doesnt recognize my device,,,I'm about to loose it as this is the THIRD day without a phone. I reeeeaaaaalllyy am not looking foward to spending 500 on a new phone
I've looked around to try and fix this problem but no luck
I have also tried two different computers one with Windows 8 and one with 7. I dont know if that matters but I tried.
Thanks for sticking with me to help me out!
Click to expand...
Click to collapse
When in twrp, in windows device manger, how the phone is listed? Android usb devices ----> My HTC ? if not follow this guide:
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
2) Q: I'm using Windows 7 what should I worry about
A: when you issue the command "fastboot boot CWM.img" (now only in CWM/TWRP restore method) there's a high chance drivers won't correctly install
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways​
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
-------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse

alray said:
When in twrp, in windows device manger, how the phone is listed? Android usb devices ----> My HTC ? if not follow this guide:
Click to expand...
Click to collapse
@alray
OH MY GOD THANK YOU SO MUCH! I can't explain the joy you have given me today! Not only did you help me fix the problem, you educated me to a point that I feel comfortable to do it again on my own. Thank you sooooooooooooooooooooooooooooooo much! Have a great day!

ShiftStride said:
@alray
OH MY GOD THANK YOU SO MUCH! I can't explain the joy you have given me today! Not only did you help me fix the problem, you educated me to a point that I feel comfortable to do it again on my own. Thank you sooooooooooooooooooooooooooooooo much! Have a great day!
Click to expand...
Click to collapse
Np, thanks nkk71 for his guide :good:
and please edit your thread title to ''Solved''
thanks

Related

i need help i think my device is bricked

okk so i was trying to flash a rom for the first time and i really went at it the wrong way. i didin't backup my original RUU and now my device is stuck on the bootloader screen and i really have no idea what to do. i just want to get an OS running on my phone right now cause im freaking out. my company carrier is rogers and this is what my phone is showing right now:
***tampered***
***relocked***
m7_ul pvt ship s-on rh
hboot-1,55,0000
radio-4a.20.3263.16
opendsp -v32,120.274.0909
os-
emmc-boot 2048mb
i try looking for another ruu to flash in my phone but i cant seem to find one that works with my phone..even when i try using the flashboot getvar command to check for the version this is all i got.. : C:\Users\david\Desktop\sdk-tools>fastboot getvar version-main
version-main:
finished. total time: 0.001s
any help at this point would be greatly appreciated i need to get my phone up working so i can receive my calls
i have managed to bring back recovery mode by re-unlocking it via htcdev..now when the phone boots it goes to the google logo and then the language selecting screen then restarts after 10 secs everytime
Instead of the fastboot command you typed, write:
Code:
fastboot getvar all
Then look for "CID". Search for a RUU for that CID. If you can't find one, we'll discuss other solutions.
fenstre said:
Instead of the fastboot command you typed, write:
Code:
fastboot getvar all
Then look for "CID". Search for a RUU for that CID. If you can't find one, we'll discuss other solutions.
Click to expand...
Click to collapse
this is what i got from the fastboot getvar all command :
C:\Users\david\Desktop\sdk-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.20.3263.16
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA346W904162
(bootloader) imei: 354439050131335
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: ROGER001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4290mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-fe1214a4f2
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.053s
cidnum says ROGER001? im i don't think ive seen cid what that number around
edit: could it be possible that this is what i need ? "M7 CWM Nandroid Backup / CID ROGER001 / 1.29.631.17"
since i did not make a backup is there a chance i can restore this ? ive tried the method that suggest sideloading but it didn't work or maybe i didin't do it right but it didn't wanna recognize my phone when i tried the command'
edit 2: also, im using twrp instead of cwm if that information can help in any way.
If you can let us know which rom you attempted to install and what you managed to do. Did you install custom recovery etc.
gffmac said:
If you can let us know which rom you attempted to install and what you managed to do. Did you install custom recovery etc.
Click to expand...
Click to collapse
well all i was trying to do was install the goole play edition rom (bigxie_m7_GPe_KRT16S_odexed-signed.zip) but after the installation it kept restarting after the language selection screen. i used twrp to flash the rom. right now all im able to do is cycle through the booloader, the recovery screen and to the language selection screen
Unless you have another rom (4.3 rom) copied onto the storage on your phone you will probably have to flash stock recovery and recover by installing a stock RUU for your carrier/CID version.
---------- Post added at 11:59 AM ---------- Previous post was at 11:54 AM ----------
Out of curiosity try going into twrp and doing a factory reset (wipe) and reboot see if you have the same issue.
is there such thing as a stuck RUU for rogers in canada? ive been looking on the internet but i can't seem to find anything that could works for my phone. maybe you could point me in a direction so i could look ?
deerome said:
is there such thing as a stuck RUU for rogers in canada? ive been looking on the internet but i can't seem to find anything that could works for my phone. maybe you could point me in a direction so i could look ?
Click to expand...
Click to collapse
Cant see any for rogers
Just found this http://htconeroot.com/htc-one-tutorials/how-to-copy-files-to-htc-one-using-twrp-mount-and-adb/ if you can copy a rom to the phone it will probably work.
A nandroid backup for rogers is here http://forum.xda-developers.com/showthread.php?t=2207874 or you could flash a pre 4.4 rom. CWM needed to recover a CWM backup and backup would need to be in right directory.
You would need to unlock bootloader to do these things.
If I was you I would download a custom rom like Android Revolution HD 40.3 copy over via above process, do a wipe and install, without s-off you probably have to flash kernel via fastboot.
gffmac said:
Cant see any for rogers
Just found this http://htconeroot.com/htc-one-tutorials/how-to-copy-files-to-htc-one-using-twrp-mount-and-adb/ if you can copy a rom to the phone it will probably work.
A nandroid backup for rogers is here http://forum.xda-developers.com/showthread.php?t=2207874 or you could flash a pre 4.4 rom. CWM needed to recover a CWM backup and backup would need to be in right directory.
You would need to unlock bootloader to do these things.
If I was you I would download a custom rom like Android Revolution HD 40.3 copy over via above process, do a wipe and install, without s-off you probably have to flash kernel via fastboot.
Click to expand...
Click to collapse
thanks for your answers
i definitly am gonna try installing the android revolution hd rom to see if i can at least get an OS running on my phone. what command do i have to use to flash the kernel ?
also, i have tried sideloading/pushing the nandroid backup before but that didint seem to work, not sure if i did something wrong.
deerome said:
thanks for your answers
i definitly am gonna try installing the android revolution hd rom to see if i can at least get an OS running on my phone. what command do i have to use to flash the kernel ?
also, i have tried sideloading/pushing the nandroid backup before but that didint seem to work, not sure if i did something wrong.
Click to expand...
Click to collapse
To flash a kernel via fastboot 'fastboot flash boot boot.img'. Make sure the boot.img (if thats what its called) is in the same folder as fastboot. The corresponding kernel(boot.img) is inside the zip file of most roms.
gffmac said:
To flash a kernel via fastboot 'fastboot flash boot boot.img'. Make sure the boot.img (if thats what its called) is in the same folder as fastboot. The corresponding kernel(boot.img) is inside the zip file of most roms.
Click to expand...
Click to collapse
thanks to your help i was able to install an earlier version of android hd so after many hours of headache i somehow managed to install the android hd rom by sideloading it with cwm. what a pain in the arse -_-. nonetheless that was a great help, what should i do now so something like this don't happen again? i wanted to have the google edtion on my htc but i think im gonna wait until im better at this thing.
anyways thanks again man i really appreciate you have no idea how frustrated i was lol :good:
deerome said:
thanks to your help i was able to install an earlier version of android hd so after many hours of headache i somehow managed to install the android hd rom by sideloading it with cwm. what a pain in the arse -_-. nonetheless that was a great help, what should i do now so something like this don't happen again? i wanted to have the google edtion on my htc but i think im gonna wait until Im better at this thing.
Anyways thanks again man i really appreciate you have no idea how frustrated i was lol :good:
Click to expand...
Click to collapse
No probs glad you got it working again.
If you really want to try a Google Edition rom you would need to s-off your phone which is trickier than what you have done so far so may want to read up some more.
I had the exact same problem while i was flashing a GEdition ROM. The problem here is that my volume Keys dont work and i cant manage to enter recovery/bootloader over ADB. Tried all usb cords and porta. Still giving me Device not found. Any tricky way to access bootloader or recovery?
I've already sent it to warranty but without the original software.... Blablabla they told me that it would only work
with a board replacement... 180€
Any help?
Sent from my Desire HD using Tapatalk
deerxmoose said:
I had the exact same problem while i was flashing a GEdition ROM. The problem here is that my volume Keys dont work and i cant manage to enter recovery/bootloader over ADB. Tried all usb cords and porta. Still giving me Device not found. Any tricky way to access bootloader or recovery?
I've already sent it to warranty but without the original software.... Blablabla they told me that it would only work
with a board replacement... 180€
Any help?
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
You can get to bootloader and recovery via adb commands but thats from a running rom I presume http://forum.xda-developers.com/showthread.php?t=1853159
How come your volume keys dont work, did it come that way? I presume you have tried holding power and volume down for a prolonged length of time??
gffmac said:
You can get to bootloader and recovery via adb commands but thats from a running rom I presume http://forum.xda-developers.com/showthread.php?t=1853159
How come your volume keys dont work, did it come that way? I presume you have tried holding power and volume down for a prolonged length of time??
Click to expand...
Click to collapse
For no reason they stop working. And i think its a hardware malfunction. Besides that, i cant manage to enter bootloader or recovery to instala other ROM.
I guess with Samsung Phones there is a doubletap on the screen to enter bootloader.
Im really stressing here.
Sent from my Desire HD using Tapatalk
deerxmoose said:
For no reason they stop working. And i think its a hardware malfunction. Besides that, i cant manage to enter bootloader or recovery to instala other ROM.
I guess with Samsung Phones there is a doubletap on the screen to enter bootloader.
Im really stressing here.
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
I would contemplate opening the phone up to check the behind the volume buttons but that is very risky.
gffmac said:
I would contemplate opening the phone up to check the behind the volume buttons but that is very risky.
Click to expand...
Click to collapse
Before trying that ill prefer to try Any other solutions. Anyone?
Sent from my Desire HD using Tapatalk
There is no bootloader in Samsung phones, and no doubletap. You need to hit the buttons as well. If you are able to boot into the phone and adb devices shows the device, you can do
adb reboot-bootloader or adb reboot recovery
SaHiLzZ said:
There is no bootloader in Samsung phones, and no doubletap. You need to hit the buttons as well. If you are able to boot into the phone and adb devices shows the device, you can do
adb reboot-bootloader or adb reboot recovery
Click to expand...
Click to collapse
Tried that over and over and it keeps saying device not found.
Sent from my Desire HD using Tapatalk
Then you should fix your computer/adb issues.

[Q] (HELP) Stuck in bootloader, no USB-debugging

Hi,
I'm really stressing out right now because my HTC one is stuck in bootloader and i think i've tried everything.
Basically i thought it would be fun to root my phone (first time), i used the cyanogenmod installer. But i really did not like the looks of thing and actually wanted to go back to sense 6. Although i can't really remember what i actually did to remove CM, but i managed to. And now all i get is the fastboot/bootloader screen.
Adb won't recognize my phone, USB-debugging is turned off, S-ON, and bootloader is RELOCKED.
I have not flashed a recovery even though i did try to but failed.
I really have no clue what to do now.
Please is there still a solution or did i screw up my phone for good?
Thanks in advance, Giagi
Giagi said:
Hi,
I'm really stressing out right now because my HTC one is stuck in bootloader and i think i've tried everything.
Basically i thought it would be fun to root my phone (first time), i used the cyanogenmod installer. But i really did not like the looks of thing and actually wanted to go back to sense 6. Although i can't really remember what i actually did to remove CM, but i managed to. And now all i get is the fastboot/bootloader screen.
Adb won't recognize my phone, USB-debugging is turned off, S-ON, and bootloader is RELOCKED.
I have not flashed a recovery even though i did try to but failed.
I really have no clue what to do now.
Please is there still a solution or did i screw up my phone for good?
Thanks in advance, Giagi
Click to expand...
Click to collapse
first thing is first, get your bootloader unlocked again, you cant do anything to fix your phone before you do that, and that is why the recovery failed to install, once that is done, download and install TWRP recovery 2.6.3.3 from here: http://techerrata.com/browse/twrp2/m7 it has the best success rate, and flash it.
Fastboot commands are for when you are in the bootloader, ADB is only for when you are in recovery and in a ROM.
Once all that is done you will be able to push and flash any custom ROM.
ps, put USB debugging out of your mind, it has nothing to do with what you are trying to do.
Thanks for your respond. But as far as i can tell i either need to enable USB-debugging in order to unlock bootloader, or i need to do it via htcdev for which i need adb to recognize my phone. Or did i miss anything?
I did not use the htcdev method the first time so i do not have a token.
Giagi said:
Thanks for your respond. But as far as i can tell i either need to enable USB-debugging in order to unlock bootloader, or i need to do it via htcdev for which i need adb to recognize my phone. Or did i miss anything?
I did not use the htcdev method the first time so i do not have a token.
Click to expand...
Click to collapse
Do you have your USB drivers installed on your computer, can you post a screen shot of your device manager whilst your phone is plugged into the PC ?
USB debugging is only for when you are booted into a ROM, and as you don't have a working rom on your phone, it doesn't apply.
Are you S-OFF ?
If not then you will have to goto HTC Dev and follow their instructions on how to unlock your bootloader
Put your phone in bootloader mode, plug it into the PC, it will then say fastboot USB, not ADB USB, ie fastboot commands not ADB commands.
post your fastboot getvar all please.
Seanie280672 said:
Do you have your USB drivers installed on your computer, can you post a screen shot of your device manager whilst your phone is plugged into the PC ?
USB debugging is only for when you are booted into a ROM, and as you don't have a working rom on your phone, it doesn't apply.
Are you S-OFF ?
If not then you will have to goto HTC Dev and follow their instructions on how to unlock your bootloader
Put your phone in bootloader mode, plug it into the PC, it will then say fastboot USB, not ADB USB, ie fastboot commands not ADB commands.
post your fastboot getvar all please.
Click to expand...
Click to collapse
First of all, thank you so much! I've now been able to unlock bootloader and flash CWM.
But there's just one more thing, and i'm sorry but i'm very noob with this: How can i find and install the stock HTC ROM (sense 6)?
I downloaded Android Revolution HD 71.1 and installes the zip via CWM but it does not seem to work.
EDIT: Im an S-On
And as requested my getvar all:
Code:
version: 0.5
version-bootloader: 1.57.0000
version-baseband: 4T.27.3218.14
version-cpld: None
version-microp: None
version-main: 5.11.1540.9
version-misc: PVT SHIP S-ON
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: HTC__E11
battery-status: good
battery-voltage: 4329mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-e47fb74b
hbootpreupdate: 11
gencheckpt: 0
Giagi said:
First of all, thank you so much! I've now been able to unlock bootloader and flash CWM.
But there's just one more thing, and i'm sorry but i'm very noob with this: How can i find and install the stock HTC ROM (sense 6)?
I downloaded Android Revolution HD 71.1 and installes the zip via CWM but it does not seem to work.
Click to expand...
Click to collapse
It doesn't work because you installed CWM, I said install TWRP recovery 2.6.3.3, most custom rom's require that recovery, it should also mention that in the original thread of the rom you flashed.
I will need your fastboot getvar all output in order to know what your stock rom is.
Seanie280672 said:
It doesn't work because you installed CWM, I said install TWRP recovery 2.6.3.3, most custom rom's require that recovery, it should also mention that in the original thread of the rom you flashed.
I will need your fastboot getvar all output in order to know what your stock rom is.
Click to expand...
Click to collapse
I'm sorry I meant TWRP. Got them confused. But i have installed TWRP.
Giagi said:
I'm sorry I meant TWRP. Got them confused. But i have installed TWRP.
Click to expand...
Click to collapse
You have developer edition on your phone ? 5.11.1540.9
did you put that on there yourself ?
Your CID-HTC__E11 states you should have WWE 401.
Just to confirm, could you tell me what it says in you bootloader beside os- ??????????
Seanie280672 said:
You have developer edition on your phone ? did you put that on there yourself ?
Just to confirm, could you tell me what it says in you bootloader besides os- ??????????
Click to expand...
Click to collapse
I did not put developer edition on my phone knowingly.
OS-5.11.1540.9
It used to be something else 5.11.401.10 i believe.
Giagi said:
I did not put developer edition on my phone knowingly.
OS-5.11.1540.9
It used to be something else 5.11.401.10 i believe.
Click to expand...
Click to collapse
yup 401 is your correct version for your CID, the strange thing is, you can only flash firmware if you are s-off, or if you had a lower firmware first.
this is your correct stock reset file, but I wouldn't flash it myself as your firmware doesn't match anymore: http://www.htc1guru.com/dld/guru_reset_m7_3-62-401-1-zip/
Stock ROM version for these types:
modelid: PN0710000
cid: HTC__001, HTC__E11
HTC__102, HTC__203
HTC__405, HTC__Y13
HTC__304, HTC__032
HTC__A07, HTC__J15
HTC__016
im sorry but I don't have any experience with dev edition firmware and not sure which ruu's etc you can flash, maybe one of the other senior members can guide you from here.
But if I was to be up front with you, especially with you being s-on, I would say you were stuck with custom rom's only now, as you cant back flash or flash the correct firmware without s-off.
Seanie280672 said:
yup 401 is your correct version for your CID, the strange thing is, you can only flash firmware if you are s-off, or if you had a lower firmware first.
this is your correct stock reset file, but I wouldn't flash it myself as your firmware doesn't match anymore: http://www.htc1guru.com/dld/guru_reset_m7_3-62-401-1-zip/
Stock ROM version for these types:
modelid: PN0710000
cid: HTC__001, HTC__E11
HTC__102, HTC__203
HTC__405, HTC__Y13
HTC__304, HTC__032
HTC__A07, HTC__J15
HTC__016
im sorry but I don't have any experience with dev edition firmware and not sure which ruu's etc you can flash, maybe one of the other senior members can guide you from here.
But if I was to be up front with you, especially with you being s-on, I would say you were stuck with custom rom's only now, as you cant back flash or flash the correct firmware without s-off.
Click to expand...
Click to collapse
And this one?: http://forum.xda-developers.com/showthread.php?t=2183023
I believe it's a custom ROM but i've not been able to get it to work.
Do you know of a way to revert back to the original OS? (preferable with S-On)
Giagi said:
And this one?: http://forum.xda-developers.com/showthread.php?t=2183023
I believe it's a custom ROM but i've not been able to get it to work.
Do you know of a way to revert back to the original OS? (preferable with S-On)
Click to expand...
Click to collapse
try fastboot erase cache and then try flash this one: http://www.androidrevolution.org/downloader/download.php?file=One_5.11.401.10_odexed.zip
again make sure its with twrp 2.6.3.3
Seanie280672 said:
try fastboot erase cache and then try flash this one: http://www.androidrevolution.org/downloader/download.php?file=One_5.11.401.10_odexed.zip
again make sure its with twrp 2.6.3.3
Click to expand...
Click to collapse
WOW, Thank you sooo much!!!
I'm running the ROM you sent and my htc backup is restoring my phone to it's original state.
I am so happy right now. I really appreciate your help.
I've donated you some money, it's not much and i'm sorry for that, but it's all i have on my paypal account currently.
Again, many thanks.
Giagi said:
WOW, Thank you sooo much!!!
I'm running the ROM you sent and my htc backup is restoring my phone to it's original state.
I am so happy right now. I really appreciate your help.
I've donated you some money, it's not much and i'm sorry for that, but it's all i have on my paypal account currently.
Again, many thanks.
Click to expand...
Click to collapse
Ive refunded it back to you, I don't expect donations for helping people out, I don't know where that button came from below my user name and don't know how to get rid of it.
Hit the thanks button is perfectly enough.
Seanie280672 said:
Ive refunded it back to you, I don't expect donations for helping people out, I don't know where that button came from below my user name and don't know how to get rid of it.
Hit the thanks button is perfectly enough.
Click to expand...
Click to collapse
Sorry, to bother you again, but it seems as if my problem is not completely resolved.
Every time i shut down my phone it goes into a bootloop, where it boots up, stay on for about 2 mins where it just works as normal, and then shuts down again. After which it reboots again and so on.
The first time this happened i did a factory reset and this seemed to work. But after i shut down my phone for a second time the problem appeared again. And i really don't want to reset it again.

[Q] My HTC One is bricked!!!! please HELP

Hello everyone. It is my first time on this forum, so please be patient.
On Saturday I received my new HTC One 802d dual sim. Following in the steps of this and other forums I could root it and unlock the bootloader.
Then I wanted to get S-Off for putting on a new ROM but while the Moonshine was running, in one of the many resets, the phone can't start the OS (obviously cmd window showed an error).
From there on I tried a myriad of things but with no success. I could not find the original RUU to flash it either.
I am truly desperate!!!! can anyone help ???
I leave data from my HTC One:
l
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.27.0000
(bootloader) version-baseband: 1.01.32.0917
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.35.707.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: A********************66
(bootloader) product: m7cdwg
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0751000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4330mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-8076a49a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Android 4.2.2
HTC Sence 5.0
Soft Number 2.35.707.2
HTC SDK API level 5.34
PRI Version 4.20_09A
PRL Version 10014
Kernel 3.4.10-g8914e14
Baseband Version 1.01.32.0917-1237.25.32.0717
Biuld Number 2.35.707.2 CL257405
Browser version WebKit/534.30
THANKS YOU!!!!!
pdelmazo said:
Hello everyone. It is my first time on this forum, so please be patient.
On Saturday I received my new HTC One 802d dual sim. Following in the steps of this and other forums I could root it and unlock the bootloader.
Then I wanted to get S-Off for putting on a new ROM but while the Moonshine was running, in one of the many resets, the phone can't start the OS (obviously cmd window showed an error).
From there on I tried a myriad of things but with no success. I could not find the original RUU to flash it either.
I am truly desperate!!!! can anyone help ???
I leave data from my HTC One:
l
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.27.0000
(bootloader) version-baseband: 1.01.32.0917
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.35.707.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) meid: Remove
(bootloader) product: m7cdwg
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0751000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4330mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-8076a49a
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Android 4.2.2
HTC Sence 5.0
Soft Number 2.35.707.2
HTC SDK API level 5.34
PRI Version 4.20_09A
PRL Version 10014
Kernel 3.4.10-g8914e14
Baseband Version 1.01.32.0917-1237.25.32.0717
Biuld Number 2.35.707.2 CL257405
Browser version WebKit/534.30
THANKS YOU!!!!!
Click to expand...
Click to collapse
You might want to remove your meid from your first post.
Assuming you have a custom recovery installed, you might try to install Maximus HD for dual sim. I found these instructions in his other thread for the single sim rom. Why don't you think you have a rom installed? Are you stuck in bootloader? You can follow these instructions by alray but you must use a custom recovery for your variant and the Maximus HD rom for your variant.
If you get the rom installed and working, I would try rumrunner S-OFF, since you have a lower hboot. Since you have such a unique phone, I would make nandroid backups to I could recover from issues easier. I hope it helps.
majmoz said:
You might want to remove your meid from your first post.
Assuming you have a custom recovery installed, you might try to install Maximus HD for dual sim. I found these instructions in his other thread for the single sim rom. Why don't you think you have a rom installed? Are you stuck in bootloader? You can follow these instructions by alray but you must use a custom recovery for your variant and the Maximus HD rom for your variant.
If you get the rom installed and working, I would try rumrunner S-OFF, since you have a lower hboot. Since you have such a unique phone, I would make nandroid backups to I could recover from issues easier. I hope it helps.
Click to expand...
Click to collapse
Thank you very much!!!! I'll try to flash Maximus HD, but I have a few questions:
The phone has to be unlocked?
What would be the details to consider the rom to choose?
Thanks!!!!
pdelmazo said:
Thank you very much!!!! I'll try to flash Maximus HD, but I have a few questions:
The phone has to be unlocked? Yes, the phone has to be unlocked!
What would be the details to consider the rom to choose? The rom must be for your variant, if you flash a rom that is not designed for your variant you can brick your phone. There are not a lot of choices for your variant!
Thanks!!!!
Click to expand...
Click to collapse
See answers in Magenta. You should check out the Mega-Guide All about HTC One Dual Sim and the Collection of HTC One Dual Sim RUU, OTA, Firmware, etc..
majmoz said:
See answers in Magenta. You should check out the Mega-Guide All about HTC One Dual Sim and the Collection of HTC One Dual Sim RUU, OTA, Firmware, etc..
Click to expand...
Click to collapse
hello again.
Yesterday I could finally install the maximushd 1.0 as the 3.0 but in both cases when phone restarted, it made a boot loop again. Might be corrupt the hboot? There is way to fix it? another idea? Thank you
majmoz said:
See answers in Magenta. You should check out the Mega-Guide All about HTC One Dual Sim and the Collection of HTC One Dual Sim RUU, OTA, Firmware, etc..
Click to expand...
Click to collapse
pdelmazo said:
hello again.
Yesterday I could finally install the maximushd 1.0 as the 3.0 but in both cases when phone restarted, it made a boot loop again. Might be corrupt the hboot? There is way to fix it? another idea? Thank you
Click to expand...
Click to collapse
Hi...
Finally I flash the boot.img boot with a RUU for my HTC.
Now the phone starts, passes the first HTC screen and tries to show the desktop but goes black .... can only see the top bar with the time and the GSM signal ... then it reboots again.
I dont know what else to do....
Plaese Help Me!!!!
Thanks
pdelmazo said:
Hi...
Finally I flash the boot.img boot with a RUU for my HTC.
Now the phone starts, passes the first HTC screen and tries to show the desktop but goes black .... can only see the top bar with the time and the GSM signal ... then it reboots again.
I dont know what else to do....
Plaese Help Me!!!!
Thanks
Click to expand...
Click to collapse
This is a long shot but first I would try to flash the stock firmware 4.22.707.3. You will need to lock your bootloader first. This firmware will wipe your personnal data from the phone.
First, download the firmware file and rename it firmware.zip and place in your adb/fastboot folder.
Second, relock you phone using this command:
Code:
fastboot oem lock
Third, use the following procedure to flash the stock firmware to your phone:
Code:
fastboot reboot-bootloader
After that, type:
Code:
fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
fastboot flash zip firmware.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
fastboot reboot
majmoz said:
This is a long shot but first I would try to flash the********* You will need to lock your bootloader first. This firmware will wipe your personnal data from the phone.
First, download the firmware file and rename it firmware.zip and place in your adb/fastboot folder.
Second, relock you phone using this command:
Code:
fastboot oem lock
Third, use the following procedure to flash the stock firmware to your phone:
Code:
fastboot reboot-bootloader
After that, type:
Code:
fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
fastboot flash zip firmware.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip firmware.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
fastboot reboot
Click to expand...
Click to collapse
that was amazing !!!!!
It really works !!! I only doubt is .... I can not seem to turn on the wifi .... how do I fix it? or you install the MaximusHD now ....?
Can I pay you for your help? I would like to do
I will waiting
pdelmazo said:
that was amazing !!!!!
It really works !!! I only doubt is .... I can not seem to turn on the wifi .... how do I fix it? or you install the MaximusHD now ....?
Can I pay you for your help? I would like to do
I will waiting
Click to expand...
Click to collapse
Thanks is enough for helping you out.
Wifi might be a software issue, with the new firmware you got the latest radio for your phone. If you still have the stock rom installed you could try the OTA update? If the rom is stock and the recovery is stock you could rename (to shorten it) and move the OTA to your sdcard. When it is on your sdcard, follow these steps for installing the OTA manually. It may or may not run, but if it fails it will tell you why it failed and maybe we can fix it.
majmoz said:
Thanks is enough for helping you out.
Wifi might be a software issue, with the new firmware you got the latest radio for your phone. If you still have the stock rom installed you could try the OTA update? If the rom is stock and the recovery is stock you could rename (to shorten it) and move the OTA to your sdcard. When it is on your sdcard, follow these steps for installing the OTA manually. It may or may not run, but if it fails it will tell you why it failed and maybe we can fix it.
Click to expand...
Click to collapse
Hi....
The phone has installed Android 4.4.2, HTC Sence 6.0 from MaximusHD 3.0
Should I also install this OTA?
pdelmazo said:
Hi....
The phone has installed Android 4.4.2, HTC Sence 6.0 from MaximusHD 3.0
Should I also install this OTA?
Click to expand...
Click to collapse
No, there is no stock rom for your phone! So, you can not go back to stock to get the OTA. Make a nandroid backup while in recovery and save it to your computer should something go amiss in the future. Glad to see you are back up and running.
Go to your first post and edit the title with "[Solved]".
majmoz said:
No, there is no stock rom for your phone! So, you can not go back to stock to get the OTA. Make a nandroid backup while in recovery and save it to your computer should something go amiss in the future. Glad to see you are back up and running.
Go to your first post and edit the title with "[Solved]".
Click to expand...
Click to collapse
Ok I'll do it ... thank you very much for everything.
So I can not do anything to solve the problem wifi?
pdelmazo said:
Ok I'll do it ... thank you very much for everything.
So I can not do anything to solve the problem wifi?
Click to expand...
Click to collapse
What specifically is wrong with wifi?
Are you getting data?
Does SMS/MMS work?
No issues with calls?
Have you tried rebooting the phone?
majmoz said:
What specifically is wrong with wifi?
Are you getting data?
Does SMS/MMS work?
No issues with calls?
Have you tried rebooting the phone?
Click to expand...
Click to collapse
Yes, I have restarted the phone twice but no Wifi on when I touch the button. Nor have 3G / H + data.
Calls and SMS work fine.
Should I reinstall ROM?
pdelmazo said:
Yes, I have restarted the phone twice but no Wifi on when I touch the button. Nor have 3G / H + data.
Calls and SMS work fine.
Should I reinstall ROM?
Click to expand...
Click to collapse
Yes, re-install the ROM and while in recovery wipe cache/dalvik. And check your APN settings against the APN settings for your carrier.
majmoz said:
Yes, re-install the ROM and while in recovery wipe cache/dalvik. And check your APN settings against the APN settings for your carrier.
Click to expand...
Click to collapse
Hi friend, i'm here again.
I had to reflash my phone with help from llabtoofer.com
We were able to fix the Wifi but the phone does not work on 3G network... only on EDGE.
Could be a problem with the Firmware or with the Radio?
I just called the telephone's company and they said that APN configuration was ok. If you want, I can send you a copy.
I'm in Argentina, Latin America.... perhaps the ROM installed is from Europe or perhaps is not compatible with my M7C_DWG.
Can you help me one more time?
Thanks.... I will waiting.
pdelmazo said:
Hi friend, i'm here again.
I had to reflash my phone with help from llabtoofer.com
We were able to fix the Wifi but the phone does not work on 3G network... only on EDGE.
Could be a problem with the Firmware or with the Radio?
I just called the telephone's company and they said that APN configuration was ok. If you want, I can send you a copy.
I'm in Argentina, Latin America.... perhaps the ROM installed is from Europe or perhaps is not compatible with my M7C_DWG.
Can you help me one more time?
Thanks.... I will waiting.
Click to expand...
Click to collapse
An earlier post stated that you had MaximusHD 3.0 installed. According to the website it doesn't support your phone! However, your software information has just the stock rom not MaximusHD 3.0. I don't thing there is an RUU for your phone so if you can find someone with a nandroid backup that you could use it would help. If you could get the stock firmware and flash it. Sorry, I'm not much help.
majmoz said:
An earlier post stated that you had MaximusHD 3.0 installed. According to the website it doesn't support your phone! However, your software information has just the stock rom not MaximusHD 3.0. I don't thing there is an RUU for your phone so if you can find someone with a nandroid backup that you could use it would help. If you could get the stock firmware and flash it. Sorry, I'm not much help.
Click to expand...
Click to collapse
Ok, thank you very much.
I will keep looking for a solution.... When I have it, I'll let you know.
Thaks.

HTC One M7 GPE - Softbricked (S-OFF)

I require your help fixing my HTC One M7. The phone hangs at the black screen with the Google logo. I have access to bootloader only. I cannot flash any recovery image or any other image.(please see the attached pics). When I push the power button on recovery or factory reset in bootloader, it returns to previous screen very quick.
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.30.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.1700.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno:
(bootloader) imei:
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0713000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3692mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e135dbf9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.110s
Click to expand...
Click to collapse
Thanks,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
behzad756 said:
I require your help fixing my HTC One M7. The phone hangs at the black screen with the Google logo. I have access to bootloader only. I cannot flash any recovery image or any other image.(please see the attached pics). When I push the power button on recovery or factory reset in bootloader, it returns to previous screen very quick.
Thanks,
View attachment 3364397
View attachment 3364398
View attachment 3364399
Click to expand...
Click to collapse
You can access fastboot I see. My computer refused to flash a custom recovery to my HTC one once and it turned out that it was a driver issue.. are you on full android sdk or minimal adb tools? I use the latter and it works flawlessly. What version of Windows are you on? You need to install HTC sync manager which will take care of any driver issue.
Right now your best bet would be using a nandroid backup. Also since you're on s-off you can use a ruu. You can find many here but you need one that'll work with your device. If you end up struggling to find one let me know.
monrokhoury said:
You can access fastboot I see. My computer refused to flash a custom recovery to my HTC one once and it turned out that it was a driver issue.. are you on full android sdk or minimal adb tools? I use the latter and it works flawlessly. What version of Windows are you on? You need to install HTC sync manager which will take care of any driver issue.
Right now your best bet would be using a nandroid backup. Also since you're on s-off you can use a ruu. You can find many here but you need one that'll work with your device. If you end up struggling to find one let me know.
Click to expand...
Click to collapse
I'm using windows 8.1 and I also installed HTC sync manager. Please give me a nandroid or ruu that works with my device.
Thanks
@behzad756 Was able to find this:
http://graffixnyc.com/development/m7/RUU-HTC_One_GE-5.0.1-5.11.1700.3_rooted.zip
Hope it works!
In case you face a drivers problem:
http://forum.xda-developers.com/showthread.php?t=2232799
monrokhoury said:
@behzad756 Was able to find this:
http://graffixnyc.com/development/m7/RUU-HTC_One_GE-5.0.1-5.11.1700.3_rooted.zip
Hope it works!
In case you face a drivers problem:
http://forum.xda-developers.com/showthread.php?t=2232799
Click to expand...
Click to collapse
Thank you, but it didn't work. The problem is that it hangs after every flash installation even recovery flash.
@behzad756 Not being able to flash anything is a serious problem. Maybe your hboot is corrupt? You're on s-off so fixing this should be possible.
Alright, calling for help.. @Seanie280672 knows a lot about hboot.
Can you access recovery? Try wiping everything then retry installing the ruu. It's compatible with your device so it should work. You know how to do that right?
I don't have access to recovery and also cannot flash any recovery too.
behzad756 said:
I don't have access to recovery and also cannot flash any recovery too.
Click to expand...
Click to collapse
That's because you locked the bootloader, highly not recommended on gpe edition, lots of reports of people not being able to unlock on the newer gpe roms, I suggest you try and unlock first. There's no need to lock it ever if your s-off.
I'm not really upto speed with gpe roms, don't like it myself, just personal preference, but what you need is an ruu really of your current version or any really as your a-off, just to get you up and running, I'll have a look around. Whatever you do, don't go s-on or you'll be in lots of trouble, and try and get that boot loader unlocked again.
---------- Post added at 08:21 AM ---------- Previous post was at 08:15 AM ----------
Soz, you are unlocked, I mis read it, thought it said relocked
@Seanie280672 @behzad756 the bootloader appears to be unlocked. I've already linked a ruu maybe you can check it out seanie if you can't find another one?
The issue that he can't flash anything is really baffling. did he relock the bootloader or something? never happened to me thankfully.
a ruu appears to be the only possible solution, maybe the one I linked to is corrupt? but it's not the first time someone uses it.
---------- Post added at 11:04 AM ---------- Previous post was at 10:55 AM ----------
[/COLOR @behzad756 I once flashed a inappropriate img file and wasn't able to access recovery.. try flashing these, one should work if flashing is possible but accessing the recovery afterwards is the real problem:
https://dl.twrp.me/m7/twrp-2.8.6.0-m7.img.html
the first one is more likely to work.
If you still can't flash anything maybe it's a driver issue? Can you post what the command prompt returns when you try flashing a recovery img file?
monrokhoury said:
@Seanie280672 @behzad756 the bootloader appears to be unlocked. I've already linked a ruu maybe you can check it out seanie if you can't find another one?
The issue that he can't flash anything is really baffling. did he relock the bootloader or something? never happened to me thankfully.
a ruu appears to be the only possible solution, maybe the one I linked to is corrupt? but it's not the first time someone uses it.
---------- Post added at 11:04 AM ---------- Previous post was at 10:55 AM ----------
[/COLOR @behzad756 I once flashed a inappropriate img file and wasn't able to access recovery.. try flashing these, one should work if flashing is possible but accessing the recovery afterwards is the real problem:
https://dl.twrp.me/m7/twrp-2.8.6.0-m7.img.html
https://dl.twrp.me/m7vzw/twrp-2.8.6.0-m7wlv.img.html
the first one is more likely to work.
If you still can't flash anything maybe it's a driver issue? Can you post what the command prompt returns when you try flashing a recovery img file?
Click to expand...
Click to collapse
First I have to ask, how are you trying to flash the GPe rom.zip that @monrokhoury linked you too ? what errors is it giving you ? you don't flash this one in recovery.
And 2nd as its a Lollipop RUU.zip you will probably need the use the HTC_fastboot.exe, below is the instructions on how to flash it:
1. Once downloaded rename file to RUU.zip
2. Place it in your adb & fastboot folder
3. Reboot phone to fastbootUSB mode
4. as you are S-Off there is no need to lock the bootloader
5. Also use the htc_fastboot.exe not the normal fastboot.exe
get the htc_fastboot.exe here : https://www.androidfilehost.com/?fid=95916177934539737
Run the following commands from your adb folder:
6. htc_fastboot oem rebootRUU
7.htc_fastboot flash zip RUU.zip
8.htc_fastboot reboot-bootloader
9. fastboot reboot
@monrokhoury the 2nd recovery img you posted is for Verizon branded phones, it cant be flashed on GSM devices, will cause big problems M7_WLV
@Seanie280672 edited my post.
Thanks for providing the instructions bud. I think the ruu should flash regardless of the phone's state assuming he doesn't have any problems with the drivers.
I tried all the steps, but it doesn't accept any flash. Looks like a hardware problem. Do you know anywhere to fix it in USA?
behzad756 said:
I tried all the steps, but it doesn't accept any flash. Looks like a hardware problem. Do you know anywhere to fix it in USA?
Click to expand...
Click to collapse
You can try a local mobile shop, other than that you'd be looking at a HTC repair Centre, but to be honest the M7 is that old now, you could probably pick up a 2nd hand working one off eBay cheaper than getting yours repaired.

Screen not responding to touch in TWRP

was trying to root my one for the first time. I followed someone's tutorial online, and everything was perfect at first, until I got into using TWRP for recovery. I used version 2.5. After I got into it, the touch screen is not working. I stuck in the lock screen now, not able to unlock, not able to restart, not even able to power off. After some digging, I found out that probably I should have used the version 2.6 instead in the first place. Now my question is, do I need to wait until the power drains out before I could do anything else, or if there is anything I could do to restart the phone and do this recovery process again with TWRP v2.6? Thanks.
Click to expand...
Click to collapse
have exactly the same problem.
But I can't hard reset the HTC ONE via volume down + power button...
Can't access the phone via USB attached cable and the common tools... :///
Do I have to wait till the battery is empty or is there a further solution?
vin4ester15 said:
have exactly the same problem.
But I can't hard reset the HTC ONE via volume down + power button...
Can't access the phone via USB attached cable and the common tools... :///
Do I have to wait till the battery is empty or is there a further solution?
Click to expand...
Click to collapse
Try the reset with device under a bright light.
What device do you have and what twrp did you flash.
mb_guy said:
Try the reset with device under a bright light.
What device do you have and what twrp did you flash.
Click to expand...
Click to collapse
Looks like its 2.5.0.0 from the picture
mb_guy said:
Try the reset with device under a bright light.
What device do you have and what twrp did you flash.
Click to expand...
Click to collapse
https://www.youtube.com/watch?v=rRkAHw_GmIs&list=FLp-bV1_Di0EtsQXswt1FQuQ&index=2
vin4ester15 said:
https://www.youtube.com/watch?v=rRkAHw_GmIs&list=FLp-bV1_Di0EtsQXswt1FQuQ&index=2
Click to expand...
Click to collapse
? what does that tell me about your actual device, carrier, model etc.
mb_guy said:
? what does that tell me about your actual device, carrier, model etc.
Click to expand...
Click to collapse
look 2:05 https://www.youtube.com/watch?v=6fjBcnEJYbI
Ohhh, i reboot it with brith light. But now how to install a normal TWRP? Phone is unlocked. S-off
vin4ester15 said:
Ohhh, i reboot it with brith light. But now how to install a normal TWRP? Phone is unlocked. S-off
Click to expand...
Click to collapse
Why not giving us your phone info here instead of playing this "look at this youtube video" game? If you want help, please answer the questions asked above, better to post a complete "fastboot getvar all" output (excluding your IMEI/MEID/Serialno) so we know everything about your phone an can help you better.
If you have a sprint HTC one, then flash a sprint twrp recovery. You can find the file on the twrp website.
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
vin4ester15 said:
Ohhh, i reboot it with brith light. But now how to install a normal TWRP? Phone is unlocked. S-off
Click to expand...
Click to collapse
Sorry, but I'm going to let @alray help with this one. Looks like you have 5.05.651.2 rom installed. Is this a sprint device or some other m7_wls device? I have no experience with these, and see many posts with folks flashing wrong recovery or rom and bricking devices.
mb_guy said:
Sorry, but I'm going to let @alray help with this one. Looks like you have 5.05.651.2 rom installed. Is this a sprint device or some other m7_wls device? I have no experience with these, and see many posts with folks flashing wrong recovery or rom and bricking devices.
Click to expand...
Click to collapse
What of them I can install? http://www.htc.com/us/support/rom-downloads.html#unlocked
My phone is unlocked, i can use Any SIM card
vin4ester15 said:
What of them I can install? http://www.htc.com/us/support/rom-downloads.html#unlocked
My phone is unlocked, i can use Any SIM card
Click to expand...
Click to collapse
I don't think you can install any ruu, yet. I also noticed from your video that your device is s-off (security off) no problem, but also supercid (11111111), this is a problem. I don't think a ruu will flash until the cid is reverted to what ever it was initially from the installed ruu carrier. Sprint cid is SPCS_001 for example. I think you will have to rewrite this from adb, but getting out of my knowledge zone here, sorry.
mb_guy said:
I don't think you can install any ruu, yet. I also noticed from your video that your device is s-off (security off) no problem, but also supercid (11111111), this is a problem. I don't think a ruu will flash until the cid is reverted to what ever it was initially from the installed ruu carrier. Sprint cid is SPCS_001 for example. I think you will have to rewrite this from adb, but getting out of my knowledge zone here, sorry.
Click to expand...
Click to collapse
You can flash a RUU with supercid, no problem. But since his phone is a sprint variant, having supercid is somewhat useless since he can only flash RUU for sprint (SPCS_001). Having supercid on a sprint M7 won't hurt but its pretty useless imo... (unlike having supercid on a M7_U/M7_UL which will allow you to flash any RUU you want)
alray said:
You can flash a RUU with supercid, no problem. But since his phone is a sprint variant, having supercid is somewhat useless since he can only flash RUU for sprint (SPCS_001). Having supercid on a sprint M7 won't hurt but its pretty useless imo... (unlike having supercid on a M7_U/M7_UL which will allow you to flash any RUU you want)
Click to expand...
Click to collapse
ohh, i'm a really noob, i install this RUU_M7_WL_JB43_SENSE50_SPCS_MR_Sprint_WWE_3.05.651.6_Radio_1.00.20.1108_NV_SPCS_4.38_003_release_348053_signed_2 Now, i don't have GSM\3g and sim is lock :crying: how to fix?
vin4ester15 said:
ohh, i'm a really noob, i install this RUU_M7_WL_JB43_SENSE50_SPCS_MR_Sprint_WWE_3.05.651.6_Radio_1.00.20.1108_NV_SPCS_4.38_003_release_348053_signed_2 Now, i don't have GSM\3g and sim is lock :crying: how to fix?
Click to expand...
Click to collapse
Sprint M7 is a CDMA phone and will only work on the Sprint network (it can connect to other gsm networks for roaming but you won't get full connectivity), its not the result of the RUU. And btw a RUU can't sim lock a phone, its not possible. The ruu doesn't write anything to the partition where the sim lock info are stored.
can't help any further if you don't post the output of "fastboot getvar all" like asked previously. I don't have time right now to watch some youtube video to figure out what device you have etc.
alray said:
Sprint M7 is a CDMA phone and will only work on the Sprint network (it can connect to other gsm networks for roaming but you won't get full connectivity), its not the result of the RUU. And btw a RUU can't sim lock a phone, its not possible. The ruu doesn't write anything to the partition where the sim lock info are stored.
can't help any further if you don't post the output of "fastboot getvar all" like asked previously. I don't have time right now to watch some youtube video to figure out what device you have etc.
Click to expand...
Click to collapse
C:\Users\Vitalie01\Desktop\OneDrivers_Fastboot\OneDrivers_Fastboot\Fastboot>fast
boot getvar all
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.60.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.16.651.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA36BS907523
(bootloader) imei: 355859056246580
(bootloader) meid: 99000146869492
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 3976mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-91bb20e1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
Before that, it worked. The phone was like out of the store without being tied to an operator. Due to the fact that I could not be updated to Android 5.0, I downloaded the firmware from the official site and set it. With the new firmware the connection was lost. Now I can not use 3G. From the beginning, radio was 1.00 and android 4.4.2. The other parameters are listed in the video at minute 2:05
I tried to install a new version via exe files and zip through. Even I tried to put ViperOne, but once it is installed, an error, TWRP and firmware is deleted. I again through fastboot TWRP load and backup. Otherwise, when you turn on it immediately goes into fastboot, and so on. Something is missing this phone for the proper installation of new versions of android.

Categories

Resources