Save this to flash.bat and save to fastboot folder:
Code:
fastboot flash partition images\gpt_both0.bin
fastboot flash tz images\tz.mbn
fastboot flash dbi images\sdi.mbn
fastboot flash sbl1 images\sbl1.mbn
fastboot flash rpm images\rpm.mbn
fastboot flash aboot images\emmc_appsboot.mbn
fastboot reboot-bootloader
ping 127.0.0.1 -n 5 -w 1000 > nul
fastboot erase boot
fastboot erase system -w
fastboot erase userdata
fastboot erase cache
fastboot erase DDR
fastboot flash misc images\misc.img
fastboot flash modem images\NON-HLOS.bin
fastboot flash system images\system.img
fastboot flash cache images\cache.img
fastboot flash userdata images\userdata.img
fastboot flash recovery images\recovery.img
fastboot flash boot images\boot.img
pause
Copy images folder from chinese developer factory image archive to your fastboot folder and run flash.bat. Check if all commands return OKAY or do something fail.
The commands:
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash partition i
mages\gpt_both0.bin
target reported max download size of 1610612736 bytes
sending 'partition' (33 KB)...
OKAY [ 0.000s]
writing 'partition'...
OKAY [ 0.030s]
finished. total time: 0.040s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash tz images\t
z.mbn
target reported max download size of 1610612736 bytes
sending 'tz' (325 KB)...
OKAY [ 0.020s]
writing 'tz'...
OKAY [ 0.020s]
finished. total time: 0.040s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash dbi images\
sdi.mbn
target reported max download size of 1610612736 bytes
sending 'dbi' (11 KB)...
OKAY [ 0.010s]
writing 'dbi'...
OKAY [ -0.000s]
finished. total time: 0.020s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash sbl1 images
\sbl1.mbn
target reported max download size of 1610612736 bytes
sending 'sbl1' (274 KB)...
OKAY [ 0.020s]
writing 'sbl1'...
OKAY [ 0.020s]
finished. total time: 0.050s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash rpm images\
rpm.mbn
target reported max download size of 1610612736 bytes
sending 'rpm' (185 KB)...
OKAY [ 0.010s]
writing 'rpm'...
OKAY [ 0.020s]
finished. total time: 0.030s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash aboot image
s\emmc_appsboot.mbn
target reported max download size of 1610612736 bytes
sending 'aboot' (2095 KB)...
OKAY [ 0.090s]
writing 'aboot'...
OKAY [ 0.070s]
finished. total time: 0.160s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ -0.000s]
finished. total time: -0.000s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>ping 127.0.0.1 -n 5 -w 100
0 1>nul
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot erase boot
erasing 'boot'...
OKAY [ 0.020s]
finished. total time: 0.020s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot erase system -w
******** Did you mean to fastboot format this partition?
erasing 'system'...
OKAY [ 1.030s]
erasing 'userdata'...
OKAY [ 3.380s]
formatting 'userdata' partition...
Creating filesystem with parameters:
Size: 13610496000
Block size: 4096
Blocks per group: 32768
Inodes per group: 8160
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 3322875
Block groups: 102
Reserved block group size: 815
Created filesystem with 11/832320 inodes and 93165/3322875 blocks
sending 'userdata' (137282 KB)...
writing 'userdata'...
OKAY [ 11.850s]
erasing 'cache'...
OKAY [ 0.040s]
formatting 'cache' partition...
Creating filesystem with parameters:
Size: 402653184
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1536
Label:
Blocks: 98304
Block groups: 3
Reserved block group size: 23
Created filesystem with 11/24576 inodes and 3131/98304 blocks
sending 'cache' (8336 KB)...
writing 'cache'...
OKAY [ 0.650s]
finished. total time: 16.972s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot erase userdata
******** Did you mean to fastboot format this partition?
erasing 'userdata'...
OKAY [ 2.970s]
finished. total time: 2.970s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [ 0.032s]
finished. total time: 0.032s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot erase DDR
erasing 'DDR'...
OKAY [ 5.025s]
finished. total time: 5.025s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash misc images
\misc.img
target reported max download size of 1610612736 bytes
sending 'misc' (8 KB)...
OKAY [ 0.010s]
writing 'misc'...
OKAY [ 0.010s]
finished. total time: 0.020s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash modem image
s\NON-HLOS.bin
target reported max download size of 1610612736 bytes
sending 'modem' (54321 KB)...
OKAY [ 2.022s]
writing 'modem'...
OKAY [ 1.510s]
finished. total time: 3.532s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash system imag
es\system.img
target reported max download size of 1610612736 bytes
erasing 'system'...
OKAY [ 0.359s]
sending 'system' (1084756 KB)...
OKAY [ 90.917s]
writing 'system'...
OKAY [ 39.499s]
finished. total time: 130.837s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash cache image
s\cache.img
target reported max download size of 1610612736 bytes
erasing 'cache'...
OKAY [ 0.031s]
sending 'cache' (8336 KB)...
OKAY [ 0.312s]
writing 'cache'...
OKAY [ 0.265s]
finished. total time: 0.624s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash userdata im
ages\userdata.img
target reported max download size of 1610612736 bytes
erasing 'userdata'...
OKAY [ 2.824s]
sending 'userdata' (571975 KB)...
OKAY [ 21.169s]
writing 'userdata'...
OKAY [ 15.943s]
finished. total time: 39.936s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash recovery im
ages\recovery.img
target reported max download size of 1610612736 bytes
sending 'recovery' (16250 KB)...
OKAY [ 0.608s]
writing 'recovery'...
OKAY [ 0.452s]
finished. total time: 1.076s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>fastboot flash boot images
\boot.img
target reported max download size of 1610612736 bytes
sending 'boot' (14368 KB)...
OKAY [ 0.530s]
writing 'boot'...
OKAY [ 0.406s]
finished. total time: 0.936s
C:\Cancro\cancro_images_6.2.4_20160107.0000.12_6.0_cn>pause
Presione una tecla para continuar . . .