Soft bricked phone need help with side loading - One (M7) Q&A, Help & Troubleshooting

I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.
In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how.
Thank you for any help.

veener79 said:
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.
In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how.
Thank you for any help.
Click to expand...
Click to collapse
What rom did you flashed? What TWRP version are you using?

alray said:
What rom did you flashed? What TWRP version are you using?
Click to expand...
Click to collapse
RENOVATE | Milestone 8.1 | Sense 5.5 | 4.19.401.8
TWRP 2.5.0.0
Thank you

veener79 said:
RENOVATE | Milestone 8.1 | Sense 5.5 | 4.19.401.8
TWRP 2.5.0.0
Thank you
Click to expand...
Click to collapse
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.

alray said:
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
Click to expand...
Click to collapse
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.

veener79 said:
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
Click to expand...
Click to collapse
http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul
From fastboot
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip

veener79 said:
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
Click to expand...
Click to collapse
flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip

OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"

veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
is the file in your adb/fastboot folder?

veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
are you drivers installed correctly ?
what does fastboot devices return ?

alray said:
is the file in your adb/fastboot folder?
Click to expand...
Click to collapse
Yes
clsA said:
are you drivers installed correctly ?
what does fastboot devices return ?
Click to expand...
Click to collapse
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht344w910402 fastboot

veener79 said:
Yes
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht344w910402 fastboot
Click to expand...
Click to collapse
can you post a screanshot of your cmd prompt when it fail plz

alray said:
can you post a screanshot of your cmd prompt when it fail plz
Click to expand...
Click to collapse
Will do. I have to get something done this morning and I am running way late. So I have to get going. Thank goodness I have a old phone laying around. When I get home in about 5 hours will post back up. Thank you all so much for your help!!!!!!

alray said:
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
Click to expand...
Click to collapse
clsA said:
http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul
From fastboot
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip
Click to expand...
Click to collapse
alray said:
flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip
Click to expand...
Click to collapse
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
veener79 said:
Yes
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht34xxxxxxxxx fastboot
Click to expand...
Click to collapse
Sorry guys ( @clsA and @alray), I don't know why I keep getting the urge to bug in
M7U/UL TWRP:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
verify MD5, that site does not play nice with download managers
Typed in fastbood devices and get ht34xxxxxxxxx fastboot
Click to expand...
Click to collapse
-> means your device is in fastboot
go ahead, as suggested
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
then as suggested
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or use sideload, whatever makes you happy
sorry again guys
i'll bug out now
PS: "cannot load" = the filename is wrong!! that's all

Ok got home and I tried a different USB port. I did a sideload of a older version on the ROM that I knew was good and phone is back up and working. Thank you all! Thanks are given out!

Related

[Q] T-Mobile HTC One M7 Help Plz

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

[Q] Stuck on Cyanogenmod Simple Recovery

