Is there a fastboot command for hare reset/reboot manualy? - One (M7) Q&A, Help & Troubleshooting

Hey.
I'd like to know if there's any fastboot command for manually reboot/hard reset (reboot from "rebootRUU" mod - by pressing vol- + power)
Thanks

Code:
fastboot reboot-bootloader
Code:
fastboot reboot-recovery
Code:
fastboot reboot
Those are the fastboot reboot option...
In which state is your phone?

Related

Fastboot Confusion

SOLVED
My cell phone is rooted already and i am trying to clear it through
fastboot erase system -w
fastboot erase boot
I've downloaded the fastboot binary into my C:\android-sdk-windows\tools directory.
What do i need to do in command prompt to be able to run these lines

[Q] Lack of input in bootloader

Hi,I have a problem with bootloader ,I can not get to it by combinations power+vol+ or power + vol- is my google log unless it is bootloop I wanted to come back with version google edition on sense, I wanted to go back to stock possessed s-off or unlocked bootloader so I uploaded 1.28.401.7 firmware mode oem rebootRUU
Copy downloaded .zip to adb location (e.g. c:/android-sdk/platform-tools/)
Re-name .zip file to HTC.zip
Connect device to the PC.
Open command prompt; cd to HTC.zip location (cd c:/android-SDK/platform-tools/)
Type: fastboot reboot-bootloader or boot your device in fastboot mode (vol down + power ===> fastboot)
Make sure you have correct modeid and cidnum (type: fastboot getvar all)
Type: fastboot oem rebootRUU and wait for device to reboot
Type: fastboot flash zip HTC.zip and wait for process to complete
Sometimes flashing for the first time doesn't work, so flash HTC.zip again just to make sure.
Type: fastboot flash zip HTC.zip and wait for process to complete
Type: fastboot reboot.
and after uploading successfully,standing on the log google,and I can not enter the bootloader sorry for my english
delete

how to flash this

http://motofirmware.com/files/file/949-retuglb-xt1063-444-kxb2185-23-cid9-cfcxmlzip/
Kobro said:
http://motofirmware.com/files/file/949-retuglb-xt1063-444-kxb2185-23-cid9-cfcxmlzip/
Click to expand...
Click to collapse
Download Minimal ADB and Fastboot and install it.
start "Minimal ADB and Fastboot" by navigating to the Start Menu Folder you choose to create during installation or the desktop shortcut you choose to create and select "Minimal ADB and Fastboot"
You should now see a command window open.
Put your device in fastboot mode and connect usb.
Now just do verify type this command
Code:
fastboot devices
the output should show something like this (your number is different)
Code:
fastboot devices
ZX1D225X69fastboot
now extract your .zip into the directory where your command window is open and start flashing
Code:
fastboot oem fb_mode_set
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
reboot device
doppelhelix said:
Download Minimal ADB and Fastboot and install it.
start "Minimal ADB and Fastboot" by navigating to the Start Menu Folder you choose to create during installation or the desktop shortcut you choose to create and select "Minimal ADB and Fastboot"
You should now see a command window open.
Put your device in fastboot mode and connect usb.
Now just do verify type this command
Code:
fastboot devices
the output should show something like this (your number is different)
Code:
fastboot devices
ZX1D225X69fastboot
now extract your .zip into the directory where your command window is open and start flashing
Code:
fastboot oem fb_mode_set
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
reboot device
Click to expand...
Click to collapse
do i have to erase data at the end?
Kobro said:
do i have to erase data at the end?
Click to expand...
Click to collapse
Not necessarily. You can try without wiping userdata. I have my stuff, like pictures, music etc on the external sdcard and backed up my apps with Titanium Backup so I can always do a full wipe.
doppelhelix said:
Not necessarily. You can try without wiping userdata. I have my stuff, like pictures, music etc on the external sdcard and backed up my apps with Titanium Backup so I can always do a full wipe.
Click to expand...
Click to collapse
well, i tried without the wipe, and after boot i got a black screen so i did it again with wipe and it worked!

[HELP]Moto G hard bricked

Hello guys
Today morning i was on cyanogenmod11 and after some time i decided to restore back to stock Lollipop so i restored a backup of Lollipop system image and suddenly a error poped up saying unable to mount /data /system
I thought this might me minor issue then i tried using fastboot to flash the stock lollipop images
When i started the flashing process i got some serious errors on my cmd
"Failed to erase partition"
"failed to write partition"
And for now only Fastboot Mode is working with UTAG "flashfail" error
i tried to flash recovery images and partition gpt file but no luck looks like my partitions are messed up bad
have a look at my attachments :crying:
any help would be appreciated
Hello ?anyone there?
Sent from my GT-S5830i using XDA Free mobile app
haytham.kenway said:
Hello ?anyone there?
Click to expand...
Click to collapse
Be patient. Not everybody lives in the same timezone. Your posted at 2.32am cet.
gpt.bin and motoboot.img can't be flashed if the version on the device is the same or higher version.
Just ignore these two.
Code:
fastboot oem fb_mode_set
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
That should do it.
doppelhelix said:
Be patient. Not everybody lives in the same timezone. Your posted at 2.32am cet.
gpt.bin and motoboot.img can't be flashed if the version on the device is the same or higher version.
Just ignore these two.
Code:
fastboot oem fb_mode_set
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
That should do it.
Click to expand...
Click to collapse
i followed as u said,executed first command and got "FAILED <Remote failure>"
rest all got same errors as posted in above post
haytham.kenway said:
i followed as u said,executed first command and got "FAILED <Remote failure>"
rest all got same errors as posted in above post
Click to expand...
Click to collapse
Sometimes it's the fastboot version. Try this:
Download Minimal ADB and Fastboot and install it.
start "Minimal ADB and Fastboot" by navigating to the Start Menu Folder you choose to create during installtion or the desktop shortcut you choose to create and selecting "Minimal ADB and Fastboot"
You should now see a command window open.
Put your device in fastboot mode and connect usb.
Now just do verify type this command
Code:
fastboot devices
the output should show something like this (your number is different)
Code:
fastboot devices
ABC99999999 fastboot
now copy the images into the directory where your command window is open and start flashing.
doppelhelix said:
Sometimes it's the fastboot version. Try this:
Download Minimal ADB and Fastboot and install it.
start "Minimal ADB and Fastboot" by navigating to the Start Menu Folder you choose to create during installtion or the desktop shortcut you choose to create and selecting "Minimal ADB and Fastboot"
You should now see a command window open.
Put your device in fastboot mode and connect usb.
Now just do verify type this command
Code:
fastboot devices
the output should show something like this (your number is different)
Code:
fastboot devices
ABC99999999 fastboot
now copy the images into the directory where your command window is open and start flashing.
Click to expand...
Click to collapse
dude i know how to flash these images,and i tried latest version of fastboot from google still problem persists

Question DM Verity corrupt.

Please help. my DM verity is corrupt after using MTK client tool for unlocking bootloader
Insert Fastboot mode (off, power and vol -) and type command:
fastboot oem cdms (enter)
fastboot reboot (enter)

Categories

Resources