Hey guys,
When I boot my phone it'll only give me the HTC splash screen. I can manage to get my phone to boot into clockwork or the bootloader but nothing else.
My phone is S-ON with USB debugging disabled. Hboot is 1.56.
Is it a lost cause?
mucka1916 said:
Hey guys,
When I boot my phone it'll only give me the HTC splash screen. I can manage to get my phone to boot into clockwork or the bootloader but nothing else.
My phone is S-ON with USB debugging disabled. Hboot is 1.56.
Is it a lost cause?
Click to expand...
Click to collapse
USB debugging doesnt matter in custom recovery (CWM or TWRP), you can use one of these methods to get a ROM onto your phone, while in custom recovery:
1- OTG Cable
2- adb push <name of rom>.zip /sdcard/
3- adb sideload <name of rom>.zip
if you're going to flash a 4.4 ROM then you best use TWRP (the correct one for your phone model), and if you're going to flash a GPe ROM you need to be S-Off.
nkk71 said:
USB debugging doesnt matter in custom recovery (CWM or TWRP), you can use one of these methods to get a ROM onto your phone, while in custom recovery:
1- OTG Cable
2- adb push <name of rom>.zip /sdcard/
3- adb sideload <name of rom>.zip
if you're going to flash a 4.4 ROM then you best use TWRP (the correct one for your phone model), and if you're going to flash a GPe ROM you need to be S-Off.
Click to expand...
Click to collapse
Ok so I'm using TWRP and managed to get Maximus Rom installed but now the touch screen won't respond on lock screen.
Driver compatibility maybe? The ROM seemed to install fine and I ran fastboot flash boot boot.img.
Does it have to be a OTG cable? Standard USB seems to be working fine for the most part.
Thanks
mucka1916 said:
Ok so I'm using TWRP and managed to get Maximus Rom installed but now the touch screen won't respond on lock screen.
Driver compatibility maybe? The ROM seemed to install fine and I ran fastboot flash boot boot.img.
Does it have to be a OTG cable? Standard USB seems to be working fine for the most part.
Thanks
Click to expand...
Click to collapse
1- post a "fastboot getvar all" (excluding IMEI and s/n)
2- what version of TWRP are you using (don't say "latest" please)
3- which ROM (link please) and version number
4- did you really need to "fastboot flash boot boot.img." ? was it indicated in the thread?
nkk71 said:
1- post a "fastboot getvar all" (excluding IMEI and s/n)
2- what version of TWRP are you using (don't say "latest" please)
3- which ROM (link please) and version number
4- did you really need to "fastboot flash boot boot.img." ? was it indicated in the thread?
Click to expand...
Click to collapse
Excuse me. Its little bit OT but can you help me with this http://forum.xda-developers.com/showthread.php?t=2670857
? Thank you.
Related
Ok i have an T-Mobile HTC One and the other day i unlocked the bootloader and rooted it. I went into my apps after everything was done and tried to install super su and it didnt work so i thought i did something wrong with rooting my phone so i went back to the team win recovery and advanced wipe my device thinking it would let me do a new install and it didnt. now when i power on my devices it goes str8 to team win recovery 2.6.1.0 and doesnt boot the OS. when i try leaving twrp it says no OS installed, how do i fix this i done a gang of searches and nothing works. anyone know how to fix this???
Have to tried relocking the bootloader through fastboot and running an RUU?
FuTuRisTiC Zo3 said:
Ok i have an T-Mobile HTC One and the other day i unlocked the bootloader and rooted it. I went into my apps after everything was done and tried to install super su and it didnt work so i thought i did something wrong with rooting my phone so i went back to the team win recovery and advanced wipe my device thinking it would let me do a new install and it didnt. now when i power on my devices it goes str8 to team win recovery 2.6.1.0 and doesnt boot the OS. when i try leaving twrp it says no OS installed, how do i fix this i done a gang of searches and nothing works. anyone know how to fix this???
Click to expand...
Click to collapse
Morencyam said:
Have to tried relocking the bootloader through fastboot and running an RUU?
Click to expand...
Click to collapse
Yes you can RUU back to stock if your on an older version than the last RUU.
You can also update your recovery to TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
After this go into TWRP / Advanced / Sideload
and from you PC adb / fastboot folder / command prompt here
adb sideload <name of rom>.zip
just download the rom you want to use to the same folder as adb / fastboot first.
I would choose a stock rooted one from here
http://forum.xda-developers.com/showthread.php?t=2353812
clsA said:
Yes you can RUU back to stock if your on an older version than the last RUU.
You can also update your recovery to TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
After this go into TWRP / Advanced / Sideload
and from you PC adb / fastboot folder / command prompt here
adb sideload <name of rom>.zip
just download the rom you want to use to the same folder as adb / fastboot first.
I would choose a stock rooted one from here
http://forum.xda-developers.com/showthread.php?t=2353812
Click to expand...
Click to collapse
Thanks for the help guys i got it back up and running i did it a few days ago. but im having the same exact problem but with an AT&T galaxy S3
Hi all,
Recently I accidentally wiped every partition on my htc one device, including the system partition, thus deleting my OS. My One has lost its ability to be recognised by any computer i plug it into, however it still charges fine. I have tried plugging in my USB-OTG cable with a Sense Rom, hoping to install it.(I dont actually know if that is what I should do with no OS) No Rom I try to install has worked. Any help is appreciated
Thanks in advance
PS I am on TWRP Recovery v2.6.3.0
Thanks again.
AtheosArts said:
Hi all,
Recently I accidentally wiped every partition on my htc one device, including the system partition, thus deleting my OS. My One has lost its ability to be recognised by any computer i plug it into, however it still charges fine. I have tried plugging in my USB-OTG cable with a Sense Rom, hoping to install it.(I dont actually know if that is what I should do with no OS) No Rom I try to install has worked. Any help is appreciated
Thanks in advance
PS I am on TWRP Recovery v2.6.3.0
Thanks again.
Click to expand...
Click to collapse
try to flash your rom.zip from recovery with OTG cable
or push it to your SD card and install from recovery :
adb push rom.zip /sdcard/
or you can sideload your rom.zip :
boot to recovery mode > advanced > ADB sideload > swipe
adb sideload rom.zip
wait for complete > reboot to recovery mode > install your rom.zip
if not, flash it from RUU mode :
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip
fastboot reboot
if not, be sure your rom.zip meet your phone CID & MID
be sure your phone is LOCKED
try to flash rom.zip with HBoot version higher than your 1.44 ( e.x 1.54)
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.6.3.3-m7.img
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.7.0.0-m7.img
Sent from my HTC One using XDA Premium 4 mobile app
bored_stupid said:
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.6.3.3-m7.img
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.7.0.0-m7.img
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Dear, you always learning me, thank you
moha_moha20106 said:
Dear, you always learning me, thank you
Click to expand...
Click to collapse
We are all learning.
Sent from my HTC One using Xparent Skyblue Tapatalk 2
bored_stupid said:
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
Click to expand...
Click to collapse
I would recommend 2.6.3.3 (or .4)... seems 2.7.0.0+ is still having issues.
Assuming the phone is an m7_u or m7_ul model!!! if it's not, then i would reconsider.
we all know what they say about assumption right
moha_moha20106 said:
try to flash your rom.zip from recovery with OTG cable
or push it to your SD card and install from recovery :
adb push rom.zip /sdcard/
or you can sideload your rom.zip :
boot to recovery mode > advanced > ADB sideload > swipe
adb sideload rom.zip
wait for complete > reboot to recovery mode > install your rom.zip
if not, flash it from RUU mode :
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip
fastboot reboot
if not, be sure your rom.zip meet your phone CID & MID
be sure your phone is LOCKED
try to flash rom.zip with HBoot version higher than your 1.44 ( e.x 1.54)
Click to expand...
Click to collapse
OTG -> okay
adb push -> okay
adb sideload -> okay
you cannot flash a custom ROM using ruu mode!!
.
nkk71 said:
I would recommend 2.6.3.3 (or .4)... seems 2.7.0.0+ is still having issues.
Assuming the phone is an m7_u or m7_ul model!!! if it's not, then i would reconsider.
we all know what they say about assumption right
OTG -> okay
adb push -> okay
adb sideload -> okay
you cannot flash a custom ROM using ruu mode!!
.
Click to expand...
Click to collapse
Thanks Dear
Hi.
my problem is that my phone does not up, just stay in a htc logo. it is root and has a cwm installed.
I need a way to pass cyanogemod to its internal memory or a way to install a rom from the pc.
Thanks.
hackeadorazo said:
Hi.
my problem is that my phone does not up, just stay in a htc logo. it is root and has a cwm installed.
I need a way to pass cyanogemod to its internal memory or a way to install a rom from the pc.
Thanks.
Click to expand...
Click to collapse
your question, isn't very clear, and it's missing "fastboot getvar all" (excluding IMEI and s/n)... so that we know what device you have.
it's also missing, what you were trying to install, etc.
but in short, to get a ROM to install use either:
1- OTG cable
2- adb push
3- adb sideload
if you're trying to install a 4.4 ROM then CWM may not work, and you'll need to switch to TWRP.
nkk71 said:
your question, isn't very clear, and it's missing "fastboot getvar all" (excluding IMEI and s/n)... so that we know what device you have.
it's also missing, what you were trying to install, etc.
but in short, to get a ROM to install use either:
1- OTG cable
2- adb push
3- adb sideload
if you're trying to install a 4.4 ROM then CWM may not work, and you'll need to switch to TWRP.
Click to expand...
Click to collapse
I tried to install TWRP and success. but when enter to recovery the touch isn't response and the power button don't power off.
I don't know to do.
the phone still s-on, is necesary s-off to can install a rom?
how can I Power off the phone.
please help me.
I Attached a picture.
thank
hackeadorazo said:
I tried to install TWRP and success. but when enter to recovery the touch isn't response and the power button don't power off.
I don't know to do.
the phone still s-on, is necesary s-off to can install a rom?
how can I Power off the phone.
please help me.
I Attached a picture.
thank
Click to expand...
Click to collapse
outdated recovery, please post a fastboot getvar all (excluding IMEI and s/n), so we can see what device you're on.
nkk71 said:
outdated recovery, please post a fastboot getvar all (excluding IMEI and s/n), so we can see what device you're on.
Click to expand...
Click to collapse
Hi.
I Attached a picture to the phone fastboot.
i hope you can help me.
thanks.
hackeadorazo said:
Hi.
I Attached a picture to the phone fastboot.
i hope you can help me.
thanks.
Click to expand...
Click to collapse
next time just copy/past a fastboot getvar all (excluding IMEI, s/n and in your case MEID)
m7_wls = Sprint?
then get recovery from: http://techerrata.com/browse/twrp2/m7wls
(verify MD5!!!!)
then install a ROM compatible with Sprint.
nkk71 said:
next time just copy/past a fastboot getvar all (excluding IMEI, s/n and in your case MEID)
m7_wls = Sprint?
then get recovery from: http://techerrata.com/browse/twrp2/m7wls
(verify MD5!!!!)
then install a ROM compatible with Sprint.
Click to expand...
Click to collapse
I installed the recovery and the rom (cm10.1) by adb push, I have some issues with gsm and cdma but everything is ok and I know the way to flash another rom.
really thank you so much.
Hi,
After searching much through out the forum, I'm still unable to restore my phone.
I had Android Revolution HD 53.0 ROM installed and wanted to upgrade it to version 71.1.
At the end of the installation, something failed and the phone is now stuck in either recovery mode (red triangle with exclamation mark) or I can boot it in fastboot.
I have wiped most partitions, re-installed the recovery partition, but I'm always unable to boot the cell properly.
I think I need to re-install stock rom, but I have tried and I always get an error about when verifying the zip file.
my cid is TELUS001 and my version-main is 1.29.661.17
hboot is 1.44
<edit> forgot to add that the cell is S-ON, I can't get it to s-off, adb always return device not found </edit>
I'm pretty much at lost with what I can do, I hope I haven't bricked my phone
Can one of you help me fix it.
Thanks a lot,
Xyaran
Update: have installed twrp, but still stuck
Like the title says, I was able to install twrp recovery, but I'm still stuck. fastboot works, but adb doesn't and my pc doesn't recognize the phone.
I don't know how to copy a rom to the phone so I can use it.
Help would be very welcome!
Xyaran
Xyaran said:
Like the title says, I was able to install twrp recovery, but I'm still stuck. fastboot works, but adb doesn't and my pc doesn't recognize the phone.
I don't know how to copy a rom to the phone so I can use it.
Help would be very welcome!
Xyaran
Click to expand...
Click to collapse
are you trying adb while in TWRP ?
what version of twrp ? 2.6.3.3 ? anything else is wrong
hboot 1.44 is the easiest to get s-off ..try harder ..try rumrunner
start over from scratch
from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_31.6.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
install this driver when your in TWRP if ADB still fails
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
you may have to unplug the phone and plug it back in once
If you hboot 1.44 and on windows 8.1 fastboot would not work aether ... fun huh
Solved
Hi,
Thanks a lot clsA. I was using the wrong version of TWRP.
I also uninstalled HTC Sync and with both those changes, I was able to sideload a ROM.
My phone is now back, thanks again.
Xyaran
Hi everyone, my phone is Htc one m7 swisscom, The other day I made the update then is restart and did not work anymore, just rebooted. I made factory reset and all files have been deleted. I tried then to go into recovery to install any other version of Android but not boot recovery. I have tried different recovery by installed, but when I try to go into recovery, and not boot ...
If anyone can help me, what else should do??? Thnx.
Mar1nc3 said:
Hi everyone, my phone is Htc one m7 swisscom, The other day I made the update then is restart and did not work anymore, just rebooted. I made factory reset and all files have been deleted. I tried then to go into recovery to install any other version of Android but not boot recovery. I have tried different recovery by installed, but when I try to go into recovery, and not boot ...
If anyone can help me, what else should do??? Thnx.
Click to expand...
Click to collapse
First you should check the FAQ and see the information needed to make a request for help. We need the results from fastboot getvar all (minus your serial no. and IMEI). This will tell your software version, your mid, your cid, so we can try and help you find the files to fix your phone
Try to flash a costume Recovery
Sent from my GT-I9082 using xda app-developers app
clsA said:
First you should check the FAQ and see the information needed to make a request for help. We need the results from fastboot getvar all (minus your serial no. and IMEI). This will tell your software version, your mid, your cid, so we can try and help you find the files to fix your phone
Click to expand...
Click to collapse
@Mar1nc3
You could have posted it here, your phone is
hboot: 1.57
s-on
5.16.161.2
VODAP110
You have to go to HTCDEV.com and unlock your bootloader to flash roms
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_84.0.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
Ok, thank you for help (Y)