Menu

wayne / Blog: Recent posts

从动态分区返回静态分区方法

1、进入fastboot模式;
2、使用命令fastboot erase system;
3、使用命令fastboot erase vendor;
4、使用命令fastboot erase cust;
5、刷入非动态分区recovery镜像;
6、刷入非动态分区ROM镜像;

Posted by cat 2024-07-25

ROM BUG

已知BUG:
1、接打电话无声;

Known bugs:
1. Silent phone calls;

Posted by cat 2023-04-23

Dynamic partitions flash steps

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

Posted by cat 2023-01-02

关于ROM说明 Notes on ROM

1、后缀含DYNAMIC为动态分区 erfos格式分区系统,刷入方式不同,系统分区不可扩容;
2、其它ROM 为f2fs格式分区系统,系统分区需扩容刷入;
3、无特殊说明均为GAPP包;

  1. The suffix contains DYNAMIC for dynamic partitioning erfos format partition system, flashing methods are different, and the system partition cannot be expanded;
  2. Other ROMs are f2fs format partition systems, and the system partition needs to be expanded and flashed;
  3. All GAPP packages without special instructions;
Posted by cat 2023-01-02
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.