bootloader mode. Vol-, power buttons do not respond - Legend General

Hey guys,
I have Htc Legend with CM7.
Yesterday I turned off the phone when he was discharged.
Today, the device switches into bootloader mode, but volume and power buttons do not respond.
What should I do?
Please help

any suggestions?

robospot said:
any suggestions?
Click to expand...
Click to collapse
you can try sending adb or fastboot command to reboot device (to cm7) don't know it it's possible so google the different commands you can give
or you can send adb/fastboot command to go to recovery (cwm2/3)
try googeling adb and fastboot commands for android
hope this helps a bit..

Hitmax117, thanks for your answer, but I tried it.
Logo appears after a reboot and nothing happens
Maybe something else?

robospot said:
Hitmax117, thanks for your answer, but I tried it.
Logo appears after a reboot and nothing happens
Maybe something else?
Click to expand...
Click to collapse
maybe you can just take the battery out and wait for a minute...sometimes such easy things can do it...or maybe you should give it a bit more time to boot?

Related

Help required to enter bootloader pls!!!

After installing this theme Theme Animation for RCMix3D Runny 1.3 posted by liamstears, my dhd failed to boot, it stuck at the htc white screen for more than 3hrs now. The problem is, the volume key is faulty, so, i cant boot into bootloader.
I need help to bootloader so that i cant enter recovery and restore my phone. Any help will be greatly appreciated. Thanks
Try if you have the Android SDK installed you can try to run
Code:
adb reboot bootloader
or
Code:
adb reboot recovery
Just make sure your phone is plugged in.
Or remove battery and press and hold volume down, and power. It'll get you to recovery
daedric said:
Or remove battery and press and hold volume down, and power. It'll get you to recovery
Click to expand...
Click to collapse
Did you read the OP? Volume key is broken...
Your best bid is to try the adb commands as far as I know...
andyharney said:
Try if you have the Android SDK installed you can try to run
Code:
adb reboot bootloader
or
Code:
adb reboot recovery
Just make sure your phone is plugged in.
Click to expand...
Click to collapse
Thanks for the reply, downloading the sdk package now. But, since the phone is not booting, how do I connect it to the computer? With the screen off or while the phone is at the htc white screen? Elaborate pls. Thanks a lot.
tmh said:
Did you read the OP? Volume key is broken...
Your best bid is to try the adb commands as far as I know...
Click to expand...
Click to collapse
Am a noob on adb commands, I need guidance on how to execute the commands. Thanks
Phone needs to be on, so I'm guessing at the white screen. Again, never been in the same situation, so in no way am I sure it'll work...
Thanks, will try
degreatone said:
Am a noob on adb commands, I need guidance on how to execute the commands. Thanks
Click to expand...
Click to collapse
navigate to Android sdk folder via command line then issue the commands exactly as presented in Andyharneys post.
Should work fine at White HTC screen
Hello,
I had this problem and it's solved
You can download " android control ", this program allow to reboot in recovery or bootloader easy
Yep best bet is to use adb. Best tool for android
kevin350 said:
Hello,
I had this problem and it's solved
You can download " android control ", this program allow to reboot in recovery or bootloader easy
Click to expand...
Click to collapse
where can I download it pls? a link will be appreciated.
problem solved, thanks everyone.

[Q] Phone is bricked help...

