1、进入fastboot模式;
2、使用命令fastboot erase system;
3、使用命令fastboot erase vendor;
4、使用命令fastboot erase cust;
5、刷入非动态分区recovery镜像;
6、刷入非动态分区ROM镜像;
1、System is not expanded;
2、Please upgrade the adb tool to the latest (the network disk provides the latest adb, windows for windows, darwin/linux for mac);
3、Then open cmd or terminal to flash in the recovery I provided(Dynamic partitions flash foder);
fastboot flash recovery recovery.img # (note the path);
4、Then swipe into the super_empty(Dynamic partitions flash foder);
** fastboot wipe-super super_empty.img # (note the path);
5、Reboot to recovery;
6、Format the cache first;
7、Format the data;
8、Then go to Apply update—>Apply from ADB;
9、Enter in the cmd or adb toolbox
adb sideload /.zip** # (Note the path);
10、Reboot
1、后缀含DYNAMIC为动态分区 erfos格式分区系统,刷入方式不同,系统分区不可扩容;
2、其它ROM 为f2fs格式分区系统,系统分区需扩容刷入;
3、无特殊说明均为GAPP包;