Can not get into bootloader mode to use fastboot. - Verizon LG V10

For the life of me I can not get my wife's phone into bootloader mode. I have read tons of threads that all say to either hold down power and vol down OR plug in the usb cord (connected to computer) while holding the vol down button.
The power+vol down results in the recovery mode and the other causes a vibration then goes to the %charging screen.
I have adb working cause it returns the device number and also reboots... BUT neither <adb reboot recovery> OR <adb reboot-bootloader> does anything but reboot normally.
Here's the deal, I am trying to get her stock phone to run Android Pay but it fails the safety net. There is a chance that I unlocked the bootloader but without having access to fastboot I can't run <fastboot getvar unlocked> to check.
So my questions are:
Is there some way to get into fastboot that I am missing?
Is there a way to know if the bootloader is unlocked besides fastboot command?
Any thoughts on reasons a stock phone would fail safety net besides the unlocked bootloader is welcome also.
Thanks.
PS. This V-10 in nothing like ny Nexus phones. LOL

Related

HTC One Max International Version - Red Exclamation and Reboot

So I was on my way to unlocking my boot loader and rooting the phone when i ran into this issue. (i am on AT&T)
The phone is stuck on a Red Exclamation Point and then it reboots to a white HTC screen every minute or two.
Where I was at in the process my bootloader was "unlocked", "tampered" displayed. I had even backed up with TWRP. The thing was I couldnt get the USB Debugging turned on. I turned it on before I started the process and was having trouble finishing with superuser and rooting the device. I had been trying forever to setup the S-OFF Feature to NO AVAIL.
Once I unlocked on HTCdev and then setup TWRP I just could never get the phone back to normal.
Once again this is the INT'L Version of the HTC ONE MAX and I just don't know where to turn next.
Please help. I am without phone and just purchased yesterday.
TIA - Mark
Well what you need is an ruu (rom utility updater) which is an updater program officially from htc. but I can't seem to find it for you, perhaps because it's not even made yet..
I'm affraid it's gonna have to go back to the store, are you able to acces to bootloader? if not, then don't worry about it being unlocked, they'll never notice. They're going to reset it for you or give you a replacement.
shaggydiamond said:
Well what you need is an ruu (rom utility updater) which is an updater program officially from htc. but I can't seem to find it for you, perhaps because it's not even made yet..
I'm affraid it's gonna have to go back to the store, are you able to acces to bootloader? if not, then don't worry about it being unlocked, they'll never notice. They're going to reset it for you or give you a replacement.
Click to expand...
Click to collapse
heres my question how do i know what RUU to search for? how do i figure out which version i need based on my phone?
Thanks in advance.
Mark
Well you say you have the international version? but you got it from at&t so it's carrier branded right?
but first things first, you have to be able to access the bootloader to start the ruu. So can you access it?
when in fastboot: find out the CID by this command: fastboot getvar cid
If it answers with : None. Don't worry, try this command: fastboot oem readcid
Then it will tell you the CID. this code is needed when receiving updates from your carrier.
You will need to find the ruu for your CID, any other ruu won't work.
If you find an international ruu for your phone, you can use that one, but you have to have SuperCID.
You can get superCID after you s-off..
If you have SuperCID you can flash any ruu for your device, be careful though, I bricked my htc one s with a wrong ruu.
Goodluck!
the phone is not sold by ATT but is GSM
i cannot access boot loader.
I cant get past the RED EXCLAMATION (so am I bricked?)
this is the phone...
http://www.amazon.com/HTC-One-Max-F...92559809&sr=8-3&keywords=htc+one+max+unlocked
when in fastboot: find out the CID by this command: fastboot getvar cid
If it answers with : None. Don't worry, try this command: fastboot oem readcid
also i did find the TRWP backup if that matters or helps....
i tried both commands and it says fastboot is notrecognized as an internal or external command
operable program or batch file.
Well if you cannot access the bootloader, then you can't use fastboot commands..
Can you tell me what button pressing combinations you have used to enter bootloader?
Can you try to power the phone off completely and then just hold volume down?
The twrp backup can come in handy when your phone gets a working recovery, don't delete that
when i hold down the vol down...it just stays on RED EXCLAMATION....and when I try and enter bootloader mode with vol it just gives me the reset to the White HTC screen and back to the RED EXCL
i have not been able to power down completely
dankduke said:
when i hold down the vol down...it just stays on RED EXCLAMATION....and when I try and enter bootloader mode with vol it just gives me the reset to the White HTC screen and back to the RED EXCL
Click to expand...
Click to collapse
I'm pretty clueless here, If i were you i would keep trying to get in the bootloader. I have had a similar soft brick on my htc one and after half an hour of pressing every key combination it ended up in the bootloader. If that doesn't work I would let it get replaced on warranty
Okay so now I need some HELP.
I took out the SD Card and the SIM Card and the Bootloader screen comes up.
My choices are FASTBOOT, RECOVERY FACTORY RESET, SIM LOCK etc.
What do I do. I feel like I got one chance at this!
And here is my boot loader
my last question....how do i enable the USB Debugging. It shows as being OFF.
Can i do through boot loader or through the CMD Prompt..?
dankduke said:
my last question....how do i enable the USB Debugging. It shows as being OFF.
Can i do through boot loader or through the CMD Prompt..?
Click to expand...
Click to collapse
okey here's what you do, you don't have to have usb debugging enabled. that's only for adb purposes. You need to try and access the twrp recovery from the bootloader. If it doesn't work. try and look for the boot.img file of a twrp recovery for your device and flash that through fastboot