Hi everyone. I tried to downgrade from kitkat on my lg g2 d800 and I followed the guide and downloaded the necessary files but now my phone wont boot and windows can't detect it. I can't get into fastboot...please help
I think you just need to do a hard reset. Unless something went wrong during the flash?
Downgrading requires a factory reset. Power off the phone, press volume down and power button until the LG logo appears then press power again. Should take you to factory reset mode.
Otherwise you can flash KK again using the kdz from download mode (plug to your computer whilst holding volume up I believe)
Sent from my LG-D801 using Tapatalk
Johnl120 said:
Hi everyone. I tried to downgrade from kitkat on my lg g2 d800 and I followed the guide and downloaded the necessary files but now my phone wont boot and windows can't detect it. I can't get into fastboot...please help
Click to expand...
Click to collapse
Pleast try to reboot the phone(if not, just take out the battery.)
Thank you everyone. Something did go wrong during the flash...it just stopped abruptly at 12 percent. I tried doing a hard reset by holding the volume down and then letting go when the logo appeared and then pressing the buttons again. It says resetting in progress but then shuts off.
Hermosa said:
Pleast try to reboot the phone(if not, just take out the battery.)
Click to expand...
Click to collapse
The phone has a non-removable battery...
AnteusFogg said:
Downgrading requires a factory reset. Power off the phone, press volume down and power button until the LG logo appears then press power again. Should take you to factory reset mode.
Otherwise you can flash KK again using the kdz from download mode (plug to your computer whilst holding volume up I believe)
Sent from my LG-D801 using Tapatalk
Click to expand...
Click to collapse
Fastboot doesn't work anymore...my pc doesn't recognize it anymore. Holding the power button brings the lg logo on but then it quickly disappears.
Johnl120 said:
The phone has a non-removable battery...
Click to expand...
Click to collapse
uhhh. thorny
offenberg said:
I think you just need to do a hard reset. Unless something went wrong during the flash?
Click to expand...
Click to collapse
I think something did go wrong because I can no longer access fastboot by pressing the power button and holding +. Holding the power button and the volume - key and then letting go and pressing them again when the lg logo comes up again, brings up the hard reset menu. But when I confirm the reset the phone shuts off...
Try this. http://forum.xda-developers.com/showthread.php?t=2582142
Don't know if you have experience with Ubuntu. But its easy to install and the process is easier than it looks.
Check if your phone has some if these symptoms. And please note that you CAN'T use the files provided in the OP. You need the files for D800.
offenberg said:
Try this. http://forum.xda-developers.com/showthread.php?t=2582142
Don't know if you have experience with Ubuntu. But its easy to install and the process is easier than it looks.
Check if your phone has some if these symptoms. And please note that you CAN'T use the files provided in the OP. You need the files for D800.
Click to expand...
Click to collapse
I tried this and the command "ls /dev/sd*" doesn't detect the phone.
Why were you trying to Downgrade?
Sent from my LG-D801 using Tapatalk
Johnl120 said:
I tried this and the command "ls /dev/sd*" doesn't detect the phone.
Click to expand...
Click to collapse
Unplug your device, run the following command and plug the device back in (maybe you have to execute the command again):
dmesg -c
This should show you all USB system events. Your phone should show up as /dev/s<omething>.
However, the phone needs to be powered on. If it shut's itself off, Linux probably can't connect to it ...
AnteusFogg said:
Why were you trying to Downgrade?
Sent from my LG-D801 using Tapatalk
Click to expand...
Click to collapse
I was trying to downgrade so that I could root.
saimonsez said:
Unplug your device, run the following command and plug the device back in (maybe you have to execute the command again):
dmesg -c
This should show you all USB system events. Your phone should show up as /dev/s<omething>.
However, the phone needs to be powered on. If it shut's itself off, Linux probably can't connect to it ...
Click to expand...
Click to collapse
Thank you. I will try this later on today. The battery might have completely died which might mean that the phone was on the entire time...
You're welcome. And please don't forget the Thanks-button if my hint was helpful
saimonsez said:
You're welcome. And please don't forget the Thanks-button if my hint was helpful
Click to expand...
Click to collapse
Thanks but it still doesn't work...Ubuntu won't detect it.

Help, I know it's been asked, can't find the answer, can't boot past the LG logo

