[Q] how to fastboot androidphone without power off on windows7 using MSYS? - General Questions and Answers

I want commands of msys on widows7 for fastboot android phone from normal mode (without switch off phone). Please, post available commands for fastboot android phone in normal mode or any alternative.
I have tried "adb reboot -bootloader" but it's not working.
thanks
amar.

Related

[Q] MOTOACTV adb and fastboot not working

Software version : MA 1.7.12 N8
Total Disk Space : 8G
Adb in normal startups and fastboot in bootloader mode ( after pressing power + volume down ) are not working
Could anyone tell me how to solve this Thanks in advance
Have you enabled USB Debugging?
I don't think there's an option to enable USB Debugging in the original system before getting into fastboot and rooting the device.
Are you able to boot into the ROM? You just can't use adb & fastboot?
Yes I can boot into the ROM. It's the original ROM. And I can't use adb or fastboot.
You have a start button? Try start + power to boot into fastboot mode.
Thanks for your reply&time.
I believe that power + volume down is the way to boot into fastboot now, and after booting into fastboot and connecting the USB line, (fastboot devices) command in the computer (tried Mac OS X 10.8, Windows XP virtual machine and Windows 7) shows no device connected. When using start+power, my device boots normally into the original rom.
All right. I think I just got rid of the fastboot issue. There's something missing with the driver. I'll post my solution after I verify it and flash DPRom successfully.
The problem is acutually pretty silly. A proper adb driver is required for fastboot.
I installed tineprogramming's adb driver to fix it.
(http://forum.xda-developers.com/showthread.php?t=1454685)

[Q] NEW TO LG (Spectrum)

Can anyone tell me where to find the fastboot drivers (win7 pro)
and how to enter fastboot mode?
I tried pwr+vol-down and got hard reset menu
pwr+vol-up rebooted to normal OS
adb devices does return
the serial number and
normal functions work
at regular boot mode.
I'd also like to know to reboot into recovery
[I did successfully use adb reboot recovery,
but hoped there was a button push to
enter bootloader or recovery]
adb reboot-bootloader and
adb reboot bootloader both
just reboot to normal OS.
thanks

[Q] ADB working, Fastboot not

Good day all, I am a NOOB first of all and apologize if this is not the correct forum to be posting this in.
I have a Colors Mobile X120Q and a Colors Mobile X100 mobile phone. Both devices are rooted and are working with ADB commands. If I try to boot into fastboot however the units will reboot into normal mode after issuing an ADB reboot bootloader command. I am able to boot the device with a combination of vol+ and the power button which boots the devices into a recovery screen that has a green droid with a red exclamation mark but when the devices are plugged into my PC (Win 7 64x) there is no USB detection. I have the drivers installed and have updated ADB and fastboot.
My question is can the OEM lock the recovery boot on the device so that it is not accessible from ADB? If so is there a way to access it so I can use fastboot?
Thanks for the help in advance!

Nexus 5 doesn't recognize computer while in fastboot

I'm trying to flash TWRP on a nexus 5. Bootloader is already unlocked. USB debugging is enabled. The command "adb reboot-bootloader" works when the device is on. While in fastboot it does not say USB is connected and doesn't show up on adb devices. (My laptop is currently running Elementary OS)
As soon as you're in bootloader mode you have to use 'fastboot flash recovery recovery.img' adb is used when the device is powered on and in debugging mode - but it's not the right command for flashing [emoji14]
experience7 said:
As soon as you're in bootloader mode you have to use 'fastboot flash recovery recovery.img' adb is used when the device is powered on and in debugging mode - but it's not the right command for flashing [emoji14]
Click to expand...
Click to collapse
Yeah I know HOW to flash a recovery I already tried that exact command. Thanks for the suggestion though. The problem is that it just doesn't know its there.
Sent from my HTC One using XDA Free mobile app
While in bootloader mode (not recovery!) connect your phone and try "fastboot devices". What does it show? Post a screenshot of your command prompt.
Sorry its my friend's phone so I don't have it with me. I will have to get back to you on that
1. USB Debugging ONLY applies to ADB while booted into Android, NOT the bootloader or recovery
2. ADB is only used within Android (with USB Debugging enabled) and recovery, NOT the bootloader
3. Fastboot is whats used while in the bootloader, not ADB (use fastboot devices, not adb devices)
4. Some people find you may need to use 'sudo' for fastboot commands

Please help me guys

I have a tablet called E tab 4.This tablet sell only in my country,so I couldn't any information about it in foreign forums.My problem is my tablet stuck in fastboot mode.I tried to push power button and vol up button same time 30 second but didn't help.And I tried to remove my battery and it didn't help either. I can't switch recovery mode or something like that.I tried to flash TWRP and orijinal recovery in fastboot mode but it didn't help.Gave me this error:Failed 'recovery' integrity check fail.How can I solve this?Please help me guys
Sorry for my bad English.I hope you understand my problem
Regards
alali44 said:
I have a tablet called E tab 4.This tablet sell only in my country,so I couldn't any information about it in foreign forums.My problem is my tablet stuck in fastboot mode.I tried to push power button and vol up button same time 30 second but didn't help.And I tried to remove my battery and it didn't help either. I can't switch recovery mode or something like that.I tried to flash TWRP and orijinal recovery in fastboot mode but it didn't help.Gave me this error:Failed 'recovery' integrity check fail.How can I solve this?Please help me guys
Sorry for my bad English.I hope you understand my problem
Regards
Click to expand...
Click to collapse
1. Install ADB and Fastboot drivers in your computer.
2. Connect phone to computer.
3. Browse to the location where you installed adb & fastboot and shift+right click on empty space and select 'Open command prompt here'.
4. To check if your phone is properly connected to fastboot mode in computer, type:
Code:
fastboot devices
5. To reboot your phone into Android system from fastboot mode, type:
Code:
fastboot reboot
GokulNC said:
1. Install ADB and Fastboot drivers in your computer.
2. Connect phone to computer.
3. Browse to the location where you installed adb & fastboot and shift+right click on empty space and select 'Open command prompt here'.
4. To check if your phone is properly connected to fastboot mode in computer, type:
Code:
fastboot devices
5. To reboot your phone into Android system from fastboot mode, type:
Code:
fastboot reboot
Click to expand...
Click to collapse
First of all thank you for ur fast answer but i already do what you say.I wrote before my tablet stuck fastboot mode.When I write fastboot reboot code in cmd,tablet restart but still fastboot mode.

Categories

Resources