Official Flash Commands Script
Hi Guys, Thanks for asking for help, since the 1929-4 models along with others from the Z3, each of them have a SLOT A/B that can have images flashed, in Recovery of TWRP, if you select REBOOT, you will notice your normal options at the top and the extra SLOT Options on the bottom. What you can do is select either one and apply the flash commands listed below. The Flash Commands A and B of the text file writes and sends the firmware images to those slots, you had it correct, its the SLOT Letter (A/B) that has to be applied at the end of the first character. That will get you up and running. Hopefully this helps. Let me know if you need additional information.
fastboot oem fb_mode_set
fastboot flash gpt_a gpt.bin
fastboot flash bootloader_a bootloader.img
fastboot flash modem_a NON-HLOS.bin
fastboot flash fsg_a fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth_a BTFM.bin
fastboot flash dsp_a dspso.bin
fastboot flash logo_a logo.bin
fastboot flash boot_a boot.img
fastboot flash system_a system.img_sparsechunk.0
fastboot flash system_a system.img_sparsechunk.1
fastboot flash system_a system.img_sparsechunk.2
fastboot flash system_a system.img_sparsechunk.3
fastboot flash system_a system.img_sparsechunk.4
fastboot flash system_a system.img_sparsechunk.5
fastboot flash system_a system_other.img
fastboot flash vendor_a vendor.img_sparsechunk.0
fastboot flash vendor_a vendor.img_sparsechunk.1
fastboot flash oem_a oem.img
fastboot flash oem_a oem_other.img
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
fastboot reboot
fastboot oem fb_mode_set
fastboot flash gpt_b gpt.bin
fastboot flash bootloader_b bootloader.img
fastboot flash modem_b NON-HLOS.bin
fastboot flash fsg_b fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth_b BTFM.bin
fastboot flash dsp_b dspso.bin
fastboot flash logo_b logo.bin
fastboot flash boot_b boot.img
fastboot flash system_b system.img_sparsechunk.0
fastboot flash system_b system.img_sparsechunk.1
fastboot flash system_b system.img_sparsechunk.2
fastboot flash system_b system.img_sparsechunk.3
fastboot flash system_b system.img_sparsechunk.4
fastboot flash system_b system.img_sparsechunk.5
fastboot flash system_b system_other.img
fastboot flash vendor_b vendor.img_sparsechunk.0
fastboot flash vendor_b vendor.img_sparsechunk.1
fastboot flash oem_b oem.img
fastboot flash oem_b oem_other.img
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
fastboot reboot
---------- Post added at 05:40 PM ---------- Previous post was at 05:33 PM ----------
Hi, my Z3 play has a Bootloop I tried with hard reset and still not working. It's XT1929-6 dual SIM, can someone help me ? Please
Have you tried just flashing "fastboot flash boot_a boot.img" or "fastboot flash boot_b boot.img" Don't forget to read your service files, they detail out that you must select which slot to flash your images to.
---------- Post added at 05:40 PM ---------- Previous post was at 05:40 PM ----------
Hi, my Z3 play has a Bootloop I tried with hard reset and still not working. It's XT1929-6 dual SIM, can someone help me ? Please
Have you tried just flashing "fastboot flash boot_a boot.img" or "fastboot flash boot_b boot.img" Don't forget to read your service files, they detail out that you must select which slot to flash your images to.