Questions tagged [fastboot]

Fastboot is a protocol used by Android to diagnose and flash new firmware images on Android devices via USB. It is part of the Android Debug Bridge (ADB). For Samsung devices, use [download-mode] instead.

What is fastboot intended for?

Fastboot supports a rather limited set of actions. Its primary uses include:

What fastboot does not do

Don't mis-interpret its name to be a "fast alternative to boot your device" (unfortunately, some manufacturers like HTC and Sony have a similarly named "Fast Boot" option). Admitted, a start into fastboot mode is faster -- but that's due to the fact it only needs a limited set of libraries etc. It does e.g. not start Zygote or the System Server (see: Can somebody explain the boot process of an Android device? -- that's what above mentioned "Fast Boot" option on some devices does for a "fast boot": killing the System Server; Unix-Users might compare that to killing the X-Server), so no GUI and no apps here. Neither does it offer a full set of commands (shell access) or the like. As described, it's just a very minimal system for a very specific purpose.

How do I get my device into fastboot mode?

Multiple ways for that:

  • when already connected to your computer via : adb reboot bootloader
  • with the device being switched-off: Press and hold volume up and power keys, release when boot completed (if that doesn't work, add the volume down button to the key combo, making it 3 buttons to simultaneously press-and-hold)
  • with the device being powered up in "normal mode" and the screen being switched on: long press the power button to bring up the power menu. Some ROMs have a shortcut here. On some, long-pressing the "reboot" option here brings it up.

Some good questions and answers tagged

Ever-returning Troubleshooting questions

Useful resources

795 questions
3
votes
2 answers

How can I get the fastboot command?

I'm trying to root my KF 6.3 following this article. http://forum.xda-developers.com/showthread.php?t=1568340&page=1 Now I'm in Kindle Fire screen (fastboot mode) but fastboot is missing. hieund@hieund:~/Downloads/KF/RestoreRootFor6.3$ fastboot -i…
emeraldhieu
  • 369
  • 1
  • 7
  • 16
2
votes
3 answers

Phone not booting after OEM lock

Device: Yu Yunique I flashed stock fastboot ROM (YU OS) and it booted. After that, I did fastboot oem lock and the phone not booting. Fastboot doesn't allowing me to flash another ROM too. I googled about this and it says I need to enabled USB…
Parvej Solkar
  • 31
  • 1
  • 5
1
vote
1 answer

Nexus One can boot only with USB fastboot

After making some changes to my Nexus One, I can't boot it normally, but I can boot it with USB fastboot, like this: $ cd 1.0-GRI40-nexusone-superboot $ ./fastboot-linux boot boot.superboot.img How do I make it work so that it can boot up by…
pts
  • 173
  • 1
  • 7
1
vote
0 answers

Failed to get_identifier_token from HTC Desire HD with fastboot

My HBoot is HBOOT-2.00.0027, I got the following problem when I was trying to unlock my HTC Desire HD following the instruction http://www.htcdev.com/bootloader It seems HBOOT 1.0 has this problem and someone suggests to update HBOOT to 1.2, but my…
telenetchen
  • 11
  • 1
  • 3
1
vote
0 answers

./flash-all.sh not working for bricked pixel 3a (fastboot devices detected)

I had installed Ubuntu touch on my Pixel 3a, but during an OTA update the phone got soft bricked. I am able to detect the phone through fastboot devices (using Ubuntu computer to access phone). Tried installing sargo stock image 3 times, but without…
Deepak V
  • 11
  • 2
1
vote
0 answers

Device only boots to fastboot

After turning off the phone . I tried restart the device but it only boots to fastboot. I tried the volume up and power button one but it automatically boots to fastboot. I also tried flashing with MiFlash tool but I accidentally Flashed clean all…
1
vote
1 answer

Must a device's bootloader be unlocked to temporarily boot into another recovery?

If I want to boot into a temporary recovery by issuing command fastboot boot my_temp_recovery.img must the bootloader of the device first be unlocked?
jxramos
  • 595
  • 1
  • 4
  • 15
1
vote
1 answer

Oem unlock failed- fastboot

What's the reason for oem unlock failed? I searched a lot, couldn't find an answer.
Tanzin
  • 53
  • 1
  • 7
1
vote
0 answers

How to boot in recover with Acer DA220HQL

I would like to ask if there is any step by step guide to follow in order to get into boot recovery mode (Acer DA220HQL running Android 4.0.4). Additionally is there any specific version of TWRP suitable for this device? Your help would be…
asimkon
  • 111
  • 1
1
vote
0 answers

fastboot commands work. fastboot oem commands hang

My final objective is to do "fastboot oem off-mode-charge 0". I've done this successfully with a Teclast P80H. But I'm having trouble with a rino3 pro. Specifically: "fastboot devices" shows me "mt6572v1_phone fastboot" and "fastboot --version"…
1
vote
0 answers

Phone unresponsive after fastboot boot command

I try to root a Xiaomi Redmi note 5. After issuing the command fastboot boot twrp-3.4.0-0-vince.img The screen turns black, with the Xiaomi logo at the center of the screen and 'Unlocked' is written at the bottom. I've tried several img versions,…
yonatan
  • 11
  • 1
1
vote
0 answers

Hidden fastboot mode or no fastboot?

So here is my problem: I cant get in to fastboot mode on my wiko tommy 3 android 8.1.0 Here is what I'm doing: adb and fastboot are installed on pc (windows) I have developer options and OEM bootloader unlock enabled In terminal adb devices shows my…
Fabio Mota
  • 11
  • 1
1
vote
2 answers

Fastboot: failed flashing (remote: size too large)

I'm flashing a GSI image using fastboot. After entering fastboot flash system system.img I get this: E:\AndroidSDK\platform-tools>fastboot flash system system.img target reported max download size of 535822336 bytes erasing 'system'... OKAY [ …
sit
  • 111
  • 1
  • 1
  • 4
1
vote
0 answers

Does the fastboot erase cache command wipe all your data off your phone?

As the title says. As i was trying to flash a new recovery to my phone, i followed a tutorial and that said i needed to do this command but now the OS isnt booting up anymore. Did this command wipe all the data? I'm using the phone: Oneplus 5t and…
Tim Willems
  • 11
  • 1
  • 3
1
vote
1 answer

fastboot seems to work, can transfer files but doesn't actually flash or boot images

I bought a cheap Wiko Lenny 3 (MT6580 with Marshmallow) to replace my old Galaxy Nexus which died yesterday (after four years) from the infamous V3U00M bug. I owned a couple of Android phones before the Nexus, and I often flashed new ROMs and…
MoonSweep
  • 113
  • 7
1
2