Related
I installed the new zen2.2 rom today and had a working clockwork recovery. Here is where I went stupid, I downloaded the kernel update but rather than running it via update.zip I flashed it using flash_image recovery via adb shell.
Now my phone comes up to fastboot usb and never goes any further, been waiting hours! I have tried booting into fastboot/hboot and it does nothing. I have booted to hboot before successfully but now nothing.
If I run adb devices it shows no devices. If I run fastboot devices it does show my device.
Whats next?
If you cant get into fastboot and you cant get into recovery then you m ight have bricked your phone. Did you try a hard reset?
How do you do a hard reset?
Here is a little more info. I believe it does actually get to fastboot usb as it says so on the top left of the screen and I can run fastboot commands but most commands say error. If I do fastboot devices it shows the device connected.
Little more info - when I try doing a back to basics RUU update it connects, shows the rom version, starts the update and then at about 88% every time, it goes right to a error [171] usb connection error. So its communicating but never finishes. Tried with the sprint RUU stock rom, another that was built by one of the devs in the Hero community and still both do the same.
I'm pretty sure you can flash a custom recovery from fastboot. Using something like fastboot flash xxx dont quote me on this but it sounds like you have a soft brick and you just need to get a recovery back on the phone. From there you can then flash and rom back on the phone. Do some research on flash a recovery from fastboot.
ASimmons said:
I'm pretty sure you can flash a custom recovery from fastboot. Using something like fastboot flash xxx dont quote me on this but it sounds like you have a soft brick and you just need to get a recovery back on the phone. From there you can then flash and rom back on the phone. Do some research on flash a recovery from fastboot.
Click to expand...
Click to collapse
Right, I also believe that if I could get a recovery back on the phone I would be good as gold! Here is the problem though. I have tried running "fastboot flash recovery [recovery.img]" but it gives me the below error. I have tried multiple key combination's to get into hboot but nothing works. If anyone has any other key combination's I could try please let me know!
Code:
D:\android-sdk-windows\tools>fastboot flash recovery recovery.img
sending 'recovery' (3720 KB)... FAILED (remote: not allow)
finished. total time: 0.001s
1st:The ONLY time you use flash_image recovery is when you are installing a recovery console, NOT a kernel
If you notice the kernel is in a signed .zip folder. When you use flash_image command it needs to be .img file
2nd: Put the recovery image on your sdcard
Put it in the tools folder of AndroidSDK and do
Code:
adb push recovery.img /sdcard
Now type in
Code:
$ adb shell
$ su
# flash_image recovery /sdcard/recovery.img
unCoRrUpTeD said:
1st:The ONLY time you use flash_image recovery is when you are installing a recovery console, NOT a kernel
If you notice the kernel is in a signed .zip folder. When you use flash_image command it needs to be .img file
2nd: Put the recovery image on your sdcard
Put it in the tools folder of AndroidSDK and do
Code:
adb push recovery.img /sdcard
Now type in
Code:
$ adb shell
$ su
# flash_image recovery /sdcard/recovery.img
Click to expand...
Click to collapse
Yeah I think he knows now not to flash kernels... atleast I hope so. +1 for your post.
unCoRrUpTeD said:
1st:The ONLY time you use flash_image recovery is when you are installing a recovery console, NOT a kernel
If you notice the kernel is in a signed .zip folder. When you use flash_image command it needs to be .img file
2nd: Put the recovery image on your sdcard
Put it in the tools folder of AndroidSDK and do
Code:
adb push recovery.img /sdcard
Click to expand...
Click to collapse
I am fully aware of how the how-to's and what not to do's. Like I said, it was a mistake, call it a bit of anxiety due to the new 2.2 rom that I was trying to get installed. I did it too quick and without much common sense .
Now type in
Code:
$ adb shell
$ su
# flash_image recovery /sdcard/recovery.img
Click to expand...
Click to collapse
For the second part, I am unable to do anything with adb as my computer does not see the phone. When running adb devices it is not listed. Only command that sees my phone is fastboot devices, but again I am unable to run anything aside from that due to previous error.
casualonejp said:
I am fully aware of how the how-to's and what not to do's. Like I said, it was a mistake, call it a bit of anxiety due to the new 2.2 rom that I was trying to get installed. I did it too quick and without much common sense .
For the second part, I am unable to do anything with adb as my computer does not see the phone. When running adb devices it is not listed. Only command that sees my phone is fastboot devices, but again I am unable to run anything aside from that due to previous error.
Click to expand...
Click to collapse
First do you have the eng spl, does your hoot say s (on)
Have you tried that command but point it to the sdcard? Also do you have any files on your sdcard like say a recovery.img or an update zip. If you don't you might need to manually move the file to it and try some of these commands
fastboot update /sdcard/<imagepackage>.zip [-w] -w will wipe the cache and the user/data
or your previous flash recovery but with the file pointing to the file on the sdcard
edit: sorry i dont think fastboot will see the sdcard but try anyways.
ASimmons said:
First do you have the eng spl, does your hoot say s (on)
Have you tried that command but point it to the sdcard? Also do you have any files on your sdcard like say a recovery.img or an update zip. If you don't you might need to manually move the file to it and try some of these commands
fastboot update /sdcard/<imagepackage>.zip [-w] -w will wipe the cache and the user/data
or your previous flash recovery but with the file pointing to the file on the sdcard
Click to expand...
Click to collapse
I will try the fastboot command right now. I am unable to get to hboot with any of the key combination I have tried, before I was able to. Only thing that always comes up is the HTC white screen with fastboot usb at the top left. Can't see what hboot version or anything else I have due to that limitation.
casualonejp said:
I will try the fastboot command right now. I am unable to get to hboot with any of the key combination I have tried, before I was able to. Only thing that always comes up is the HTC white screen with fastboot usb at the top left. Can't see what hboot version or anything else I have due to that limitation.
Click to expand...
Click to collapse
After reading a bit you should be able to do something like i described
- copy amon_ra image to yor sd
- flash_image recovery /sdcard/name-of-recovery.img
hopefully you have a way to copy the files to your sd card like say a microsd card converter and stick it in your comp. Or I have had to use a freaking camera once for my g1 after being in a similar situation.
edit: ok so maybe you wont be able to if you spl is in s-off mode.
if you can access your card and see if you have nadroids you could also try this
fastboot flash system /path/to/nandroid/system.img
fastboot flash boot /path/to/nandroid/boot.img
fastboot flash userdata /path/to/nandroid/userdata.img
fastboot reboot
hopefully you have these backed up on your puter to.
ASimmons said:
After reading a bit you should be able to do something like i described
- copy amon_ra image to yor sd
- flash_image recovery /sdcard/name-of-recovery.img
hopefully you have a way to copy the files to your sd card like say a microsd card converter and stick it in your comp. Or I have had to use a freaking camera once for my g1 after being in a similar situation.
edit: ok so maybe you wont be able to if you spl is in s-off mode.
if you can access your card and see if you have nadroids you could also try this
fastboot flash system /path/to/nandroid/system.fimg
fastboot flash boot /path/to/nandroid/boot.img
fastboot flash userdata /path/to/nandroid/userdata.img
fastboot reboot
hopefully you have these backed up on your puter to.
Click to expand...
Click to collapse
Negative on the fastboot commands. Also did have a nandroid but on old sdcard which died. I read that I could use anothers nandroid backup but I am currently trying to find one to test.
Tried doing the RUU method with stock/custom roms and it gets as far as seeing the image but when I click on "ok" to start the recovery, it goes to "waiting on bootloader" and then at 88% it errors to a 171 error stating usb connection error.
I would do some research its my understanding that you can't be bricked since you can get into spl. You should be able to put an .img file on your sd card and flash it. Sorry I can give you any more input.
ASimmons said:
I would do some research its my understanding that you can't be bricked since you can get into spl. You should be able to put an .img file on your sd card and flash it. Sorry I can give you any more input.
Click to expand...
Click to collapse
Ya I have been researching non stop all yesterday evening and today so far all day. I just cant get it to do anything. I will keep researching though. Thanks
Did you fix this yet?
Anyone figure this out yet...I have the same issue and haven't been able to resolve it yet. Still with a brick at this point!
Hey guys,if your stuck at fastboot(As I just was tonight), try in your CMD(if running Windows) fastboot reboot-bootloader or fastboot reboot to reboot as normal,I'll try to keep you updated to get through all this. I am at a loss right now but searching for answers first before i go about asking.
Answer to MY problem(maybe not yours): OK,I have come to the conclusion here tonight that I had a soft brick. What I did was remove the battery,put the battery back in,restarted the phone normally,then I ran the HTC Sprint Hero MR 2.27.651.6 on my computer(essentially restoring back to unrooted factory settings). This worked for me. I am totally refreshed and happy that my phone is ok and all. Yes I may have to go back and re-root but this only take me bout 20 minutes most to root and re-flash a CyanMod7 Nightly Rom. Hope my info can help out somebody!
I'm worried.
I went to install a new rom, so formatted my sd card first, without realising it I've wiped my backups and also the rom I was going to flash. I can still get into twrp but I have no idea how to get a rom across to my handset.
ive tried fastboot update but i just get "waiting for device"
Someone please help
gsusx said:
I'm worried.
I went to install a new rom, so formatted my sd card first, without realising it I've wiped my backups and also the rom I was going to flash. I can still get into twrp but I have no idea how to get a rom across to my handset.
ive tried fastboot update but i just get "waiting for device"
Someone please help
Click to expand...
Click to collapse
Triy adb sideload, links for how to http://www.google.nl/url?sa=t&rct=j...v4l4QSOgEwWvPXvTXm_X0Kw&bvm=bv.48705608,d.ZWU.
1. Connect your phone make sure it's actually connected and you have the drivers.
If you don't have the drivers check this out: http://forum.xda-developers.com/showthread.php?t=1983470
2. Rename the ROM you want to flash to something basic, I used Find5.zip
3. Open CMD (command prompt), navigate it to the folder you placed the ROM
(e.g. code: cd C:\Users\Jelle\Downloads\ will navigate to my Downloads folder)
4. Boot to recovery on your phone and enable the ADB sideload function.
5. in CMD type adb sideload Find5.zip
6. Let TWRP or CWM flash the zip and prompt for reboot.
7. Reboot and be happy, your phone is fixed!
gee2012 said:
Triy adb sideload, links for how to http://www.google.nl/url?sa=t&rct=j...v4l4QSOgEwWvPXvTXm_X0Kw&bvm=bv.48705608,d.ZWU.
1. Connect your phone make sure it's actually connected and you have the drivers.
If you don't have the drivers check this out: http://forum.xda-developers.com/showthread.php?t=1983470
2. Rename the ROM you want to flash to something basic, I used Find5.zip
3. Open CMD (command prompt), navigate it to the folder you placed the ROM
(e.g. code: cd C:\Users\Jelle\Downloads\ will navigate to my Downloads folder)
4. Boot to recovery on your phone and enable the ADB sideload function.
5. in CMD type adb sideload Find5.zip
6. Let TWRP or CWM flash the zip and prompt for reboot.
7. Reboot and be happy, your phone is fixed!
Click to expand...
Click to collapse
you're a gentleman
im downloading the drivers now
gsusx said:
you're a gentleman
im downloading the drivers now
Click to expand...
Click to collapse
its installing now, thank you so much !!!!
so i wiped my internal and entire phone with no rom to load. im stuck please help!!!
start sideload mode in twrp
the open a cmd window and adb sideload nameofrom.zip
gunnyman said:
start sideload mode in twrp
the open a cmd window and adb sideload nameofrom.zip
Click to expand...
Click to collapse
what do i type in cmd
I told you already
im sorry im just totally lost i plugged in the phone whent to adb on twrp but i dont know what to do next with cmd
i typed filename.zip in cmd nothin happend
in twrp ab it says usage:adb sideload filename.zip
open a cmd window
type adb sideload then the rom name.
Search for how to sideload. Its explained many times over in the forum.
http://forum.xda-developers.com/showthread.php?p=43860368
http://forum.xda-developers.com/showthread.php?p=42412062
AT&T HTC One
BaadNewz's InsertCoin 3.0-7
Flar2's Bulletproof 3.4
jsnoop said:
i typed filename.zip in cmd nothin happend
Click to expand...
Click to collapse
Go to Advanced in TWRP and then Sideload ADB. After sliding to start sideload, rename the rom on your pc to "rom.zip", open a cmd window in the location of the rom and adb. Type this into cmd:
adb sideload rom.zip
The cmd window will display a "sending" percentage. Once that hits 100% TWRP should start flashing the rom for you.
I did same thing Side load doesn't worked for me I think it is because there was no rom in the phone. Try to find your root folder. Mine was like that after complete sdcard format "/ /sdcard". I made a simple "adb push romname.zip / /sdcard" and that's it I have the rom in the phone and flashed via twrp. You can check where your sdcard folder in twrp. Also mine couldn't mount the cache I solved this with making a wipe cache and dalvik. Good luck.
skylineGTR_34 said:
I did same thing Side load doesn't worked for me I think it is because there was no rom in the phone. Try to find your root folder. Mine was like that after complete sdcard format "/ /sdcard". I made a simple "adb push romname.zip / /sdcard" and that's it I have the rom in the phone and flashed via twrp. You can check where your sdcard folder in twrp. Also mine couldn't mount the cache I solved this with making a wipe cache and dalvik. Good luck.
Click to expand...
Click to collapse
If you had a rom on your phone you wouldn't need to sideload. Sideloading is just a way to move a file to your phone via recovery. So when you're stuck in TWRP without a rom, sideloading is an easy fix.
Sent from my HTCONE using xda app-developers app
another easy way is to use "adb push" command as described in this thread:
http://forum.xda-developers.com/showthread.php?t=2325853
I installed Android Revolution HD, and I'm stuck in a bootloop.. And in ClockWorkMod Recovery, it says root access is lost... What do I do?
mrchris814 said:
I installed Android Revolution HD, and I'm stuck in a bootloop.. And in ClockWorkMod Recovery, it says root access is lost... What do I do?
Click to expand...
Click to collapse
read the instructions - realize that you need to flash with TWRP recovery not ClockWorkMod - flash TWRP 2.6.3.3 - enter recovery and wipe - push the ROM again - flash again.
Seanie280672 said:
read the instructions - realize that you need to flash with TWRP recovery not ClockWorkMod - flash TWRP 2.6.3.3 - enter recovery and wipe - push the ROM again - flash again.
Click to expand...
Click to collapse
How do I flash TWRP?
mrchris814 said:
How do I flash TWRP?
Click to expand...
Click to collapse
do you know how to use fastboot and ADB ?
Seanie280672 said:
do you know how to use fastboot and ADB ?
Click to expand...
Click to collapse
Not really...
mrchris814 said:
Not really...
Click to expand...
Click to collapse
oh no, well here goes, your going to need it, especially as your in a bootloop.
so download and install this, everything including the drivers, the file must be run as administrator: http://forum.xda-developers.com/showthread.php?t=2588979
then download this img file and put it in the same folder as fastboot and adb that you just installed: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
open a command windows (CMD window) in that same folder, to do this, hold down control & shift & right mouse click on any white area in that folder and select open command window here.
with your phone plugged into the computer and in fastboot USB mode type the following command one at a time
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
let me know when that's done
Seanie280672 said:
oh no, well here goes, your going to need it, especially as your in a bootloop.
so download and install this, everything including the drivers, the file must be run as administrator: http://forum.xda-developers.com/showthread.php?t=2588979
then download this img file and put it in the same folder as fastboot and adb that you just installed: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
open a command windows (CMD window) in that same folder, to do this, hold down control & shift & right mouse click on any white area in that folder and select open command window here.
with your phone plugged into the computer and in fastboot USB mode type the following command one at a time
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
let me know when that's done
Click to expand...
Click to collapse
It's done.
mrchris814 said:
It's done.
Click to expand...
Click to collapse
that was quick, enter recovery, and select wipe, swipe to factory reset then I always go into advanced wipe too and select everything except internal storage.
once done, go back to the main screen of recovery, main screen only, no sub menu's.
download the rom again and put in the same folder as adb and fastboot again.
then with your phone plugged in, rom in the folder, and a command window open type:
Code:
adb push (name-of-rom).zip /sdcard/
takes a while and will look unresponsive but the cmd window will let you know when its done.
once done, unplug your phone, and slect install, select the rom from the list and swipe to begin the install.
Seanie280672 said:
that was quick, enter recovery, and select wipe, swipe to factory reset then I always go into advanced wipe too and select everything except internal storage.
once done, go back to the main screen of recovery, main screen only, no sub menu's.
download the rom again and put in the same folder as adb and fastboot again.
then with your phone plugged in, rom in the folder, and a command window open type:
Code:
adb push (name-of-rom).zip /sdcard/
takes a while and will look unresponsive but the cmd window will let you know when its done.
once done, unplug your phone, and slect install, select the rom from the list and swipe to begin the install.
Click to expand...
Click to collapse
So in the command window, I put the full name of the rom download file?
mrchris814 said:
So in the command window, I put the full name of the rom download file?
Click to expand...
Click to collapse
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Seanie280672 said:
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Click to expand...
Click to collapse
Okay.. I'll let you know when I'm finished with all of it.
Seanie280672 said:
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Click to expand...
Click to collapse
And also, since I already wiped, do I have to do it again in Aroma Installer, or can I continue without wipe?
mrchris814 said:
And also, since I already wiped, do I have to do it again in Aroma Installer, or can I continue without wipe?
Click to expand...
Click to collapse
its only a wipe of data, so I would just go ahead and wipe just to be sure.
Seanie280672 said:
its only a wipe of data, so I would just go ahead and wipe just to be sure.
Click to expand...
Click to collapse
As soon as I hit Finish, the screen went black.. Is that normal?
mrchris814 said:
As soon as I hit Finish, the screen went black.. Is that normal?
Click to expand...
Click to collapse
that happens sometimes, just hold the power button down till the lights on the bottom flash 10 - 15 times, the phone will reset and pick up where it left off and start booting.
Seanie280672 said:
that happens sometimes, just hold the power button down till the lights on the bottom flash 10 - 15 times, the phone will reset and pick up where it left off and start booting.
Click to expand...
Click to collapse
Okay.. Everything is working now.. Thank you so much.. You really saved me with this.
mrchris814 said:
Okay.. Everything is working now.. Thank you so much.. You really saved me with this.
Click to expand...
Click to collapse
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
same problem, but different result...
Seanie280672 said:
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
Click to expand...
Click to collapse
Hi Seanie,
I followed the instructions on this post, as I was having a similar problem. I installed the Apolo7 v4.1 rom on my phone using CWM instead of TWRP and entered a boot loop. After following your instructions for installing ADB and flashing TWRP, when I try to enter recovery to perform a wipe it won't and goes back into a boot loop wherein it is perpetually trying to enter recovery. Any suggestions?
thanks!
Seanie280672 said:
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
Click to expand...
Click to collapse
Seanie, I found your advice very useful. Thanks for taking the time to walk us noobs through. In my case it didn't work at first but after I found the right version of TWRP for my HTC One it worked fine. Thanks!
I recorded my experience here: http://forum.xda-developers.com/htc...m-802w-stuck-bootloader-t2835693#post54576527
Last week after software update using auto update Option , after installing the softare , the phone will keep rebooting and won't detect the network. I guess that my phone battery was low at the time of installation(10%) however it was connected to a charger. The problem is after turning on the phone, the phone will reboot after aprox. 1minute 50 seconds and the htc1 won't show network. The settings option in network setting would appear greyed out.
After this problem, I tried factory reset, no avail. Tried recovery from bootloader option but no avail.
Tried Using RUU- RUU_M7_U_JB_50_HTC_Europe_1.29.401.2_R_Radio_4A.14.3250.13_10.33.1150.01_release_311663_signed_2_4
Gives me error 155 in Update Utility.
After searching the threads, I decided to unlock and unroot the phone so that I could install any custom ROMs, did unlocking and unrooting.
My htc1 m7 with following specs now
Tampered
Unlocked
M7_U S-On
Hboot- 1.57.0000
Radio0- 4T.28.3218.04
OS-6.15.599.101
Android version 4.4.3 and Sense 6
Some guys recommended me to post my query on xda and I came here with lots of hopes. Unfortunately after couple of days no one from expert community has responded to this query.
htc1resetting said:
Some guys recommended me to post my query on xda and I came here with lots of hopes. Unfortunately after couple of days no one from expert community has responded to this query.
Click to expand...
Click to collapse
you not being ignored, their is no real answer to your problem
you can flash stock recovery for 6.15.599.101 if you can find it
and try the factory reset from stock recovery (not bootloader)
If you have TWRP 2.6.3.3 or higher on the phone now you can choose to format data and then push / sideload a 6.xx.xxx.x rom to the phone. Their are no 6.xx RUU so that's not an option. If the phone died during the update theirs no telling what partitions are damaged so the format data option is your first step
clsA said:
you not being ignored, their is no real answer to your problem
you can flash stock recovery for 6.15.599.101 if you can find it
and try the factory reset from stock recovery (not bootloader)
If you have TWRP 2.6.3.3 or higher on the phone now you can choose to format data and then push / sideload a 6.xx.xxx.x rom to the phone. Their are no 6.xx RUU so that's not an option. If the phone died during the update theirs no telling what partitions are damaged so the format data option is your first step
Click to expand...
Click to collapse
Firstly loads of thanks.
I have tried hard to find 6.15.599.101 RUU but no success.
I should use the second option to push 6.xx.xx.x rom, can you advice where can I find it. I get confused between kernel & OTA, which one is a ROM or neither one?
htc1resetting said:
Firstly loads of thanks.
I have tried hard to find 6.15.599.101 RUU but no success.
I should use the second option to push 6.xx.xx.x rom, can you advice where can I find it. I get confused between kernel & OTA, which one is a ROM or neither one?
Click to expand...
Click to collapse
Use this >> http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
adb push Android_Revolution_HD-One_81.0.zip /sdcard/
or adb sideload Android_Revolution_HD-One_81.0.zip
My device is already formatted and I can only access bootloader(TWRP recovery) and if I boot the phone it gives me white htc screen.
I have downloaded the Android_Revolution_HD-One_81.0 fastboot works fine however adb won't detect my device. I have sdk tools from adroid.development and the latest version of adt tools.
htc1resetting said:
My device is already formatted and I can only access bootloader(TWRP recovery) and if I boot the phone it gives me white htc screen.
I have downloaded the Android_Revolution_HD-One_81.0 fastboot works fine however adb won't detect my device. I have sdk tools from adroid.development and the latest version of adt tools.
Click to expand...
Click to collapse
boot into TWRP
from the PC command prompt
type adb devices
if it's blank you need to reinstall the htc driver
if your device serial number shows it's working normally
When I use the adb command- where should my phone be? adbsideload? fastboot?
The adb won't detect my device even with htc drivers re-installed. When I use the adb sideload button in the TWRP , it stays there for ever.
Can we use fastboot command to flash the ROM, the way we flash recovery?
htc1resetting said:
When I use the adb command- where should my phone be? <<< TWRP
The adb won't detect my device even with htc drivers re-installed. When I use the adb sideload button in the TWRP , it stays there for ever.
Can we use fastboot command to flash the ROM, the way we flash recovery? << NO
Click to expand...
Click to collapse
Go to post 2 of @nkk71 superguide to install the drivers correctly > http://forum.xda-developers.com/showthread.php?t=2541082
Finally I was able to sideload- adb sideload Android_Revolution_HD-One_81.0.zip
After the sideload was 100% my phone was black screen, was no more in recovery TWRP.
What next step to take?
When I restarted the phone, it will again show the white HTC screen , won't go ahead and boot.
I am s-on and with TWRP 2.8.0.1 recovery.
htc1resetting said:
Finally I was able to sideload- adb sideload Android_Revolution_HD-One_81.0.zip
After the sideload was 100% my phone was black screen, was no more in recovery TWRP.
What next step to take?
When I restarted the phone, it will again show the white HTC screen , won't go ahead and boot.
I am s-on and with TWRP 2.8.0.1 recovery.
Click to expand...
Click to collapse
use TWRP 2.6.3.3
Using twrp, 2.6.3- I sideloaded adb sideload Android_Revolution_HD-One_81.0.zip
By the time sideload= 100% on cmd
Phone recovery-twrp showed, zip sign verification failed.
Screen shows as follows:
Updating partition details...
Starting ADB sideload feature...
Installing 'dataa/media/sideload.zip
checking for md5 flile....
skipping md5 check: no MD5 file found
Verifying zip signature...
E: zip signature verification failed.
I unchecked zip file verification from settings and this time was able to complete, followed the step by step installation. After the installation was complete, cleared cache and dalvi and performed system boot. The phone restarts but its again stuck at white htc screen.
clsA said:
use TWRP 2.6.3.3
Click to expand...
Click to collapse
Using twrp, 2.6.3- I sideloaded adb sideload Android_Revolution_HD-One_81.0.zip
By the time sideload= 100% on cmd
Phone recovery-twrp showed, zip sign verification failed.
Screen shows as follows:
Updating partition details...
Starting ADB sideload feature...
Installing 'dataa/media/sideload.zip
checking for md5 flile....
skipping md5 check: no MD5 file found
Verifying zip signature...
E: zip signature verification failed.
htc1resetting said:
Using twrp, 2.6.3- I sideloaded adb sideload Android_Revolution_HD-One_81.0.zip
By the time sideload= 100% on cmd
Phone recovery-twrp showed, zip sign verification failed.
Screen shows as follows:
Updating partition details...
Starting ADB sideload feature...
Installing 'dataa/media/sideload.zip
checking for md5 flile....
skipping md5 check: no MD5 file found
Verifying zip signature...
E: zip signature verification failed.
Click to expand...
Click to collapse
your download is corrupt ..download it again and md5 check your downloads
clsA said:
your download is corrupt ..download it again and md5 check your downloads
Click to expand...
Click to collapse
Made another attempt to sideload and it was successful, phone booted and rebooted. Phone turned on but again restarted after few seconds, the same way it was behaving earlier. Any suggestions?
I was checking htc Dev site, it has download section with my OS version no. 6.15.599.101- is there something I can do with this file to get my phone working.? m7u-3.4.10-ga936d02.zip is the file.
What are options to get RUU for 6.15.599.101 ?
htc1resetting said:
Made another attempt to sideload and it was successful, phone booted and rebooted. Phone turned on but again restarted after few seconds, the same way it was behaving earlier. Any suggestions?
I was checking htc Dev site, it has download section with my OS version no. 6.15.599.101- is there something I can do with this file to get my phone working.? m7u-3.4.10-ga936d02.zip is the file.
What are options to get RUU for 6.15.599.101 ?
Click to expand...
Click to collapse
You still never tried the stock recovery / factory reset
maybe you can extract it from that file
maybe @Danny201281 could help you check and repair your partition's if he has time
I tried factory reset and stock recovery at my first step long time ago. Only after failing, I tried the TWRP recovery and Android Revolution.
htc1resetting said:
My device is already formatted and I can only access bootloader(TWRP recovery) and if I boot the phone it gives me white htc screen.
I have downloaded the Android_Revolution_HD-One_81.0 fastboot works fine however adb won't detect my device. I have sdk tools from adroid.development and the latest version of adt tools.
Click to expand...
Click to collapse
When you say it's formatted are you sure about that?
Format Data is not the same as Factory reset or Wiping partitions. You need to use the Format Data option in twrp to be sure. So in case you haven't already and probably wouldn't hurt to do it again anyway.
Boot into twrp recovery Select the Wipe option and then Format Data option. You will be prompted to type "yes" to confirm. This will wipe everything from your device including your Rom and internal storage. Reboot to recovery to restore a completely new file system to your device.
Now with the phone still in twrp recovery, Select the Mounts option and uncheck all the boxes to unmount the partitions. Return to the twrp home screen (you don't need sideload mode for this part) in the command line type
Code:
adb shell
e2fsck -fvy dev/block/mmcblk35
e2fsck -fvy dev/block/mmcblk36
e2fsck -fvy dev/block/mmcblk37
exit
Once that's done you can push or Sideload your Rom. Personally I prefer the push method but which is easiest for you is fine.
Ideally you want to do a factory reset with Stock recovery also but since you can't find one unless you can extract it from the file on HTC dev just try the above.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
When you say it's formatted are you sure about that?
Format Data is not the same as Factory reset or Wiping partitions. You need to use the Format Data option in twrp to be sure. So in case you haven't already and probably wouldn't hurt to do it again anyway.
Boot into twrp recovery Select the Wipe option and then Format Data option. You will be prompted to type "yes" to confirm. This will wipe everything from your device including your Rom and internal storage. Reboot to recovery to restore a completely new file system to your device.
Now with the phone still in twrp recovery, Select the Mounts option and uncheck all the boxes to unmount the partitions. Return to the twrp home screen (you don't need sideload mode for this part) in the command line type
Code:
adb shell
e2fsck -fvy dev/block/mmcblk35
e2fsck -fvy dev/block/mmcblk36
e2fsck -fvy dev/block/mmcblk37
exit
Once that's done you can push or Sideload your Rom. Personally I prefer the push method but which is easiest for you is fine.
Ideally you want to do a factory reset with Stock recovery also but since you can't find one unless you can extract it from the file on HTC dev just try the above.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
I was using the format data option before as well.
This time, followed the step by step procedure and installed the OS, the phone booted again but it restarts after sometime as it was at the beginning of the problem. Any suggestions?
htc1resetting said:
I was using the format data option before as well.
This time, followed the step by step procedure and installed the OS, the phone booted again but it restarts after sometime as it was at the beginning of the problem. Any suggestions?
Click to expand...
Click to collapse
When the phone is booting, does it take longer than normal? And does it bootloop before finally booting.
Unfortunately this is starting to sound like a hardware problem. After formatting the memory, repairing partitions with e2fsck and flashing a new Rom there's not much else can be done. If your still getting random reboots then something is defiantly a miss.
You can check your supersu app to make sure is properly rooted, by opening supersu, it may ask you to update the Binary's.
Or just flash this in recovery to make sure your on the latest.
http://download.chainfire.eu/452/SuperSU/
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good: