Fastboot back to stock

sixstringsg

Retired Forum Moderator / Retired Recognized Devel
Apr 11, 2009
5,171
6,903
0
Dallas, TX
So I'm trying to return to stock (ATT_XT1058_4.2.2-13.9.0Q2.X-116-X-17-51_CFC_1FF) but fastboot on my mac is not cooperating. Any ideas? Here is the log:
Code:
jasons-mbp:ATT_XT1058_4.2.2-13.9.0Q2.X-116-X-17-51_CFC_1FF.xml jasonstewart$ moto-x-flash ATT_XT1058_4.2.2-13.9.0Q2.X-116-X-17-51_CFC_1FF.xml 

Running: fastboot oem fb_mode_set
                              ... OKAY [  0.082s]

Running: fastboot flash partition gpt.bin
   sending 'partition' (32 KB)... OKAY [  0.167s]
           writing 'partition'... FAILED (remote failure)

Running: fastboot flash motoboot motoboot.img
  sending 'motoboot' (1588 KB)... OKAY [  0.281s]
            writing 'motoboot'... INFOflashing sbl3 ...
INFOflashing rpm ...
INFOflashing tz ...
INFOflashing aboot ...
INFOflashing sbl1 ...
INFOflashing sbl2 ...
OKAY [  4.890s]

Running: fastboot flash logo logo.bin
      sending 'logo' (2563 KB)... OKAY [  0.430s]
                writing 'logo'... OKAY [  0.970s]

Running: fastboot flash boot boot.img
     sending 'boot' (10240 KB)... OKAY [  0.901s]
                writing 'boot'... INFOPreflash validation failed
FAILED (remote failure)

Running: fastboot flash recovery recovery.img
 sending 'recovery' (10240 KB)... OKAY [  0.898s]
            writing 'recovery'... OKAY [  1.743s]

Running: fastboot flash system system.img
  sending 'system' (262144 KB)... OKAY [ 16.665s]
              writing 'system'... INFOPreflash validation failed
FAILED (remote failure)

Running: fastboot flash modem NON-HLOS.bin
    sending 'modem' (53536 KB)... OKAY [  3.597s]
               writing 'modem'... OKAY [  3.543s]

Running: fastboot erase modemst1
            erasing 'modemst1'... OKAY [  0.432s]

Running: fastboot erase modemst2
            erasing 'modemst2'... OKAY [  0.446s]

Running: fastboot flash fsg fsg.mbn
       sending 'fsg' (1076 KB)... OKAY [  0.319s]
                 writing 'fsg'... OKAY [  0.788s]

Running: fastboot erase cache
               erasing 'cache'... OKAY [  0.761s]

Running: fastboot erase userdata
            erasing 'userdata'... OKAY [  1.264s]

Running: fastboot erase customize
           erasing 'customize'... OKAY [  0.141s]

Running: fastboot erase clogo
               erasing 'clogo'... OKAY [  0.591s]

Running: fastboot oem config carrier att
                              ... OKAY [  0.129s]

Running: fastboot oem fb_mode_clear
                              ... OKAY [  0.137s]
Flashing was successful!

Running: fastboot reboot
                     rebooting...
 

sixstringsg

Retired Forum Moderator / Retired Recognized Devel
Apr 11, 2009
5,171
6,903
0
Dallas, TX
Well now instead of that I get: jasons-mbp:ATT_XT1058_4.2.2-13.9.0Q2.X-116-X-17-51_CFC_1FF.xml jasonstewart$ moto-x-flash
Code:
ATT_XT1058_4.2.2-13.9.0Q2.X-116-X-17-51_CFC_1FF.xml 

Running: fastboot oem fb_mode_set
...
OKAY [  0.081s]
finished. total time: 0.081s

Running: fastboot flash partition gpt.bin
sending 'partition' (32 KB)...
OKAY [  0.168s]
writing 'partition'...
FAILED (remote failure)
finished. total time: 0.868s

Running: fastboot flash motoboot motoboot.img
sending 'motoboot' (1588 KB)...
OKAY [  0.302s]
writing 'motoboot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.992s

Running: fastboot flash logo logo.bin
sending 'logo' (2563 KB)...
OKAY [  0.359s]
writing 'logo'...
OKAY [  0.913s]
finished. total time: 1.272s

Running: fastboot flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [  0.862s]
writing 'boot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.962s

Running: fastboot flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [  0.904s]
writing 'recovery'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 2.024s

Running: fastboot flash system system.img
sending 'system' (705392 KB)...
OKAY [ 44.393s]
writing 'system'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 45.263s

Running: fastboot flash modem NON-HLOS.bin
sending 'modem' (53536 KB)...
OKAY [  3.639s]
writing 'modem'...
OKAY [  3.503s]
finished. total time: 7.143s

Running: fastboot erase modemst1
erasing 'modemst1'...
OKAY [  0.457s]
finished. total time: 0.457s

Running: fastboot erase modemst2
erasing 'modemst2'...
OKAY [  0.466s]
finished. total time: 0.466s

Running: fastboot flash fsg fsg.mbn
sending 'fsg' (1076 KB)...
OKAY [  0.355s]
writing 'fsg'...
OKAY [  0.803s]
finished. total time: 1.158s

Running: fastboot erase cache
erasing 'cache'...
OKAY [  0.787s]
finished. total time: 0.787s

Running: fastboot erase userdata
erasing 'userdata'...
OKAY [  2.087s]
finished. total time: 2.087s

Running: fastboot erase customize
erasing 'customize'...
OKAY [  0.155s]
finished. total time: 0.155s

Running: fastboot erase clogo
erasing 'clogo'...
OKAY [  0.591s]
finished. total time: 0.591s

Running: fastboot oem config carrier att
...
OKAY [  0.140s]
finished. total time: 0.140s

Running: fastboot oem fb_mode_clear
...
OKAY [  0.142s]
finished. total time: 0.142s
Flashing was successful!

Running: fastboot reboot
rebooting...

finished. total time: 0.001s
jasons-mbp:ATT_XT1058_4.2.2-13.9.0Q2.X-116-X-17-51_CFC_1FF.xml jasonstewart$