Fastboot has stopped working

Search This thread

HUNTERANGEL121

Senior Member
Feb 10, 2014
109
3
Hey all!

I've installed Google USB drivers, and Android SDK manager.
And some packages involving 4.4
When I shift+right click in sdk/platform-tools cmd comes up as prompted, to test to see if the drivers were working I typed "fastboot devices"
a number came up and and fastboot immediately after that. So far so good, now I type flash-all.bat. It goes through, and stops after flashing radios.

Any ideas?
 

bitdomo

Senior Member
Nov 3, 2011
1,542
1,244
31
Göd
Hey all!

I've installed Google USB drivers, and Android SDK manager.
And some packages involving 4.4
When I shift+right click in sdk/platform-tools cmd comes up as prompted, to test to see if the drivers were working I typed "fastboot devices"
a number came up and and fastboot immediately after that. So far so good, now I type flash-all.bat. It goes through, and stops after flashing radios.

Any ideas?
Take a screenshot about the cmd window when it stops at the radio
 

HUNTERANGEL121

Senior Member
Feb 10, 2014
109
3
Take a screenshot about the cmd window when it stops at the radio

fastboot.png
 

bitdomo

Senior Member
Nov 3, 2011
1,542
1,244
31
Göd
extract the zip in that folder

and type these commands:

fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot format userdata
fastboot flash userdata userdata.img
fastboot format cache
fastboot flash cache cache.img
fastboot reboot





@HUNTERANGEL121
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    extract the zip in that folder

    and type these commands:

    fastboot flash system system.img
    fastboot flash boot boot.img
    fastboot flash recovery recovery.img
    fastboot format userdata
    fastboot flash userdata userdata.img
    fastboot format cache
    fastboot flash cache cache.img
    fastboot reboot





    @HUNTERANGEL121
    1
    extract the zip in that folder

    and type these commands:

    fastboot flash system system.img
    fastboot flash boot boot.img
    fastboot flash recovery recovery.img
    fastboot format userdata
    fastboot flash userdata userdata.img
    fastboot format cache
    fastboot flash cache cache.img
    fastboot reboot





    @HUNTERANGEL121
    Thanks!
    It's flashing now!