No fastboot option - HTC 10 Questions & Answers

Can't find anything on these forums or with google on this issue:
Unlocked HTC 10 purchased directly from HTC last week, received yesterday, running with AT&T SIM. Trying to unlock bootloader with HTCDEV but when I boot to bootloader or download mode there is no option for fastboot! Volume down + power brings me to download mode, my options are system info, show barcode, reboot to bootloader, reboot to download mode, reboot, power down. Tried reboot to bootloader. Phone reboots, says ***LOCKED***, ***S-ON*** and I have the options for reboot, reboot to bootloader, boot to download mode, boot recovery mode. I've ensured USB debug is ticked and OEM unlocked is allowed. I'm afraid I'm missing something obvious but I've used fastboot a fair bit on my m8 so I know what I'm looking for. I put a call in to HTC and their "special Bootloader Unlock team" is supposed to email me in the next 3 to 5 business days.
Tried a hard reset, didn't help.
All I could find on Google is some folks discussing an issue in earlier models of HTC phones - in those cases something about unticking fastboot in the "battery" menu of settings seemed to help but I can find no such options in the marshmallow variant on my phone. The HTCDEV site offers:
"If you have difficulty, power up normally, go to Settings->Battery and deselect Fast boot. Power down and try again." Must be referring to something from an older device because Settings --> Battery does not exist and Settings --> Power does not have a "Fast boot" option I can find to deselect.
Anyone have any thoughts?
Thanks...

It's has been renamed to "download mode" since M9 I think.

theres no fastboot option, it was changed to download mode on recent htc devices
once you're in phones in download mode & you have fastboot open on your pc
type "fastboot oem get_identifier_token"
the rest should be pretty easy

Htcdev explains all that on the first page of instructions as well.

Oops, got it...
metalfan78 said:
Htcdev explains all that on the first page of instructions as well.
Click to expand...
Click to collapse
Thanks guys, sure enough I was connected all along. I should have been able to figure that one out!
I'm not so sure Htcdev "explains all that" though. On the contrary, their instructions were the source of confusion! The first page says to "Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button." Their note of clarification does not help, launching into a discussion of enabling OEM unlock. They ought to update that. Why on Earth would it be clear to me that connecting in 'download mode' instead of 'bootloader mode' voids their specific instruction to "select fastboot and press the power button"?
Anyhoo, all set with a freshly unlocked bootloader, thanks again.

Hello there...
Can you Please tell where the download option is available in HTC devices?

aashish981 said:
Hello there...
Can you Please tell where the download option is available in HTC devices?
Click to expand...
Click to collapse
Some custom ROM's allow you to reboot to download mode via the power menu. If you're stock, power off the phone. Once it's off, hold volume down+power. Once the black HTC screen appears release both buttons. The phone will boot into download mode.
Sent from my HTC 10

Related

how to check if bootlader is locked

Hi Folks
I just got the Media Pad M2 8.0 and I want to check if the bootloader is locked or not
because there is no dialer installed I can't use the code I found in other forums
is there another way to find out?
hingerl said:
Hi Folks
I just got the Media Pad M2 8.0 and I want to check if the bootloader is locked or not
because there is no dialer installed I can't use the code I found in other forums
is there another way to find out?
Click to expand...
Click to collapse
Yes, there should be. You need to enter fastboot mode on the phone - i.e you need to get into the bootloader screen. The bootloader screen (usually called fastboot mode) will tell you if the bootloader and FRP are locked or unlocked - If it is locked, you should see "PHONE Locked" and "FRP Lock" in green, otherwise it should say "PHONE Unlocked" and "FRP Unlock" in red if the phone has been properly unlocked.
You can enter fastboot mode by either using ADB ("adb reboot bootloader", first make sure to enable developer options first as detailed in the Rooting guide, and then enabled USB debugging), or by first shutting down the phone and then powering it up while holding down the VOLDN (Volume Down) key. Of the two methods, I'd recommend the ADB method because the hardware keys method is usually hit-or-miss for me - sometimes it takes me to the bootloader, sometimes it boots normally into the ROM.
If you're on Windows and need the ADB and fastboot binaries, you can install the "15-second ADB installer" found in this thread.
Thanks, that worked, took me a while to figure everything out...
and it appears that my device is unlocked...

Can't use buttons in Recovery mode

Hey all
I've recently joined the bricked, "stuck at Google logo" club ... I have a locked bootloader and OEM unlock disabled so there's no chance for flashing anything. At first, I wasn't even able to go to Recovery mode, every time I tried that it'd just show the Google logo and freeze there. After following the instructions from this thread, I am able to enter in Recovery mode (though not always), but none of the buttons work. I can't move through the options and I can't even select the "Reboot system now" option with the power button.
I can't seem to find anything similar with google search so, here I am, posting and hoping someone knows what's up.
Thanks

