Fastboot is a protocol used by Android to diagnose and flash new firmware images on an Android devices via USB. It is part of the Android Debug Bridge (ADB).

learn more… | top users | synonyms

4
votes
1answer
3k views

fastboot not working on my Nexus 4

I'm trying to root my N4, and fastboot doesn't seem to work. Running it on linux, and the fastboot binary seems to run. 'Fastboot devices' produces info on my device, but 'fastboot oem unlock' just ...
1
vote
1answer
4k views

Android boot-up messages for debugging?

I am trying to figure out if Android (i.e. Galaxy Nexus, Nexus S, and/or Motorola Xoom) come with some sort of capability to produce a "boot-up" log. (kind of like Linux boot-up screen) It would be ...
5
votes
1answer
6k views

Problem with unlocking the HTC Wildfire bootloader with HTC unlocker

I tried to unlock HTC bootloader by the official tool but I get to the stage when I issue the command: fastboot oem get_identifier_token Unfortunatly I get error ... (bootloader) [ERR] Command ...
3
votes
2answers
3k views

Can't boot to Clockwork Recovery on Atrix (several methods tried)

I have a Motorola Atrix 4G, with AT&T Carrier. Android 2.3.4 EDIT 11/6/2011: I don't know if this means anything, but I don' have an sdcard in it. I have rooted it using this tutorial. I ...
10
votes
1answer
8k views

Clean way for flashing factory image on Samsung Galaxy Nexus?

Is this the correct and clean way for flashing factory Jelly Bean image on Samsung Galaxy Nexus, without using any external tool (apart from Android SDK)? I don't want to to break my phone, so I'm ...
0
votes
0answers
2k views

How to install fastboot drivers?

I have a cheap clone android (benss b3) that I managed to connect to win 7 by editing the .inf file in usb drivers. Now I want to load different ROMs via fastboot. However, when I boot to fastboot ...