[Q] Back to HTC Sence from Cyanogenmod 11 - One (M7) Q&A, Help & Troubleshooting

Hi all,
I am sure there are many ways to go back to HTC's official from Cyanogenmod 11 but is there an easy way (user friendly) to do that?
For example, Cyanogenmod installation is very nice done, it installs everything automatically. Is there something like this?
Information about the device:
HTC One (M7)
CyanogenMod version: 11.0
Android: 4.4.4
Thank you in advance,
Erevantsi

Erevantsi said:
Cyanogenmod installation is very nice done, it installs everything automatically. Is there something like this?
Click to expand...
Click to collapse
Post the output of "fastboot getvar all" remove imei and serialno before posting.

alray said:
Post the output of "fastboot getvar all" remove imei and serialno before posting.
Click to expand...
Click to collapse
Sorry what do you exactly mean with Post the output of "fastboot getvar all" remove imei and serialno

Erevantsi said:
Sorry what do you exactly mean with Post the output of "fastboot getvar all" remove imei and serialno
Click to expand...
Click to collapse
time to do some reading. You'll need adb and fastboot intalled on your computer (either by installing the android sdk or miniaml adb and fastboot). You'll also need latest HTC drivers installed on your computer. Once done, reboot your phone in bootloader mode, select fastboot usb mode, connect the phone to your PC. Open a command prompt from your adb/fastboot folder. type:
Code:
fastboot getvar all
copy/paste the output here so we can determine what you need to return stock. Don't post the IMEI and Serialno.

Erevantsi said:
Sorry what do you exactly mean with Post the output of "fastboot getvar all" remove imei and serialno
Click to expand...
Click to collapse
I am not being rude but this is what happens when you do something but dont understand what your doing.
Flashing ones device is not supposed to be easy. Mainly as it could easily brick a device and now that you have no warranty, you would be pretty mad if you had to get a new device because you didnt understand what you were doing

alray said:
time to do some reading. You'll need adb and fastboot intalled on your computer (either by installing the android sdk or miniaml adb and fastboot). You'll also need latest HTC drivers installed on your computer. Once done, reboot your phone in bootloader mode, select fastboot usb mode, connect the phone to your PC. Open a command prompt from your adb/fastboot folder. type:
Code:
fastboot getvar all
copy/paste the output here so we can determine what you need to return stock. Don't post the IMEI and Serialno.
Click to expand...
Click to collapse
Thank you for the information Alray. I'll have to do some research as I understood. Thanks for your time and attention. :good:

Related

[Q] Need Help ASAP