Moto Z Driod Bootloader Issue

So I tried Unlocking Bootloader with a made up unlock.bin.
Word of warning be careful if you try it.
This is my experience: OEM UNLOCK with a made up bin phone gives a warning about wiping.
Out of curiosity I wanted to see if it would just fail out it didn't, but instead wiped the phone like it was unlocking the BL, I went into bootloader to check it was still locked (as expected).
But doing the procedure did something to my bootloader. If the phone is off (shutdown) and I plug it into the charger it will immediately boot into bootloader on it's own without me touching the power button.
Also from a powered off state if I power like normal it will boot to bootloader screen instead of system, from which I can boot into the system without issues and the phone works fine.
From a powered up state If I hold the power button for safe mode it will reboot into bootloader mode and then I have to start the phone to get to safe mode.
Has anyone else experienced this? Would reflashing the Nougat firmware correct it?
If not I am fine with the phone the way it is.
Get in bootloader and type: fastboot oem fb_mode_clear
It's a command to close the "startup directly into bootloader". Device should start normal again.
Bender1987 said:
Get in bootloader and type: fastboot oem fb_mode_clear
It's a command to close the "startup directly into bootloader". Device should start normal again.
Click to expand...
Click to collapse
Thank you I will try that when I get home this evening.
Edit: that solved the issue I think I'll leave the boot loader alone for awhile lol.

Completely f****d my G-Watch

SO, tl;dr-- My LG G watch turns on, then enters into a point where it is stuck doing the swirling colors boot animation until the battery dies. If I boot into bootloader mode, I cannot do anything other than reboot bootloader or power off. Recovery does not work, when I try it gives me the android guy on his back and tapping the screen does nothing. The restore tool used to be able to interface with my device, but now it does not even show up under 'adb devices.' If anyone could tell me something I can do, it would be greatly appreciated.
Is your bootloader unlocked?
Yes, I have an unlocked bootloader. When I turn the device on, it shows the little 'unlocked' symbol.
If you boot to bootloader mode can you run fastboot commands? If so, download one of the 6.0.1 roms from XDA and then follow the install instructions. If not....hmmm, not sure!
feyd2blak said:
If you boot to bootloader mode can you run fastboot commands? If so, download one of the 6.0.1 roms from XDA and then follow the install instructions. If not....hmmm, not sure!
Click to expand...
Click to collapse
How do I do fastboot commands? I can boot to bootloader mode, and the restore tool talks with my watch and recognizes it as a device sometimes.
Via a USB cable connected to a computer and the fastboot tool installed on that computer. You also need the correct fastboot drivers for this.

