My HTC One stock on HTC logo when booting because I format data and system on my HTC One M7.
I do not have TWRP or ADB in my computer or in phone.
and I have tryed many stuff until now, nothing works. Since one week i have seeing many French Forum and now one get help, so here is my last chance to get back my Lovely phone
Here are information about my BOOTLOADER and RECOVERY:
**** TEMPERED ****
**** UNLOCKED ****
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.13.3231.27
OpenDSP-v26.120.274.0202
eMMC-boot
Mar 7 2013,21:55:26:-1
FASTBOOT USB
<VOL UP> to preview item
<VOL DOWN> to next item
<POWER> to select item
BOOTLOADER
REBOOT
REBOOT BOOTLOADER
POWER DOWN
Click to expand...
Click to collapse
Version RECOVERY: ClockworkMod Recovery v6.0.3.3
Click to expand...
Click to collapse
Well you will have to install adb and fastboot drivers and either adb sideload or adb push a Rom to your phone
Sent from my HTC One using XDA Premium 4 mobile app
nateboi81 said:
Well you will have to install adb and fastboot drivers and either adb sideload or adb push a Rom to your phone
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I can't install ADB, because all the method I saw ask to setup USB debugging method fiirt on my phone, but I have no access to the phone, only I can access to the BootLoader and Recovery, that all
Doesn't matter, you can still set up ADB and fastboot, USB debugging is only for when the phone is booted to android, it doesn't apply to the bootloader.
Correct. You need fastboot working to do things in bootloader and adb for in recovery
Sent from my HTC One using XDA Premium 4 mobile app
ycason said:
I can't install ADB, because all the method I saw ask to setup USB debugging method fiirt on my phone, but I have no access to the phone, only I can access to the BootLoader and Recovery, that all
Click to expand...
Click to collapse
your recovery is also outdated, you should update it, assuming you have an M7_U or M7_UL:
(if needed) adb/fastboot files: http://www.androidfilehost.com/?fid=23329332407585867
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then you can either:
1- OTG cable
2- adb push <name of rom>.zip /sdcard/
3- initiate sideload in custom recovery, then adb sideload <name of rom>.zip
example of adb push:
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Seanie280672 said:
Doesn't matter, you can still set up ADB and fastboot, USB debugging is only for when the phone is booted to android, it doesn't apply to the bootloader.
Click to expand...
Click to collapse
I didn't find any topic where I can install fastboot and ADB without setting up my device
Do you want your phone working or not, ignore any rubbish advice you've seen and read and listen to me and the above 2 experienced users.
We are telling you adb and fastboot have nothing to do with usb debugging. Nkk71 gave you the best possible guide above. Follow that and you will be fine
Sent from my HTC One using XDA Premium 4 mobile app
adb and fastboot are required to setup your phone, not setup an already setup phone
ycason said:
I didn't find any topic where I can install fastboot and ADB without setting up my device
Click to expand...
Click to collapse
first of all you need learn android terminology what's adb fastboot recovery bootloader S On S Off +++ then we can help you
Also tell us what type of computer you are using Windows 8 7 xp ? Mac ? Or else then you need driver which connects your phone to pc and pc detects phone & it's state (like phone in fastboot mode or recovery mode)
Then you need adb tools to execute commands
Then custom recovery twrp or cwm
Then custom rom or stock Rom if you wanna go to stock software
+ usb otg will be much helpful
Now I'm yatin kumar to yatindroid
Seanie280672 said:
adb and fastboot are required to setup your phone, not setup an already setup phone
Click to expand...
Click to collapse
Thank you guy,
I was in office this morning and I couldn't install ADB FASBOOT, so that why my command didn't work.
I found tonight a topic how to install it on Mac, and finally things are fine.
Thank you very much, all of you.
ycason said:
Thank you guy,
I was in office this morning and I couldn't install ADB FASBOOT, so that why my command didn't work.
I found tonight a topic how to install it on Mac, and finally things are fine.
Thank you very much, all of you.
Click to expand...
Click to collapse
Please follow all XDA rules.
Thread closed
Related
Hi, I am a noobie.
I rooted my device with no problem and have been flashing roms for a while now. Never encountered problems before. However, I tried to flash the new venom rom and at the end it said unable to install, after that my device restarted and it appears to be stuck.
I can enter fastboot (or at least I belive so), however my computer is not recognizing my divice. If I try to enter into recovery it just keeps restarting, with no luck. (I did my back as suggested, but I am unable to run it).
I am on a windows 8.1 machine.
The status on my htc one is:
Tampered
Unlocked
m7_UL PVT Ship S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
Can anyone please help me!
Tots85 said:
I rooted my device with no problem and have been flashing roms for a while now. Never encountered problems before. However, I tried to flash the new venom rom and at the end it said unable to install, after that my device restarted and it appears to be stuck.
Click to expand...
Click to collapse
you probably are using an older custom recovery, suggest TWRP
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
remember to check MD5 on the download, cause that site doesn't play well with download managers
Tots85 said:
I am on a windows 8.1 machine.
HBOOT-1.44.0000
Click to expand...
Click to collapse
hboot 1.44 doesnt work with Win8.1, you need to get another version XP/7/maybe 8, or linux (even Linux Live USB will do, no need to install it)
then flash above recovery:
fastboot flash recovery <name of recovery>.img
fastboot erase cache
fastboot reboot-bootlader
-> enter recovery, and reflash the ROM
Ubuntu not recognizing my divice
nkk71 said:
you probably are using an older custom recovery, suggest TWRP
2.6.3.3
or 2.6.3.4:
remember to check MD5 on the download, cause that site doesn't play well with download managers
hboot 1.44 doesnt work with Win8.1, you need to get another version XP/7/maybe 8, or linux (even Linux Live USB will do, no need to install it)
then flash above recovery:
fastboot flash recovery <name of recovery>.img
fastboot erase cache
fastboot reboot-bootlader
-> enter recovery, and reflash the ROM
Click to expand...
Click to collapse
Hi, so I been trying to solve this problem by reading several guides but I have not been able to. I downloaded linux and created a USB as you suggested. Tried to flash the recovery, however ubuntu is not recognzing my device.
For example I type fastboot, then devices and it says command not found. Since I am not that familiar with ubutnu I been having a hard time trying to fix that problem, could you provide me some instructions? or a guide to fix this?
I appreciate the help, been without a phone for a while now
Tots85 said:
Hi, so I been trying to solve this problem by reading several guides but I have not been able to. I downloaded linux and created a USB as you suggested. Tried to flash the recovery, however ubuntu is not recognzing my device.
For example I type fastboot, then devices and it says command not found. Since I am not that familiar with ubutnu I been having a hard time trying to fix that problem, could you provide me some instructions? or a guide to fix this?
I appreciate the help, been without a phone for a while now
Click to expand...
Click to collapse
Have you installed adb & fastboot:
Code:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
then type adb version to make sure it's installed
and for fastboot, use: sudo fastboot ...
eg sudo fastboot devices
nkk71 said:
Have you installed adb & fastboot:
Code:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
then type adb version to make sure it's installed
and for fastboot, use: sudo fastboot ...
eg sudo fastboot devices
Click to expand...
Click to collapse
When installing sudo add-apt-repository ppa:nilarimogard/webupd8 I get the following
Reading package lists... Done
W: Duplicate sources.list entry cdrom://Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)/ precise/main i386 Packages (/var/lib/apt/lists/Ubuntu%2012.04.4%20LTS%20%5fPrecise%20Pangolin%5f%20-%20Release%20amd64%20(20140204)_dists_precise_main_binary-i386_Packages)
W: Duplicate sources.list entry cdrom://Ubuntu 12.04.4 LTS _Precise Pangolin_ - Release amd64 (20140204)/ precise/restricted i386 Packages (/var/lib/apt/lists/Ubuntu%2012.04.4%20LTS%20%5fPrecise%20Pangolin%5f%20-%20Release%20amd64%20(20140204)_dists_precise_restricted_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
I dont know if this last part is normal or not.
After that i did
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
For Adb version I get Android Debug Bridge version 1.0.31
For sudo fastboot devices I get HT34YW919952 fastboot
Then downloaded TWRP 2.6.3.4 and cheked sum5. Until here I think everything is going fine.
After that I typed fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
However, it stays at waiting for device
Should I wait or is something wrong?
Devices is connected and on fastboot USB
Since recovery.img is my downloads folder I tried also this
[email protected]:~$ sudo fastboot devices
HT34YW919952 fastboot
[email protected]:~$ cd Downloads
[email protected]:~/Downloads$ fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
< waiting for device >
I appreciate the help, guidance and patience.
Well I'm really trying to help, but using fastboot... Anything
You have to start it with
sudo
sudo fastboot flash ....
Sent from my HTC One using Tapatalk
nkk71 said:
Well I'm really trying to help, but using fastboot... Anything
You have to start it with
sudo
sudo fastboot flash ....
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
I appreciate your help very much.
[email protected]:~/Downloads$ sudo fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
sending 'recovery' (9840 KB)...
OKAY [ 1.434s]
writing 'recovery'...
OKAY [ 0.732s]
finished. total time: 2.166s
After that I did
[email protected]:~/Downloads$ sudo fastboot erase cache
erasing 'cache'...
OKAY [ 0.060s]
finished. total time: 0.060s
Then
[email protected]:~/Downloads$ sudo fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.041s]
finished. total time: 0.041s
And it finally went into twrp!!! after that I flashed the rom again and it is working again!!!
How nkk71 solved my problem
Tots85 said:
I appreciate your help very much.
[email protected]:~/Downloads$ sudo fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
sending 'recovery' (9840 KB)...
OKAY [ 1.434s]
writing 'recovery'...
OKAY [ 0.732s]
finished. total time: 2.166s
After that I did
[email protected]:~/Downloads$ sudo fastboot erase cache
erasing 'cache'...
OKAY [ 0.060s]
finished. total time: 0.060s
Then
[email protected]:~/Downloads$ sudo fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.041s]
finished. total time: 0.041s
And it finally went into twrp!!! after that I flashed the rom again and it is working again!!!
Click to expand...
Click to collapse
Just to make it easier for anybody who encounters a similar problem, I am resuming the action that I took as instructed by nkk71.
First create a bootable ubuntu USB (I did it with ubuntu 12.04).
Then open the terminal in ubuntu and type the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
Then type: adb version (it should say something about android bridge debug version ##)
Then tpye: sudo fastboot devices (it should say HT....)
Once the above is done and achived do the following:
Download latest TWRP (see faq #2 for links)
Check md5sum, to do this in the terminal type:
cd Downloads (or wherever you saved the twrp .img)
md5sum (name of file, including .img)
If md5sum is correct proceed to the following (if not correct download it again):
On terminal type:
cd Downloads (or wherever you saved the file)
sudo fastboot flash recovery (name of the file, including .img)
sudo fastboot erase cache
sudo fastboot reboot-bootloader
Then enter into recovery again and reflash the rom.:good::good:
Can anyone help?
I have TWRP and i was factory resetting on my HTC One and i accidentally selected all partitions now i have no operating system . I can still access TWRP. Can anyone help me get it working again?
In TWRP, mount the partition, copy ROM, flash it.
If you can't mount the sd card, try adv push or adv sideload. A quick search should get you detailed instructions.
BenPope said:
In TWRP, mount the partition, copy ROM, flash it.
If you can't mount the sd card, try adv push or adv sideload. A quick search should get you detailed instructions.
Click to expand...
Click to collapse
Any ROM i have sideloaded has failed. Any suggestions?
benhenderson01 said:
Can you give me step by step please because i searched all of last night and couldnt find anything.
Click to expand...
Click to collapse
you searched all last night and couldn't find out that you have three options:
1- OTG
2- adb push
3- adb sideload
not to mention, it's in almost every other Q&A thread and there are soooo many how-to and guides around, it's really hard to miss!
and on top of that, by helping you here, i'm sort of encouraging you (and others) to search less :crying:
Here's an example of adb push
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
nkk71 said:
you searched all last night and couldn't find out that you have three options:
1- OTG
2- adb push
3- adb sideload
not to mention, it's in almost every other Q&A thread and there are soooo many how-to and guides around, it's really hard to miss!
and on top of that, by helping you here, i'm sort of encouraging you (and others) to search less :crying:
Here's an example of adb push
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
I side loaded viper onto it and wen through the installation but it failed at the very end of it.
benhenderson01 said:
I side loaded viper onto it and wen through the installation but it failed at the very end of it.
Click to expand...
Click to collapse
which version of TWRP are you using? and what model is your phone M7_U/UL or different?
nkk71 said:
which version of TWRP are you using? and what model is your phone M7_U/UL or different?
Click to expand...
Click to collapse
I am using TWRP 2.6.3.0 and all i know is its an M7
benhenderson01 said:
I am using TWRP 2.6.3.0 and all i know is its an M7
Click to expand...
Click to collapse
problem is the recovery, it's outdated and won't work 4.4 ROMs
Assuming your phone is an M7_U/UL version (ie not Sprint, Verizon, Dual-SIM)
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
2.7.0.4b: http://forum.xda-developers.com/showthread.php?t=2708134
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
And when you get a chance, please take some time to do a little research.... "all i know is its an M7", is not a very encouraging statement when you want to flash things.
PS: once you're in bootloader screen one of the top lines should say M7_U or M7_UL etc. ... if it's not one of those, then do not flash the above mentioned recoveries
nkk71 said:
problem is the recovery, it's outdated and won't work 4.4 ROMs
Assuming your phone is an M7_U/UL version (ie not Sprint, Verizon, Dual-SIM)
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
2.7.0.4b: http://forum.xda-developers.com/showthread.php?t=2708134
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
And when you get a chance, please take some time to do a little research.... "all i know is its an M7", is not a very encouraging statement when you want to flash things.
PS: once you're in bootloader screen one of the top lines should say M7_U or M7_UL etc. ... if it's not one of those, then do not flash the above mentioned recoveries
Click to expand...
Click to collapse
Its all working now. Thanks soo much, i will remember to do more research in furture
Hey guys, I'm frustrated as hell here, please help me out, I've raged too much for my own health.
What happened:
1: I had CYANOGENMOD installed and all was good
2: Didn't like it, and wanted to try out stock android, so I followed a video with the title : (Restore your HTC One to Sense 5 (Stock or Factory ROM)) by Sakitech
3: Once the video dude told me to write down in the CMD : fastboot oem lock , that's when this problem started, I've been trying to find a fix for this since 7 AM and it's already 6:22 PM, I haven't gotten up much at all except to eat and ****, so please don't think I haven't done my share of searching around.
I have:
-Attempted to "push" adb and fastboot but there's no device to push to because my PC does not recognize the HTC ONE, I've tried on a PC with Windows 8.1 + a PC with Windows 8 + a PC with Windows 7 + an iMac , none worked.
In the bootloader, when I go to Fastboot mode I can see (Fastboot usb) sometimes, only when I'm really lucky.
-Tried to go to recovery mode, but the bootloader only restarts and does nothing else.
-----------------------------------------------------------------------------------------------------------------------------------------------
FINAL SOLUTION:
1)Go to the XDA troubleshoot FAQ and follow the 2ND question in order to get your PC to recognize your phone.
2) Follow this:
bored_stupid said:
Download TWRP 2.6.3.3,(most stable) http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Put the recovery in your adb/fastboot folder, then press shift key/right mouse button and open command prompt here
enter bootloader and connect your phone to PC
fastboot devices
if it comes back with some numbers
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
if successful, enter recovery and reflash your custom rom
Click to expand...
Click to collapse
3) Go to MOUNT and check Data only (IN TWRP) Then use a windows 7 PC and push a rom to your phone via recovery ( Have your rom renamed to ROM and put it in the folder containing ADB, then simply shift-rightclick and click on "Open command window here" then write this command down: adb push rom.zip /sdcard/ -The CMD window won't be showing you any progress, so just wait 5-10 mins until it gives you a small line of feedback containing the amount of KB/MB it has sent to your Phone.
4) Wipe both Cache's in the TWRP "Wipe" menu, then simply flash your ROM.
If the first time you restart your phone it's stuck at the splash screen, just restart again and it should work.
Huge thanks to bored_stupid and nkk71 for the help, I greatly appreciate it.
Aitelqadi said:
Hey guys, I'm frustrated as hell here, please help me out, I've raged too much for my own health.
What happened:
1: I had CYANOGENMOD installed and all was good
2: Didn't like it, and wanted to try out stock android, so I followed a video with the title : (Restore your HTC One to Sense 5 (Stock or Factory ROM)) by Sakitech
3: Once the video dude told me to write down in the CMD : fastboot oem lock , that's when this problem started, I've been trying to find a fix for this since 7 AM and it's already 6:22 PM, I haven't gotten up much at all except to eat and ****, so please don't think I haven't done my share of searching around.
I have:
-Attempted to "push" adb and fastboot but there's no device to push to because my PC does not recognize the HTC ONE, I've tried on a PC with Windows 8.1 + a PC with Windows 8 + a PC with Windows 7 + an iMac , none worked.
In the bootloader, when I go to Fastboot mode I can see (Fastboot usb) sometimes, only when I'm really lucky.
-Tried to go to recovery mode, but the bootloader only restarts and does nothing else.
WILL BE EDITING THIS LATER ON TO ADD WHAT I TRIED AND WHAT HAPPENED WITH THIS PROBLEM.
Click to expand...
Click to collapse
Do not follow Videos from youtube etc. Most are out of date and do not take into account your particular phone, ie, whether its rooted or not, S-On/S-off...
First of all get your phone recognized by your PC
take a look here...
http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Also unlock your bootloader again
bored_stupid said:
Do not follow Videos from youtube etc. Most are out of date and do not take into account your particular phone, ie, whether its rooted or not, S-On/S-off...
First of all get your phone recognized by your PC
take a look here...
http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Also unlock your bootloader again
Click to expand...
Click to collapse
I've unlocked the bootloader successfully, updated my HTC drivers just like in the FAQ, BUT, I cannot access my sd-card/phone files and the phone is stuck on the cyanogenmod splash screen and every now and then it restarts by itself.
/EDIT/
P.S. I was able to get into recovery mode, I have ClockworkMod Recovery v6.0.4.3
Aitelqadi said:
I've unlocked the bootloader successfully, updated my HTC drivers just like in the FAQ, BUT, I cannot access my sd-card/phone files and the phone is stuck on the cyanogenmod splash screen and every now and then it restarts by itself.
Click to expand...
Click to collapse
You need a working OS to do that.
Download TWRP 2.6.3.3,(most stable) http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
Put the recovery in your adb/fastboot folder, then press shift key/right mouse button and open command prompt here
enter bootloader and connect your phone to PC
fastboot devices
if it comes back with some numbers
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
if successful, enter recovery and reflash your custom rom
bored_stupid said:
You need a working OS to do that.
Download TWRP 2.6.3.3,(most stable)
Put the recovery in your adb/fastboot folder, then press shift key/right mouse button and open command prompt here
enter bootloader and connect your phone to PC
fastboot devices
if it comes back with some numbers
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
if successful, enter recovery and reflash your custom rom
Click to expand...
Click to collapse
Done, how do I reflash my custom rom if I don't have one (I wiped everything before when I was attempting to fix this), also my phone is still not recognized on the PC, also I'd like to put stock 4.4 android.
Aitelqadi said:
Done, how do I reflash my custom rom if I don't have one (I wiped everything before when I was attempting to fix this), also my phone is still not recognized on the PC, also I'd like to put stock 4.4 android.
Click to expand...
Click to collapse
you can use an OTG cable and a USB stick with a rom on it or use a windows 7 PC and push a rom to your phone via recovery.. have to go to work now.. but will help soon. Good luck
PS.. by the way.. your phone will only be recognised in fastboot or through your recovery using adb. Until you have a working rom installed
Sent from my GT-I9505 using Xparent Skyblue Tapatalk 2
bored_stupid said:
you can use an OTG cable and a USB stick with a rom on it or use a windows 7 PC and push a rom to your phone via recovery.. have to go to work now.. but will help soon. Good luck
PS.. by the way.. your phone will only be recognised in fastboot or through your recovery using adb. Until you have a working rom installed
Sent from my GT-I9505 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Ok so I'm trying to push insertcoin Sense 6 ROM , I have the ROM in the folder containing both fastbood and ADB, and I renamed the ROM to ROM and I'm using the command adb push ROM.zip /sdcard/, but whenever I press enter nothing happens in the CMD, but I see the ROM file almost instantly in the recovery sdcard, but I cannot use it, whenever I try to install it it fails, I'm guessing it's being copied but weirdly there;s no feedback in CMD ?
Aitelqadi said:
Ok so I'm trying to push insertcoin Sense 6 ROM , I have the ROM in the folder containing both fastbood and ADB, and I renamed the ROM to ROM and I'm using the command adb push ROM.zip /sdcard/, but whenever I press enter nothing happens in the CMD, but I see the ROM file almost instantly in the recovery sdcard, but I cannot use it, whenever I try to install it it fails, I'm guessing it's being copied but weirdly there;s no feedback in CMD ?
Click to expand...
Click to collapse
the push will take 5 to 10 minutes without showing progress until it's finished, check below:
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
ublelyQ for
Alright was able to pull it off, will be editing the main post now.
895 99852933
nkk71 said:
the push will take 5 to 10 minutes without showing progress until it's finished, check below:
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
God, it seems like whenever I fix a problem another one pops up....
I got my ROM installed and all was well, until I wasn't able to call/send messages, I put my sim card in another phone to check if that was the problem, but it wasn't. I also tried two different ROM's just to make sure, Insertcoin Sense 6 and Android Revolution HD .
Aitelqadi said:
God, it seems like whenever I fix a problem another one pops up....
I got my ROM installed and all was well, until I wasn't able to call/send messages, I put my sim card in another phone to check if that was the problem, but it wasn't. I also tried two different ROM's just to make sure, Insertcoin Sense 6 and Android Revolution HD .
Click to expand...
Click to collapse
APN problem?
nkk71 said:
the push will take 5 to 10 minutes without showing progress until it's finished, check below:
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
nkk71 said:
APN problem?
Click to expand...
Click to collapse
Aren't APN's only for mobile internet?
EDIT
And I have the APN settings set according to my ISP, the problem is here that I cannot call at all, the phone detects there is a sim card, but it's not able to use it.
When I call it says "Out of Service Area" and drops the call almost instantly. If I remove the Sim the phone tells me that I removed the sim, same thing happens when I insert the sim.
Aitelqadi said:
Aren't APN's only for mobile internet?
EDIT
And I have the APN settings set according to my ISP, the problem is here that I cannot call at all, the phone detects there is a sim card, but it's not able to use it.
When I call it says "Out of Service Area" and drops the call almost instantly. If I remove the Sim the phone tells me that I removed the sim, same thing happens when I insert the sim.
Click to expand...
Click to collapse
OH GOD YES YES. Found the solution, man I was literally jumping up and down from happiness.
Had to go to Network Operators > Select Automatically. Thanks for the help again.
I've done some searches and am at a loss. I am on Insertcoin 2.8. I upgraded TWRP to 2.7 and now it won't enter into recovery. It gets to the screen that has "Entering recovery" at the top, but it just stalls there and I have to press the power button until it restarts. I've tried using Flashify and Goomanager to re-install, but it just hangs up at the entering recovery page. Any help or links would be aprreciated.
A quick fix try installing a 2.6 version of twrp.
Try and boot into the bootloader, do a fastboot erase cache and then reboot into recovery and see if it works.
Sent from my HTC One using Tapatalk
Egrier said:
Try and boot into the bootloader, do a fastboot erase cache and then reboot into recovery and see if it works.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
I've never done that before. Can you suggest where I might find a link or a video? Thanks!
You have to have adb/fastboot on your computer. Boot your phone into bootloader. Hook it up to the computer and make sure the phone says 'fastboot usb'. Browse to where you have adb installed on the computer and open up a command prompt there. At the prompt, type in 'fastboot erase cache'. Then type in 'fastboot reboot-bootloader'. When your phone comes back up, try and get into recovery again.
Sent from my HTC One using Tapatalk
Egrier said:
You have to have adb/fastboot on your computer. Boot your phone into bootloader. Hook it up to the computer and make sure the phone says 'fastboot usb'. Browse to where you have adb installed on the computer and open up a command prompt there. At the prompt, type in 'fastboot erase cache'. Then type in 'fastboot reboot-bootloader'. When your phone comes back up, try and get into recovery again.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Thank you very much! I'll give it a try.
gpo1956 said:
Thank you very much! I'll give it a try.
Click to expand...
Click to collapse
I tried this and it says "fastboot is not recognized as an internal or external command, operable program or batch file". What am I doing wrong?
Do you have adb installed on your computer?
Sent from my HTC One using Tapatalk
Egrier said:
Do you have adb installed on your computer?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
yes
Did you get it to work?
Sent from my HTC One using Tapatalk
---------- Post added at 05:26 PM ---------- Previous post was at 05:22 PM ----------
Did you go to the folder with you adb files, shift+right click the folder that contains the adb files and select 'open command prompt here' then try the fastboot erase cache command?
Sent from my HTC One using Tapatalk
Egrier said:
Did you get it to work?
Sent from my HTC One using Tapatalk
---------- Post added at 05:26 PM ---------- Previous post was at 05:22 PM ----------
Did you go to the folder with you adb files, shift+right click the folder that contains the adb files and select 'open command prompt here' then try the fastboot erase cache command?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Nope.
I was able to erase cache and reboot, but it didn't fix it. Any other ideas to try? I cant seem to install a different veersion of twrp using the adb method.
You can only flash recovery by fastboot. Fastboot flash recovery....... I would flash twrp 2.6.3.3 seems to be the most stable and have the least amount of issues
Sent from my HTC One using XDA Premium 4 mobile app
nateboi81 said:
You can only flash recovery by fastboot. Fastboot flash recovery....... I would flash twrp 2.6.3.3 seems to be the most stable and have the least amount of issues
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
OK, I'm making progress. I'm in fastboot and try to flash recovery, but it says "error-cannot open twrp.img", What am I doing wrong?
gpo1956 said:
OK, I'm making progress. I'm in fastboot and try to flash recovery, but it says "error-cannot open twrp.img", What am I doing wrong?
Click to expand...
Click to collapse
cannot load = MyFileNameIsWrong.img.img
and copy/paste is so useful (so the below is an example ):
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
nkk71 said:
cannot load = MyFileNameIsWrong.img.img
and copy/paste is so useful (so the below is an example ):
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
Click to expand...
Click to collapse
now it just sits on "waiting for device".
gpo1956 said:
now it just sits on "waiting for device".
Click to expand...
Click to collapse
are you in bootloader with the red "FASTBOOT USB" showing?
and what does windows device manager show, check FAQ #2: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
nkk71 said:
are you in bootloader with the red "FASTBOOT USB" showing?
and what does windows device manager show, check FAQ #2: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Click to expand...
Click to collapse
Yes I'm in bootloader with the red fastboot USB showing. I'll try and reinstall the drivers and try again.
Thanks very much for your continued help.
gpo1956 said:
Yes I'm in bootloader with the red fastboot USB showing. I'll try and reinstall the drivers and try again.
Thanks very much for your continued help.
Click to expand...
Click to collapse
You'll also need to check Windows Device Manager, if it's listed as unknown or such, then you need to manually select the drivers as mentioned in FAQ#2.
and just in case you have an older version of adb/fastboot, here is 1.0.31: http://www.androidfilehost.com/?fid=23329332407585867
you can find out by typing "adb version"
nkk71 said:
You'll also need to check Windows Device Manager, if it's listed as unknown or such, then you need to manually select the drivers as mentioned in FAQ#2.
and just in case you have an older version of adb/fastboot, here is 1.0.31: http://www.androidfilehost.com/?fid=23329332407585867
you can find out by typing "adb version"
Click to expand...
Click to collapse
I'm at my wits end! It still says cannot open openrecovery..... Where should I put the recovery file? Maybe its not on the right place?
Hello fellow One users,
I have browsed threw most if not all the HTC One problems on the site and google to try and figure this thing out as i KNOW how people hate Duplicated Threads... Anyways i hope someone can help me with this situation.. Thanks
I received this phone from a friend, ive attached pic showing the state he gave it t me in... According to him he was able to get the phone into Bootmode .. when he gives it to me AFTER TRYING TO RUN A RUU without S-OFF ...
Heres my problem... Basically the phone will not power on, into anything... I try to power on i get this... either a red flashing LED inside the top speaker... or a solid RED led when plugged into the power outlet .... Then ill try to boot into Bootmode and i get this ... Home and Back buttons flashing with no LED on, after the Home and Back buttons flash 10 times i then get a solid red LED , plugged in or not... ive even trying to just charge the device ( I had it charging for a week CONSTANTLY ) no results .. i even try to run a RUU ( for luck i guess ) but no cigar... all i get is an error saying the device has less then 30% battery .. i don't know how it can tell that even tho my PC actually doesn't even see the phone EVER connect.
If anyone can give me ideas and solutions on how to go about fixing this please do as i have tried almost everything. I am very familiar with android and electronics so please don't noob me.
Thank you and i do apologize if i do respond with Noobish questions and the HTC One is a newer device to me.
Thanks
**UPDATE**
Got it to boot into bootloader and it also boots to the HTC screen as shown below.... now i try to run adb commands but the PHONE IS NOT AUTHORIZED...What do i do now??
RED light solid = Not enough battery - at least 30% is required other the security measures will prevent you from flashing RUUs.
Device unauthorized? Try to check and uncheck the USB Debugging option in the device, if possible. If not, you can plug in and out the USB and the device should show up a messagebox to ask you if you authorize the computer, but for that Debugging must be checked AFAIK.
delete the computers adb key: rm /data/misc/adb/adb_key on device
(I have no idea if in case of multiple authorized computers the additional keys are in a new line of the file or if they are in new files. I have only 1 computer.)
stop all adb processes "killall adb" in linuxoids and "taskkill /IM adb.exe" in windows or simply the taskmanager in both.
restart the phone
toggle usb debugging off and on
connect
use adb
click authorize
Click to expand...
Click to collapse
If ADB does not work, you can still use fastboot commands.
davebugyi said:
Try to check and uncheck the USB Debugging option in the device, if possible.
If ADB does not work, you can still use fastboot commands.
Click to expand...
Click to collapse
I can't access the device itself as there is no OS on the device, so I also don't know if I can even get the device authorized...
If Fastboot commands still work, I should be able to flash a rom to the device correct??
Sent from my LG-D801 using XDA Free mobile app
Shotgun4 said:
I can't access the device itself as there is no OS on the device, so I also don't know if I can even get the device authorized...
If Fastboot commands still work, I should be able to flash a rom to the device correct??
Sent from my LG-D801 using XDA Free mobile app
Click to expand...
Click to collapse
1- RUU will not work with S-On and UNLOCKED bootloader, with S-On you need to relock bootloader for RUU to work -> but don't do that yet!!
2- for future reference: Force reboot: press and hold POWER + VOLDOWN (under a bright light, not kidding!!), after about 5 seconds or so buttons should start blinking, and after 30 seconds or so, the phone will reboot, let go of POWER, but keep holding VOLDOWN to get back to bootloader.
(you may need to try 2 or 3 times to get it right)
3- what adb version are you running and what OS do you have
4- start by posting a "fastboot getvar all" (excluding IMEI and s/n) and what do you ultimately want to achieve?
nkk71 said:
3- what adb version are you running and what OS do you have
4- start by posting a "fastboot getvar all" (excluding IMEI and s/n) and what do you ultimately want to achieve?
Click to expand...
Click to collapse
I am running Windows 8 64bit with the latest adb version. also all i have are USB 3.0 ports
and ive tried to run the command "fastboot getvar all" but it just says waiting for device when the device is in fastboot usb mode...
Ok guys, so because i had windows 8.1 and only USB 3.0 Ports i followed this guide to fix the fastboot issue... http://plugable.com/2012/12/01/windows-8-and-intel-usb-3-0-host-controllers...
it now connects to fast boot, after running the fastboot command "fastboot getvar all" i get this in return... (refer to pic)
so any ideas how to RETURN THE PHONE TO STOCK
thanks
Shotgun4 said:
Ok guys, so because i had windows 8.1 and only USB 3.0 Ports i followed this guide to fix the fastboot issue... http://plugable.com/2012/12/01/windows-8-and-intel-usb-3-0-host-controllers...
it now connects to fast boot, after running the fastboot command "fastboot getvar all" i get this in return... (refer to pic)
so any ideas how to RETURN THE PHONE TO STOCK
thanks
Click to expand...
Click to collapse
1- Win8.1 doesn't play nice with hboot 1.44, so recommend you use a Win7 or Ubuntu Live USB.
2- why don't you just flash a custom recovery and install a custom ROM? because with S-On, you can only get your bootloader to say RELOCKED, not the original LOCKED
And I'll leave this here just in case:
There is a newer RUU for your version here
but I personally would not use it, because you can still achieve S-Off on hboot 1.44
nkk71 said:
1- Win8.1 doesn't play nice with hboot 1.44, so recommend you use a Win7 or Ubuntu Live USB.
2- why don't you just flash a custom recovery and install a custom ROM? because with S-On, you can only get your bootloader to say RELOCKED, not the original LOCKED
And I'll leave this here just in case:
There is a newer RUU for your version here
but I personally would not use it, because you can still achieve S-Off on hboot 1.44
Click to expand...
Click to collapse
Ok, I'll look for a Custom Rom and I'll flash that threw Fastboot.
Thanks
Sent from my LG-D801 using XDA Free mobile app
Shotgun4 said:
Ok, I'll look for a Custom Rom and I'll flash that threw Fastboot.
Thanks
Sent from my LG-D801 using XDA Free mobile app
Click to expand...
Click to collapse
1- ROMs are installed using custom recovery. (TWRP 2.6.3.3 or 2.6.3.4 recommended at the moment)
2- do you intend on trying to S-Off your phone?
nkk71 said:
1- ROMs are installed using custom recovery. (TWRP 2.6.3.3 or 2.6.3.4 recommended at the moment)
2- do you intend on trying to S-Off your phone?
Click to expand...
Click to collapse
I have TWRP 2.6.3.4 installed already as the recovery... And I do intend to gain S-Off
Sent from my LG-D801 using XDA Free mobile app
Shotgun4 said:
I have TWRP 2.6.3.4 installed already as the recovery... And I do intend to gain S-Off
Sent from my LG-D801 using XDA Free mobile app
Click to expand...
Click to collapse
then install the ROM mentioned here: http://forum.xda-developers.com/showpost.php?p=48955645&postcount=251
and then use revone to get S-Off: http://forum.xda-developers.com/showthread.php?t=2314582
nkk71 said:
then install the ROM mentioned here: http://forum.xda-developers.com/showpost.php?p=48955645&postcount=251
and then use revone to get S-Off: http://forum.xda-developers.com/showthread.php?t=2314582
Click to expand...
Click to collapse
Ok thanks, I'll let you know how things go
Sent from my LG-D801 using XDA Free mobile app
nkk71 said:
then install the ROM mentioned here: http://forum.xda-developers.com/showpost.php?p=48955645&postcount=251
and then use revone to get S-Off: http://forum.xda-developers.com/showthread.php?t=2314582
Click to expand...
Click to collapse
ok sorry for the delay but here are some snaps of the issues im having. Every time try to push something to the device, it gives me "FAILED <remote:not allowed>
then it even says that the bootloader is not unlocked ..how is that if it clearly states in the bootloader menu *** UNLOCKED ***??
Any ideas on how to fix this? if the HTC One only had an SD Card Slot this could be so much easier ...
Shotgun4 said:
ok sorry for the delay but here are some snaps of the issues im having. Every time try to push something to the device, it gives me "FAILED <remote:not allowed>
then it even says that the bootloader is not unlocked ..how is that if it clearly states in the bootloader menu *** UNLOCKED ***??
Any ideas on how to fix this? if the HTC One only had an SD Card Slot this could be so much easier ...
Click to expand...
Click to collapse
hmm , and you want to s-off your device?
are you trying to brick your device in the 20 commands or so you ran (with the exception of fastboot devices), none of them are correct... either mistyped or completely inappropriate.
fastboot commands are not a joke, don't treat them as such, or you will end up bricking your phone. randomly typing fastboot commands is not a good habit.
Now please do some reading and research, but here's some quick info: Your phone has three states
1- bootloader (this is where you use fastboot.exe to flash things appropriate for bootloader mode flashing, such as a custom recovery)
2- recovery (with custom recovery you can use adb.exe commands, and install ROMs)
3- ROM (if you have USB debugging enabled you can also use adb.exe commands here)
nkk71 said:
hmm , and you want to s-off your device?
are you trying to brick your device in the 20 commands or so you ran (with the exception of fastboot devices), none of them are correct... either mistyped or completely inappropriate.
fastboot commands are not a joke, don't treat them as such, or you will end up bricking your phone. randomly typing fastboot commands is not a good habit.
Now please do some reading and research, but here's some quick info: Your phone has three states
1- bootloader (this is where you use fastboot.exe to flash things appropriate for bootloader mode flashing, such as a custom recovery)
2- recovery (with custom recovery you can use adb.exe commands, and install ROMs)
3- ROM (if you have USB debugging enabled you can also use adb.exe commands here)
Click to expand...
Click to collapse
Ok but even if the Command codes are wrong ( I did them at 2am I was so tired) the program Squabbi Toolkit should have worked... Right?
Sent from my LG-D801 using XDA Free mobile app
Shotgun4 said:
Ok but even if the Command codes are wrong ( I did them at 2am I was so tired) the program Squabbi Toolkit should have worked... Right?
Click to expand...
Click to collapse
Wrong.
you use fastboot to flash
* recoveries
* erase cache
* ruu.zip packages
* firmware.zip packages
you use a custom recovery (such as TWRP 2.6.3.3), to install a <name of ROM>.zip
you cannot "fastboot flash ..." a custom ROM.ZIP.
PS: I seriously recommend you don't do these commands at 2am when you're tired, that could end badly
nkk71 said:
Wrong.
you use fastboot to flash
* recoveries
* erase cache
* ruu.zip packages
* firmware.zip packages
you use a custom recovery (such as TWRP 2.6.3.3), to install a .zip
you cannot "fastboot flash ..." a custom ROM.ZIP.
PS: I seriously recommend you don't do these commands at 2am when you're tired, that could end badly
Click to expand...
Click to collapse
Ok so what I want to do is...
1. Upload the ROM you previously posted to my device via Fastboot
2. Gain S-Off using revon
My issue is what proper command I use to load the rom to my device for flashing threw the recovery??
I can access the Bootloader, Fastboot and Recovery.
ADB will not work, not sure why...
In Recovery I can not mount the storage, as I would on my LG to load the zip file to storage and flash threw recovery...
Sent from my LG-D801 using XDA Free mobile app
**Update**
So I found this in a guide...
""Alternatively you can flash through Fastboot. Download the ROM and place it in the platform-tools folder.
To start flashing, type fastboot update [romfile.zip].
This will take a few minutes to complete, so do not touch the device while it is working. ""
Shotgun4 said:
Ok so what I want to do is...
1. Upload the ROM you previously posted to my device via Fastboot
2. Gain S-Off using revon
My issue is what proper command I use to load the rom to my device for flashing threw the recovery??
I can access the Bootloader, Fastboot and Recovery.
ADB will not work, not sure why...
In Recovery I can not mount the storage, as I would on my LG to load the zip file to storage and flash threw recovery...
Sent from my LG-D801 using XDA Free mobile app
**Update**
So I found this in a guide...
""Alternatively you can flash through Fastboot. Download the ROM and place it in the platform-tools folder.
To start flashing, type fastboot update [romfile.zip].
This will take a few minutes to complete, so do not touch the device while it is working. ""
Click to expand...
Click to collapse
Search more next time.
If I had a nickel for every time I post this
adb/fastboot files for Windows: http://www.androidfilehost.com/?fid=23329332407585867
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
then you can either:
1- OTG cable
2- adb push <name of rom>.zip /sdcard/
3- initiate sideload in custom recovery, then adb sideload <name of rom>.zip
adb push example:
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
if you're having problems with PC seeing your phone, check FAQ#2 here: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
nkk71 said:
Search more next time.
If I had a nickel for every time I post this
adb/fastboot files for Windows: http://www.androidfilehost.com/?fid=23329332407585867
get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
in bootloader/FASTBOOT USB:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]fastboot devices[/COLOR][/B]
HT34xxxxxxxx fastboot [I][SIZE="1"]<- you are in bootloader[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.209s]
writing 'recovery'...
OKAY [ 1.144s]
finished. total time: 2.354s
C:\ADB3>[B][COLOR="Blue"]fastboot erase cache[/COLOR][/B]
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.120s]
finished. total time: 0.120s
C:\ADB3>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.160s]
finished. total time: 0.160s
-> enter RECOVERY
then you can either:
1- OTG cable
2- adb push <name of rom>.zip /sdcard/
3- initiate sideload in custom recovery, then adb sideload <name of rom>.zip
adb push example:
Code:
C:\ADB3>[B][COLOR="Blue"]adb version[/COLOR][/B]
Android Debug Bridge version 1.0.31
C:\ADB3>[B][COLOR="Blue"]adb devices[/COLOR][/B]
List of devices attached
HT34xxxxxxxx recovery [I][SIZE="1"]<- you are now in recovery[/SIZE][/I]
C:\ADB3>[B][COLOR="Blue"]adb push Android_Revolution_HD-One_52.0.zip /sdcard/[/COLOR][/B]
2990 KB/s (1172224138 bytes in 382.835s) [B][I]<- yes, it took over 5 mins,
without showing any progress[/I][/B]
[I][U][SIZE="1"]Just to double-check the file is not corrupt[/SIZE][/U][/I]
C:\ADB3>[B][COLOR="Blue"]adb shell md5sum /sdcard/Android_Revolution_HD-One_52.0.zip[/COLOR][/B]
2eff0d37fec5789b946c43f7da2c13bf /sdcard/Android_Revolution_HD-One_52.0.zip
[INDENT]from the OP:
Android Revolution HD 52.0 -- MD5 sum: 2EFF0D37FEC5789B946C43F7DA2C13BF --
==> so all is good :)[/INDENT]
C:\ADB3>
-> in recovery, select "install" and install the ROM
.
if you're having problems with PC seeing your phone, check FAQ#2 here: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Click to expand...
Click to collapse
Finally after 6 hours of sitting at my laptop, browsing the internet for answers ... it was so simple ...
1. adb wasnt working because when the device was connected in recover mode, Windows 8 had installed the "My HTC" drive ... To fix it all i did was uninstall that driver "My HTC".. refresh Device Manager and look under "unknown Devices" ... and install the Samasung OEM adb device driver in its place ...BOOM working adb!?
Next i followed your steps to push the rom via adb and it finished successful.
C:\Users\Peter\Android>adb devices
List of devices attached
FAXXXXXXXXXX recovery
C:\Users\Peter\Android>adb push rom.zip /sdcard/
4739 KB/s (1017950778 bytes in 209.742s)
C:\Users\Peter\Android>adb shell md5sum /sdcard/rom.zip
06c863ce41b0d5001290737a31e198a1 /sdcard/rom.zip
C:\Users\Peter\Android>
3. i check the "md5sum" and got "06c863ce41b0d5001290737a31e198a1" ... File i pushed was Android_Revolution_HD-One_9.4...
4. Flashed and device is now working perfectly :victory:
Thank You so much and for being so patient with me aha ... you deserve a thanks and a donation for all your help :highfive:
Also gained S-Off using Revon