I rooted my HTC One and I tried to flash a custom rom. I don't think I make a backup. It keeps saying that the flash failed. I can't transfer a new rom onto my phone to try to flash it. Any suggestions?
Have you tried searching this forum?
Hint: adb sideload
BenPope said:
Have you tried searching this forum?
Hint: adb sideload
Click to expand...
Click to collapse
I am tryiing that now, but its nor working either
Lucifer17 said:
I am trying that now, but its not working either
Click to expand...
Click to collapse
I keep getting a cannot read error message. Can anyone help?
Lucifer17 said:
I keep getting a cannot read error message. Can anyone help?
Click to expand...
Click to collapse
"cannot read" as in MyFileNameIsWrong? or ??
start by: adb devices and see if recovery is in sideload mode, then use the correct filename.
nkk71 said:
"cannot read" as in MyFileNameIsWrong? or ??
start by: adb devices and see if recovery is in sideload mode, then use the correct filename.
Click to expand...
Click to collapse
I got into sideload, and I typed in the name of the file correctly. I have tried different roms but I keep getting the same error message
Lucifer17 said:
I got into sideload, and I typed in the name of the file correctly. I have tried different roms but I keep getting the same error message
Click to expand...
Click to collapse
can you copy/paste your command prompt?
please start with a "dir" then continue with your commands
nkk71 said:
can you copy/paste your command prompt?
please start with a "dir" then continue with your commands
Click to expand...
Click to collapse
I updated my sdk manager but now it doesn't recognize my device. This is what I get now
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\user>cd c:\and\sdk\platform-tools
c:\and\sdk\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
c:\and\sdk\platform-tools>
Lucifer17 said:
I updated my sdk manager but now it doesn't recognize my device. This is what I get now
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\user>cd c:\and\sdk\platform-tools
c:\and\sdk\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
c:\and\sdk\platform-tools>
Click to expand...
Click to collapse
Is you phone in custom recovery? what does it show in Windows Device Manager... "Android ... -> My HTC" or "Unknown -> One"?
nkk71 said:
Is you phone in custom recovery? what does it show in Windows Device Manager... "Android ... -> My HTC" or "Unknown -> One"?
Click to expand...
Click to collapse
I am in TWRP, adb sideload. In windows device manager it has HTC MTP device
Lucifer17 said:
I am in TWRP, adb sideload. In windows device manager it has HTC MTP device
Click to expand...
Click to collapse
which version of TWRP, seems some have problems with adb, try 2.6.3.3 http://techerrata.com/browse/twrp2/m7
(verify MD5 on the download)
and Windows 8.1 is not the best OS for this, is your hboot 1.55+, otherwise fastboot will probably not work.
fastboot devices <- confirm it shows up
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
adb devices <- confirm it shows up
nkk71 said:
which version of TWRP, seems some have problems with adb, try 2.6.3.3 http://techerrata.com/browse/twrp2/m7
(verify MD5 on the download)
and Windows 8.1 is not the best OS for this, is your hboot 1.55+, otherwise fastboot will probably not work.
fastboot devices <- confirm it shows up
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
adb devices <- confirm it shows up
Click to expand...
Click to collapse
what screen am I typing "fastboot devices" on? what should it look like?
Lucifer17 said:
what screen am I typing "fastboot devices" on? what should it look like?
Click to expand...
Click to collapse
bootloader/FASTBOOT USB
nkk71 said:
bootloader/FASTBOOT USB
Click to expand...
Click to collapse
my hboot is 1.56.0000
how long does it take? I think I have it going but the cmd window doesn't show any progress and neither does my phone
Lucifer17 said:
my hboot is 1.56.0000
how long does it take? I think I have it going but the cmd window doesn't show any progress and neither does my phone
Click to expand...
Click to collapse
only takes a few seconds, please copy/paste your command prompt
nkk71 said:
only takes a few seconds, please copy/paste your command prompt
Click to expand...
Click to collapse
I got it going, but it failed, saying there was an error executing updater binary in zip
Lucifer17 said:
I got it going, but it failed, saying there was an error executing updater binary in zip
Click to expand...
Click to collapse
Dude, you are seriously not helping here!!
"I got it going" is about as little information as you can possibly provide!! what does IT refer to and when/how/why?
nkk71 said:
Dude, you are seriously not helping here!!
"I got it going" is about as little information as you can possibly provide!! what does IT refer to and when/how/why?
Click to expand...
Click to collapse
I got the sideload going, and when my cmd window said 100% my phone said it failed. There was an error executing the binary in the zip. I don't know what that means or how to fix it. It also said missing MD5 file
Lucifer17 said:
I got the sideload going, and when my cmd window said 100% my phone said it failed. There was an error executing the binary in the zip. I don't know what that means or how to fix it. It also said missing MD5 file
Click to expand...
Click to collapse
So I'm going to ASSUME:
1- you have an M7_U or UL
2- you now have TWRP 2.6.3.3 installed
3- the ROM your flashing is exactly the ROM you want and is fully compatible with your device and your recovery, and I know this because of
4- you have made sure the ROM download isn't corrupt
anything else I should be assuming
how about you post a "fastboot getvar all" excluding IMEI and s/n, and answer the above questions.
nkk71 said:
So I'm going to ASSUME:
1- you have an M7_U or UL
2- you now have TWRP 2.6.3.3 installed
3- the ROM your flashing is exactly the ROM you want and is fully compatible with your device and your recovery, and I know this because of
4- you have made sure the ROM download isn't corrupt
anything else I should be assuming
how about you post a "fastboot getvar all" excluding IMEI and s/n, and answer the above questions.
Click to expand...
Click to collapse
I apologize for the lack of info. This is my first time rooting and I thought I had read everything thoroughly and knew how to do it. I am not very fluent in DOS so that also confuses me. My phone is a M7_UL. I am still using TWRP 2.6.3.0, I could not figure out how to install 2.6.3.3 I am trying to flash CM11 rom that is for the HTC One. I can't post a getvar because my device is not recognized now. I will keep trying and will post it when I can