Please help, I went to update my magisk to 11.6 as it said, everything else is fine. It's rooted has NATFs ROM on it, 3.2 and everything else was otherwise fine. Then, it rebooted to install the Magisk update and here I am stuck with a phone that won't boot past the LG Life's Good screen. The screen dims slightly after the LG logo is displayed and then nothing. Absolutely nothing at all. I can't boot into recovery or bootloader, and the device isn't recognized even though my computer makes a noise as though it's connected when I plug it in to the computer's USB port.
Please help, I'm really stuck here.
sanjsrik said:
Please help, I went to update my magisk to 11.6 as it said, everything else is fine. It's rooted has NATFs ROM on it, 3.2 and everything else was otherwise fine. Then, it rebooted to install the Magisk update and here I am stuck with a phone that won't boot past the LG Life's Good screen. The screen dims slightly after the LG logo is displayed and then nothing. Absolutely nothing at all. I can't boot into recovery or bootloader, and the device isn't recognized even though my computer makes a noise as though it's connected when I plug it in to the computer's USB port.
Please help, I'm really stuck here.
Click to expand...
Click to collapse
Have you tried going to recovery via button combinations?
JeyTruth said:
Have you tried going to recovery via button combinations?
Click to expand...
Click to collapse
Yes, thanks. I tried that. Nothing registers with the power on/volume down nor volume up.
Is the bootloader corrupted?
sanjsrik said:
Yes, thanks. I tried that. Nothing registers with the power on/volume down nor volume up.
Is the bootloader corrupted?
Click to expand...
Click to collapse
Then unbrick the phone by going fastboot mode
Type "fastboot oem lock (or locker)"
*Then shut off the phone.
*Then do a factory reset by the same combination you do when going to recovery.
*after that try going fastboot again and unlock the oem
*with "fastboot oem unlock(or "unlocker" don't remember
Then you should be able to go to recovery.
BE AWARE : your phone my be wiped so make sure you backup.
Just wanted to say I'm on the same rom and did the update too, but I didn't have any issues thankfully.
JeyTruth said:
Then unbrick the phone by going fastboot mode
Type "fastboot oem lock (or locker)"
*Then shut off the phone.
*Then do a factory reset by the same combination you do when going to recovery.
*after that try going fastboot again and unlock the oem
*with "fastboot oem unlock(or "unlocker" don't remember
Then you should be able to go to recovery.
BE AWARE : your phone my be wiped so make sure you backup.
Click to expand...
Click to collapse
I'm a moron. Can I ask for really stupid steps here because I'm kind of nervous about making this worse.
1. I was able to oem lock and unlock, however I still can't get past the LG screen. I can get to fastboot, nothing more
2. I'm sure everything is wiped, I'll worry about later, I just want to be able to get to recovery and nothing is registering at all
3. ADB reboot recovery isn't working at all I get error: device '(null)' not found
Currently, I'm sitting with the device plugged into my computer on fastboot mode displayed on the screen with the command "use fastboot reboot" if the fastboot is available.
fastboot devices shows the following:
LGH918ad448f8 fastboot
Is there a way to get to recovery from fastboot?
ugh, this is so frustrating. Any help would be gratefully appreciated.
sanjsrik said:
I'm a moron. Can I ask for really stupid steps here because I'm kind of nervous about making this worse.
1. I was able to oem lock and unlock, however I still can't get past the LG screen. I can get to fastboot, nothing more
2. I'm sure everything is wiped, I'll worry about later, I just want to be able to get to recovery and nothing is registering at all
3. ADB reboot recovery isn't working at all I get error: device '(null)' not found
ugh, this is so frustrating. Any help would be gratefully appreciated.
Click to expand...
Click to collapse
After you locked the oem. Did you turn off the phone and then factory reset (by pressing volume down and power, after you see lg you then release only power button for a second and press it again)?
Make sure to do this after locking oem and before unlocking oem.
JeyTruth said:
After you locked the oem. Did you turn off the phone and then factory reset (by pressing volume down and power, after you see lg you then release only power button for a second and press it again)?
Make sure to do this after locking oem and before unlocking oem.
Click to expand...
Click to collapse
Okay, did this bit and yes, wiped the data and the screen showed up asking me to do so.
sanjsrik said:
Okay, did this bit and yes, wiped the data and the screen showed up asking me to do so.
Click to expand...
Click to collapse
Alright you can theoretically flash the recovery twrp.img through fast boot, after you reflash the recovery you can go recovery from there.
I think typing fastboot reboot recovery
Check online. I'm not sure exactly.
sanjsrik said:
Okay, did this bit and yes, wiped the data and the screen showed up asking me to do so.
Click to expand...
Click to collapse
I'm taking the battery out.
reinserting the battery
Pressing the power and volume up button and releasing for a second and reholding what do I release and rehold? I am trying to hold the volume up while releasing and reholding the power but I just get the same LG screen and no recovery
Ugh, i"m so sorry for asking for so much help.
sanjsrik said:
I'm taking the battery out.
reinserting the battery
Pressing the power and volume up button and releasing for a second and reholding what do I release and rehold? I am trying to hold the volume up while releasing and reholding the power but I just get the same LG screen and no recovery
Ugh, i"m so sorry for asking for so much help.
Click to expand...
Click to collapse
After you do that button combinations it's going to ask you if you want to wipe or factory reset etc, you choose YES twice!. If you flashed recovery before then it'll take you over there after the choosing yes (it's not really gonna do anything just suppose to take you to recovery)
Edit: Okay let me be clear. When you lock the oem you should do the buttons combination. If you do them successfully then it should take you to a white screen. Asking you about confirmation twice. Then it will wipe and factory reset.
Now when you already have oem unlocked, you do the same procedure and which will take you to white screen then you choose YES twice then it'll take you to recovery (if you have successfully flashed it before)
---------- Post added at 12:41 AM ---------- Previous post was at 12:34 AM ----------
sanjsrik said:
I'm taking the battery out.
reinserting the battery
Pressing the power and volume up button and releasing for a second and reholding what do I release and rehold? I am trying to hold the volume up while releasing and reholding the power but I just get the same LG screen and no recovery
Ugh, i"m so sorry for asking for so much help.
Click to expand...
Click to collapse
Lol, btw it's volume DOWN not volume up.
So don't even lock the oem, try doing the combination properly now
Edit: so if it still doesn't work then try flashing twrp.img through fastboot there is a command I just don't remember. Make sure you have the .img twrp file locally so you can flash it.
JeyTruth said:
After you do that button combinations it's going to ask you if you want to wipe or factory reset etc, you choose YES twice!. If you flashed recovery before then it'll take you over there after the choosing yes (it's not really gonna do anything just suppose to take you to recovery)
Click to expand...
Click to collapse
i did choose yes twice, but when exactly did I flash recovery at this point? You write "IF you flashed recovery" I had recovery on here already but can't get to it
at this point, all I can do is see fastboot if I plug the phone into a cable, put the battery in and hold the volume down button down otherwise, I can't get to anything else but fastboot.
I'm at the fastboot mode
I downloaded the latest recovery twrp-3.0.2-1-h918.img (renamed to image.img), I'm trying the following command to push and flash recovery through bootloader but I get the following error
message:
fastboot flash image.img and I see the following error message:
cannot determine image filename for 'image.img'
What am i doing wrong?
ugh, I'm really sorry for asking so many dumb questions
sanjsrik said:
i did choose yes twice, but when exactly did I flash recovery at this point? You write "IF you flashed recovery" I had recovery on here already but can't get to it
at this point, all I can do is see fastboot if I plug the phone into a cable, put the battery in and hold the volume down button down otherwise, I can't get to anything else but fastboot.
I'm at the fastboot mode
I downloaded the latest recovery twrp-3.0.2-1-h918.img (renamed to image.img), I'm trying the following command to push and flash recovery through bootloader but I get the following error
message:
fastboot flash image.img and I see the following error message:
cannot determine image filename for 'image.img'
What am i doing wrong?
ugh, I'm really sorry for asking so many dumb questions
Click to expand...
Click to collapse
The proper command is;
Fasboot flash recovery image.img
And make sure the twrp file is stored locally from where you started the command prompt.
If it worked and flashed then try: Fasboot reboot recovery
To go to recovery.
I was able to run the following command from fastboot (looked it up):
fastboot flash recovery image.img
I see the following error message:
target reported max download size of 5368...
sending 'recovery' (24092 KB)
OKAY [0.578s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time: 0.598s
So, should I try the volume down and power button again?
sanjsrik said:
I was able to run the following command from fastboot (looked it up):
fastboot flash recovery image.img
I see the following error message:
target reported max download size of 5368...
sending 'recovery' (24092 KB)
OKAY [0.578s]
writing 'recovery'...
FAILED (remote: unknown command)
finished. total time: 0.598s
So, should I try the volume down and power button again?
Click to expand...
Click to collapse
Yes, power off phone and try the combination
---------- Post added at 01:05 AM ---------- Previous post was at 12:56 AM ----------
@sanjsrik if still not working then take a look at this;
http://techxat.com/restore-lg-v20-stock-romfirmware-unroot/
JeyTruth said:
Yes, power off phone and try the combination
---------- Post added at 01:05 AM ---------- Previous post was at 12:56 AM ----------
@sanjsrik if still not working then take a look at this;
http://techxat.com/restore-lg-v20-stock-romfirmware-unroot/
Click to expand...
Click to collapse
Ugh, thank you so much for your patience. I did the following:
battery pull
power on, volume down
LG logo finger off for one second on the power button, kept volume down
rebooted into recovery, I'm flashing NATF ROM now
thank you so much I hope this works, all the data and stuff can be recovered, didn't/wouldn't lose much, all backed up. It's installing now.
i sure hope this works
YES, I SEE THE ANDROID boot screen. This thing takes a while to get past but at least it means I'm on the right track.
I thank you a lot brother.
sanjsrik said:
I'm taking the battery out.
reinserting the battery
Pressing the power and volume up button and releasing for a second and reholding what do I release and rehold? I am trying to hold the volume up while releasing and reholding the power but I just get the same LG screen and no recovery
Ugh, i"m so sorry for asking for so much help.
Click to expand...
Click to collapse
I hit this issue on my h910 I extracted the boot image from the ROM flashed it in fastboot after that I was able to access recovery
Sent from my LG-H910 using Tapatalk
I'm sitting here doing nothing waiting for all the apps to reinstall. What a waste of a day. I didn't reinstall Magick, never really used it. Not sure what happened, but at least it wasn't fatal.
sanjsrik said:
I'm sitting here doing nothing waiting for all the apps to reinstall. What a waste of a day. I didn't reinstall Magick, never really used it. Not sure what happened, but at least it wasn't fatal.
Click to expand...
Click to collapse
Yea, happens. Just to be sure. Make sure you keep twrp and supersu stored on SD just in case. And always backup [emoji14]
Thank you
JeyTruth said:
Yea, happens. Just to be sure. Make sure you keep twrp and supersu stored on SD just in case. And always backup [emoji14]
Click to expand...
Click to collapse
I do a daily backup at about 3am to my SD card. Thought about restoring from it, but then realized this is an opportunity to start all over which is something I was leery to do because I didn't want to set the phone up again. Yet, I'm doing it now to see what was causing the awful battery drain.

xt1611 bricked

hello and thanks in advance. I recently installed twrp on my device and somehow deleted entire os. while in twrp I was informed of this but as luck would have it experienced a power outage, phone died and now adb is not finding device. since deleting os is it possible to get comp to locate it? all I get is the blue led and if I try to volume down power to boot recovery ligts go out. I do get a chime saying something is connected to comp but I cannot locate it. any advice would be great.
Have you tried to follow instructions to reflash TWRP? Can you put the phone in bootloader/fastboot mode?
Lostsheep420 said:
hello and thanks in advance. I recently installed twrp on my device and somehow deleted entire os. while in twrp I was informed of this but as luck would have it experienced a power outage, phone died and now adb is not finding device. since deleting os is it possible to get comp to locate it? all I get is the blue led and if I try to volume down power to boot recovery ligts go out. I do get a chime saying something is connected to comp but I cannot locate it. any advice would be great.
Click to expand...
Click to collapse
divineBliss said:
Have you tried to follow instructions to reflash TWRP? Can you put the phone in bootloader/fastboot mode?
Click to expand...
Click to collapse
no all I have is a black screen but but blue led is on. no recovery mode and device not found by way of computer
Try putting it in fastboot mode with this method:
https://forum.xda-developers.com/showpost.php?p=70556152&postcount=712
Does the phone screen show fastboot mode in title?
Let me know what happened.
Lostsheep420 said:
no all I have is a black screen but but blue led is on. no recovery mode and device not found by way of computer
Click to expand...
Click to collapse
divineBliss said:
Try putting it in fastboot mode with this method:
https://forum.xda-developers.com/showpost.php?p=70556152&postcount=712
Does the phone screen show fastboot mode in title?
Let me know what happened.
Click to expand...
Click to collapse
as I stated earlier the only sign of life is the blue led. no screen sound or vibration nor does it seem to have anything but attemptin the adb by buttons did cause the blue led to turn off. its using battery as if smething is running its like a completely clean slate nothing at all
Unclear to me if you tried my post instructions to get into fastboot mode. If that's not working, I'm not sure what can be done other than sending phone to Huawei for repair. Maybe someone else has another idea? Good luck
Lostsheep420 said:
as I stated earlier the only sign of life is the blue led. no screen sound or vibration nor does it seem to have anything but attemptin the adb by buttons did cause the blue led to turn off. its using battery as if smething is running its like a completely clean slate nothing at all
Click to expand...
Click to collapse
Maybe missing something here but if can get to TWRP, power off then on holding volume up, you can flash any rom. Not volume down on my phone to get to TWRP, is volume up.
Good catch on the volume up button.
Original H1611 bootloader unlock and TWRP flashing instructions which cover key sequence to get into TWRP:
https://forum.xda-developers.com/showpost.php?p=69811031&postcount=1
popeye2014 said:
Maybe missing something here but if can get to TWRP, power off then on holding volume up, you can flash any rom. Not volume down on my phone to get to TWRP, is volume up.
Click to expand...
Click to collapse
I cannot get to recovery mode. My computer is not finding device by way of adb. Is there a way to push by way of command prompt and force it on to device?
Lostsheep420 said:
I cannot get to recovery mode. My computer is not finding device by way of adb. Is there a way to push by way of command prompt and force it on to device?
Click to expand...
Click to collapse
No way if you don't have adb working. Again, if you hold volume up button while pressing power on button, then release power on button as soon as you see boot screen, do you get recovery screen?
No screen reaction at all. Only the led when connected by us to computer it seems to charge and led stays lit blue after fully charged and red when still charging. I was hoping maybe there was a shell comand that would maybe push data enough to get into recovery at least.

MI A1 Fastboot

MI A1 does not enter the fastboot, appears the message "your dvice software cant'be checked for corruption, please lock the bootloader" Two things, first I am layman, I understand little, the other and excuse the translation, was machine translation.
The message has nothing to do with the Fastboot. That message is a normal reaction when the bootloader is unlocked.
ekin_strops said:
The message has nothing to do with the Fastboot. That message is a normal reaction when the bootloader is unlocked.
Click to expand...
Click to collapse
Thanks for the reply, but I wanted to get into the fastboot to do a procedure and not enter,
hidroxido said:
Thanks for the reply, but I wanted to get into the fastboot to do a procedure and not enter,
Click to expand...
Click to collapse
Hold the power button and volume down button together for 10-15-20 second, as long as the phone doesn't boot up into Fastboot.
ekin_strops said:
Hold the power button and volume down button together for 10-15-20 second, as long as the phone doesn't boot up into Fastboot.
Click to expand...
Click to collapse
Do not enter, this message is appearing and do not enter the fastboot
hidroxido said:
Do not enter, this message is appearing and do not enter the fastboot
Click to expand...
Click to collapse
When the message appears, release the buttons and try again to do the same, hold the buttons together for about 20-30 seconds until the phone doesn't enter Fastboot. I Don't see a reason why the phone wouldn't enter Fastboot if you only unlocked the bootloader.
ekin_strops said:
When the message appears, release the buttons and try again to do the same, hold the buttons together for about 20-30 seconds until the phone doesn't enter Fastboot. I Don't see a reason why the phone wouldn't enter Fastboot if you only unlocked the bootloader.
Click to expand...
Click to collapse
If I hold on, the same thing will happen 10, 20, 50 times, I've already tested it.
If I release the volume - and power buttons, the unit comes in and I have to turn it off to try again :crying:
Can you boot into the system at all? Does the phone work? How did you get to the point that you can't enter Fastboot, what happened exactly?
ekin_strops said:
Can you boot into the system at all? Does the phone work? How did you get to the point that you can't enter Fastboot, what happened exactly?
Click to expand...
Click to collapse
As I said before, I do not understand much of this subject, the phone works normally, all functions are working, I switched on it some time ago, but I can not remember what I did right for it to be without fastboot
hidroxido said:
As I said before, I do not understand much of this subject, the phone works normally, all functions are working, I switched on it some time ago, but I can not remember what I did right for it to be without fastboot
Click to expand...
Click to collapse
If you don't understand the subject, why did you want to boot into fastboot mode in the first place? No offense, just aksin'.
ekin_strops said:
If you don't understand the subject, why did you want to boot into fastboot mode in the first place? No offense, just aksin'.
Click to expand...
Click to collapse
Good question, did not offend me. I figured it was time to start learning about it, I was thinking of installing the Google Pixel rom
With the phone OFF:
Press Vol- and Power, when Bootloader screen appear just release the power button, so continue to hold Vol- until the fastboot screen.
It's the only procedure for fastboot on our device.
N1ck474 said:
With the phone OFF:
Press Vol- and Power, when Bootloader screen appear just release the power button, so continue to hold Vol- until the fastboot screen.
It's the only procedure for fastboot on our device.
Click to expand...
Click to collapse
It did not work, the error message appeared and as soon as I released the power button, came on the device. This problem has left many people without understanding, I just did not give up, because I do not accept that only my cell phone this function does not work
Does your phone have root? If so you can use a reboot app from the play store to boot into fastboot.
Install adb drivers, enable USB debug then open command prompt and type "adb reboot bootloader". Phone should reboot to fastboot mode.
sipollo said:
Install adb drivers, enable USB debug then open command prompt and type "adb reboot bootloader". Phone should reboot to fastboot mode.
Click to expand...
Click to collapse
adb reboot bootloader worked kkkk now that the fastboot worked I will solve if I try to put the other rom, or if I leave as is, but if any of you are where I find information on how to change the rom and if it is really worth it, me Please, thank you very much at all

Categories

Resources