[Q] No OS - No BOOT after format HTC One M7

Status
Not open for further replies.
Search This thread

ycason

New member
May 30, 2014
4
0
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

Version RECOVERY: ClockworkMod Recovery v6.0.3.3
 

nateboi81

Senior Member
Jul 25, 2010
601
97
Melbourne
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
 

ycason

New member
May 30, 2014
4
0
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

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
 
Last edited:

Seanie280672

Senior Member
Feb 27, 2012
2,322
768
Halesowen
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.
 

nateboi81

Senior Member
Jul 25, 2010
601
97
Melbourne
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
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
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

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

Senior Member
Feb 27, 2012
2,322
768
Halesowen
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.
 

nateboi81

Senior Member
Jul 25, 2010
601
97
Melbourne
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
 

yatindroid

Senior Member
Sep 23, 2009
2,103
594
Jaipur
I didn't find any topic where I can install fastboot and ADB without setting up my device
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
 

ycason

New member
May 30, 2014
4
0
adb and fastboot are required to setup your phone, not setup an already setup phone

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.
 
Status
Not open for further replies.