Lithid, a member of XDA Developers Forum, has recently released the 4th version of a GUI tool (Cmc-pygtk) to build Android for a given smartphone as long as it is supported by CM. The CyanogenMod Compiler is supported by Ubuntu 10.04 32/64-bit and greater, and you can either download a deb file or build it yourself by following the instructions below:
- Install dependencies:
1234sudo apt-get install build-essential devscripts ubuntu-dev-tools debhelper \dh-make diff patch cdbs quilt gnupg fakeroot lintian pbuilder piuparts \flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.6-dev squashfs-tools \libncurses5-dev zlib1g-dev openjdk-6-jdk pngcrush schedtool - Clone the source tree:
1git clone git://github.com/lithid/Cmc-pygtk.git - Generate a gpg key:
1keygpg --gen-key - Delete the changelog or dpkg will use lithid key instead.:
12cd Cmc-pygtkrm os-versions/common/changelog - Edit the EMAIL field in the Makefile and replace it with the one used to generated the gpg key.
- Build it for your version of Ubuntu. For Ubuntu 12.04 32-bit:
1make cmc-12.04-32 - And install it:
12cd outsudo dpkg -i cmc-12.04-32-v0.4.deb
Before using CyanogenMod Compiler (CMC) is installed, you need to install google repo tool:
1 2 3 |
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > repo chmod a+x repo sudo mv repo /usr/local/bin/repo |
Now that everything is setup, you can run CyanogenMod Compiler:
cmc
A disclaimer message telling that you may render your device unusable pops up, click on OK to enter the UI.
In the top menu, go to File->Setup to select your device, branch (ics or gingerbread) and other settings. Then click on Sync to download the code and once it is completed, click on Compile to build Android.
If you run into problems, you can read and ask on the XDA developer “[CMC-GUI] [PPA] Cyanogenmod Compiler” forum thread.
Source: OMGUBUNTU
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress
What is the purpose of this compiler?
Does it generates native code for android?
@ Haris Sarwar
It just builds the CyanogenMod ROM for your smartphone. Most people would probably just download the latest binaries, but If you want the very latest changes or want to do some modifications to the Android OS yourself this tool can be useful.
Ok Thanks
Right, after 4 days, the sync is completed, but the build won’t start (missing file)…