Hi,
I'm in desperate need of some help and am not sure what to do. My HTC One m7 got stuck in Cyanogenmod Simple Recovery after the latest update. It will keep rebooting back into Simple Recovery. Is there any way to get my phone back either to stock or to Cyanogenmod?
I always just left it on Cyanogenmod so I'm not very familiar with flashing or other programs. If anyone has any advice, could you please point me to the correct tutorials and downloads?
I am at a complete loss with how to get my phone to its original state.
Perez92 said:
Hi,
I'm in desperate need of some help and am not sure what to do. My HTC One m7 got stuck in Cyanogenmod Simple Recovery after the latest update. It will keep rebooting back into Simple Recovery. Is there any way to get my phone back either to stock or to Cyanogenmod?
I always just left it on Cyanogenmod so I'm not very familiar with flashing or other programs. If anyone has any advice, could you please point me to the correct tutorials and downloads?
I am at a complete loss with how to get my phone to its original state.
Click to expand...
Click to collapse
Follow this nkk71's Return to 100% Stock Guide!
majmoz said:
Follow this nkk71's Return to 100% Stock Guide!
Click to expand...
Click to collapse
Thank you for the response, however my biggest issue is getting out of simple recovery. How do I install a new recovery, such as TWRP or CWM at the simple recovery screen and how do I flash the latest cyanogenmod rom?
Perez92 said:
Thank you for the response, however my biggest issue is getting out of simple recovery. How do I install a new recovery, such as TWRP or CWM at the simple recovery screen and how do I flash the latest cyanogenmod rom?
Click to expand...
Click to collapse
You will have to flash CWM recovery in bootloader/FASTBOOT USB. You can get the recovery from http://www.clockworkmod.com/rommanager find your phone then download the recovery.
In bootloader/FASTBOOT USB, flash CWM recovery (either rename the file CWM.img or type the whole name in place of CWM):
fastboot flash recovery CWM.img
fastboot erase cache
fastboot reboot-bootloader
majmoz said:
You will have to flash CWM recovery in bootloader/FASTBOOT USB. You can get the recovery from http://www.clockworkmod.com/rommanager find your phone then download the recovery.
In bootloader/FASTBOOT USB, flash CWM recovery (either rename the file CWM.img or type the whole name in place of CWM):
fastboot flash recovery CWM.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
Thank you for replying.
So from what I'm understanding is that I will need to use ADB to sideload the recovery onto my phone, correct?
I'm not sure what the bootloader/FASTBOOT USB you refer to, I feel like I need it to be ELI5. My brain is melting when trying to read this.
P.S. I am STUCK in Cyanogenmod Simple Recovery. I am not able to power down the device or get to any other screen.
Perez92 said:
Thank you for replying.
So from what I'm understanding is that I will need to use ADB to sideload the recovery onto my phone, correct?
I'm not sure what the bootloader/FASTBOOT USB you refer to, I feel like I need it to be ELI5. My brain is melting when trying to read this.
Click to expand...
Click to collapse
No, you can not load the recovery with sideload. Have ADB & Fastboot installed on your computer, place the recovery file in the same folder and connect your phone to the computer.
Open a command window in the folder where ADB & fastboot reside.
Type: adb reboot bootloader
When the screen on your phone shows the white bootloader screen in blue will be FASTBOOT USB
Type one line at a time waiting until the cmd screen states OK or something similiar:
fastboot flash recovery CWM.img
fastboot erase cache
fastboot reboot-bootloader
Here is a guide on fastboot commands.
majmoz said:
No, you can not load the recovery with sideload. Have ADB & Fastboot installed on your computer, place the recovery file in the same folder and connect your phone to the computer.
Open a command window in the folder where ADB & fastboot reside.
Type: adb reboot bootloader
When the screen on your phone shows the white bootloader screen in blue will be FASTBOOT USB
Type one line at a time waiting until the cmd screen states OK or something similiar:
fastboot flash recovery CWM.img
fastboot erase cache
fastboot reboot-bootloader
Here is a guide on fastboot commands.
Click to expand...
Click to collapse
So I was able to get my device past the first prompt. I now see the white bootloader screen and it does say "FASTBOOT USB". I downloaded the latest TWRP and placed it in the same folder as ADB and Fastboot. I did the second command to flash it, however I keep getting the error "error: cannot open 'TWRP.img'. Any idea as to what I could be doing wrong?
majmoz said:
No, you can not load the recovery with sideload. Have ADB & Fastboot installed on your computer, place the recovery file in the same folder and connect your phone to the computer.
Open a command window in the folder where ADB & fastboot reside.
Type: adb reboot bootloader
When the screen on your phone shows the white bootloader screen in blue will be FASTBOOT USB
Type one line at a time waiting until the cmd screen states OK or something similiar:
fastboot flash recovery CWM.img
fastboot erase cache
fastboot reboot-bootloader
Here is a guide on fastboot commands.
Click to expand...
Click to collapse
Got it to work. Used adb to get into fastboot. Then opened up the CM installer and let it redownload cyanogenmod onto my phone.
Thanks for the help!

[Q] Soft bricked HTC One

Hi, I've seem to have soft bricked my One M7, but can't seem to find or load any stock roms back onto the device! Tried ADB, Sideload, Push, RUUs and none seem to work!
My CIDNUM is TELST001
My Model ID is PN0714000
My version-main is 6.11.841.7
Does anybody have a stock ROM for this model, that I can fastboot flash to my phone please?
Thanks in advance!
are you S-OFF? can you detail more abt what you did to brick your device? also can you boot to fastboot?
Im S On unfortunately and I dont know how to S off, because my hboot is version 1.57...
A friend tried to install CM but once booted it kept on the CM logo at startup and wouldnt do anything else. Shouldnt have let him done it in the first place lol.
And any ROM I tried to sideload or push wont work probably because I realised that it wasnt rooted apparently.
And I cant seem to find the right stock ROM with TELST001. And becaise im not S off, I cant use SuperID thingy..
nztechblog said:
And any ROM I tried to sideload or push wont work probably because I realised that it wasnt rooted apparently.
And I cant seem to find the right stock ROM with TELST001. And becaise im not S off, I cant use SuperID thingy..
Click to expand...
Click to collapse
Here you go start from scratch
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_71.1.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
clsA said:
Here you go start from scratch
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_71.1.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
Hi, thanks for that. That ROM should work on my phone's version right?
Also, the link is dead.
clsA said:
Here you go start from scratch
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_71.1.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
Oh and should I download TWRP 2.6.3.3 instead of the newest one?
Thanks.
nztechblog said:
Oh and should I download TWRP 2.6.3.3 instead of the newest one?
Thanks.
Click to expand...
Click to collapse
Yes !!
New link > http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
clsA said:
Yes !!
New link > http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
Click to expand...
Click to collapse
Thanks a lot! Working again!
nztechblog said:
Thanks a lot! Working again!
Click to expand...
Click to collapse
Great !!

