Creating your Environment for CyanogenMod
Wednesday, May 11, 2011 7:18 AM
Posted by kthksdie
I'm really new to all of this. I only have a background in Development for C# and a bunch of Microsoft stuff. Nothing really Linux related. So tread lightly =)
Getting Started
I downloaded 64 bit Ubuntu 11.04 iso and created a Virtual Machine in VMWare Workstation. VMWare Player will suffice.
Initializing a Build Environment
http://source.android.com/source/initializing.html
Complete the sections for Installing the JDK and Installing required packages.
Downloading the Source
$ cd /home/<USER>/The repo init will prompt you for your name and email address.
$ mkdir /Android/
$ cd /home/<USER>/Android/
$ mkdir /CyanogenMod/
$ cd /home/<USER>/Android/CyanogenMod/
$ chmod a+x /home/<USER>/Android/CyanogenMod/
$ mkdir ~/bin
$ PATH=~/bin:$PATH
$ curl http://android.git.kernel.org/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
The sync process will take about a half an hour.$ repo sync
This entry was posted on 7:18 AM, and is filed under
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
May 14, 2011 at 3:03 PM
are these the steps to flashing Cyanogenmod to Garminfone?
May 14, 2011 at 5:49 PM
These are the first steps to getting us CyanogenMod on our Garminfone's. Yes, but it's not an exact science yet. I'm trying to get people motivated to getting a working CM on this fone.
This is all development.
July 16, 2011 at 2:57 PM
it very hard i don't get what to do