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

1
vote
1answer
2k views

How do I disable Fastboot without the Power option in Settings?

I went over some of the old forum posts about this issue and there seems to be a lot of confusion about this. I am plan to root my HTC Desire (GSM) which at the moment is running original UI/ROM and ...
1
vote
1answer
1k views

fastboot does not discover my device

I want to connect my device (Omega T107) in fastboot mode. I reboot in bootloader mode (adb reboot bootloader) Screen is black(0 light comming out of it) computer can discover it and driver installs ...
1
vote
1answer
179 views

Android PandaBoard: Linux terminal output for debugging?

My research team is currently considering investing in a PandaBoard for Android b/c we are developing a custom kernel/sys-image and would like Linux terminal output. Does the Pandaboard give me ...
0
votes
1answer
1k views

fastboot flash recovery doesn't work on HTC Desire

I'm trying to update ClockworkMod recovery on HTC Desire. Fastboot recognizes the device: $fastboot devices HT03PPL04520 fastboot But flash recovery fails: $fastboot flash recovery ...
4
votes
0answers
778 views

nanddump vs fastboot

I have two identical phones. On one of them I've managed to corrupt the system partition and it won't boot. I have fastboot, root (on the one that boots), but I don't have ClockworkMod --- my phone ...
4
votes
0answers
286 views

Extracting the radio firmware image from an Android phone

How do you pull radio images off an Android device? Is there any way to do this?
2
votes
0answers
748 views

Installing Android using only fastboot on HTC Vision

I lost my system somehow. My phone turned off and reboots during starting up. I'm only able to go to hboot (fastboot/recovery etc.) on my phone, and I'm unable to run Android system. I have tried ...
2
votes
0answers
2k views

Installing custom ROM on HTC phones over Fastboot or ADB

I am trying to build CyanogenMod for Sensation. After building I have update.zip, which I can install over CWM recovery manually. But how do I install the ROM over Fastboot or ADB in order to automate ...
1
vote
0answers
962 views

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 ...
1
vote
0answers
604 views

HTC Sensation fastboot unknown device

i want to apologize because i think you get this question a lot, but i experience problems trying to root my HTC Sensation. I turned USB Debugging ON, checked that Fast boot is turned ON in Settings ...
1
vote
0answers
565 views

Is there a way to boot to the fastboot mode?

I booted to the TWRP recovery for the first tiem and played with it by wipping everything using all the wipe options. Then I ended up unable to boot to the fastboot mode, normal mode or recovery mode. ...
1
vote
0answers
357 views

Boot custom kernel via phone

I can currently boot a custom kernel (without flashing it) for test purposes by using fastboot on my computer via: cmd> fastboot boot customkernel.img Which works great. I've found great kernels ...
0
votes
0answers
70 views

Upgrading HBOOT on an HTC Hero

I am trying to unlock the bootloader of a friend's HTC Hero, and I'm following the official process on HTC's developer website. I got to the point where I give the command fastboot oem ...
0
votes
0answers
352 views

How to recover Samsung Galaxy Fit using software that works on Ubuntu?

I tried to install the new Jelly Bean on my Samsung Galaxy Fit, but it got stuck during installation with an error on /tmp/slideloadpackage.zip. Now, my original Android OS lost. How can I recover ...
0
votes
0answers
416 views

Flashing NAND on Allwinner A13 Dev Board

I'm trying to flash the NAND on my Allwinner A13 dev board, but the I've gotten a bit stuck. Using ADB, I have transferred the image over that I want to flash, and I'm connected to the device's ...
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 ...