Failed rom update....Help

hi i tried to update my viper rom and now my phone just reboots continuously why and how can this be fixed?
Gav6363 said:
hi i tried to update my viper rom and now my phone just reboots continuously why and how can this be fixed?
Click to expand...
Click to collapse
can you check the last post in the FAQ sticky thread: http://forum.xda-developers.com/showthread.php?p=53270352&postcount=21
see if that helps. please do not post questions there, if you still have problems, post back here.
nkk71 said:
can you check the last post in the FAQ sticky thread: http://forum.xda-developers.com/showthread.php?p=53270352&postcount=21
see if that helps. please do not post questions there, if you still have problems, post back here.
Click to expand...
Click to collapse
I dont know what any of this means i my cousin rooted my phone and he no longer lives near me
Gav6363 said:
I dont know what any of this means i my cousin rooted my phone and he no longer lives near me
Click to expand...
Click to collapse
I'm not sure how to respond to that
Are you familiar with terms such as adb, fastboot, custom recovery?
nkk71 said:
I'm not sure how to respond to that
Are you familiar with terms such as adb, fastboot, custom recovery?
Click to expand...
Click to collapse
a bit yes
Gav6363 said:
a bit yes
Click to expand...
Click to collapse
then please post
1- a "fastboot getvar all" (excluding IMEI and s/n)
2- which recovery you have (name and version number)
3- what were you trying to flash? link please
nkk71 said:
then please post
1- a "fastboot getvar all" (excluding IMEI and s/n)
2- which recovery you have (name and version number)
3- what were you trying to flash? link please
Click to expand...
Click to collapse
Ive no idea what you just said. my phone wont go in recovery
Gav6363 said:
my phone wont go in recovery
Click to expand...
Click to collapse
why not?
nkk71 said:
why not?
Click to expand...
Click to collapse
it tries going in recovery then the screen goes black and then the a white screen with htc in the middle and red writing at the bottom comes up and then this keeps repeating. All my phones does
nkk71 said:
then please post
1- a "fastboot getvar all" (excluding IMEI and s/n)
2- which recovery you have (name and version number)
3- what were you trying to flash? link please
Click to expand...
Click to collapse
not sure what recovery
Gav6363 said:
IMIE;
it was the new viper rom
Click to expand...
Click to collapse
please edit your post and remove those, those are the only two things, i did not want posted
nkk71 said:
please edit your post and remove those, those are the only two things, i did not want posted
Click to expand...
Click to collapse
Done now what? i have a white screen with 3 androids on skateboards on the bottom. at the i have tampered and under that i have unlocked. under that i have a load of green writing, under that i have HBOOT. under that i have FASTBOOT, RECOVERY, FACTORY RESET, SIMLOCK, IMAGE CRC AND SHOW BARCODE
Gav6363 said:
Done now what? i have a white screen with 3 androids on skateboards on the bottom. at the i have tampered and under that i have unlocked. under that i have a load of green writing, under that i have HBOOT. under that i have FASTBOOT, RECOVERY, FACTORY RESET, SIMLOCK, IMAGE CRC AND SHOW BARCODE
Click to expand...
Click to collapse
get this: http://www.androidfilehost.com/?fid=23329332407585867
extract those files to a folder on your PC, then open a command prompt and go to that folder, connect your phone
press the POWER button to select FASTBOOT, it should change to FASTBOOT USB
in the command prompt type:
fastboot getvar all
and post the result (without IMEI and s/n)
nkk71 said:
get this: http://www.androidfilehost.com/?fid=23329332407585867
extract those files to a folder on your PC, then open a command prompt and go to that folder, connect your phone
press the POWER button to select FASTBOOT, it should change to FASTBOOT USB
in the command prompt type:
fastboot getvar all
and post the result (without IMEI and s/n)
Click to expand...
Click to collapse
i cant extract nothing it says i have to pick a program ???
Gav6363 said:
i cant extract nothing it says i have to pick a program ???
Click to expand...
Click to collapse
I don't think I'll be able to help you. Sorry
nkk71 said:
I don't think I'll be able to help you. Sorry
Click to expand...
Click to collapse
right i have got the files on my pc now. had to download a program
nkk71 said:
I don't think I'll be able to help you. Sorry
Click to expand...
Click to collapse
i have got command prompt open now. I have tried to type in the name of the file but it comes up with its not recognized
nkk71 said:
get this: http://www.androidfilehost.com/?fid=23329332407585867
extract those files to a folder on your PC, then open a command prompt and go to that folder, connect your phone
press the POWER button to select FASTBOOT, it should change to FASTBOOT USB
in the command prompt type:
fastboot getvar all
and post the result (without IMEI and s/n)
Click to expand...
Click to collapse
what do i type in on command prompt to go to the folder you wanted me to do?

