a record of a geek's adventures with the android operating system.
by allister sanchez

Theme by nostrich.

7th February 2010

Text

Failed. Get up…

Failed my first attempt of building OpenEclair ROM.

Fortunately, I went to the OpenEclair IRC channel and dostra pointed me to Chris Soyars’ blog post on how to build an Android ROM.

So I’m reading it, and trying to master the basics of git while I’m at it.  Let’s get ready for round 2.

Comments

Tagged: androidbuildbuilding androidandroid romfail

7th February 2010

Text

Detour: Getting OpenEclair instead.

Okay, I’m not sure how to proceed with the source codes that I got from AOSP.  I’m gonna have a look at OpenEclair sources first and try to build it.

mkdir openeclair; cd openeclair
repo init -u git://ctso.me/openeclair2/platform_manifest.git -b eclair
repo sync
source ./build/envsetup.sh
lunch openeclair_dream_sapphire_us-eng

Oh and then …

make

Comments

Tagged: androidopeneclairbuild

7th February 2010

Text

So here we go.  I downloaded the Android source codes from the git repository using repo.  Next stop, build Android OS from the source.

Comments

Tagged: android,build