Android and OpenMoko: Official Wedding!

After porting Android on Freerunner very disastrous , was eventually made ​​an official work by Koolu , which now sells a Freerunner with Android operating system already installed.
If you are interested in downloading the image by connecting here , where you can find all the files.



Below here are the commands to compile Android on Freerunner:
( Here the official page)
1.Assicuratevi to have the ~ / bin directory in your home, and make sure that this directory is in your path:
$ mkdir ~/bin
$ echo $PATH

2. Download the script "Repo" and make it executable:
$ curl http://android.git.kernel.org/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

3. Create an empty directory to keep your files ii:
$ mkdir ~/mydroid
$ cd ~/mydroid

4. Run repo init to download the latest version of Repo with all the latest bug fixes. Specifies the URL for the manifest.git:
$ repo init -u git://git.koolu.org/freerunner/platform/manifest.git

5. Configure Repo with a real name and email. If you plan to propose the code written by you, use the email address associated with your Google account.

A proper initialization will end with a message like:
... repo initialized in / mydroid

The directory should contain a new directory called. Repos where downloaded files will be present.

6. Get the rest of the sources:
$ repo sync

7. Build the image
$ make TARGET_PRODUCT=freerunner

Now you are re-flash the image on Freerunner

Posted under Technology

This post was written by admin on December 15, 2008

Tags: , ,

Other Posts

Next Post:
Previous Post:

3 Comments so far

  1. furester December 16, 2008 11:53 pm

    Have you tried to say this picture and know if it works everything (keyboard, suspend, bluetooth, wifi ..) or something is missing?
    for the rest of the questions related to Android will point out the section of the forum telefoninux that speaks directly to this, are still unanswered questions, please let the world know if you try, thanks!

  2. admin December 23, 2008 11:17 am

    We have not rehearsed.
    Unfortunately, the owner of Neo for now does not want to plow what little it takes to do a favor to the entire community!

  3. furester January 20, 2009 7:52 pm

    I wanted to tell you that I have tried Andro ine on my Freerunner and I wrote

Trackbacks

  1. diggita.it December 16, 2008 2:32 pm

Leave a Comment

Name (required)

Email (required)

Website

Comments