<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gizmoman</id>
		<title>Gumstix User Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gizmoman"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Gizmoman"/>
		<updated>2026-05-09T14:24:34Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=5920</id>
		<title>Category:Projects - pdas</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=5920"/>
				<updated>2012-11-21T13:02:48Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: Links edited to reflect the current state and activity of the company as well as the archive files the description is about.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2010==&lt;br /&gt;
&lt;br /&gt;
===WiFi Linux Wall-Plug from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.os-rc.com GizmoForYou] (currently developing the OSRC Project) released an Open Source [http://www.os-rc.com/osrc/files/viewcategory/15-gizmo-for-you-gizmos Linux Wall-Plug] based on the Gumstix Overo Air single-board computer (SBC). The device features 2 x 2MP cameras, WiFi, Bluetooth, Sencitive Microphone amps and other features. The Gizmo was created from one of the many wishes that Gizmo For You received.   &lt;br /&gt;
&lt;br /&gt;
===Ares Gaming platform from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
An Open Source Gaming platform [http://www.os-rc.com/osrc/files/viewcategory/15-gizmo-for-you-gizmos Ares] based on the Gumstix Verdex Pro series of platforms from Gumstix has been released and features a 4.3&amp;quot; Touchscreen, Analog controls and other features. [http://www.os-rc.com GizmoForYou] (currently developing the OSRC Project) also initiated a [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=37589 contest] for the development of games for the Ares platform which run specifically on it and are optimized for the Verdex Pro hardware.&lt;br /&gt;
&lt;br /&gt;
===FLOW G1.5 from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.os-rc.com GizmoForYou] (currently developing the OSRC Project) releases a second version of the FLOW PDA/Phone, [http://www.os-rc.com/osrc/files/viewcategory/15-gizmo-for-you-gizmos FLOW G1.5] which has many new features, redesigned exterior look and operates on Android Eclair. some of the features are HDMI, 2MP camera, 3 axis Accelerometer, Digital compass and many others.&lt;br /&gt;
&lt;br /&gt;
==2009==&lt;br /&gt;
&lt;br /&gt;
===FLOW G1 from GizmoForYou ===  &lt;br /&gt;
&lt;br /&gt;
An Open source community [http://www.gizmoforyou.net/site GizmoForYou] is shipping a Linux hardware/software kit for building a modular, touch screen smart-phone [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1]. Based on the OMAP35x-based Gumstix Overo line of single-board computers (SBC), [http://www.linuxdevices.com/news/NS1980620246.html the Flow phone] offers modules including GPS, 3.5G cellular, Bluetooth, WiFi, camera and other features and operates on Android Cupcake.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Projects]]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_Android&amp;diff=4643</id>
		<title>Category:How to - Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_Android&amp;diff=4643"/>
				<updated>2010-09-17T18:23:59Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: /* Android on FLOW */  Froyo support&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android on Overo ==&lt;br /&gt;
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.&lt;br /&gt;
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.&lt;br /&gt;
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.&lt;br /&gt;
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:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;manifest&amp;gt;&lt;br /&gt;
  &amp;lt;remote  name=&amp;quot;gumstix&amp;quot;&lt;br /&gt;
           fetch=&amp;quot;git://gitorious.org/android-for-overo&amp;quot;&lt;br /&gt;
           review=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;!-- path defines where to put the repository, name defines where on the remote to fetch it from --&amp;gt;&lt;br /&gt;
  &amp;lt;project path=&amp;quot;device/gumstix/overo&amp;quot;&lt;br /&gt;
           name=&amp;quot;device-gumstix-overo&amp;quot;&lt;br /&gt;
           remote=&amp;quot;gumstix&amp;quot;&lt;br /&gt;
           revision=&amp;quot;master&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/manifest&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Follow up with a ''repo sync''.&lt;br /&gt;
&lt;br /&gt;
To build a kernel, follow [http://code.google.com/p/rowboat/wiki/ConfigureAndBuild#Build_kernel these] steps; you can use ''overo_android_defconfig'' to configure the kernel.  For the time being, you can get this file [http://dl.dropbox.com/u/211887/overo_android_defconfig here].&lt;br /&gt;
&lt;br /&gt;
Finally, follow [http://code.google.com/p/rowboat/wiki/ConfigureAndBuild#Build_rootfs these] instructions to build a root file system using ''TARGET_PRODUCT=overo'' as the argument for make.&lt;br /&gt;
&lt;br /&gt;
In order to create a bootable microSD, use a recent MLO and U-boot from [http://www.sakoman.com/feeds/omap3/glibc/images/overo/ gumstix], along with the generated root file system and kernel that you've just built.&lt;br /&gt;
&lt;br /&gt;
In u-boot, I issue the following commands:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 $ setenv andbootargs 'setenv bootargs console=${console} mpurate=${mpurate} androidboot.console=ttyS2 console=tty0 root=${mmcroot} rw init=/init rootwait vram=12M omapfb.mode=dvi:1024x768MR-16@60 omapdss.def_disp=${defaultdisplay}'&lt;br /&gt;
 $ setenv andbootcmd 'mmc init; fatload mmc 0 ${loadaddr} uImage; run andbootargs; bootm ${loadaddr}'&lt;br /&gt;
 $ saveenv&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
To boot Android, just type ''run andbootcmd'' at the u-boot prompt. Single-quoted strings like those above are expanded when they are run which means variables in ''andbootargs'' such as ${defaultdisplay} will pick up the current setting of the environment variable.  We expect the following values for these variables: ''console=ttyS2,115200n8'', ''mpurate=500'', ''mmcroot=/dev/mmcblk0p2 rw''; certainly these values can be set explictly in andbootargs instead.&lt;br /&gt;
If you are using a 4.3&amp;quot; LCD panel (Chestnut43, Palo43), use ''defaultdisplay=lcd43''; for a 3.5&amp;quot; LCD panel (Palo35), use ''defaultdisplay=lcd35''; for an external DVI monitor (Tobi, Summit), use ''defaultdisplay=dvi''.  Even if you are using an LCD panel, it is not necessary to change the ''omapfb.mode'' as this just sets up the framebuffer in the case that an external DVI monitor is used.&lt;br /&gt;
&lt;br /&gt;
Patches and improvements are most welcome---please send to ash (at) gumstix.com&lt;br /&gt;
&lt;br /&gt;
== Android on FLOW ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] has ported '''Android Cupcake''', '''Eclair''' as well as '''Froyo (2.2)''' 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.&lt;br /&gt;
&lt;br /&gt;
=== Mailing list archives ===&lt;br /&gt;
&lt;br /&gt;
For recent postings on the Gumstix mailing list about Android, [http://www.nabble.com/forum/Search.jtp?query=android&amp;amp;sort=date&amp;amp;local=y&amp;amp;forum=22543 click here].&lt;br /&gt;
&lt;br /&gt;
== Android on Verdex Pro ==&lt;br /&gt;
&lt;br /&gt;
=== Mobile Device called &amp;quot;bc9&amp;quot; ===&lt;br /&gt;
BeatCraft, Inc. is developing verdex pro based mobile device named &amp;quot;bc9&amp;quot; and have successfully booted&lt;br /&gt;
Android on it. [http://labs.beatcraft.com/en/index.php?Android Click here] for more.&lt;br /&gt;
&lt;br /&gt;
===Android on Gumstix videos on Youtube ===&lt;br /&gt;
On Youtube, you can watch Android start up on a Gumstix in these [http://www.youtube.com/results?search_type=videos&amp;amp;search_query=gumstix+android&amp;amp;search_sort=video_date_uploaded videos posted on Youtube]&lt;br /&gt;
&lt;br /&gt;
Also, check the Gumstix mailing list archives for some threads about Android on Gumstix Overo and Verdex Pro COMs.&lt;br /&gt;
&lt;br /&gt;
== Other Useful Links ==&lt;br /&gt;
&lt;br /&gt;
===Android - an open alliance handset project===&lt;br /&gt;
&lt;br /&gt;
Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The [http://developer.android.com/sdk/1.1_r1/index.html Android SDK] provides the tools and APIs necessary to begin developing applications to run on Android-powered devices.&lt;br /&gt;
&lt;br /&gt;
[http://developer.android.com/ 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.&lt;br /&gt;
&lt;br /&gt;
=== Porting Guide to Beagleboard ===&lt;br /&gt;
[http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board Click here] for the Android porting guide to the Beagle Board]&lt;br /&gt;
&lt;br /&gt;
=== Installing Android on OMAP platforms ===&lt;br /&gt;
[https://omapzoom.org/gf/project/omapandroid/wiki/ This project] focuses on the platform specific layers need to install Android on supported OMAP platforms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further instructions and information can be posted here..&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=4154</id>
		<title>Category:Projects - pdas</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=4154"/>
				<updated>2010-03-19T11:12:33Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2010==&lt;br /&gt;
&lt;br /&gt;
===WiFi Linux Wall-Plug from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] released an Open Source [http://www.gizmoforyou.net/site/shop/gizmos/computing/wifi-linux-wall-plug.html Linux Wall-Plug] based on the Gumstix Overo Air single-board computer (SBC). The device features 2 x 2MP cameras, WiFi, Bluetooth, Sencitive Microphone amps and other features. The Gizmo was created from one of the many wishes that &lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] receives.   &lt;br /&gt;
&lt;br /&gt;
===Ares Gaming platform from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
An Open Source Gaming platform [http://www.gizmoforyou.net/site/shop/gizmos/computing/pxa-gaming.html Ares] based on the Gumstix Verdex Pro series of platforms from Gumstix has been released and features a 4.3&amp;quot; Touchscreen, Analog controls and other features. [http://www.gizmoforyou.net/site GizmoForYou] also initiated a [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=37589 contest] for the development of games for the Ares platform which run specifically on it and are optimized for the Verdex Pro hardware.&lt;br /&gt;
&lt;br /&gt;
===FLOW G1.5 from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] releases a second version of the FLOW PDA/Phone, [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1.5] which has many new features, redesigned exterior look and operates on Android Eclair. some of the features are HDMI, 2MP camera, 3 axis Accelerometer, Digital compass and many others.&lt;br /&gt;
&lt;br /&gt;
==2009==&lt;br /&gt;
&lt;br /&gt;
===FLOW G1 from GizmoForYou ===  &lt;br /&gt;
&lt;br /&gt;
An Open source community [http://www.gizmoforyou.net/site GizmoForYou] is shipping a Linux hardware/software kit for building a modular, touch screen smart-phone [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1]. Based on the OMAP35x-based Gumstix Overo line of single-board computers (SBC), [http://www.linuxdevices.com/news/NS1980620246.html the Flow phone] offers modules including GPS, 3.5G cellular, Bluetooth, WiFi, camera and other features and operates on Android Cupcake.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Projects]]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=4153</id>
		<title>Category:Projects - pdas</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=4153"/>
				<updated>2010-03-19T11:11:27Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2010==&lt;br /&gt;
&lt;br /&gt;
===WiFi Linux Wall-Plug from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] released an Open Source [http://www.gizmoforyou.net/site/shop/gizmos/computing/wifi-linux-wall-plug.html Linux Wall-Plug] based on the Gumstix Overo Air single-board computer (SBC). The device features 2 x 2MP cameras, WiFi, Bluetooth, Sencitive Microphone amps and other features. The Gizmo was created from one of the many wishes that &lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] receives.   &lt;br /&gt;
&lt;br /&gt;
===Ares Gaming platform from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
An Open Source Gaming platform [http://www.gizmoforyou.net/site/shop/gizmos/computing/pxa-gaming.html Ares] based on the Gumstix Verdex Pro series of platforms from Gumstix has been released and features a 4.3&amp;quot; Touchscreen, Analog controls and other features. [http://www.gizmoforyou.net/site GizmoForYou] also initiated a [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=37589 contest] for the development of games for the Ares platform which run specifically on it and are optimized for the Verdex Pro hardware.&lt;br /&gt;
&lt;br /&gt;
===FLOW G1.5 from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] releases a second version of the FLOW PDA/Phone, [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1.5] which has many new features, redesigned exterior look and operates on Android Eclair. some of the features are HDMI, 2MP camera, 3 axis Accelerometer, Digital compass and many others.&lt;br /&gt;
&lt;br /&gt;
==2009==&lt;br /&gt;
&lt;br /&gt;
===FLOW G1 from GizmoForYou ===  &lt;br /&gt;
&lt;br /&gt;
An Open source community [http://www.gizmoforyou.net/site GizmoForYou] is shipping a Linux hardware/software kit for building a modular, touch screen smart-phone [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1]. Based on the OMAP35x-based Gumstix Overo line of single-board computers (SBC), [http://www.linuxdevices.com/news/NS1980620246.html the Flow phone] offers modules including GPS, 3.5G cellular, Bluetooth, WiFi, camera and other features and operates on Android Cupcake.&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4152</id>
		<title>Category:Projects - displays</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4152"/>
				<updated>2010-03-19T11:10:56Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2009==&lt;br /&gt;
&lt;br /&gt;
===LRC: Living Room Controller ===&lt;br /&gt;
&lt;br /&gt;
The LRC is an Overo Air based computer system, built into a photoframe, featuring a touchscreen and a 7&amp;quot; LCD screen.&lt;br /&gt;
Find more information in the official [http://shared.msites.net/lrc project wiki]&lt;br /&gt;
&lt;br /&gt;
==2008==&lt;br /&gt;
&lt;br /&gt;
===Dual Display E-Reader at UMD===&lt;br /&gt;
[http://www.cs.umd.edu/~nchen/reader/ Dual/Multi Display Electronic Readers] at the University of Maryland. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Projects]]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=4151</id>
		<title>Category:Projects - pdas</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_pdas&amp;diff=4151"/>
				<updated>2010-03-19T11:10:19Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: Created page with '==2010==  ===WiFi Linux Wall-Plug from GizmoForYou ===  [http://www.gizmoforyou.net/site GizmoForYou] released an Open Source [http://www.gizmoforyou.net/site/shop/gizmos/computi…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2010==&lt;br /&gt;
&lt;br /&gt;
===WiFi Linux Wall-Plug from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] released an Open Source [http://www.gizmoforyou.net/site/shop/gizmos/computing/wifi-linux-wall-plug.html Linux Wall-Plug] based on the Gumstix Overo Air single-board computer (SBC). The device features 2 x 2MP cameras, WiFi, Bluetooth, Sencitive Microphone amps and other features. The Gizmo was created from one of the many wishes that &lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] receives.   &lt;br /&gt;
&lt;br /&gt;
===Ares Gaming platform from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
An Open Source Gaming platform [http://www.gizmoforyou.net/site/shop/gizmos/computing/pxa-gaming.html Ares] based on the Gumstix Verdex Pro series of platforms from Gumstix has been released and features a 4.3&amp;quot; Touchscreen, Analog controls and other features. [http://www.gizmoforyou.net/site GizmoForYou] also initiated a [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=37589 contest] for the development of games for the Ares platform which run specifically on it and are optimized for the Verdex Pro hardware.&lt;br /&gt;
&lt;br /&gt;
===FLOW G1.5 from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] releases a second version of the FLOW PDA/Phone, [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1.5] which has many new features, redesigned exterior look and operates on Android Eclair. some of the features are HDMI, 2MP camera, 3 axis Accelerometer, Digital compass and many others.&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4150</id>
		<title>Category:Projects - displays</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4150"/>
				<updated>2010-03-19T11:09:59Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2009==&lt;br /&gt;
&lt;br /&gt;
===FLOW G1 from GizmoForYou ===  &lt;br /&gt;
&lt;br /&gt;
An Open source community [http://www.gizmoforyou.net/site GizmoForYou] is shipping a Linux hardware/software kit for building a modular, touch screen smart-phone [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1]. Based on the OMAP35x-based Gumstix Overo line of single-board computers (SBC), [http://www.linuxdevices.com/news/NS1980620246.html the Flow phone] offers modules including GPS, 3.5G cellular, Bluetooth, WiFi, camera and other features and operates on Android Cupcake.&lt;br /&gt;
&lt;br /&gt;
===LRC: Living Room Controller ===&lt;br /&gt;
&lt;br /&gt;
The LRC is an Overo Air based computer system, built into a photoframe, featuring a touchscreen and a 7&amp;quot; LCD screen.&lt;br /&gt;
Find more information in the official [http://shared.msites.net/lrc project wiki]&lt;br /&gt;
&lt;br /&gt;
==2008==&lt;br /&gt;
&lt;br /&gt;
===Dual Display E-Reader at UMD===&lt;br /&gt;
[http://www.cs.umd.edu/~nchen/reader/ Dual/Multi Display Electronic Readers] at the University of Maryland. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Projects]]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Main_Page&amp;diff=4149</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Main_Page&amp;diff=4149"/>
				<updated>2010-03-19T11:09:25Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;''Welcome to the gumstix users wiki''&amp;lt;/big&amp;gt;     &lt;br /&gt;
&lt;br /&gt;
This site is provided so that users of the gumstix OpenEmbedded build system can share their knowledge, showcase their gumstix based projects, and pass on links to other sources of information and materials.  This information is entirely user generated and supported.  Please contribute your know-how to help your fellow developers.&lt;br /&gt;
&lt;br /&gt;
  '''Customer additions and edits are encouraged, but please read the help page before you make any major edits.'''&lt;br /&gt;
  ''Note:  you will need to create a new user account if you would like to contribute or edit content on this site.''&lt;br /&gt;
&lt;br /&gt;
Go to the [http://www.gumstix.net Gumstix Developer's website] for official Gumstix supported documentation on OpenEmbedded and other information of interest to developers:&lt;br /&gt;
{|&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
{|cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa;border:1px solid #bcc&amp;quot;&lt;br /&gt;
! style=&amp;quot;margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot; | [[:Category:How-tos |User how to's]]&lt;br /&gt;
! style=&amp;quot;margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot; | [[:Category:projects|User projects]]&lt;br /&gt;
! style=&amp;quot;margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot; | [[:Category:User_pics_videos|User Pics &amp;amp; Videos]]&lt;br /&gt;
! style=&amp;quot;margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot; | [[:Category:resources|Resources]]&lt;br /&gt;
! style=&amp;quot;margin:0;background:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot; | [[:Category:faqs|Questions and Answers]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* [[:Category:how to - general|General]]&lt;br /&gt;
* [[:Category:how to - Android|Android]]&lt;br /&gt;
* [[:Category:how to - audio|Audio]]&lt;br /&gt;
* [[:Category:how to - batteries|Batteries]]&lt;br /&gt;
* [[:Category:how to - bluetooth|Bluetooth]]&lt;br /&gt;
* [[:Category:how to - fedora|Fedora]]&lt;br /&gt;
* [[:Category:Connect_hardware|Connect Hardware]]&lt;br /&gt;
* [[:Category:how to - displays|Displays]]&lt;br /&gt;
* [[:Category:how to - DSP|DSP]]&lt;br /&gt;
* [[:Category:how to - git|Git]]&lt;br /&gt;
* [[GPIO|GPIO]]&lt;br /&gt;
* [[:Category:how to - gui|GUI]]&lt;br /&gt;
* [[:Category:how to - Build helloworld|HelloWorld]]&lt;br /&gt;
* [[:Category:how to - i2c|I2C]]&lt;br /&gt;
* [[:Category:how to - JAVA|JAVA]]&lt;br /&gt;
* [[:Category:how to - Known Issues|Known Issues]]&lt;br /&gt;
* [[:Category:how to - LCD|LCD]]&lt;br /&gt;
* [[:Category:how to - linux|Linux]]&lt;br /&gt;
* [[:Category:how to - Network_Boot|Network Boot]]&lt;br /&gt;
* [[:Category:how to - OpenEmbedded|OpenEmbedded]]&lt;br /&gt;
* [[:Category:how to - player|Player]]&lt;br /&gt;
* [[:Category:How_to_-_qemu|Qemu]]&lt;br /&gt;
* [[:Category:How_to_-_Qt|Qt]]&lt;br /&gt;
* [[:Category:how to - robotics|Robotics]]&lt;br /&gt;
* [[:Category:how to - security|Security]]&lt;br /&gt;
* [[:Category:SPI|SPI]]&lt;br /&gt;
* [[:Category:SUSE|SUSE]]&lt;br /&gt;
* [[U-Boot|UBoot]]&lt;br /&gt;
* [[:Category:how to - Ubuntu|Ubuntu]]&lt;br /&gt;
* [[:Category:how to - usb|USB]]&lt;br /&gt;
* [[Verdex Git Repository]]&lt;br /&gt;
* [[:Category:how to - virtual machine|Virtual Machine]]&lt;br /&gt;
* [[:Category:how to - webcams|Webcams]]&lt;br /&gt;
* [[:Category:how to - wifi|Wifi]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* [[:Category:projects - audio|Audio]]&lt;br /&gt;
* [[:Category:projects - competitions|Competitions]]&lt;br /&gt;
* [[:Category:projects - displays|Displays]]&lt;br /&gt;
* [[:Category:projects - pdas|PDA's]]&lt;br /&gt;
* [[:Category:Projects_-Research_and_Education|Research &amp;amp; Education]]&lt;br /&gt;
* [[:Category:projects - monitoring and control|Monitoring and Control]]&lt;br /&gt;
* [[:Category:projects - robotics|Robotics &amp;amp; UAV's]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* [http://johnwoconnor.blogspot.com/2009/03/linux-on-gumstick-tour-of-gumstix-overo.html Short &amp;amp; Sweet - A User's Tour of Overo Earth]&lt;br /&gt;
* [http://www.flickr.com/search/?q=gumstix&amp;amp;s=rec Gumstix in Flickr]&lt;br /&gt;
* [http://www.youtube.com/results?search_query=gumstix&amp;amp;search_sort=video_date_uploaded Gumstix on Youtube]&lt;br /&gt;
* [http://www.cs.umd.edu/alandaluz/nchen/ebook/dualdisp-chi.mov Dual Display device at UMD]&lt;br /&gt;
* [http://ca.youtube.com/watch?v=3ZFmjOHnWds&amp;amp;eurl=http://paginas.fe.up.pt/~jca/fast/en/media.php First World Robotic Sailing Championships in May 2008]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* [[Windows CE solution|Solutions for Windows CE]]&lt;br /&gt;
* [[Qt solution|Solutions for Qt]]&lt;br /&gt;
* [[Manufacturer's specifications|Specifications for Processors &amp;amp; Components]]&lt;br /&gt;
* [[Software information]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Third Party Boards]]&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
* [https://lists.sourceforge.net/lists/listinfo/gumstix-users Sign-up - Community mailing list]&lt;br /&gt;
* [http://www.nabble.com/Gumstix-f22543.html Archives - Community mailing list]&lt;br /&gt;
* [http://www.gumstix.net/wiki/index.php?title=Other_FAQs Other FAQs]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Help:Wiki_markup MediaWiki Syntax]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For information and support for the legacy gumstix buildroot build system:&lt;br /&gt;
[http://docwiki.gumstix.org/Main_Page docwiki.gumstix.org]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_Android&amp;diff=4148</id>
		<title>Category:How to - Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_Android&amp;diff=4148"/>
				<updated>2010-03-19T10:46:49Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''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.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android on Overo ==&lt;br /&gt;
&lt;br /&gt;
[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.&lt;br /&gt;
&lt;br /&gt;
=== Mailing list archives ===&lt;br /&gt;
&lt;br /&gt;
For recent postings on the Gumstix mailing list about Android, [http://www.nabble.com/forum/Search.jtp?query=android&amp;amp;sort=date&amp;amp;local=y&amp;amp;forum=22543 click here].&lt;br /&gt;
&lt;br /&gt;
== Android on Verdex Pro ==&lt;br /&gt;
&lt;br /&gt;
=== Mobile Device called &amp;quot;bc9&amp;quot; ===&lt;br /&gt;
BeatCraft, Inc. is developing verdex pro based mobile device named &amp;quot;bc9&amp;quot; and have successfully booted&lt;br /&gt;
Android on it. [http://labs.beatcraft.com/en/index.php?Android Click here] for more.&lt;br /&gt;
&lt;br /&gt;
===Android on Gumstix videos on Youtube ===&lt;br /&gt;
On Youtube, you can watch Android start up on a Gumstix in these [http://www.youtube.com/results?search_type=videos&amp;amp;search_query=gumstix+android&amp;amp;search_sort=video_date_uploaded videos posted on Youtube]&lt;br /&gt;
&lt;br /&gt;
Also, check the Gumstix mailing list archives for some threads about Android on Gumstix Overo and Verdex Pro COMs.&lt;br /&gt;
&lt;br /&gt;
== Other Useful Links ==&lt;br /&gt;
&lt;br /&gt;
===Android - an open alliance handset project===&lt;br /&gt;
&lt;br /&gt;
Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The [http://developer.android.com/sdk/1.1_r1/index.html Android SDK] provides the tools and APIs necessary to begin developing applications to run on Android-powered devices.&lt;br /&gt;
&lt;br /&gt;
[http://developer.android.com/ 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.&lt;br /&gt;
&lt;br /&gt;
=== Porting Guide to Beagleboard ===&lt;br /&gt;
[http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board Click here] for the Android porting guide to the Beagle Board]&lt;br /&gt;
&lt;br /&gt;
=== Installing Android on OMAP platforms ===&lt;br /&gt;
[https://omapzoom.org/gf/project/omapandroid/wiki/ This project] focuses on the platform specific layers need to install Android on supported OMAP platforms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further instructions and information can be posted here.&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:How_to_-_Android&amp;diff=4147</id>
		<title>Category:How to - Android</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:How_to_-_Android&amp;diff=4147"/>
				<updated>2010-03-19T10:46:21Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''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.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Android on Overo ==&lt;br /&gt;
&lt;br /&gt;
[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.&lt;br /&gt;
&lt;br /&gt;
=== Mailing list archives ===&lt;br /&gt;
&lt;br /&gt;
For recent postings on the Gumstix mailing list about Android, [http://www.nabble.com/forum/Search.jtp?query=android&amp;amp;sort=date&amp;amp;local=y&amp;amp;forum=22543 click here].&lt;br /&gt;
&lt;br /&gt;
== Android on Verdex Pro ==&lt;br /&gt;
&lt;br /&gt;
=== Mobile Device called &amp;quot;bc9&amp;quot; ===&lt;br /&gt;
BeatCraft, Inc. is developing verdex pro based mobile device named &amp;quot;bc9&amp;quot; and have successfully booted&lt;br /&gt;
Android on it. [http://labs.beatcraft.com/en/index.php?Android Click here] for more.&lt;br /&gt;
&lt;br /&gt;
===Android on Gumstix videos on Youtube ===&lt;br /&gt;
On Youtube, you can watch Android start up on a Gumstix in these [http://www.youtube.com/results?search_type=videos&amp;amp;search_query=gumstix+android&amp;amp;search_sort=video_date_uploaded videos posted on Youtube]&lt;br /&gt;
&lt;br /&gt;
Also, check the Gumstix mailing list archives for some threads about Android on Gumstix Overo and Verdex Pro COMs.&lt;br /&gt;
&lt;br /&gt;
== Other Useful Links ==&lt;br /&gt;
&lt;br /&gt;
===Android - an open alliance handset project===&lt;br /&gt;
&lt;br /&gt;
Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The [http://developer.android.com/sdk/1.1_r1/index.html Android SDK] provides the tools and APIs necessary to begin developing applications to run on Android-powered devices.&lt;br /&gt;
&lt;br /&gt;
[http://developer.android.com/ 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.&lt;br /&gt;
&lt;br /&gt;
=== Porting Guide to Beagleboard ===&lt;br /&gt;
[http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board Click here] for the Android porting guide to the Beagle Board]&lt;br /&gt;
&lt;br /&gt;
=== Installing Android on OMAP platforms ===&lt;br /&gt;
[https://omapzoom.org/gf/project/omapandroid/wiki/ This project] focuses on the platform specific layers need to install Android on supported OMAP platforms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Further instructions and information can be posted here.&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4146</id>
		<title>Category:Projects - displays</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4146"/>
				<updated>2010-03-19T10:38:59Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2010==&lt;br /&gt;
&lt;br /&gt;
===WiFi Linux Wall-Plug from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] released an Open Source [http://www.gizmoforyou.net/site/shop/gizmos/computing/wifi-linux-wall-plug.html Linux Wall-Plug] based on the Gumstix Overo Air single-board computer (SBC). The device features 2 x 2MP cameras, WiFi, Bluetooth, Sencitive Microphone amps and other features. The Gizmo was created from one of the many wishes that &lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] receives.   &lt;br /&gt;
&lt;br /&gt;
===Ares Gaming platform from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
An Open Source Gaming platform [http://www.gizmoforyou.net/site/shop/gizmos/computing/pxa-gaming.html Ares] based on the Gumstix Verdex Pro series of platforms from Gumstix has been released and features a 4.3&amp;quot; Touchscreen, Analog controls and other features. [http://www.gizmoforyou.net/site GizmoForYou] also initiated a [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=37589 contest] for the development of games for the Ares platform which run specifically on it and are optimized for the Verdex Pro hardware.&lt;br /&gt;
&lt;br /&gt;
===FLOW G1.5 from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] releases a second version of the FLOW PDA/Phone, [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1.5] which has many new features, redesigned exterior look and operates on Android Eclair. some of the features are HDMI, 2MP camera, 3 axis Accelerometer, Digital compass and many others.  &lt;br /&gt;
&lt;br /&gt;
==2009==&lt;br /&gt;
&lt;br /&gt;
===FLOW G1 from GizmoForYou ===  &lt;br /&gt;
&lt;br /&gt;
An Open source community [http://www.gizmoforyou.net/site GizmoForYou] is shipping a Linux hardware/software kit for building a modular, touch screen smart-phone [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1]. Based on the OMAP35x-based Gumstix Overo line of single-board computers (SBC), [http://www.linuxdevices.com/news/NS1980620246.html the Flow phone] offers modules including GPS, 3.5G cellular, Bluetooth, WiFi, camera and other features and operates on Android Cupcake.&lt;br /&gt;
&lt;br /&gt;
===LRC: Living Room Controller ===&lt;br /&gt;
&lt;br /&gt;
The LRC is an Overo Air based computer system, built into a photoframe, featuring a touchscreen and a 7&amp;quot; LCD screen.&lt;br /&gt;
Find more information in the official [http://shared.msites.net/lrc project wiki]&lt;br /&gt;
&lt;br /&gt;
==2008==&lt;br /&gt;
&lt;br /&gt;
===Dual Display E-Reader at UMD===&lt;br /&gt;
[http://www.cs.umd.edu/~nchen/reader/ Dual/Multi Display Electronic Readers] at the University of Maryland. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Projects]]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4145</id>
		<title>Category:Projects - displays</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=Category:Projects_-_displays&amp;diff=4145"/>
				<updated>2010-03-19T10:38:13Z</updated>
		
		<summary type="html">&lt;p&gt;Gizmoman: corrected links and added new content with some fixes to naming and terminology&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2010==&lt;br /&gt;
&lt;br /&gt;
===WiFi Linux Wall-Plug from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] released an Open Source [http://www.gizmoforyou.net/site/shop/gizmos/computing/wifi-linux-wall-plug.html Linux Wall-Plug] based on the Gumstix Overo Air single-board computer (SBC). The device features 2 x 2MP cameras, WiFi, Bluetooth, Sencitive Microphone amps and other features. The Gizmo was created from one of the many wishes that &lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] receives.   &lt;br /&gt;
&lt;br /&gt;
===Ares Gaming platform from GizmoForYou ===&lt;br /&gt;
&lt;br /&gt;
An Open Source Gaming platform [http://www.gizmoforyou.net/site/shop/gizmos/computing/pxa-gaming.html Ares] based on the Gumstix Verdex Pro series of platforms from Gumstix has been released and features a 4.3&amp;quot; Touchscreen, Analog controls and other features. [http://www.gizmoforyou.net/site GizmoForYou] also initiated a [http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=37589 contest] for the development of games for the Ares platform which run specifically on it and are optimized for the Verdex Pro hardware.&lt;br /&gt;
&lt;br /&gt;
===FLOW G1.5 from Gizmoforyou ===&lt;br /&gt;
&lt;br /&gt;
[http://www.gizmoforyou.net/site GizmoForYou] releases a second version of the FLOW PDA/Phone, [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1.5] which has many new features, redesigned exterior look and operates on Android Eclair. some of the features are HDMI, 2MP camera, 3 axis Accelerometer, Digital compass and many others.  &lt;br /&gt;
&lt;br /&gt;
==2009==&lt;br /&gt;
&lt;br /&gt;
===FLOW G1 from Gizmoforyou ===  &lt;br /&gt;
&lt;br /&gt;
An Open source community [http://www.gizmoforyou.net/site GizmoForYou] is shipping a Linux hardware/software kit for building a modular, touch screen smart-phone [http://www.gizmoforyou.net/site/shop/gizmos/computing/flow.html FLOW G1]. Based on the OMAP35x-based Gumstix Overo line of single-board computers (SBC), [http://www.linuxdevices.com/news/NS1980620246.html the Flow phone] offers modules including GPS, 3.5G cellular, Bluetooth, WiFi, camera and other features and operates on Android Cupcake.&lt;br /&gt;
&lt;br /&gt;
===LRC: Living Room Controller ===&lt;br /&gt;
&lt;br /&gt;
The LRC is an Overo Air based computer system, built into a photoframe, featuring a touchscreen and a 7&amp;quot; LCD screen.&lt;br /&gt;
Find more information in the official [http://shared.msites.net/lrc project wiki]&lt;br /&gt;
&lt;br /&gt;
==2008==&lt;br /&gt;
&lt;br /&gt;
===Dual Display E-Reader at UMD===&lt;br /&gt;
[http://www.cs.umd.edu/~nchen/reader/ Dual/Multi Display Electronic Readers] at the University of Maryland. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Projects]]&lt;/div&gt;</summary>
		<author><name>Gizmoman</name></author>	</entry>

	</feed>