[Q] Help Please

I was wondering if you could help me with this. Recently I had bought a new Htc one m7 and the phone was on s-off. I tried to update to kitkat 4.4 and sense 5.5 but "/system/customize/CID/default.xml" has an unexpected contents" this error popped up and the installation was aborted. I had a read around the forums and you said it was because default.xml was edited or modified. So how would I restore the original. I know nothing about phones. Sorry for the troubles, please help :fingers-crossed:. Thank you
Help
John McDee said:
I was wondering if you could help me with this. Recently I had bought a new Htc one m7 and the phone was on s-off. I tried to update to kitkat 4.4 and sense 5.5 but "/system/customize/CID/default.xml" has an unexpected contents" this error popped up and the installation was aborted. I had a read around the forums and you said it was because default.xml was edited or modified. So how would I restore the original. I know nothing about phones. Sorry for the troubles, please help :fingers-crossed:. Thank you
Click to expand...
Click to collapse
@alray help
John McDee said:
I was wondering if you could help me with this. Recently I had bought a new Htc one m7 and the phone was on s-off. I tried to update to kitkat 4.4 and sense 5.5 but "/system/customize/CID/default.xml" has an unexpected contents" this error popped up and the installation was aborted. I had a read around the forums and you said it was because default.xml was edited or modified. So how would I restore the original. I know nothing about phones. Sorry for the troubles, please help :fingers-crossed:. Thank you
Click to expand...
Click to collapse
Do you have adb/fastboot and latest htc drivers on your computer? We will need to see the output of "fastboot getvar all" command so we can determine what you need to do to take the ota or to restore the phone back to stock.
When posting the output of "fastboot getvar all" edit out the imei and serialno.
alray said:
Do you have adb/fastboot and latest htc drivers on your computer? We will need to see the output of "fastboot getvar all" command so we can determine what you need to do to take the ota or to restore the phone back to stock.
When posting the output of "fastboot getvar all" edit out the imei and serialno.
Click to expand...
Click to collapse
I have no idea
alray said:
Do you have adb/fastboot and latest htc drivers on your computer? We will need to see the output of "fastboot getvar all" command so we can determine what you need to do to take the ota or to restore the phone back to stock.
When posting the output of "fastboot getvar all" edit out the imei and serialno.
Click to expand...
Click to collapse
I don't have them installed
John McDee said:
I have no idea
Click to expand...
Click to collapse
go to this thread: http://forum.xda-developers.com/showthread.php?t=2317790
follow instructions how to install adb and fastboot on your computer
Then go there: http://www.htc.com/us/support/software/htc-sync-manager.aspx
and install htc sync, then uninstall it but keep the drivers installed.
plug your phone to your computer using the usb cable
reboot phone in bootloader mode by holding both the power button and volume down until you see a white screen
open the adb/fastboot command prompt: start menu --> Programs --> Minimal adb and fastboot --> Minimal adb and fastboot
in the command prompt type:
Code:
fastboot getvar all
This will output your phone information
copy paste the ouput and post it here (excpet the IMEI and SERIALNO)
alray said:
go to this thread: http://forum.xda-developers.com/showthread.php?t=2317790
follow instructions how to install adb and fastboot on your computer
Then go there: http://www.htc.com/us/support/software/htc-sync-manager.aspx
and install htc sync, then uninstall it but keep the drivers installed.
plug your phone to your computer using the usb cable
reboot phone in bootloader mode by holding both the power button and volume down until you see a white screen
open the adb/fastboot command prompt: start menu --> Programs --> Minimal adb and fastboot --> Minimal adb and fastboot
in the command prompt type:
Code:
fastboot getvar all
This will output your phone information
copy paste the ouput and post it here (excpet the IMEI and SERIALNO)
Click to expand...
Click to collapse
What do you mean by install htc sync, then uninstall it but keep the drivers installed?
John McDee said:
What do you mean by install htc sync, then uninstall it but keep the drivers installed?
Click to expand...
Click to collapse
You only need to install htc sync because it will install HTC drivers at the same time. HTC sync can interfere with what you'll need to do that's why you have to uninstall it after. Just uninstall HTC sync and drivers will still be on your computer unless you uninstall them manually.
alray said:
You only need to install htc sync because it will install HTC drivers at the same time. HTC sync can interfere with what you'll need to do that's why you have to uninstall it after. Just uninstall HTC sync and drivers will still be on your computer unless you uninstall them manually.
Click to expand...
Click to collapse
Do I need to turn on usb debugging?
John McDee said:
Do I need to turn on usb debugging?
Click to expand...
Click to collapse
Yes turn on usb debugging, we will probably need it later.
alray said:
Yes turn on usb debugging, we will probably need it later.
Click to expand...
Click to collapse
the cmd just said waiting for device
John McDee said:
the cmd just said waiting for device
Click to expand...
Click to collapse
your phone is booted in bootloader right? does it says "fastboot usb" in red ?
alray said:
your phone is booted in bootloader right? does it says "fastboot usb" in red ?
Click to expand...
Click to collapse
if i go into fastboot yes
John McDee said:
if i go into fastboot yes
Click to expand...
Click to collapse
then redo the command it should work now
alray said:
then redo the command it should work now
Click to expand...
Click to collapse
my computer says it does not recognise usb
John McDee said:
my computer says it does not recognise usb
Click to expand...
Click to collapse
go in windows devices manager, is your phone listed as ''Android USB Device --> My HTC'' or something else?
Are you using USB 2.0 ports directly on the computer? (no external hub?)
cannot find "android use device" but i am connecting directly to the pc
alray said:
go in windows devices manager, is your phone listed as ''Android USB Device --> My HTC'' or something else?
Are you using USB 2.0 ports directly on the computer? (no external hub?)
Click to expand...
Click to collapse
Yes it is listed as Android USB Device once I exited bootloader
John McDee said:
Yes it is listed as Android USB Device once I exited bootloader
Click to expand...
Click to collapse
I want to know what does it said when booted in bootloader, same thing or not? if not what does it says?
alray said:
I want to know what does it said when booted in bootloader, same thing or not? if not what does it says?
Click to expand...
Click to collapse
the lists disappears