Newly rooted Moto G4 cannot enter bootloader or recovery, please help!

I am very new to this, I rooted my Moto G4 and now I need to download SUHide in order to play Pokemon Go. When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked. I tried downloading an app that loads recovery for me but when I tried that I got a "no command" screen with a little green robot.
From what I've read, it's possible I didn't flash my trwp properly? I don't know how this is possible since I just rooted my phone. I would appreciate some help, I'm afraid to take any random guesses at the risk of ruining my phone. Sorry if I'm missing something obvious or not giving enough info, I'm not very tech savvy.
levijoseph said:
I am very new to this, I rooted my Moto G4 and now I need to download SUHide in order to play Pokemon Go. When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked. I tried downloading an app that loads recovery for me but when I tried that I got a "no command" screen with a little green robot.
From what I've read, it's possible I didn't flash my trwp properly? I don't know how this is possible since I just rooted my phone. I would appreciate some help, I'm afraid to take any random guesses at the risk of ruining my phone. Sorry if I'm missing something obvious or not giving enough info, I'm not very tech savvy.
Click to expand...
Click to collapse
Try power plus volume up button to go to fastboot mode.
If it not working then connect your android to pc and enable adb. Type "adb devices" enter then type "adb reboot bootloader" and enter. It boots your android in fastboot mode.
If adb commands not working then install adb and fastboot drivers and try again.
https://forum.xda-developers.com/showthread.php?t=2317790
In most devices, volume up + power boots up the recovery options, volume down + power boots the device into fastboot mode (volume buttons first plus power, pressing power button first would boot the device normally).
levijoseph said:
When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked.
Click to expand...
Click to collapse
How did you install the custom recovery? Try flashing the recovery.img again (I'm guessing, since you have root, that you did not "flash" (fastboot flash recovery recovery.img) TWRP but just "boot" (fastboot boot recovery.img) it and installed SuperSU).
Ashwinrg said:
Try power plus volume up button to go to fastboot mode.
If it not working then connect your android to pc and enable adb. Type "adb devices" enter then type "adb reboot bootloader" and enter. It boots your android in fastboot mode.
If adb commands not working then install adb and fastboot drivers and try again.
https://forum.xda-developers.com/showthread.php?t=2317790
Click to expand...
Click to collapse
Okay, so that did work, and I was able to enter fastboot mode. However, once I scrolled down to "recovery mode" and tried to enter, I got the same "no command" screen.
rolland.arriza said:
In most devices, volume up + power boots up the recovery options, volume down + power boots the device into fastboot mode (volume buttons first plus power, pressing power button first would boot the device normally).
How did you install the custom recovery? Try flashing the recovery.img again (I'm guessing, since you have root, that you did not "flash" (fastboot flash recovery recovery.img) TWRP but just "boot" (fastboot boot recovery.img) it and installed SuperSU).
Click to expand...
Click to collapse
I used the official moto g4 root guide on this website to root my phone and I'm pretty sure I booted, not flashed, the recovery img (mine is named twrp-3.0.2-0-athene). So, I tried using the command you provided to flash the recovery img and I got a < waiting for any device > message in the command prompt. My phone is plugged in and my recovery img is in the adb / fastboot folder. Any idea what this means? Thank you for the help guys
edit: If it helps to know this, my phone has usb debugging enabled and it is recognized by my pc. I type adb devices and my moto g4 serial number does indeed show up.
levijoseph said:
I am very new to this, I rooted my Moto G4 and now I need to download SUHide in order to play Pokemon Go. When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked. I tried downloading an app that loads recovery for me but when I tried that I got a "no command" screen with a little green robot.
From what I've read, it's possible I didn't flash my trwp properly? I don't know how this is possible since I just rooted my phone. I would appreciate some help, I'm afraid to take any random guesses at the risk of ruining my phone. Sorry if I'm missing something obvious or not giving enough info, I'm not very tech savvy.
Click to expand...
Click to collapse
If you are trying to flash twrp recovery on your android then rename your twrp to recovery.
Boot your android in fastboot mode,
Navigate to folder that you have recovery. Press shift and right click and click on open command here and type "fastboot devices" and enter
"fastboot flash recovery recovery.img
It flash your recovery to your android.
Ashwinrg said:
If you are trying to flash twrp recovery on your android then rename your twrp to recovery.
Boot your android in fastboot mode,
Navigate to folder that you have recovery. Press shift and right click and click on open command here and type "fastboot devices" and enter
"fastboot flash recovery recovery.img
It flash your recovery to your android.
Click to expand...
Click to collapse
Did all that, getting:
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:recovery: not found
error: cannot load 'recovery.img'
Also, per the suggestion of other users on these forums, I tried to hold down power and press volume up during the "no command" screen after attempting to enter recovery. That sent me into Android Recovery but it's not the twrp platform I used when originally rooting my phone.
How did you unlock the bootloader? have you tried: fastboot oem unlock?
You need to "allow oem unlocking" on developer options (which I guess you already did). Then reboot in bootloader: (a) adb reboot bootloader. In fastboot, you need to unlock the bootloader first: (b) fastboot oem unlock (or unlock-go). Then you can try to flash that recovery.img: (c) fastboot flash recovery "name of the file.img"
edit: fastboot oem unlock restores the device to factory settings. You need to configure and enable again "usb debugging" and "oem unlocking" (which are disabled by default). You can then proceed to fastboot flash

EMUI 4.1 Huawei Sensa H715BL boot loader

Has anybody ever gotten this boot loader to unlock on this specific model ? Ive been trying for days and I have the unlock code that DC unlocker furnished. ADB keeps saying failed and it sees my device. It has a funny boot loader with limited options, not like your normal boot loader. I would really like to unlock it and install twrp. Ive had great success with other phones and tablets but this one here is a booger. Any feed back or solutions would be great. Love this phone.just not EMUI...
Huawei Sensa on sale for $19.99 Refurb
I am looking for the same answers. I bought 5 of these phones at $20 each refurbed. I would like to use them for fun/stupid projects. Root would be required for some of my projects. TWRP would be very nice as well. If any one has any insight. I got on huawei support chat. They claim it is a Snapdragon 615 Soc , it is underclocked to 1.2Ghz to keep the heat issues to a minimum.
https://shop.straighttalk.com/shop/en/straighttalk/phones/st-huawei-sensa-lte-reconditioned
This phone have a root method ? H715BL version
ANYONE ?
Same question here. I got as far as getting a boot unlock code. I can't seem to get into fastboot. Oem Unlock is turned on. I did Volume down+Power from off, and I tried Volume down + inserting usb cable. No luck. I also ran the adb command "reboot bootloader". Still no fastboot.
When I run fastboot command while in the screen with the little android (volume down + Power) the phone is listed but "fastboot oem unlock" fails as an unknown command.
Do we really need to unlock the bootloader for root? Isn't it just for Twrp? I can do without Twrp since I'll have other rooted backup methods. I'll try a few root apps and see I guess.
gggirlgeek::: how did you manage get bootloader unlock code
To unlock bl need latest platform tool sdk to send fastboot commands
gggirlgeek said:
Same question here. I got as far as getting a boot unlock code. I can't seem to get into fastboot. Oem Unlock is turned on. I did Volume down+Power from off, and I tried Volume down + inserting usb cable. No luck. I also ran the adb command "reboot bootloader". Still no fastboot.
When I run fastboot command while in the screen with the little android (volume down + Power) the phone is listed but "fastboot oem unlock" fails as an unknown command.
Do we really need to unlock the bootloader for root? Isn't it just for Twrp? I can do without Twrp since I'll have other rooted backup methods. I'll try a few root apps and see I guess.
Click to expand...
Click to collapse
Please use latest platform sdk tools and run fastboot from there
Gggirlgeek:: Maybe fastboot reboot recovery … then from recovery reboot bootloader. I guess it can work just that i not have unlock code yet

Categories

Resources