need stock rom for t-mobile m7 and help with s-off

So i tried to install cm-11 nightly using twrp to help remove my s-on but it had a binary error so i tried deleting the data but instead i deleted the OS and the backup that i made..... ._. so, i need the stock rom that i can install via adb sideload and i may also need some help with the sideloading because at this point i am really angry, stuck using an atrix 2, and really confused, please help
king of Cerwin-Vega! said:
So i tried to install cm-11 nightly using twrp to help remove my s-on but it had a binary error so i tried deleting the data but instead i deleted the OS and the backup that i made..... ._. so, i need the stock rom that i can install via adb sideload and i may also need some help with the sideloading because at this point i am really angry, stuck using an atrix 2, and really confused, please help
Click to expand...
Click to collapse
you don't need a t-mobile rom
you can flash ARHD to get you going then get the rom you want.
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_81.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
After that try firewater to get s-off
if it fails flash the bulletproof kernel and try again
clsA said:
you don't need a t-mobile rom
you can flash ARHD to get you going then get the rom you want.
Flash recovery TWRP 2.6.3.3
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
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
After that try firewater to get s-off
if it fails flash the bulletproof kernel and try again
Click to expand...
Click to collapse
ok thank you for your input but the like for the rom does not work the page says "This filename doesn't exist" any other ways to get that rom?
king of Cerwin-Vega! said:
ok thank you for your input but the like for the rom does not work the page says "This filename doesn't exist" any other ways to get that rom?
Click to expand...
Click to collapse
Link fixed above
clsA said:
Link fixed above
Click to expand...
Click to collapse
hey!!!! thanks for your help it worked 100%
king of Cerwin-Vega! said:
hey!!!! thanks for your help it worked 100%
Click to expand...
Click to collapse
Your welcome
you may want to join the T-mobile forums to get a different rom with wifi calling and such >> http://forum.xda-developers.com/htc-one-tmobile

Htc one stuck on loading screen

Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
Its a phone of a friend because he had some rom installed with like 0 apps option or anything at all...
I can'T access the SD card anymore... he told me it was rooted already and stuff.. so I checked it up on the fastboot
ITs Tampered and Unlocked
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.000
RADIO-4T.27.3218.14
OPENDSP-V32.120.274.0909
OS-
eMMC-boot 2048MB
ok this is little info there.. the usb is probly not in debugging mode.. *sigh*
I tried to delete cache/dalvik and so on.. but it still doesnt want to load, the recovery is CWM
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
also HTC one Toolkits don't work it doesn'T find the device.. but it finds my Htc one... for some odd reason
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
but i can'T find anything for it as it works on my other HTC one but not on this one.. >->
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
no nothing there
dialgeta16 said:
Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
(...)
the recovery is CWM
Click to expand...
Click to collapse
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
the usb is probly not in debugging mode.. *sigh*
Click to expand...
Click to collapse
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
I tried to delete cache/dalvik and so on.. but it still doesnt want to load
Click to expand...
Click to collapse
It will not load unless you reflash it using twrp 2.6.3.3
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
Click to expand...
Click to collapse
not needed
also HTC one Toolkits don't work it doesn'T find the device..
Click to expand...
Click to collapse
don't use toolkit, use adb and fastboot directly from the command prompt
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
Click to expand...
Click to collapse
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
Click to expand...
Click to collapse
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
alray said:
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
It will not load unless you reflash it using twrp 2.6.3.3
not needed
don't use toolkit, use adb and fastboot directly from the command prompt
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
Click to expand...
Click to collapse
thanks now it doest atleast something but it enters always back to recovery mode now...
dialgeta16 said:
thanks now it doest atleast something but it enters always back to recovery mode now...
Click to expand...
Click to collapse
flash twrp 2.6.3.3:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
from twrp recovery (this will wipe your phone):
wipe everything
format data
reboot in recovery mode
then use adb to push the rom to your phone:
make sure your phone is booted in twrp main menu
make sure your rom in the same folder where you have adb and fastboot
Code:
adb push arhd.zip /sdcard/
the command prompt will be unresponsive for a few minutes.
when the push is completed, in twrp select "install" then select your arhd.zip and swipe to flash.
reboot your phone normally.
make sure the MD5 value of both the rom and the recovery are correct before flashing.

Categories

Resources