stuck on relock token - One (M7) Q&A, Help & Troubleshooting

hi i tried re locking my htc but run into difficulties because HBOOT was to high so i tried re locking with htc dev token again i have placed the bin file in C;\users\owner\.android>folder but i am getting not recognized as a command please help i am desperate thank you

ok managed to unlock again but there are no roms on my phone now,i can get into twrp ,i have tried twrp sideload but it failed please HELLLLLLLLLLLP

someone please , someone must know ,i need my phone desperately been up half the night

ok one final ask,i can not boot into sideloader in twrp it states failed,what can i do install cwm ? how can i push a rom to my phone please need phone by monday cheers

do you have an OTG cable? if so, you could try pushing files via USB. load into TWRP and mount USB then install directly or copy the files in and install.

Related

PLEASE HELP ! no OS to load, stuck on HTC screen

Hi everyone,
I bricked my friend's One.
1. Phone is brand new & I went through the steps to Unlock Bootloader, flash TWRP, Rooted.
2. Then copied custom ROM to sdcard. & went back to Recovery to flash it but couldnt find it. (it showed the ROM.zip in Window Explorer when I plugged the phone in, but didnt show in the Recovery).
So, I decided to format data (thinking I'll just boot up the phone & copy the custom ROM.zip into the phone again).
However, after I formatted data, Recovery says no OS to boot.
When i boot the phone, i'm stuck on the HTC white screen.
I downloaded 3 RUU.exe files (2 asia & 1 euro, my phone is for Asian market) but they are all incorrect versions.
I'm using Hasoon tool to ADB sideload the custom ROM.zip, the screen appears: Starting ADB sideload feature... & it takes forever....
nothing moving...
Please advice & help.
Thank you
--
ok, I found http://forum.xda-developers.com/showthread.php?t=2317986
I didnt put the ROM.zip in the right folder. my bad.
Everything's fixed.
Thanks for reading :laugh:
dsymbol said:
I'm using Hasoon tool...
Click to expand...
Click to collapse
That's your problem right there...don't use toolkits as they don't teach you anything!
Edit: nevermind, just saw you manged to find it...

[Q] Help Please ! my phone wont start only to bootloader

Hello ,
Im new here and i tried to flash a file and right now i cant start my phone .
the only thing i can do is get into bootloader , i looked all around videos and threads , tried to unbrick unroot flash a diffrent rom . nothing works . i can't get s-off , my computer cant recognize the phone , no adb commands work,
the only thing i was able to do is to reinstall twrp recovery.
Any ideas please ? i beileve there's an answer online before i go to the store to fix it . please help im new to android (only 3 months)
Thank you .
messsiah said:
Hello ,
Im new here and i tried to flash a file and right now i cant start my phone .
the only thing i can do is get into bootloader , i looked all around videos and threads , tried to unbrick unroot flash a diffrent rom . nothing works . i can't get s-off , my computer cant recognize the phone , no adb commands work,
the only thing i was able to do is to reinstall twrp recovery.
Any ideas please ? i beileve there's an answer online before i go to the store to fix it . please help im new to android (only 3 months)
Thank you .
Click to expand...
Click to collapse
You may install the HTC Drivers... and ADB works only on system or recovery... otherwise you have to use fastboot commands. So I'd recommand flashing a Stock ROM from TWRP, you can get a stock rom from here: http://forum.xda-developers.com/showthread.php?t=2224752 (thanks Mike1986 for providing such awesome ROMs)... then you should have a working phone again. At least: If you can enter the bootloader EVERYTHING is fine and you didn't f*** up your HTC One.
Hit the Thanksbutton if it helped or ask me for further clarification
LibertyMarine said:
You may install the HTC Drivers... and ADB works only on system or recovery... otherwise you have to use fastboot commands. So I'd recommand flashing a Stock ROM from TWRP, you can get a stock rom from here: http://forum.xda-developers.com/showthread.php?t=2224752 (thanks Mike1986 for providing such awesome ROMs)... then you should have a working phone again. At least: If you can enter the bootloader EVERYTHING is fine and you didn't f*** up your HTC One.
Hit the Thanksbutton if it helped or ask me for further clarification
Click to expand...
Click to collapse
First of all thank you for the quick response ,and for callming down a bit.
but like i said i am new to this stuff if you can please tell me where can i get the htc drivers because all i can see in the htc site is the htc sync manager ..... and second when i tried to use adb it says that there is not response from my device , like it cannot recognize it. i downloaded the files in the link you posted here . please if you can tell me with more details what to do or if you can direct me to another post with step by step instractions i will really appriciate it .
messsiah said:
First of all thank you for the quick response ,and for callming down a bit.
but like i said i am new to this stuff if you can please tell me where can i get the htc drivers because all i can see in the htc site is the htc sync manager ..... and second when i tried to use adb it says that there is not response from my device , like it cannot recognize it. i downloaded the files in the link you posted here . please if you can tell me with more details what to do or if you can direct me to another post with step by step instractions i will really appriciate it .
Click to expand...
Click to collapse
Okay, first here you have the correct adb and fastboot files, I uploaded them quickliy for you, I think this way they should work properly:
http://uploaded.net/file/ykwya517
Next thing are these HTC Drivers, in this post are a few of them: http://forum.xda-developers.com/showthread.php?t=2089508 and on my computer there are the 4.3.0.001 drivers, so I'd recommand downloading those(Credits go to @mdmower):
http://www.mediafire.com/download/n5y93fdgkvexpwc/HTC+Driver+4.3.0.001.exe
Now shut down your phone and boot in into the bootloader with pressing the power button and the volume down button. Then select fastboot and enter this menu. Now if the drivers are installed correctly there should be written FASTBOOT USB. I think you said you are unlocked... so the following command should run just fine. Open a command prompt and navigate to the folder where adb and fastboot are placed. In this folder you copy your custom recovery(TWRP) and you flash it with this command:
Code:
fastboot flash recovery [recoveryname].img
And DON'T worry about adb in the bootloader! ADB doesn't work with the bootloader. Now you boot into your recovery by chosing Recovery somewhere in your bootloader. If you are in the bootloader you somehow need to push the ROM to your HTC One... This should work with this command...
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't copy it correctly simply place your zip on your computer to a folder that is empty and push this folder to your HTC One with:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now you are good to go, simply flash the zip form TWRP. I think you know how this works Simply go to install and then chose the zip and flash it.
If you now want to s off... then ask me again. I'll give you an advice
LibertyMarine said:
Okay, first here you have the correct adb and fastboot files, I uploaded them quickliy for you, I think this way they should work properly:
http://uploaded.net/file/ykwya517
Next thing are these HTC Drivers, in this post are a few of them: http://forum.xda-developers.com/showthread.php?t=2089508 and on my computer there are the 4.3.0.001 drivers, so I'd recommand downloading those(Credits go to @mdmower):
http://www.mediafire.com/download/n5y93fdgkvexpwc/HTC+Driver+4.3.0.001.exe
Now shut down your phone and boot in into the bootloader with pressing the power button and the volume down button. Then select fastboot and enter this menu. Now if the drivers are installed correctly there should be written FASTBOOT USB. I think you said you are unlocked... so the following command should run just fine. Open a command prompt and navigate to the folder where adb and fastboot are placed. In this folder you copy your custom recovery(TWRP) and you flash it with this command:
Code:
fastboot flash recovery [recoveryname].img
And DON'T worry about adb in the bootloader! ADB doesn't work with the bootloader. Now you boot into your recovery by chosing Recovery somewhere in your bootloader. If you are in the bootloader you somehow need to push the ROM to your HTC One... This should work with this command...
Code:
adb push "C:\FolderWhereRomIsStored\rom.zip" "/data/media/0/rom.zip"
And if this doesn't copy it correctly simply place your zip on your computer to a folder that is empty and push this folder to your HTC One with:
Code:
adb push "C:\FolderWhereRomIsStored" "/data/media/0"
Now you are good to go, simply flash the zip form TWRP. I think you know how this works Simply go to install and then chose the zip and flash it.
If you now want to s off... then ask me again. I'll give you an advice
Click to expand...
Click to collapse
Thank you very much !!! worked ! saved me ....
messsiah said:
Thank you very much !!! worked ! saved me ....
Click to expand...
Click to collapse
Good to know that it worked As some kind of a hint I'd recommand not to proceed s off at the moment because with this security system disabled, you are able to destroy many more partitions such as the bootloader and this would result with irreparable damage to your device and it would be hardbricked. So my advice is: Keep your hands away from S OFF for a few weeks and use rumrunner s off if you are sure that you can understand adb/fastboot basics. I really don't want to say that you are stupid or a noob, this is truly NOT the case! Everyone needs experience and the only way to get experience is to read through forums, to read statements from people that hardbricked their device and many more thing But you have a working phone right now, that is important :highfive:

out of ideas can someone help please >??

right i got a htc one today and tried to root it by watching a youtube video which basically told me to flash twrp v2.6.3.3 > do a nandroid backup > then hit reboot then when it tells me im not rooted swipe across to root the phone , did all that and since then it just keeps booting into twrp no matter what i try , i can get to fastboot usb / bootloader menu ok and i can install recovery i cant mount anything to drop a rom on to flash to get me going and when i restore the backup i made that just reboots back to recovery also , i have an unlocked bootloader and im not s-off , i cant sideload / push files as adb says "cant find device" htc mtp drivers never install and always fail , maybe i need the boot.img from my backup to get it to boot properly as im not s-off ?? even so i cant get at it to try , ive looked for a ruu but cant find one for my firmware "android 4.3 / sense 5.5" , im not a noob as been flashing roms since htc desire came out but got myself in a tricky situation at present ...... any advice or help would be much appreciated , thanks in advance
Your computer OS?
Latest HTC drivers?
Output of fastboot getvar all ? (remove imei/sn)
latest htc drivers . update sdk manager then rebbot pc and try again

Stuck in recovery mode need help

I did root, installed custom recovery, factory reset, update ota to 10e, phone stuck in recovery mode any help
i am in the same boat and would love some help as well
Hi codemans I bought the OTG cable try to connect phone to a USB stick as it will let you know
i have been in getting help from an xda user named charlieb620. he gave me this link http://forum.xda-developers.com/showthread.php?t=2451696 to fix it i just need to get adb working because every time i press the terminal command in twrp it brings up the file manager.
edit also i seem to be having trouble getting the right drivers.
You fixed phone?

[Q] PC won't find this messed up phone

Okay, so this is the status quo of my friends phone: HTC One M7 UL, S-On, HBOOT-1.55, TAMPERED, UNLOCKED
There is no OS instelled, I can only boot into recovery (while booting from the bootloader it starts Team Win Recovery Project v2.6.0.1, when I boot from the phone being off it opens ClockworkMod Recovery v6.0.4.6) or bootloader. The internal storage is wiped. My PC is not able to install the device driver software, so I cannot put any files on the phone via USB cable. Also it appears to not be rooted, as the recoveries ask me if I want to install SuperSU. But if I accept this, nothing changes and the next time I get the same question.
All in all almost erverything on this phone is deleted and I have no idea how to put a ROM back on it to flash. Can anyone help me fix this?
Update: Trying out the USB-OTG-cable I get the error "E: Can't mount /storage/usbdisk"
krausebrause said:
Okay, so this is the status quo of my friends phone: HTC One M7 UL, S-On, HBOOT-1.55, TAMPERED, UNLOCKED
There is no OS instelled, I can only boot into recovery (while booting from the bootloader it starts Team Win Recovery Project v2.6.0.1, when I boot from the phone being off it opens ClockworkMod Recovery v6.0.4.6) or bootloader. The internal storage is wiped. My PC is not able to install the device driver software, so I cannot put any files on the phone via USB cable. Also it appears to not be rooted, as the recoveries ask me if I want to install SuperSU. But if I accept this, nothing changes and the next time I get the same question.
All in all almost erverything on this phone is deleted and I have no idea how to put a ROM back on it to flash. Can anyone help me fix this?
Click to expand...
Click to collapse
What errors do you have when installing drivers (adb) on your PC?
mb_guy said:
What errors do you have when installing drivers (adb) on your PC? Without a PC the only option would be a usb OTG cable, you could hopefully install a 4.3 OS as the recovery isn't new enough for KitKat
Click to expand...
Click to collapse
oh i ment just the ordinary windows "error"
trying adb out right now, never heard of it before
Update: I don't get how to use adb. Could you maybe tell me what to do? I get the respose "List of attached devices" and thats it, doesn't find any.

Categories

Resources