Fastboot on European LG G7 Fit?

Hello
I have a question. I'm trying to enable Fastboot mode on my Lg G7 Fit. But when I try to activate Fastboot with the command "adb reboot fastboot" the device boots normally. What do I have to do to get into fastboot mode?
With the phone shutdown, have you tried holding VolumeDown while connecting to PC?
slvjpn said:
With the phone shutdown, have you tried holding VolumeDown while connecting to PC?
Click to expand...
Click to collapse
Yes. However, first the LG G7 Fit logo is displayed, then the battery level and if I hold down even longer, the phone starts quite usual.
Micro-USB?
Edit: When searching I noticed one thing: On the website of Hardreset It is said that I have to plug in a MICRO USB CABLE, but the phone only has Usb-C. Has that something to do with my problem? (I guess not)
This is one for the "absurdly easy once you know how" department.
* Turn off phone, unplug USB.
* Press (and hold, obviously) Volume-Up.
* Plug in USB.
* Fastboot logo appears.
* Run "fastboot whatever".
smurfix said:
This is one for the "absurdly easy once you know how" department.
* Turn off phone, unplug USB.
* Press (and hold, obviously) Volume-Up.
* Plug in USB.
* Fastboot logo appears.
* Run "fastboot whatever".
Click to expand...
Click to collapse
Sorry, but I repeat myself. Unfortunately this manual is only for non EU smartphones. If it worked, I would not ask. By pressing the volume-up button I enter the download mode. Volume Down does nothing
You're right, I was confused. Sorry.
So it seems that we need to figure out how to mimic LG's firmware upgrade protocol sufficiently to replace the recovery partition. (And get a TWRP for the phone.)
Both are nontrivial. I found https://www.sciencedirect.com/science/article/pii/S1742287615000535 that has some minimal info on the first step but I had no luck so far reproducing that.
smurfix said:
You're right, I was confused. Sorry.
So it seems that we need to figure out how to mimic LG's firmware upgrade protocol sufficiently to replace the recovery partition. (And get a TWRP for the phone.)
Both are nontrivial. I found https://www.sciencedirect.com/science/article/pii/S1742287615000535 that has some minimal info on the first step but I had no luck so far reproducing that.
Click to expand...
Click to collapse
Hmmm ... I understand only half of what was there, however, the website says this here: "The firmware update process runs only when smartphones enter a special mode firmware update, or the download mode. Only the bootloader and USB function can operate in this mode and a new system firmware can be flashed. " Could it be that the bootloader can be accessed via download mode?
Edit: No, you can't. Pressing the button combination for Fastboot in Download Mode does nothing. Fazit: There is no Fastboot+Bootloader on european G7 Fit's.
Edit edit: Android 9 Update coming soon. I hope that the Fastboot Mode will be added...
This is fastboot mode for LG? Last LG I had was a Nexus so I dont know how it should look like.
Volume UP while connecting phone brings up this mode.
Fastboot list devices command freezes..so it doesent work atm.
Android 9 UK or IT flashed over HUN version.
Gansterdrift said:
Edit edit: Android 9 Update coming soon. I hope that the Fastboot Mode will be added...
Click to expand...
Click to collapse
Unfortunately not. After the update to 9, fastboot is still absent. 'adb reboot bootloader" just reboots the phone

Question Download mode issue

Hi everyone. Ive got my first samsung smartphone. I followed guides to get root, but unfortunately I had no oem unlock button in settings, I used date tweak, and button appeared, until I closed settings window. However in download mode, I still dont have any option to unlock bootloader, only use vol+ to enter download mode, or vol- to reboot. I ve tried to unlock it from adb, but no luck I just get my phone restart while trying to acces fast boot with adb reboot bootloader. Please help, phone is cool, and I dont want to refund
If the oem unlock isn't in the settings app you can't root it.
spart0n said:
If the oem unlock isn't in the settings app you can't root it.
Click to expand...
Click to collapse
But it is there. I already enabled it
Romchik971 said:
But it is there. I already enabled it
Click to expand...
Click to collapse
Go to Download mode like this :
Turn off the phone
Hold volume + and - and then plug in a USB cable ( already connected to a PC )
Then you should see that "unlock bootloader" option

Bootloading Kyocera DuraXV Extreme

