Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxindada authored Dec 2, 2020
1 parent bd16275 commit 6ad26d3
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,39 @@

# 本工具将会持续更新
## 本工具部分依赖来自:
Erfan GSIs开源项目:https://github.com/erfanoabdi/ErfanGSIs
MToolkot:https://github.com/Nightmare-MY
对上述列表表示感谢
* Erfan GSIs开源项目:https://github.com/erfanoabdi/ErfanGSIs
* MToolkot:https://github.com/Nightmare-MY
* 对上述列表表示感谢

## 感谢九雨梦舟 https://github.com/rsyhan 的帮助

***因为部分原因 开源形式不采用文件夹上传 tar解压就是源码 没封包***

# 确保首次使用工具
```ruby
```
安装apk
把SGSI-build-tool.tar放置ubuntu安装文件夹的home目录内
使用Linux Deploy安装Ubuntu arm64
```

# 使用ssh进入ubuntu以后执行命令
```ruby
```
su
tar -xf SGSI-build-tool.tar
cd SGSI-build-tool/10
```

# 安装工具依赖环境(建议挂t)
```ruby
```
./setup.sh
```

# 制造SGSI:
```ruby
把刷机包放至tmp文件夹内 然后执行./make.sh即可
也可单独使用./SGSI.sh
```
把刷机包放至tmp文件夹内
制造A-only:./make.sh A
制造AB:./make.sh AB
也可单独使用./SGSI.sh A 或 ./SGSI.sh AB
如果原包是super.img 把super.img放置工具根目录
然后使用./unpacksuper.sh解包然后把解出来的img丢到工具更目录直接执行./SGSI.sh即可
本工具制造的SGSI也支持动态分区机型刷入 不过要打包成super.img
Expand All @@ -46,7 +48,7 @@ Patch1 Patch2 的内容需要自行把他打包至vendor.img 把system vendor打
```

# 本工具打包解包脚本
```ruby
```
img打包解包: makeimg2.sh unpackimg.sh(单独可使用 支持任意分区打包解包)
super.img打包解包: makesuper.sh unpacksuper.sh
boot.img打包解包: makeboot.sh unpackboot.sh
Expand All @@ -58,6 +60,6 @@ ozip解密: oppo_ozip

# 本工具推荐所需内存空间大小:30G

# 清理工具 执行更目录的rm.sh即可
**清理工具 执行更目录的rm.sh即可**

**如果想捐赠我请随意 QQ群:967161723**

0 comments on commit 6ad26d3

Please sign in to comment.