Difference between revisions of "Category:How to - Android"

From Gumstix User Wiki
Jump to: navigation, search
Line 1: Line 1:
'''Customer additions and edits have temporarily been blocked due to excessive spamming of this page. Please contact support@gumstix.com if you'd like to make any changes or additions to this Android page.'''
+
== Android on Overo ==
 +
The rowboat-android project is focuses on creating a port of Android for the TI OMAP processors such as the OMAP3503 and OMAP3530 used on the Gumstix Overo boards.  By following these instructions, it is possible to get a version of Android running on the Overo.
 +
First, follow the instructions [http://code.google.com/p/rowboat/wiki/Source here] to download and setup the rowboat project.  Use ''rowboat-froyo.xml'' as the manifest name.
 +
The Android build system uses the repo tool to control a set of git repositories which, together can create an Android image; the repo tool is controlled with a manifest file.
 +
Let's create our own addition to the manifest file to pick up the additional Overo-specific material.  Create a file called ''local_manifest.xml'' in the ''.repo'' directory that looks like this:
 +
<code>
 +
<?xml version="1.0" encoding="UTF-8"?>
 +
<manifest>
 +
  <remote  name="gumstix"
 +
          fetch="git://gitorious.org/android-for-overo"
 +
          review="" />
 +
<!-- path defines where to put the repository, name defines where on the remote to fetch it from -->
 +
  <project path="device/gumstix/overo"
 +
          name="android-for-overo"
 +
          remote="gumstix"
 +
          revision="master" />
 +
</manifest>
 +
<code>
  
 +
Follow up with a ''repo sync''.
  
== Android on Overo ==
+
Kernel Config.
 +
Building instructions.
 +
Installing.
 +
U-boot command.
 +
 
 +
Patches and improvements are most welcome---please send to ash (at) gumstix.com
 +
 
 +
== Android on FLOW ==
  
 
[http://www.gizmoforyou.net/site GizmoForYou] has ported '''Android Cupcake''' and '''Eclair''' to the Overo line of platforms for their [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1 and G1.5] Open Source PDA/Phone. The port supports many features that exist on the Overo platform as well as other FLOW features.
 
[http://www.gizmoforyou.net/site GizmoForYou] has ported '''Android Cupcake''' and '''Eclair''' to the Overo line of platforms for their [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1 and G1.5] Open Source PDA/Phone. The port supports many features that exist on the Overo platform as well as other FLOW features.

Revision as of 14:36, 13 September 2010

Android on Overo

The rowboat-android project is focuses on creating a port of Android for the TI OMAP processors such as the OMAP3503 and OMAP3530 used on the Gumstix Overo boards. By following these instructions, it is possible to get a version of Android running on the Overo. First, follow the instructions here to download and setup the rowboat project. Use rowboat-froyo.xml as the manifest name. The Android build system uses the repo tool to control a set of git repositories which, together can create an Android image; the repo tool is controlled with a manifest file. Let's create our own addition to the manifest file to pick up the additional Overo-specific material. Create a file called local_manifest.xml in the .repo directory that looks like this: <?xml version="1.0" encoding="UTF-8"?> <manifest>

 <remote  name="gumstix"
          fetch="git://gitorious.org/android-for-overo"
          review="" />
 <project path="device/gumstix/overo"
          name="android-for-overo"
          remote="gumstix"
          revision="master" />

</manifest> <code>

Follow up with a repo sync.

Kernel Config. Building instructions. Installing. U-boot command.

Patches and improvements are most welcome---please send to ash (at) gumstix.com

Android on FLOW

GizmoForYou has ported Android Cupcake and Eclair to the Overo line of platforms for their FLOW G1 and G1.5 Open Source PDA/Phone. The port supports many features that exist on the Overo platform as well as other FLOW features.

Mailing list archives

For recent postings on the Gumstix mailing list about Android, click here.

Android on Verdex Pro

Mobile Device called "bc9"

BeatCraft, Inc. is developing verdex pro based mobile device named "bc9" and have successfully booted Android on it. Click here for more.

Android on Gumstix videos on Youtube

On Youtube, you can watch Android start up on a Gumstix in these videos posted on Youtube

Also, check the Gumstix mailing list archives for some threads about Android on Gumstix Overo and Verdex Pro COMs.

Other Useful Links

Android - an open alliance handset project

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developing applications to run on Android-powered devices.

The Android developer site provides information about Google projects based on the Android platform, such as external libraries that extend the Android platform, Android applications, hosted services and APIs, and more.

Porting Guide to Beagleboard

Click here for the Android porting guide to the Beagle Board]

Installing Android on OMAP platforms

This project focuses on the platform specific layers need to install Android on supported OMAP platforms.



Further instructions and information can be posted here..

This category currently contains no pages or media.