Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
executable file 13 lines (11 sloc) 266 Bytes
#!enable_script
# 在修复时显示提示信息
print "Please KEEP your USB cable or DC-in connected\n"
# 还原system
write_image PACKAGE:system SYSTEM:
check_image PACKAGE:system SYSTEM:
# 格式化数据分区
format CACHE:
format DATA:
format PAGECACHE:
format SWAP:
You can’t perform that action at this time.