Hello, I'm having some serious trouble bootloading my Kyocera DuraXV Extreme (AOSP)
I've went into developer options and activated USB debugging and allowed OEM unlocking.
But I get stuck on rebooting into bootloader mode. I've tried different approaches:
1. Starting up phone while holding volume up and down buttons. Then select "reboot to bootloader".
2. adb reboot bootloader command
Both options reboot the phone without going into bootloader mode.
Seems Kyocera decided to somehow lock the bootloader mode. Anyone know of a workaround here?
jonas.sj said:
Hello, I'm having some serious trouble bootloading my Kyocera DuraXV Extreme (AOSP)
I've went into developer options and activated USB debugging and allowed OEM unlocking.
But I get stuck on rebooting into bootloader mode. I've tried different approaches:
1. Starting up phone while holding volume up and down buttons. Then select "reboot to bootloader".
2. adb reboot bootloader command
Both options reboot the phone without going into bootloader mode.
Seems Kyocera decided to somehow lock the bootloader mode. Anyone know of a workaround here?
Click to expand...
Click to collapse
My comments below are based on the belief that you are trying to unlock the bootloader.
I am not familiar with this phone but generally the two steps mentioned by you are not enough to unlock the bootloader. After those steps, you'll have to issue a command via adb to unlock the bootloader and if successful, then you can boot into it for further operations. The command will vary between devices, so search and profit.
Thanks, this cleared it up a bit, you are right, I'm trying to unlock it.
I'm trying the command fastboot flashing unlock but only getting the message < waiting for any device >. I read somewhere that I might need some USB drivers but I don't know where to find them. I have the latest version of the standard USB drivers for the phone, but as I understand it I need special drivers for this?
I'm trying to follow the steps here: https://www.ifixit.com/Guide/How+to+unlock+the+bootloader+of+an+Android+Phone/152629#s317298
I get stuck on the step:
Enter the command adb reboot bootloader
Wait a couple seconds until your device rebooted into the bootloader, then enter the command fastboot flashing unlock
My phone isn't "rebooted into the bootloader", it just reboots. It gives the message "< waiting for any device >" when I write fastboot flashing unlock
jonas.sj said:
I'm trying to follow the steps here: https://www.ifixit.com/Guide/How+to+unlock+the+bootloader+of+an+Android+Phone/152629#s317298
I get stuck on the step:
Enter the command adb reboot bootloader
Wait a couple seconds until your device rebooted into the bootloader, then enter the command fastboot flashing unlock
My phone isn't "rebooted into the bootloader", it just reboots. It gives the message "< waiting for any device >" when I write fastboot flashing unlock
Click to expand...
Click to collapse
It should be a driver issue. When the phone is on and you connect it to the PC/laptop and send the command 'adb devices', does it show an alphanumeric value? Likewise, when you are booted into the bootloader by key combination and send the command, 'fastboot devices', does it show the same alphanumeric response? If so, the drivers are installed properly. If not, either you don't have the correct drivers or they are not installed properly. Try installing the drivers again after disabling driver signing in Windows on your PC (search for it on Google).
Hello, can you clarify what you mean by "booted into the bootloader by key combination"?
My problem is I cannot boot into bootloader at all.
Any attempt at doing so results in a normal boot of the device.
jonas.sj said:
Hello, can you clarify what you mean by "booted into the bootloader by key combination"?
My problem is I cannot boot into bootloader at all.
Any attempt at doing so results in a normal boot of the device.
Click to expand...
Click to collapse
Are you sure that the key combination for booting into bootloader is what you described in the first post?
1. Starting up phone while holding volume up and down buttons. Then select "reboot to bootloader".
Click to expand...
Click to collapse
I see Power plus Volume Up as the suggested one from a Google search. Try that.
If you can't even boot into the bootloader with the correct key combination, I don't know how to help you further since we are starting to go in circles. I am sorry.
Hello, thank you so much for trying to help me. It seems I can't boot into bootloader. Volume up + power gives the same result as what I did before.: It opens a "Recovery" menu where I can choose reboot to bootloader, but this option just reboots the phone.
I've been in contact with Kyocera and they say:
Thanks for contacting the Kyocera Customer Support. We will be more than happy to assist you with your concern
In this case allow us to inform you that since this device is a basic phone , it doesn't have the option to activate fastboot mode. By installing something that will change the way the phone works , that will void the warranty that came with the phone. We as manufacture can not help you to modify the software that came with the phone.
So the phone's fastboot mode has been deactivated. But since it's an android I guess it should still be possible with some workaround. I just don't know whee to start, I've been researching for a week with no result.
Something interesting ehre, maybe someone with more coding knowledge can tell what's going on.
I found the source code for the phone and located a file called recovery.c which I guess handles the menu I see when I press volume up + power button. Maybe some clue to why the phone isn't going into fastboot mode?

Categories

Resources