Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #11

Open
wants to merge 1 commit into
base: coron-4.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
通过repo init命令的-b参数, 选择需要下载的分支(譬如coron-4.3)。
通过repo sync命令同步远程代码:

repo init -u https://github.com/baidurom/manifest.git -b coron-4.3
repo init -u https://github.com/baidurom/manifest.git -b coron-4.0
repo sync

如果连接一直失败或下载代码过慢,则使用以下命令:

repo init --repo-url git://github.com/baidurom/repo.git -u https://github.com/baidurom/manifest.git -b coron-4.3 --no-repo-verify
repo init --repo-url git://github.com/baidurom/repo.git -u https://github.com/baidurom/manifest.git -b coron-4.0 --no-repo-verify
repo sync --no-clone-bundle -c -j4


Expand All @@ -70,7 +70,7 @@
1) config: 从手机或已有的原厂底包中拉取boot.img和recovery.img,生成Makefile;
2) newproject: 从手机或已有的原厂底包中拉取原厂的所有文件,构建一个新机型工程;
3) patchall: 自动 Patch 需要植入的代码。既插桩;
4) autofix: 自动补充缺失的接口,并自动解冲突;
4) reject: 手动解无法自动patch产生的reject
5) fullota: 编译机型,生成最终的卡刷包或可以刷入手机的 image。


Expand Down Expand Up @@ -113,7 +113,7 @@

对于具备开源项目管理权限的开发者, 可以直接通过git push命令, 提交代码改动:

git push –u origin coron-4.3
git push –u origin coron-4.1

在修改后的Git库使用上述命令。origin是远程仓库的别名, 是开发者自定义的, 也可以为其他别名; coron-4.2是改动的Git库所在的分支。

Expand Down