Xoom STUCK on "Starting Fastboot protocol support"

efoss

Active member
May 13, 2011
28
2
0
I am trying to Unroot my Xoom, so that I can run the 3.1 Update. My Xoom is a WiFi version, and I rooted it yesterday. I have all of my motorola drivers installed. When I run the adb "adb reboot bootloader" and it restarts, I get a hung message that says "Starting Fastboot protocol support".

I have seen that some people have resolved it, but they did not say how they did it. Adb is communicating with the device; however, when I try to send a command during this stuck screen, I get "waiting on device" message.

Help??
 
when you type in:

adb reboot bootloader

It IS supposed to go to the bootloader and give you access to fastboot. When the Xoom is in the bootloader screen you use "fastboot.exe" from the SDK and NOT adb .

Once you get the stock images from here: MOTODEV > Products > Device Software

run these commands:

fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock

then you'll be at stock.
 
did that

That's what I am saying. Regardless of if I use the volume down method, or through command line, it just sits on starting fastboot protocol
 
That's what I am saying. Regardless of if I use the volume down method, or through command line, it just sits on starting fastboot protocol

That's fine, it means it's in the right mode. When it says starting fastboot protocol support it means the device is in fastboot and should respond to fastboot commands from your computer. I just saw your PM.

It looks like a driver problem, that your computer isn't recognizing the Xoom in fastboot mode. Try un plugging and re-plugging in the USB cable and try re-installing the drivers on your PC.
 
FIXED IT

I took it back and got a new one :) I think what happened, is whenever I rooted it, the same day, 3.1 came out. I tried to install 3.1 (without restocking it) and half way through the upgrade it failed and rebooted. I think this somehow or another screwed up Fastboot. I reinstalled all the moto drivers, SDK, etc, and to no avail. I think that the upgrade erased a driver that was needed for the fastboot menu.

All in all, it sucked, but I got a new one, WIFI again, and I probably won't root it!