HTC M7 Bricked after cid/model id change

hey guys my htc one m7 is bricked I was about to install a RUU and it required acid/model id change. My bootloader is unlocked. Now all the phone does is vibrate when I try to turn it on. The red led at the top starts to flash if I plug it in. Please help. Thank you very Much in advance. Love you all.
wellitme said:
hey guys my htc one m7 is bricked I was about to install a RUU and it required acid/model id change. My bootloader is unlocked. Now all the phone does is vibrate when I try to turn it on. The red led at the top starts to flash if I plug it in. Please help. Thank you very Much in advance. Love you all.
Click to expand...
Click to collapse
You need to provide more info:
What you did exactly
How did you tried to change your MID and CID
what is your "fastboot getvar all" output?
etc etc...
alray said:
You need to provide more info:
What you did exactly
How did you tried to change your MID and CID
what is your "fastboot getvar all" output?
etc etc...
Click to expand...
Click to collapse
so I was trying to change my model id/cid after I did I pushed this hboot file into my phone via adb and then I changed the cid and then I restarted and the phone wouldnt boot.
wellitme said:
so I was trying to change my model id/cid
Click to expand...
Click to collapse
How exactly?
e.g.
I was trying to change my MID using the MID change tool
or
I was trying to change my MID using the adb "dd" commands
or
I was trying to change my MID using the Eng bootloader method (not recommended btw)
Other useful info:
My original MID was ?????? and I changed it to ?????
My original CID was ?????? and I changed it to ?????
after I did I pushed this hboot file
Click to expand...
Click to collapse
"this" is far from being precise. What hboot file exactly? Link?
into my phone via adb
Click to expand...
Click to collapse
What? You flashed hboot with adb commands?? What command?
Sorry, not trying to be rude but can't help if you don't give any info.
what was your "fastboot getvar all" before the phone died?
@wellitme any news? Still there if you need help, you just need to post the requested info so we can know what you did exactly and tell how to recover (if its possible)...
alray said:
@wellitme any news? Still there if you need help, you just need to post the requested info so we can know what you did exactly and tell how to recover (if its possible)...
Click to expand...
Click to collapse
I used the adb commands.
@alray this was the tutorial I used. http://forum.xda-developers.com/showthread.php?t=2322820
wellitme said:
@alray this was the tutorial I used. http://forum.xda-developers.com/showthread.php?t=2322820
Click to expand...
Click to collapse
I think you are the 4th person this month disregarding the warning in that thread and bricking your phone using this outdated and risky method to change MID.
Is your phone still detected by your computer? Can you still use fastboot commands?
alray said:
I think you are the 4th person this month disregarding the warning in that thread and bricking your phone using this outdated and risky method to change MID.
Is your phone still detected by your computer? Can you still use fastboot commands?
Click to expand...
Click to collapse
No it dosen't.
wellitme said:
No it dosen't.
Click to expand...
Click to collapse
@alray When I connect it it says device enumeration failed.
wellitme said:
@alray When I connect it it says device enumeration failed.
Click to expand...
Click to collapse
What windows version are you using? You need win7 or Linux . Win8 Win10 won't work with the eng bootloader
alray said:
What windows version are you using? You need win7 or Linux . Win8 Win10 won't work with the eng bootloader
Click to expand...
Click to collapse
windows 8 when it bricked now 10
htcone 801n
hi everyone
i have a problem with htc one ,my phone show me only in fastboot if i restart it again enter fastboot if i made factory rest again in fastboot and i cant make recorvery and here the picture
thank you and i hope can someone help me
wellitme said:
windows 8 when it bricked now 10
Click to expand...
Click to collapse
Sorry for the late reply, Try on a windows 7 computer. You will not be able to use fastboot commands with the hboot 1.43 (eng hboot) and windows 8/10.
---------- Post added at 05:06 PM ---------- Previous post was at 05:05 PM ----------
da_segal said:
hi everyone
i have a problem with htc one ,my phone show me only in fastboot if i restart it again enter fastboot if i made factory rest again in fastboot and i cant make recorvery and here the picture
thank you and i hope can someone help me
Click to expand...
Click to collapse
1- what caused your issue exactly? Did you flashed something?
2- what is your "fastboot getvar all" ?
alray said:
Sorry for the late reply, Try on a windows 7 computer. You will not be able to use fastboot commands with the hboot 1.43 (eng hboot) and windows 8/10.
---------- Post added at 05:06 PM ---------- Previous post was at 05:05 PM ----------
1- what caused your issue exactly? Did you flashed something?
2- what is your "fastboot getvar all" ?
Click to expand...
Click to collapse
i tried to unlock but something happen .my htc one go to fastboot only and i cant go to recovery my Usb cable show fastboot on but i cant do nothing at all ,i dont know what to know
da_segal said:
i tried to unlock but something happen
Click to expand...
Click to collapse
What you did exactly when you tried to unlock, try to be more precise, it will help us understand and we'll be easier to help you.
my htc one go to fastboot only and i cant go to recovery
Click to expand...
Click to collapse
Ok so if I understand correctly, you rphone can't boot in the OS and neither in recovery, only in fastboot mode. What it is doing when trying to boot in recovery mode?
my Usb cable show fastboot on
Click to expand...
Click to collapse
Is it showing "fastboot" only or "fastboot usb" ?
but i cant do nothing at all ,i dont know what to know
Click to expand...
Click to collapse
Can you still use fastboot commands? If yes post the output of "fastboot getvar all" (don't post imei nor s/n). Also post all the info you can see from the bootloader menu.
alray said:
What you did exactly when you tried to unlock, try to be more precise, it will help us understand and we'll be easier to help you.
Ok so if I understand correctly, you rphone can't boot in the OS and neither in recovery, only in fastboot mode. What it is doing when trying to boot in recovery mode?
Is it showing "fastboot" only or "fastboot usb" ?
Can you still use fastboot commands? If yes post the output of "fastboot getvar all" (don't post imei nor s/n). Also post all the info you can see from the bootloader menu.
Click to expand...
Click to collapse
yes i can use fastboot ,if i can go to recovery it take me again to fastboot , thank you for replay if u want to can send you imei or anything u want please help me
da_segal said:
yes i can use fastboot,(...) thank you for replay if u want to can send you imei or anything u want please help me
Click to expand...
Click to collapse
I need all the info from the "fastboot getvar all" commands excluding the IMEI and SERIALNO
if i can go to recovery it take me again to fastboot
Click to expand...
Click to collapse
Did you flashed a custom recovery or the phone still have the stock one?
I would also appreciate if you could answer the 3 other questions asked in my previous post.
alray said:
What you did exactly when you tried to unlock, try to be more precise, it will help us understand and we'll be easier to help you.
Ok so if I understand correctly, you rphone can't boot in the OS and neither in recovery, only in fastboot mode. What it is doing when trying to boot in recovery mode?
Is it showing "fastboot" only or "fastboot usb" ?
Can you still use fastboot commands? If yes post the output of "fastboot getvar all" (don't post imei nor s/n). Also post all the info you can see from the bootloader menu.
Click to expand...
Click to collapse
fastboot usb even i rastart my phone it take me to fastboot usb if u want i can show u in pm the pictures
alray said:
What you did exactly when you tried to unlock, try to be more precise, it will help us understand and we'll be easier to help you.
Ok so if I understand correctly, you rphone can't boot in the OS and neither in recovery, only in fastboot mode. What it is doing when trying to boot in recovery mode?
Is it showing "fastboot" only or "fastboot usb" ?
Can you still use fastboot commands? If yes post the output of "fastboot getvar all" (don't post imei nor s/n). Also post all the info you can see from the bootloader menu.
Click to expand...
Click to collapse
Did you flashed a custom recovery or the phone still have the stock one?
Click to expand...
Click to collapse
da_segal said:
fastboot usb
Click to expand...
Click to collapse
Fine so you should be able to use fastboot commands. Try this one:
Code:
fastboot getvar all
copy/paste the output here (but not the IMEI nor the serialno)
Still need to know what quoted in red.

My HTC One is stuck in TWRP v2.6.3.3 and I have no os, help

It won't connect to my laptop (Windows 10) although the USB in and out sounds do play
The HBOOT is 1.54.0000
The version of TWRP is v2.6.3.3
It's S-On
The HTC doesn't take micro sd so how do I put an os onto it?
Any recommended os files?
Go to bootloader > fastboot and flash the latest TWRP ( https://dl.twrp.me/m7/ ), then reboot to recovery and choose "Mount", check if MTP is ENABLED. Connect to your laptop and copy flashable ROM zip into TWRP folder. Then flash it.
From fastboot, then what do I press
naana123 said:
From fastboot, then what do I press
Click to expand...
Click to collapse
What's the question? You don't know how to flash images?
Yep
Device also says
**tampered**
naana123 said:
Yep
Device also says
**tampered**
Click to expand...
Click to collapse
You must have fastboot & adb binaries installed on your pc ( http://forum.xda-developers.com/showthread.php?t=2317790 ) install it with "create shortcut" option enabled. Download the TWRP image, rename it to "twrp" and place it in your fastboot folder, then connect your phone to pc, launch the program (use the shortcut) and type "fastboot flash recovery twrp.img"
---------- Post added at 09:54 AM ---------- Previous post was at 09:48 AM ----------
naana123 said:
Yep
Device also says
**tampered**
Click to expand...
Click to collapse
By the way, have you ever updated your phone? Bootloader v.1.54.0000 is very old, this version was relevant in 2013 I guess. I recovmmend you to flash stock ROM first, could you type in fastboot "fastboot getvar all" and post the info here?
Phone doesn't connect to pc, the USB in sounds play and the phone charges, but doesn't appear under my computer or anywhere else.
naana123 said:
Phone doesn't connect to pc, the USB in sounds play and the phone charges, but doesn't appear under my computer or anywhere else.
Click to expand...
Click to collapse
It must connect in fastboot mode but it won't appear in Windows Explorer. You can only flash images via fastboot command prompt
naana123 said:
Phone doesn't connect to pc, the USB in sounds play and the phone charges, but doesn't appear under my computer or anywhere else.
Click to expand...
Click to collapse
1st thing to make sure the driver correct, go to Control Panel and any yellow triangle
download usb driver if does
suchauser said:
It must connect in fastboot mode but it won't appear in Windows Explorer. You can only flash images via fastboot command prompt
Click to expand...
Click to collapse
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery TWRP.img
< waiting for device >
It gets stuck on that, HTC is connected (got the noise)
naana123 said:
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery TWRP.img
< waiting for device >
It gets stuck on that, HTC is connected (got the noise)
Click to expand...
Click to collapse
To use fastboot commands your phone must be booted in bootloader mode with the red "fastboot usb" caption showing. If you don't see "fastboot usb" in red then your drivers are not installed correctly. Make sure you have the latest HTC drivers version installed on your computer and also that you don't have htc sync installed. Once fastboot is working, please post the output of "fastboot getvar all" (Don't post your imei/sn).
alray said:
To use fastboot commands your phone must be booted in bootloader mode with the red "fastboot usb" caption showing. If you don't see "fastboot usb" in red then your drivers are not installed correctly. Make sure you have the latest HTC drivers version installed on your computer and also that you don't have htc sync installed. Once fastboot is working, please post the output of "fastboot getvar all" (Don't post your imei/sn).
Click to expand...
Click to collapse
Done that, fastboot usb comes up too
naana123 said:
Done that, fastboot usb comes up too
Click to expand...
Click to collapse
Flash this rom with twrp: http://www.htc1guru.com/dld/guru_reset_m7_2-24-709-1-zip/
This will reset your phone back to stock rom (select "yes" for stock recovery and stock radio. Select "no" for root).
Then take all the ota updates untill you are on the latest one and from there you can root the phone again if you need.
alray said:
Flash this rom with twrp: http://www.htc1guru.com/dld/guru_reset_m7_2-24-709-1-zip/
This will reset your phone back to stock rom (select "yes" for stock recovery and stock radio. Select "no" for root).
Then take all the ota updates untill you are on the latest one and from there you can root the phone again if you need.
Click to expand...
Click to collapse
Thank you guys so much!!!
My EE sim doesn't work properly though, even though i believe the phone to be unlocked and the od sim used to be giffgaff
Doesn't work properly with sim and no updates install properly

Categories

Resources