-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathREADME
28 lines (20 loc) · 995 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
1、Download dingdong recovery sourcecode, please using follow command':
git clone https://github.com/baidurom/dingdong-recovery.git
QCOM branch name: qcom
2、if you are in branch mtk and can not find branch qcom, Steps as following to switch to branch mtk:
git checkout origin/qcom
git brancn qcom
3、If clone failed or too slow, please download dingdong sourcecode with following URL:
http://pan.baidu.com/s/1sj8rpcL
when get the dingdong-recovery.tar.gz, using the following commands:
tar -xzf dingdong-recovery.tar.gz # get sourcecode directory
git pull # synchronizing newest code
git checkout mtk # switch to mtk branch
git checkout qcom # switch to qcom branch
@@ Do not download ZIP on github, that will have some errors when compiling! @@
4、Compile recovery
(1) the project is build android recovery only;
(2) Steps as following:
$ . build/envsetup.sh
$ make maguro
please see the out/patch_device/maguro/ , find recovery.img