XT1548 stock rom contents
. . .
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
. . .
I need to restore the factory firmware image on a Sprint XT1548 and located the stock rom zip file from another thread. I noticed that the flash instruction omits one of the image files in the zip file,
carrier.img. Is there a reason why it's left out? flashfile.xml and servicefile.xml seem to indicate that the file is a part of the factory image.
XT1548_OSPREY_SPRINT_6.0.1_MCI24.107-82_cid9_subsidy-DEFAULT_CFC.xml.zip is the stock rom zip file from
https://forum.xda-developers.com/2015-moto-g/general/index-moto-g-factory-firmware-images-t3169639
Archive: XT1548_OSPREY_SPRINT_6.0.1_MCI24.107-82_cid9_subsidy-DEFAULT_CFC.xml.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
37876520 Defl:N 30235686 20% 2016-06-29 08:04 1c9397ad NON-HLOS.bin
16879616 Defl:N 9799132 42% 2016-06-29 08:04 99fab95e recovery.img
2375680 Defl:N 2117681 11% 2016-06-29 08:04 86ad9570 fsg.mbn
32768 Defl:N 4846 85% 2016-06-29 08:04 ff31e586 gpt.bin
16777216 Defl:N 9206552 45% 2016-06-29 08:04 6d4d63f6 boot.img
268433500 Defl:N 167794464 38% 2016-06-29 14:39 2a7afdc7 system.img_sparsechunk.0
249277352 Defl:N 163616578 34% 2016-06-29 14:39 a4a66670 system.img_sparsechunk.1
256467436 Defl:N 137017050 47% 2016-06-29 14:39 f174d66a system.img_sparsechunk.2
268432908 Defl:N 149034221 45% 2016-06-29 14:39 f16d1152 system.img_sparsechunk.3
94707692 Defl:N 58434324 38% 2016-06-29 14:39 ee3c7733 system.img_sparsechunk.4
53428 Defl:N 3431 94% 2016-06-29 08:04 4bbce907
carrier.img
1384553 Defl:N 521026 62% 2016-06-29 08:04 40720573 logo.bin
2607616 Defl:N 841723 68% 2016-06-29 08:04 9f264b83 bootloader.img
2433 Defl:N 834 66% 2016-06-29 14:39 c51466f8 flashfile.xml
2233 Defl:N 757 66% 2016-06-29 14:39 c674b825 servicefile.xml
1088 Defl:N 51 95% 2016-06-29 14:39 aa4d510c slcf_rev_b_default_v1.0.nvm
806 Defl:N 424 47% 2016-06-29 14:39 55169c15 OSPREY_SPRINT_6.0.1_MCI24.107-82_cid9_subsidy-DEFAULT_CFC.info.txt
-------- ------- --- -------
1215312845 728628780 40% 17 files
Thank you.