-
Notifications
You must be signed in to change notification settings - Fork 5
/
COMPILE.txt
52 lines (31 loc) · 1.06 KB
/
COMPILE.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
CyanogenMod 7.2 for Motorola Defy (Android 2.3.7 AOSP)
Download:
=========
repo init -u git://github.com/CyanogenDefy/android.git -b gingerbread
repo sync
Get extra components:
=====================
cd vendor/cyanogen && ./get-rommanager
Build:
======
optional :
export PLATFORM_DIR=$(pwd)
export JAVA_HOME=/usr/lib/jvm/java-6-sun
export PATH=$PLATFORM_DIR/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:$JAVA_HOME/bin:$PATH
cd $PLATFORM_DIR
export CYANOGEN_NIGHTLY=true
rm -rf out/target
. build/envsetup.sh
brunch jordan
or brunch in two steps :
lunch cyanogen_jordan-eng # (or "breakfast jordan")
mka bacon
use the signed zip to update the defy with Second Init recovery, or CM7 bootmenu recovery, not the ota one
Snapshot:
=========
If you want to backup the state of your repo for a release you can use this command to create a manifest file :
repo manifest -o jordan-7.2.0.xml -r
Links:
======
FAQ : http://forum.xda-developers.com/showthread.php?t=1065798
Original Thread : http://forum.xda-developers.com/showthread.php?t=1033654