1#!/bin/sh 2 3fastboot flash partition:0 gpt_both0.bin 4fastboot flash partition:1 gpt_both1.bin 5fastboot flash partition:2 gpt_both2.bin 6fastboot flash partition:3 gpt_both3.bin 7fastboot flash partition:4 gpt_both4.bin 8fastboot flash partition:5 gpt_both5.bin 9 10fastboot flash ImageFv_a imagefv.elf 11fastboot flash aop_a aop.mbn 12fastboot flash bluetooth_a BTFM.bin 13fastboot flash cmnlib64_a cmnlib64.mbn 14fastboot flash cmnlib_a cmnlib.mbn 15fastboot erase ddr 16fastboot flash devcfg_a devcfg.mbn 17fastboot flash dsp_a dspso.bin 18fastboot flash hyp_a hyp.mbn 19fastboot flash keymaster_a keymaster64.mbn 20#fastboot flash logfs logfs_ufs_8mb.bin 21#fastboot flash modem_a NON-HLOS.bin 22fastboot flash qupfw_a qupv3fw.elf 23fastboot flash storsec_a storsec.mbn 24fastboot flash tz_a tz.mbn 25fastboot flash xbl_a xbl.elf 26fastboot flash xbl_config_a xbl_config.elf 27fastboot flash abl_a abl.elf 28