forked from CyanogenDefy/android_device_motorola_jordan
-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
44 lines (25 loc) · 888 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ICS for the Motorola Defy (Android 4.0.4 CM9)
Download:
=========
repo init -u git://github.com/tpruvot/android.git -b ics
repo sync
Note for DEFY+ :
After the first "repo sync" Edit your manifest .repo/manifest.xml
At the end of the file, change the revision of device/jordan to "ics_mb526"
You need also to change the vendor/motorola revision to "ics-plus"
Download RomManager (DELETED BY OUR BUILD SYSTEM)
=================================================
mkdir -p vendor/cm/proprietary
cd vendor/cm && ./get-prebuilts
Build:
======
rm -rf out/target
For CM9 branch :
source build/envsetup.sh && brunch jordan
or for AOSP :
source build/envsetup.sh && lunch full_jordan-eng
mka bacon
Use the signed zip to update the defy with the bootmenu recovery, not the ota package !
Links:
======
XDA ICS Thread : http://forum.xda-developers.com/showthread.php?t=1353003