<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.openmoko.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.openmoko.org/api.php?action=feedcontributions&amp;user=Kempelen&amp;feedformat=atom</id>
		<title>Openmoko - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.openmoko.org/api.php?action=feedcontributions&amp;user=Kempelen&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Special:Contributions/Kempelen"/>
		<updated>2013-06-20T09:38:16Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.6</generator>

	<entry>
		<id>http://wiki.openmoko.org/wiki/TangoGPS</id>
		<title>TangoGPS</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/TangoGPS"/>
				<updated>2011-05-27T21:31:08Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* pre-load for offline use */ remove &amp;quot;tiles are stored in /tmp&amp;quot;, this was changed in 0.9.3 in 2008.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|tangoGPS}}&lt;br /&gt;
{{Application|tangoGPS}}&lt;br /&gt;
&lt;br /&gt;
{{ApplicationBox|&lt;br /&gt;
Name=[[TangoGPS]]|&lt;br /&gt;
Description=    TangoGPS is a map application which can utilize Neo's built-in GPS to show your current location. It automatically downloads maps from http://openstreetmap.com and you can download map tiles for offline use too. There is also a fork of TangoGPS - [[FoxtrotGPS]], which can be alternatively installed and has more open development. The feature sets are quite close.|&lt;br /&gt;
Screenshot=TangoGPS1.jpg|&lt;br /&gt;
Homepage=http://www.tangogps.org|&lt;br /&gt;
TestedOn=Om 2008.8|&lt;br /&gt;
PackageName=tangogps&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
tangoGPS is a map application which can utilize Neo's built-in GPS to show your current location.&lt;br /&gt;
&lt;br /&gt;
[[Image:TangoGPS1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Website: http://www.tangogps.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running tangoGPS ==&lt;br /&gt;
=== [[Om 2008.8]] ===&lt;br /&gt;
&lt;br /&gt;
From the freerunner connected to the internet:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg update&lt;br /&gt;
opkg install gpsd&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{note|I experienced hangups if gpsd was not installed.}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.tangogps.org/downloads/tangogps_0.9.5-r0_armv4t.opk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If opkg complains about not being able to acquire a lock, try:&lt;br /&gt;
&amp;lt;pre&amp;gt;pkill packagekit&amp;lt;/pre&amp;gt;&lt;br /&gt;
To get gpsd working on the FreeRunner you have to change the configuration according to [[Gpsd#GPS_on_GTA02]].&lt;br /&gt;
Then start gpsd by:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/etc/init.d/gpsd start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you get an error about no GPS device in /etc/default/gpsd execute:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo &amp;quot;GPS_DEV=\&amp;quot;/dev/ttySAC1\&amp;quot;&amp;quot; &amp;gt; /etc/default/gpsd&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now you must power up the GPS-chip by opening the &amp;quot;Settings&amp;quot; application and setting the GPS entry to &amp;quot;on&amp;quot;. Now you can run tangoGPS and wait until it get's a GPS fix. This can take up to a few minutes.&lt;br /&gt;
&lt;br /&gt;
=== [[Debian]] ===&lt;br /&gt;
&lt;br /&gt;
The latest version is available in [[Debian]].&lt;br /&gt;
&lt;br /&gt;
It depends on gpsd which conflicts with frameworkd in fso-frameworkd, but there is a package available that provides&lt;br /&gt;
the gpsd interface to clients while using the services of the FSO frameworkd daemon, fso-gpsd. The install.sh script for the Debian distribution on the OpenMoko already installs it. To add tangogps run&lt;br /&gt;
&lt;br /&gt;
# apt-get install tangogps&lt;br /&gt;
&lt;br /&gt;
The gps device will be started automatically upon the invocation of tangogps or another gps application, e.g. like the one in [[Zhone]]. For the records, one can manually turn on the gps device using&lt;br /&gt;
&lt;br /&gt;
# echo 1 &amp;gt;/sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron&lt;br /&gt;
&lt;br /&gt;
The tangoGPS applications may appear as &amp;quot;GPS &amp;amp; Map&amp;quot; on various desktops.&lt;br /&gt;
&lt;br /&gt;
'''Issues:'''&lt;br /&gt;
* Both gpsd and the framework publish GPS data through dbus, though with different interfaces.  This suggests a number of possible solutions.&lt;br /&gt;
** gpsd or the framework could implement the other's interface (along with their own).&lt;br /&gt;
** a translator could read one interface and emulate the other. This is what fso-gpsd does.&lt;br /&gt;
** the framework could have an option to read data from gpsd.&lt;br /&gt;
** ogpsd/gypsy could be extended to be backwards compatible with the majority of gps applications.&lt;br /&gt;
&lt;br /&gt;
=== FSO Milestone 3 ([[OpenmokoFramework]]) ===&lt;br /&gt;
&lt;br /&gt;
There are two various GPS interfaces -- (1) one provided with default [[gpsd]] and (2) the other provided by [[ogpsd]] (part of the frameworkd). tangoGPS requires the ad 1 and it obtains information from gps from the [[dbus]] interface provided by gpsd.&lt;br /&gt;
&lt;br /&gt;
On FSO milestone 3, there is [[tangoGPS]] pre-installed as well as both gpsd and ogpsd (see &amp;lt;code&amp;gt;/etc/frameworkd.conf&amp;lt;/code&amp;gt;, section &amp;lt;code&amp;gt;ogpsd&amp;lt;/code&amp;gt;).  As mentioned above, there also exists a fso-gpsd package, that converts from ad 2 to ad 1 (unfortunately fso-gpsd is not in default image and must be installed with &amp;lt;code&amp;gt;opkg install fso-gpsd&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
You cannot have both &amp;quot;providers&amp;quot; (ad 1 &amp;amp; ad 2) running, but you can have ad 2 (recommended for FSO) and &amp;quot;convertor&amp;quot; (fso-gpsd) providing the ad 1.  To get usable tangoGPS on FreeRunner, one has to:&lt;br /&gt;
&lt;br /&gt;
# check that &amp;lt;code&amp;gt;/etc/frameworkd.conf&amp;lt;/code&amp;gt;, section &amp;lt;code&amp;gt;ogpsd&amp;lt;/code&amp;gt; reads GPS data from the right device (&amp;lt;code&amp;gt;/dev/ttySAC1&amp;lt;/code&amp;gt;)&lt;br /&gt;
# if changes were made to configuration, one should restart the frameworkd -- &amp;lt;code&amp;gt;/etc/init.d/frameworkd stop &amp;amp;&amp;amp; /etc/init.d/frameworkd start&amp;lt;/code&amp;gt;&lt;br /&gt;
# check that gpsd is not running -- &amp;lt;code&amp;gt;/etc/init.d/gpsd stop&amp;lt;/code&amp;gt;&lt;br /&gt;
# check that fso-gpsd is installed and running -- &amp;lt;code&amp;gt;opkg install fso-gpsd; fso-gpsd&amp;lt;/code&amp;gt;&lt;br /&gt;
# check that gps chip is online (&amp;lt;code&amp;gt;echo 1 &amp;gt; /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron&amp;lt;/code&amp;gt;) (Om 2009 newer kernels: &amp;lt;code&amp;gt;echo 1 &amp;gt; /sys/class/i2c-adapter/i2c-0/0-0073/pcf50633-regltr.7/neo1973-pm-gps.0/power_on&amp;lt;/code&amp;gt;)&lt;br /&gt;
# finally start up the tangoGPS and locate the gps signal; it should be up in a few minutes.&lt;br /&gt;
&lt;br /&gt;
Note 1: handy application for testing the gps (and gps signal strength) is &amp;lt;code&amp;gt;openmoko-agpsui&amp;lt;/code&amp;gt;, see general gps info at [[Gps]]&lt;br /&gt;
&lt;br /&gt;
Note 2: You can automate the process -- (1) remove the startup script for gpsd (&amp;lt;code&amp;gt;update-rc.d -f gpsd remove&amp;lt;/code&amp;gt;) and (2) create a simple startup scipt for fso-gpsd (you can use current script for gpsd as a skeleton)&lt;br /&gt;
&lt;br /&gt;
== Downloading Maps ==&lt;br /&gt;
=== pre-load for offline use ===&lt;br /&gt;
&lt;br /&gt;
tangoGPS can bunch-download the map images so you don't need an internet connection while walking around. They are stored in ~/maps folder, this can be changed in settings. Note that the map files can take up large amounts of space, so you may want to store them on your sd card, e.g. in /media/card/osm or /media/mmcblk0p2/data/maps.&lt;br /&gt;
&lt;br /&gt;
If you find that TangoGPS does not remember configuration changes that you make to it, be sure to run it from the touchscreen, and not an SSH session.  TangoGPS uses gconf to store its settings, and cannot access gconf when run via SSH.&lt;br /&gt;
&lt;br /&gt;
An alternative way to setup the configuration is through the command line. having /media/mmcblk0p2/data/maps as your data directory you could do the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gconftool-2 -s /apps/tangogps/repos \&lt;br /&gt;
&amp;quot;[OSM|http://tile.openstreetmap.org/%d/%d/%d.png|/data/maps/OSM|\&lt;br /&gt;
0,Topo|maps-for-free|/data/maps/maps4free|\&lt;br /&gt;
0,Aerial|openaerial|/data/maps/openaerial|\&lt;br /&gt;
0,Opencyclemap|http://a.andy.sandbox.cloudmade.com/tiles/cycle/%d/%d/%d.png|/data/maps/opencyclemap|\&lt;br /&gt;
0,Google Sat (testing only)|http://khm1.google.com/kh?v=34&amp;amp;hl=en&amp;amp;x=%d&amp;amp;s=&amp;amp;y=%d&amp;amp;z=%d|/data/maps/googlesat|1]&amp;quot; \&lt;br /&gt;
--type list --list-type string&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Om2009 unstable 090805 Glenn:&lt;br /&gt;
 (gconftool-2:1820): GConf-WARNING **: Client failed to connect to the D-BUS daemon:&lt;br /&gt;
 dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.&lt;br /&gt;
 Error setting value: No D-BUS daemon running&lt;br /&gt;
 root@om-gta02:~#&lt;br /&gt;
&lt;br /&gt;
Once you have set the location to a non-volatile path, you can connect your Neo to the internet by USB or WiFi at home and start downloading the maps of your area. Tap the map screen and select &amp;quot;map download&amp;quot;. Now on-the-road  tangoGPS will be able to show you maps in different zoom levels even though you are not connected to the internet.&lt;br /&gt;
&lt;br /&gt;
=== Downloading Maps via GPRS ===&lt;br /&gt;
I think tangoGPS may have started working after I followed the instructions to get GPRS working with GSM multiplexing here: [[Manually_using_GPRS#Option_1:_With_GSM_multiplexing_and_with_a_GUI]]&lt;br /&gt;
&lt;br /&gt;
There are steps included in those instructions to improve GPS performance.  The great thing is that once you get GPRS working, you can roam with TangoGPS running and have it download maps as needed over the GPRS connection!&lt;br /&gt;
&lt;br /&gt;
=== Updating pre-downloaded maps ===&lt;br /&gt;
If you have many maps already downloaded, [[Media:updateMaps.txt|updateMaps.pl]] is a perl script to bring you up-to-date. It's made to work for OSM maps only, but can be adapted to work with any map dataset. See also: [[Yaouh!]].&lt;br /&gt;
&lt;br /&gt;
== Using tangoGPS for OpenStreetMap.org ==&lt;br /&gt;
=== creating tracks ===&lt;br /&gt;
Step by step guide to use TangoGPS for contributing to OSM can be found here: [http://www.tangogps.org/gps/articles/13-Howto-contribute-to-OpenStreetMap.html]&lt;br /&gt;
&lt;br /&gt;
tangoGPS works fine to create track for Openstreetmap. However, it records and stores a track in its native format, use [http://www.tangogps.org/downloads/convert2gpx.pl convert2gpx.pl] (see also: [http://psung.blogspot.com/2008/07/sharing-gps-tracks-from-tangogps-on.html tools])(you can also use [http://minucci.net/file/convert2gpx.py convert2gpx.py]) to convert the track to GPX (i.e to import into JOSM):&lt;br /&gt;
&lt;br /&gt;
perl convert2gpx.pl 20080903_111508.log &amp;gt; 20080903_111508.gpx&lt;br /&gt;
&lt;br /&gt;
==== tangoGPS logging format ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;lat&amp;gt;,&amp;lt;lon&amp;gt;,&amp;lt;elevation&amp;gt;,&amp;lt;speed&amp;gt;,&amp;lt;course&amp;gt;,&amp;lt;hdop&amp;gt;,&amp;lt;datetime&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== using OpenStreetBugs ===&lt;br /&gt;
[http://wiki.openstreetmap.org/wiki/TangoGPS#Using_together_with_OpenStreetBugs see OSM wiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Importing Tracks into tangoGPS ==&lt;br /&gt;
&lt;br /&gt;
tangoGPS does not support the import of tracks directly. However the following xslt style sheet can be used to convert gpx tracks - e.g from routing software such as maps.cloudmade.com - to tangogps log files, which can then be imported&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== XSLT ===&lt;br /&gt;
At present this style sheet will only convert tracks which make use of the 'wpt' (waypoint) tag. Some software uses the 'trkpt' (trackpoint) tag. This will be incorporated into the stylesheet at some point. In the meantime, it can be used on the latter type of gpx file by changing 'wpt' to 'trkpt' on line 6.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xsl:stylesheet version=&amp;quot;1.0&amp;quot; xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; xmlns:g=&amp;quot;http://www.topografix.com/GPX/1/1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;xsl:output method=&amp;quot;text&amp;quot; omit-xml-declaration=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;xsl:template match=&amp;quot;g:gpx&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;xsl:for-each select=&amp;quot;g:wpt&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;xsl:value-of select=&amp;quot;@lat&amp;quot;/&amp;gt;,&amp;lt;xsl:value-of select=&amp;quot;@lon&amp;quot;/&amp;gt;,11.8,1.1,346.0,1.4,2008-12-30T06:46:0&amp;lt;xsl:if test=&amp;quot;position()!=last()&amp;quot;&amp;gt;&amp;lt;xsl:text&amp;gt;1&amp;lt;/xsl:text&amp;gt;&amp;lt;/xsl:if&amp;gt;&amp;lt;xsl:if test=&amp;quot;position()=last()&amp;quot;&amp;gt;&amp;lt;xsl:text&amp;gt;2&amp;lt;/xsl:text&amp;gt;&amp;lt;/xsl:if&amp;gt;Z&lt;br /&gt;
&amp;lt;/xsl:for-each&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
save this into a file called 'gpx2log.xslt', then run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ xsltproc gpx2log.xslt input_file.gpx &amp;gt; output_file.log&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
move output_file.log to the tangogps traces directory, and use the 'Load...' button on the 'Track' tab to overlay it on the map&lt;br /&gt;
&lt;br /&gt;
Note: this stylesheet was thrown together in a short time, and makes at least one shortcut - namely, the use of 'dummy' variables for various details, such as the altitude, date, etc. Feel free to improve this if required, although it has no bearing on the display of the track&lt;br /&gt;
&lt;br /&gt;
=== python ===&lt;br /&gt;
&lt;br /&gt;
This small python script will convert GPX tracks and routes to tangogps file format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
&lt;br /&gt;
import sys, re&lt;br /&gt;
import xml.etree.cElementTree as ET&lt;br /&gt;
&lt;br /&gt;
tree = ET.parse(sys.argv[1])&lt;br /&gt;
root = tree.getroot()&lt;br /&gt;
ns = re.match('{(.*)}', root.tag).group(1)&lt;br /&gt;
&lt;br /&gt;
for trkpt in root.findall('.//{%s}trkpt' % ns) + root.findall('.//{%s}rtept' % ns):&lt;br /&gt;
    a = trkpt.attrib&lt;br /&gt;
    for key, default in (('ele', 555.55), ('speed', 1.0), ('hdop', 1.0), ('course', 0.0), ('time', '2009-05-16T09:35:58Z')):&lt;br /&gt;
        a[key] = trkpt.findtext('{%s}%s' % (ns, key)) or default&lt;br /&gt;
    print '%(lat)s,%(lon)s,%(ele)s,%(speed)s,%(hdop)s,%(time)s' % a&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Testet with GPX files from bikemap.net, gpsies.com, bikeroutetoaster.com, www.vvs.de/radroutenplaner.&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./gpx2tango.py MyTack.gpx &amp;gt; MyTrack.log&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== sqlite ===&lt;br /&gt;
&lt;br /&gt;
You may help yourself by using [http://relet.net/frog/archives/68 this tool] to import GPX trackpoints as a series of POIs directly into the sqlite database which tangoGPS uses to store POIs.&lt;br /&gt;
&lt;br /&gt;
== Using the TangoGPS logs == &lt;br /&gt;
&lt;br /&gt;
You can convert the logfiles from TangoGPS to other formats using gpsbabel and this style-file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DESCRIPTION TangoGPS 0.92&lt;br /&gt;
EXTENSION log&lt;br /&gt;
DATATYPE TRACK&lt;br /&gt;
&lt;br /&gt;
FIELD_DELIMITER COMMA&lt;br /&gt;
RECORD_DELIMITER NEWLINE&lt;br /&gt;
&lt;br /&gt;
IFIELD LAT_DECIMAL,&amp;quot;&amp;quot;,&amp;quot;%f&amp;quot;&lt;br /&gt;
IFIELD LON_DECIMAL,&amp;quot;&amp;quot;,&amp;quot;%f&amp;quot;&lt;br /&gt;
IFIELD ALT_METERS,&amp;quot;&amp;quot;,&amp;quot;%f&amp;quot;&lt;br /&gt;
IFIELD PATH_SPEED,&amp;quot;&amp;quot;,&amp;quot;%f&amp;quot;&lt;br /&gt;
IFIELD PATH_COURSE,&amp;quot;&amp;quot;,&amp;quot;%f&amp;quot;&lt;br /&gt;
IFIELD GPS_HDOP,&amp;quot;&amp;quot;,&amp;quot;%f&amp;quot;&lt;br /&gt;
IFIELD ISO_TIME,&amp;quot;&amp;quot;,&amp;quot;%s&amp;quot; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save this as '''tangogps.style''' and you can use gpsbabel to for instance convert to google-earth files like this: &lt;br /&gt;
&lt;br /&gt;
 gpsbabel -i xcsv,style=tangogps.style -o kml -f file.log -F file.kml&lt;br /&gt;
&lt;br /&gt;
== Add POI from address ==&lt;br /&gt;
&lt;br /&gt;
You can use [[gtkaddpoi]] for searching the destination address and add it as a POI.&lt;br /&gt;
&lt;br /&gt;
== Add POI from GeoRSS feed ==&lt;br /&gt;
&lt;br /&gt;
If you would like to import GeoRSS feeds from Google maps or elsewhere as points of interest (POI), read this [http://bonedaddy.net/pabs3/log/2009/05/28/georss-tangogps/ blog post]. Hopefully TangoGPS upstream will include the script soon, but until then and if you aren't using Debian, download this [http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=georss-to-tangogps-poi.py;att=1;bug=530718 script] from the Debian bug tracker.&lt;br /&gt;
&lt;br /&gt;
== Converting tangogps's POI into OSM xml files(importable into JOSM) ==&lt;br /&gt;
You need to have the package python-sqlalchemy. On Debian/Ubuntu do:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install python-sqlalchemy&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start this script in a directory where you have the poi.db file from TangoGPS (on the FR it is located in ~/.tangogps). Redirect the output into a .osm file. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scp root@neo:.tangogps/poi.db .&lt;br /&gt;
./poi2osm &amp;gt; poi.osm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The file can then be opened in JOSM.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 #!/usr/bin/env python&lt;br /&gt;
 #poi2osm convert a sqlite poi database comming from tangps to a file you can import in JOSM&lt;br /&gt;
 #Copyright (C) 2009  Denis 'GNUtoo' Carikli&lt;br /&gt;
 #&lt;br /&gt;
 #This program is free software: you can redistribute it and/or modify&lt;br /&gt;
 #it under the terms of the GNU General Public License as published by&lt;br /&gt;
 #the Free Software Foundation, either version 3 of the License, or&lt;br /&gt;
 #(at your option) any later version.&lt;br /&gt;
 #&lt;br /&gt;
 #This program is distributed in the hope that it will be useful,&lt;br /&gt;
 #but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&lt;br /&gt;
 #GNU General Public License for more details.&lt;br /&gt;
 #&lt;br /&gt;
 #You should have received a copy of the GNU General Public License&lt;br /&gt;
 #along with this program.  If not, see &amp;lt;http://www.gnu.org/licenses/&amp;gt;.&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 from sqlalchemy import *&lt;br /&gt;
 from sqlalchemy.orm import *&lt;br /&gt;
 &lt;br /&gt;
 class Poi(object):&lt;br /&gt;
 	def __init__(self,id,longitude,latitude,unk1,unk2,unk3,description,unk4,unk5,unk6,unk7,unk8,unk9,unk10,unk11):&lt;br /&gt;
 		self.id = id&lt;br /&gt;
 	def __repr__(self):&lt;br /&gt;
 		print repr(self.id)&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 engine = create_engine('sqlite:///poi.db')&lt;br /&gt;
 session = create_session(bind=engine)&lt;br /&gt;
 metadata = MetaData('sqlite://')&lt;br /&gt;
 poi_table = Table(&amp;quot;poi&amp;quot;,metadata,&lt;br /&gt;
     Column('idmd5', Integer, primary_key=True),&lt;br /&gt;
     Column('lat', Integer),&lt;br /&gt;
     Column('lon', Integer),&lt;br /&gt;
     Column('visibility', Integer),&lt;br /&gt;
     Column('cat', Integer),&lt;br /&gt;
     Column('subcat', Integer),&lt;br /&gt;
     Column('keywords', String),&lt;br /&gt;
     Column('desc', String),&lt;br /&gt;
     Column('price_range',Integer),&lt;br /&gt;
     Column('extended_open', Integer),&lt;br /&gt;
     Column('creator', String),&lt;br /&gt;
     Column('bookmarked', String),&lt;br /&gt;
     Column('user_rating', String),&lt;br /&gt;
     Column('rating', String),&lt;br /&gt;
     Column('user_comment', String),&lt;br /&gt;
     )&lt;br /&gt;
 mapper(Poi, poi_table)&lt;br /&gt;
 &lt;br /&gt;
 print &amp;quot;&amp;lt;osm version=\&amp;quot;0.5\&amp;quot;&amp;gt;&amp;quot;&lt;br /&gt;
 for poi in session.query(Poi).all():&lt;br /&gt;
 	print &amp;quot;  &amp;lt;node id=\&amp;quot;&amp;quot;+ str(poi.idmd5) + &amp;quot;\&amp;quot; lat=\&amp;quot;&amp;quot; + str(poi.lat)  + &amp;quot;\&amp;quot; lon=\&amp;quot;&amp;quot; + str(poi.lon)  +  &amp;quot;\&amp;quot;&amp;gt;&amp;quot;&lt;br /&gt;
 	print &amp;quot;    &amp;lt;tag k=\&amp;quot;name\&amp;quot; v=\&amp;quot;&amp;quot;+ poi.keywords  +&amp;quot;\&amp;quot;/&amp;gt;&amp;quot;&lt;br /&gt;
 	print &amp;quot;  &amp;lt;/node&amp;gt;&amp;quot;&lt;br /&gt;
 print &amp;quot;&amp;lt;/osm&amp;gt;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using Google Maps with tangoGPS ==&lt;br /&gt;
&lt;br /&gt;
Go to Config and create a new repository.&lt;br /&gt;
&lt;br /&gt;
Set the url for '''street-maps''' to:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://mt1.google.com/mt?&amp;amp;x=%d&amp;amp;y=%d&amp;amp;z=%d&amp;lt;/pre&amp;gt;&lt;br /&gt;
for '''satellite-maps''' to:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://khm.google.com/kh?&amp;amp;x=%d&amp;amp;y=%d&amp;amp;zoom=%d&amp;lt;/pre&amp;gt;&lt;br /&gt;
for '''topographic-maps''':&lt;br /&gt;
&amp;lt;pre&amp;gt;http://mt.google.com/mt?v=app.81&amp;amp;x=%d&amp;amp;y=%d&amp;amp;zoom=%d&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check the &amp;quot;Inverted Zoom&amp;quot; box. Press save Repository Configuration and you're ready to go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Since TangoGPS 0.9.5''' the &amp;quot;Inverted Zoom&amp;quot; box is no longer available because Google changed the addressing scheme; instead, select &amp;quot;xyz instead of zxy&amp;quot; and use the following URLs:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Maps:                                                                                                                                              &lt;br /&gt;
http://mt0.google.com/vt/lyrs=m@120&amp;amp;hl=en&amp;amp;x=%d&amp;amp;y=%d&amp;amp;z=%d&amp;amp;;s=Galileo&lt;br /&gt;
Sat:                                                                                                                                               &lt;br /&gt;
http://khm3.google.com/kh/v=36&amp;amp;hl=en&amp;amp;x=%d&amp;amp;y=%d&amp;amp;z=%d&amp;amp;s=Galileo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Generalization:''' The above 'Maps' URL isn't the current one anymore, also. Google changes the URL layout sometimes. To find out the current scheme open maps.google.com and view the page source. Search for http:// until you find sth similar to the above URL. This way I found&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://mt0.google.com/vt/lyrs=m@120&amp;amp;hl=en&amp;amp;x=%d&amp;amp;y=%d&amp;amp;z=%d&amp;amp;;s=Galileo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you could tweak your configuration unsing the above link (delete the 'amp;' tokens and replace every number with '%d'), for example with&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
gconftool-2 -s /apps/tangogps/repos \&lt;br /&gt;
&amp;quot;[OSM|http://tile.openstreetmap.org/%d/%d/%d.png|/media/mmcblk0p2/data/maps/OSM|\&lt;br /&gt;
0,Topo|maps-for-free|/media/mmcblk0p2/data/maps/maps4free|\&lt;br /&gt;
0,Aerial|openaerial|/media/mmcblk0p2/data/maps/openaerial|\&lt;br /&gt;
0,Opencyclemap|http://a.andy.sandbox.cloudmade.com/tiles/cycle/%d/%d/%d.png|/media/mmcblk0p2/data/maps/opencyclemap|\&lt;br /&gt;
0,Google Sat (testing only)|http://khm1.google.com/kh?v=34&amp;amp;hl=en&amp;amp;x=%d&amp;amp;s=&amp;amp;y=%d&amp;amp;z=%d|/media/mmcblk0p2/data/maps/googlesat|\&lt;br /&gt;
0,Google Maps (testing only)|http://mt0.google.com/vt/lyrs=m@120&amp;amp;hl=en&amp;amp;x=%d&amp;amp;y=%d&amp;amp;z=%d&amp;amp;;s=Galileo|/media/mmcblk0p2/data/maps/googlemaps|1]&amp;quot; \&lt;br /&gt;
--type list --list-type string&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Updating to the newest version ==&lt;br /&gt;
&lt;br /&gt;
As mentioned in the thread http://lists.openmoko.org/pipermail/community/2009-November/thread.html#57478 it is possible to update to the latest version by doing the following steps:&lt;br /&gt;
&lt;br /&gt;
* cd /tmp&lt;br /&gt;
* wget http://www.tangogps.org/downloads/tangogps_0.9.8-1_armel.deb&lt;br /&gt;
* ar -x tangogps_0.9.8-1_armel.deb&lt;br /&gt;
* tar xfvz data.tar.gz&lt;br /&gt;
* scp /tmp/usr/bin/tangogps to_your_phone&lt;br /&gt;
&lt;br /&gt;
or more easy:&lt;br /&gt;
&lt;br /&gt;
* nano /etc/opkg/arch.conf&lt;br /&gt;
&lt;br /&gt;
add 'arch armel 36' (without the quotes) to the bottom of the file and exit and save (CTRL-X, Y, Enter)&lt;br /&gt;
&lt;br /&gt;
* opkg install http://www.tangogps.org/downloads/tangogps_x.yy.z-1_armel.deb-Openmoko&lt;br /&gt;
&lt;br /&gt;
Either way, after that you may get an error&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@om-gta02 ~ $ tangogps&lt;br /&gt;
tangogps: error while loading shared libraries: libcurl-gnutls.so.4:&lt;br /&gt;
cannot open shared object file: No such file or directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
A symlink to libcurl.so.4 should help:&lt;br /&gt;
* cd /usr/lib&lt;br /&gt;
* ln -s libcurl.so.4 libcurl-gnutls.so.4&lt;br /&gt;
&lt;br /&gt;
[[Category:GPS Applications]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Kempelen</id>
		<title>User:Kempelen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Kempelen"/>
				<updated>2011-03-16T23:30:33Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ferenc Veres (aka Lion/Kempelen)&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
&lt;br /&gt;
* E-mail: [mailto:lion@netngine.hu lion@netngine.hu]&lt;br /&gt;
* Website: http://lion.xaraya.hu&lt;br /&gt;
* Wikimail: [[Special:Emailuser/Kempelen|Contact]]&lt;br /&gt;
* IRC: LionKMP on #openmoko&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* Owns an FR: [http://lion.xaraya.hu/pictures/neo-freerunner-arrived/ pictures]&lt;br /&gt;
* Made [http://lion.xaraya.hu/pictures/qtopia-on-neo-freerunner/ 55 Qtopia screenshots] and then switched to 2008.8&lt;br /&gt;
* [http://lion.xaraya.hu/pictures/openmoko-om2008.8 27 Om 2008.8 screenshots]&lt;br /&gt;
* Planning to port [http://web.archive.org/web/20070118155849rn_1/mixaz.eatj.com/mc2/ MicroCalc2] Java spreadsheet with Lisp scripting capabilities to Openmoko&lt;br /&gt;
&lt;br /&gt;
== Wallpapers ==&lt;br /&gt;
&lt;br /&gt;
Here you can get my lame coder wallpapers: http://lion.xaraya.hu/news/583&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=20&lt;br /&gt;
| [[Image:Om-wallpaper-thumb.png|150px]]&lt;br /&gt;
| [[Image:Om-wallpaper-circle-thumb.png|150px]]&lt;br /&gt;
| [[Image:Om-choose-wallpaper-thumb.png|150px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(Click the link, not the images, because various sizes and source files are also provided, a total of 20MB download.)&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Template:News</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Template:News"/>
				<updated>2010-07-31T21:11:47Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: link to 07/01/2010 edition (quite late!)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- *** Editors: copy removed news to News Archive! ( http://wiki.openmoko.org/wiki/News_Archive ) *** --&amp;gt;&lt;br /&gt;
* '''2010-07-01:''' [[Community Updates/2010-07-01|Community Updates for 06/2010]]&lt;br /&gt;
* '''2010-06-02:''' [[Community Updates/2010-06-01|Community Updates for 05/2010]]&lt;br /&gt;
* '''2010-05-04:''' [[Community Updates/2010-05-01|Community Updates for 04/2010]]&lt;br /&gt;
* '''2010-04-06:''' [[Community Updates/2010-04-01|Community Updates for 03/2010]]&lt;br /&gt;
&amp;lt;!-- *** Editors: copy removed news to News Archive! ( http://wiki.openmoko.org/wiki/News_Archive ) *** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Applications</id>
		<title>Applications</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Applications"/>
				<updated>2010-04-29T19:47:42Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Web browsers */ +Ventura link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Applications}}&lt;br /&gt;
This is the wiki's master application list for the Openmoko smartphones. &lt;br /&gt;
&lt;br /&gt;
== How to register new applications ?==&lt;br /&gt;
&lt;br /&gt;
This list can not be exhaustive, as new things are showing up every week. This page is here to help spreading awareness about applications. Here are instructions on how to add a specific application to this list. There are many ways to go&lt;br /&gt;
&lt;br /&gt;
Method 1 (preferred):&lt;br /&gt;
* Register your application at http://opkg-repo.org/&lt;br /&gt;
* Notify the community mailing list.&lt;br /&gt;
* Come back here, click on &amp;quot;edit&amp;quot; next to the appropriate section title, then add a line like:&lt;br /&gt;
&amp;lt;pre&amp;gt;* {{opkg.org|33|Application name}} A short description&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Method 2: Just link to wherever the application is hosted.&lt;br /&gt;
* Click on &amp;quot;edit&amp;quot; next to the appropriate section title, add a line like:&lt;br /&gt;
&amp;lt;pre&amp;gt;* [http://your.host.domain/the/path/to/app/page.html Application name] A short description&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Method 3: Create a new page in this wiki.&lt;br /&gt;
* Click on &amp;quot;edit&amp;quot; next to the appropriate section title, then add a line like:&lt;br /&gt;
&amp;lt;pre&amp;gt;* [[Application name]] A short description&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The application name will appear in red, click on it to create and edit the new page.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.opkg.org/package_334.html Bright Player] - Fast, lightweight and easy random music player.&lt;br /&gt;
* [http://rzr.online.fr/q/esd boxar] - Touchscreen as a finger friendly piano -- [[User:RzR]]&lt;br /&gt;
* [[Dictator]] - Record mic, incoming GSM-sound, or a whole Phonecall&lt;br /&gt;
* {{opkg.org|55|ePiano}} - epiano is going to be a virtual piano&lt;br /&gt;
* [[Fingertier]] - minimal and finger friendly music player&lt;br /&gt;
* [[Fourier]]- Realtime frequency analysis of sound data.&lt;br /&gt;
* [[Guitartune]] - Tune musical Instruments.&lt;br /&gt;
* [[GTick]] - GTick is a metronome application written for GNU/Linux&lt;br /&gt;
* [[Intone]] - Elementary based mplayer frontend (for audio files).&lt;br /&gt;
* {{opkg.org|271|JaMoko}} Jamoko is a Jamendo player for OpenMoko.&lt;br /&gt;
* [[Mokoko]]- Play music.&lt;br /&gt;
* {{opkg.org|151|MokoPod}} - Retrieve and listen to podcasts &lt;br /&gt;
* [[PodPooch]] - Retrieve and listen to podcasts - fork of MokoPod&lt;br /&gt;
* [[Neoqplayer]] - Renamed as GorshPlayer: a multimedia player written in Qt4: play and retreive podcasts feeds, more reactive interface, now able to play videos ( in svn ).&lt;br /&gt;
* [http://fisoft.eu/standa/openmoko/omshuffle_0.1_arm.ipk omShuffle] - Inspired by Bright Player with volume control. Needs mplayer to work.&lt;br /&gt;
* [[Openmoko-mediaplayer2]] - Play music and video (mp3...)&lt;br /&gt;
* [[Openmokast]] - Play audio stream and slideshow stream&lt;br /&gt;
* [[Podboy]] - A Podcast player (Python/Elementary/Gstreamer/SQLite)&lt;br /&gt;
* {{opkg.org|265|PyRadio}} TUI program in python for receiver stream of internet radio.&lt;br /&gt;
* [[Pythm]] - Audio player GUI using mplayer and mpd as backend.&lt;br /&gt;
* [[PyRok]] - Audio player which uses Gstreamer for playback and Pygame for GUI.&lt;br /&gt;
* [[Satan]] - Create your own music!&lt;br /&gt;
* [[Streamtuner]] - Listen to Internet Radio Stations&lt;br /&gt;
* [[Streamripper]] - Record from Internet Radio Stations&lt;br /&gt;
* {{opkg.org|297|quickplay}} A light weight mp3 player/frontend for Ampache [http://ampache.org/ ampache.org]&lt;br /&gt;
* [[Voicenote]] - Voicenote is a script which allows to record any sound from the microphone into a wav file. It can play the created files too. It is intended to be an easy and quick way to do so.&lt;br /&gt;
&lt;br /&gt;
== BlueTooth ==&lt;br /&gt;
* [[Coypu]] - Utility for send file via BlueTooth&lt;br /&gt;
* [[Emtooth]] - Bluetooth manager&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
* [[Acceleroids]] Shoot-the-asteroids game&lt;br /&gt;
* {{opkg.org|169|Black Sheep}} Fight insomnia!&lt;br /&gt;
* [[CellHunter]] - A game you earn points by collecting cells (in english now).&lt;br /&gt;
* [http://unsyncopated.com/BrainSolvent/Doom%20Port DOOM]- Classic FPS. Freerunner/1973&lt;br /&gt;
* [[Duke Nukem 3D]] - Legendary First Person Shooter.&lt;br /&gt;
* [[Freerunner LightSaber]]-Application as iphone LightSaber.&lt;br /&gt;
* [[Games/Om 2007.2]] - Many small games on Om 2007.2&lt;br /&gt;
* [[Gnuboy]] - An emulator for the handheld gaming all-time bestseller.&lt;br /&gt;
* {{opkg.org|149|I'm Rich}} I'm Rich application&lt;br /&gt;
* [[Kobodeluxe]] - A top-view space shooter, available from 2008.8 repositories.&lt;br /&gt;
* [[Liquid War]]-Liquid War is a truly original multiplayer wargame.&lt;br /&gt;
* [[MBAC]]- MBAC is &amp;quot;Moko Bulls and Cows&amp;quot;, a classic game for openmoko written in pygtk similar to mastermind.&lt;br /&gt;
* [[Moko-sudoku]] - Another sudoku puzzle game.&lt;br /&gt;
* [[Neomis]] - A computer version of the well-known electronic game named Simon. &lt;br /&gt;
* [[NumberX]] - A mathematical puzzle game that will challenge your mental math abilities!&lt;br /&gt;
* [[oFart]] - purile amusement&lt;br /&gt;
* {{opkg.org|121|Mokomaze}} Ball-in-the-labyrinth game&lt;br /&gt;
* [[Numptyphysics]] - A drawing puzzle game.&lt;br /&gt;
* [[Om 2008.8 Sudoku]] - Number placement based puzzle game&lt;br /&gt;
* {{opkg.org|136|OpenMiaoCat}} OpenMiaoCat, like OpenMooCow, makes your phone became a cat!&lt;br /&gt;
* [[openmokontrol]] Program to control a TCP/IP connected X11 server with the accelerometers, especially games.&lt;br /&gt;
* [[OpenMooCow]] - OpenMooCow reads information out of your accelerometers. Now, if you turn the phone upside down and back again, it &amp;quot;moos&amp;quot; like one of the little toys.&lt;br /&gt;
* [[OpenTTD]] - OpenTransportTycoonDeluxe, ported to openmoko, using only GPLed datafiles.&lt;br /&gt;
* [[OpenVibe]] - The first opensource vibrator.&lt;br /&gt;
* [[Pingus]] - Pingus is a lemmings clone with penguins.&lt;br /&gt;
* [http://scalde.free.fr/index.php?option=com_content&amp;amp;view=article&amp;amp;id=93:pong-pogresses&amp;amp;catid=43:openmoko&amp;amp;Itemid=66 Pong progresses]- This is a little pong game for the openmoko freerunner. The screen is devided in halves, so you can touch the right half to move the paddle right and the left half to move it left.&lt;br /&gt;
* {{opkg.org|60|ScummVM}} ([[Scummvm|Wiki]]) Virtual Machine for several classic graphical point-and-click adventure games&lt;br /&gt;
* [[XBill]] - Little action game to stop Bill from installing Windows(tm) on computers.&lt;br /&gt;
* [[Xlogical]]-A puzzle based game where you turn spinners to move balls around.&lt;br /&gt;
* [[XSkat]] - XSkat lets you play the card game Skat defined by the official Skat Order.&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
* [[a-gps GUI]] - Graphical User Interface for [http://en.wikipedia.org/wiki/Assisted_GPS assisted GPS]. GSM-network cell locations are provided by [[Cellhunter]] and this data can be used to locate you. It uses u-blox a-gps to initialize your GPS chip.&lt;br /&gt;
* {{opkg.org|268|Advanced Geocaching Tool for Linux}} - &amp;quot;Towards paperless geocaching&amp;quot; - [[Advanced Geocaching Tool for Linux|User Manual]]&lt;br /&gt;
* [[bicirutas]] - This application looks for mtb routes in www.bicirutas.net (routes in Spain, Portugal, United Kingdom, France, Italy and Germany). It gets the current position from the gps system and downloads nearby routes. Then you can follow them with tangogps application.&lt;br /&gt;
* {{opkg.org|175|BikeAtor}} - Like TangoGPS BikeAtor can display OSM Maps. The Speedometer displays the most interesting values of the trip.&lt;br /&gt;
* [[GPS Sight]] - Display GPS information, location, tracks, etc, without maps.&lt;br /&gt;
* [[Gpsdcontrol]]-A simple python script for start or stop gpsd daemon with a button on the desktop.&lt;br /&gt;
* [[Gpsdrive]] - Car (bike, etc) navigation system&lt;br /&gt;
* [[Gtkaddpoi]] - Utility for add a POI to TangoGPS using address or coordinates and export to Navit or to .kml file.&lt;br /&gt;
* {{opkg.org|162|gvSIG Mobile}} - This is an unofficial port of gvSIG Mobile (http://www.gvsig.gva.es/) to the Openmoko platform. Supports: GPS, WMS, ArcIMS, tiles (OSM etc) and Shapefiles, all in a variety of projections. Version 0.1.5 includes a great feature to perform synchronization with a remote PostGIS database. [http://gvsigmobileonopenmoko.wordpress.com/ Homepage].&lt;br /&gt;
* [[Idle Hands]] - Give a task to you based on your location&lt;br /&gt;
* [http://www.mumpot.org/ mumpot] - Display map (OSM), routing, OSM editing, a bit of live editing&lt;br /&gt;
* [[Navit]] - Car navigation system with routing engine&lt;br /&gt;
* [[Om 2008.8 Locations]] - (aka Splinter) - Location sharing based on GPS and SMS&lt;br /&gt;
* [http://code.google.com/p/omgps omgps] - High performance, UBX binary or ogpsd as GPS data provider, layered maps, AGPS online, track replay, scratch on map, ruler and lat/lon grid, basic sounding. etc.&lt;br /&gt;
* [[OpenBmap]]-a free and open map of wireless communicating objects (e.g. cellular antenna, Wi-Fi, Bluetooth). It provides tools to mutualize data, create and access this map.&lt;br /&gt;
* [[openBmap-locator]] - Estimate your location based on the GSM signals, uses openBmap data for its geolocation&lt;br /&gt;
* [[Pyroute]] - Pyroute is a routing program written in Python. It features mobile phone GUI for maps, GPS, and routing.&lt;br /&gt;
* [[QMapControl]] - Display maps (OSM..) and add points, lines...&lt;br /&gt;
* [[QNavitCtl]] - send coordinates to Navit via dbus (position, destination, map center)&lt;br /&gt;
* [[Qpegps]] - Display map with current position&lt;br /&gt;
* [[SGTL|Simple Geocaching Tool for Linux]] - A geocaching application which shows you the direction.&lt;br /&gt;
* [[sms-sentry]] - locate a lost or stolen phone&lt;br /&gt;
* [[TangoGPS]] - Display map (OSM..), record GPS tracks...&lt;br /&gt;
* [[Travel Diary]] - a simple application to save little diary entries to a csv file and send this to a server (that can generate a .kml file or show a map or do whatever...)&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
&lt;br /&gt;
* [[Flash|Gnash]]-Play flash file on Neo&lt;br /&gt;
* [[Gpe-scap]] - Take screenshots&lt;br /&gt;
* [[Neon]] - Image viewer&lt;br /&gt;
* [[OMView]] - Image viewer&lt;br /&gt;
* [[Orrery]] - Displays the night sky&lt;br /&gt;
* [[PyPenNotes]] - Write notes using pen and touchscreen&lt;br /&gt;
&lt;br /&gt;
== Internet ==&lt;br /&gt;
===Web browsers===&lt;br /&gt;
* [http://www.dillo.org/ Dillo] - Multiplatform fast and small web browser ([http://misc.andi.de1.cc/dillo/ .ipk]).&lt;br /&gt;
* fennec&lt;br /&gt;
* [[Midori]] - Webkit based web browser&lt;br /&gt;
* [[Minimo]] - Mozilla based web browser&lt;br /&gt;
* [http://www.netsurf-browser.org/ netsurf]-A new browser for Neo FreeRunner.&lt;br /&gt;
* [[Openmoko-browser2]] - The original Openmoko web browser&lt;br /&gt;
* [http://code.google.com/p/pyqt-browser/ pyqt-browser] - modified the sample code from python-pyqt4 and changed it to use webkit for web browsing. &lt;br /&gt;
* woosh&lt;br /&gt;
* [[Ventura]]&lt;br /&gt;
&lt;br /&gt;
===VOIP===&lt;br /&gt;
* [[Linphone]] - Voice over IP&lt;br /&gt;
* [[Twinkle]] - Voice over IP&lt;br /&gt;
&lt;br /&gt;
===Email clients===&lt;br /&gt;
* [http://www.claws-mail.org/ claws-mail] email client available in shr-unstable&lt;br /&gt;
* [[Openmoko Mail]] - E-mail client&lt;br /&gt;
* [[Qtmail]] - Default mail program on Om 2008.8&lt;br /&gt;
&lt;br /&gt;
===Offline wikipedia===&lt;br /&gt;
* {{opkg.org|128|Evopedia}} - a powerful Wikipedia reader (download dumps in [http://www.reitwiessner.de/openmoko/evopedia.html its official site])&lt;br /&gt;
* [[Mokopedia]] - Read small Wikipedia dumps offline&lt;br /&gt;
* [[Offline Wikipedia reader]] - store the entire content of wikipedia (single-language, excluding images), on a single 8GB microSD card&lt;br /&gt;
&lt;br /&gt;
===IM===&lt;br /&gt;
* [[CenterIM]] - Instant messaging client (terminal-based).&lt;br /&gt;
* [[Pidgin]] - Instant messaging client (ICQ, MSN, Jabber, Yahoo and more.)&lt;br /&gt;
&lt;br /&gt;
===other===&lt;br /&gt;
* [http://opkg.networld.to/networld-ported/ettercap-ng_0.7.3-r3_armv4t.opk ettercap-ng] MITM (fixed link)&lt;br /&gt;
* {{opkg.org|205|GPRSModem}} - Converts your neo in a GPRS modem.&lt;br /&gt;
* [[Openmokast]] - Play audio stream and slideshow stream&lt;br /&gt;
* [[PyFeedRead]] - RSS feed reader&lt;br /&gt;
* [[TwitterMoko]] - A Twitter client for Openmoko&lt;br /&gt;
* [http://webfrd.bialive.it/ webfrd] A little http server create to use my FreeRunner from my pc.&lt;br /&gt;
&lt;br /&gt;
== Office ==&lt;br /&gt;
* dates - a simple calendar&lt;br /&gt;
* [[e-tasks]] - An elementary task manager&lt;br /&gt;
* [[Epdfview]] - PDF reader.&lt;br /&gt;
* Evince - Document reader for PDF, PS, DJVU and more.&lt;br /&gt;
* [[FBReader]] - E-book reader program (TXT, FB2, HTML and more)&lt;br /&gt;
* [[GPE contacts]]&lt;br /&gt;
* [[Gutenflash]] - Fast text reader by scrolling text&lt;br /&gt;
* [[OMoney]] - A bookkeeping application&lt;br /&gt;
* [[Pisi]] - PIM synchronization&lt;br /&gt;
* [[rtmom]] - Remember the Milk for Openmoko&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
* [[KnjMokoOPKG]] - A graphical frontend to OPKG.&lt;br /&gt;
* [[KnjMokoWifi]] - Wifi setup tool&lt;br /&gt;
* [[Lint-wifi]] - Wifi setup tool&lt;br /&gt;
* [[Mofi]] - Wifi setup tool&lt;br /&gt;
* [[Mokonnect]] - Connection manager&lt;br /&gt;
* [[momtools]] - an application to control Wifi, gprs and some other stuff&lt;br /&gt;
* [[Om 2008.8 Installer]] - Graphical software installer&lt;br /&gt;
* [[Opkg]] - Command line software installer&lt;br /&gt;
* {{opkg.org|285|opkg.py}} - Command line software installer for www.opkg.org packages&lt;br /&gt;
* [[Sephora]] - Settings manager&lt;br /&gt;
* [[SettingsGUI]] - Edit various settings&lt;br /&gt;
* [[Timezone|tzdata]]- Customise your time zone setting.&lt;br /&gt;
* [[Wicd]] - Wifi setup tool&lt;br /&gt;
* [[Wlan]] - Wlan is an application to manage wireless connection on the Freerunner&lt;br /&gt;
* [[ZOMG!]] - A graphical package manager (opkg frontend -&amp;gt; should work on any distro)&lt;br /&gt;
&lt;br /&gt;
== System ==&lt;br /&gt;
* [[Aphasia]] - A system built on Erlang and a vertical application for people with apahasia.&lt;br /&gt;
* [http://www.pierrox.net/auimd/ AUIMD] - AUIMD is a PyQt graphical user interface for mobile devices.&lt;br /&gt;
* [[Auxlaunch]] - Finger-friendly app launcher and window switcher&lt;br /&gt;
* [[Display Locker]] - Screen lock&lt;br /&gt;
* [http://fso-control.projects.openmoko.org/ fso-control] - Popup Power menu to shutdown/suspend/reboot.&lt;br /&gt;
* [[Gwaterpas]] - levelling tool using accelerometer&lt;br /&gt;
* [[Gestures]] - Detect movement and display information, rotate screen&lt;br /&gt;
* [[Keychain]] - SSH keys&lt;br /&gt;
* {{opkg.org|253|libaxel}} - Library for easy use accelerometer.&lt;br /&gt;
* [[MokoFEM]] - Monitors GSM information&lt;br /&gt;
* [[Mokostat]] - Monitors battery&lt;br /&gt;
* [[omkeys_functions]] - Remap AUX key bindings&lt;br /&gt;
* [[Openmoko Bluetooth remote controller|ReMoko]] - Control stuff via BlueTooth&lt;br /&gt;
* [[Pexpect]]-a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. &lt;br /&gt;
* [[Rotate]] - Rotate screen when phone is rotated&lt;br /&gt;
* [[Siglaunchd]] - A daemon that listens to dbus signals and launches appliactions upon arrival.&lt;br /&gt;
* [[Ts calibrate]] - Calibrates touchscreen&lt;br /&gt;
* [[Vala-terminal]] - Command prompt with tabs&lt;br /&gt;
* [[Web-Manager]] - Control your phone by a web interface from your PC&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Minimoko xminimokostatus] Battery- / GSM-Status Display on Root Window (Part of Minimoko)&lt;br /&gt;
* [[Zedlock]] - Screen locker&lt;br /&gt;
&lt;br /&gt;
== Telephony ==&lt;br /&gt;
* [[Dialer/2007.2]] - The dialer application in Om 2007.2&lt;br /&gt;
* Launcher&lt;br /&gt;
* [[Litephone]] Easy to use, single window phone application written in Qt.&lt;br /&gt;
* [[Openmoko SMS Middleware]]- SMS middleware is a Openmoko middleware software for additional features related to SMS. Plugin architecture and Python based code gives this project lots of flexibility and enchancebility.&lt;br /&gt;
* [[Paroli]] -Paroli is an integrated phone application based on Tichy (and so also written in python). &lt;br /&gt;
&lt;br /&gt;
== Utility ==&lt;br /&gt;
&lt;br /&gt;
* [[Chroneo]] - Stopwatch and Timer&lt;br /&gt;
* {{opkg.org|176|CoovaChilli}} - It turns your phone's WiFi network into an Ad-Hoc Hotspot!&lt;br /&gt;
* [http://openmoko.huber-computer.de/ DWDWetter] Fetches weather information from dwd (First Register at dwd!)&lt;br /&gt;
* [[Enotes]] - Enotes is the implementation of a TODOlist manager written with elementary to appear better with distribution that use illume, like SHR.&lt;br /&gt;
* [[Enscribi]]-a handwriting recognition input method for Linux. It's mainly developed for the Openmoko Freerunner smartphone.&lt;br /&gt;
* [http://projects.openmoko.org/projects/ffalarms/ FFAlarm] is a program to set multiple alarms a day using a finger friendly user interface&lt;br /&gt;
* {{opkg.org|57|fido}} - [[fido]] is a todo list\note manager written with elementary&lt;br /&gt;
* [[GridPad]]-GridPad is an alternative input method for entering text with your finger, a Simple Character Recognizer Software.&lt;br /&gt;
* [[HP48 Series RPN Calculator]] - Calculator with many functions&lt;br /&gt;
* [[LED clock]] - When an Openmoko is sitting unused at night, turn it into an alarm clock with large 7-segment digits on a black background in landscape mode. &lt;br /&gt;
* [http://meuk.spritesserver.nl/lightsaber-0.1.tgz The Lightsaber]. Pre-alpha starwaresque orphanware.&lt;br /&gt;
* [[Literki]] - alternative keyboard&lt;br /&gt;
* [[MokoGeocaching]] - Utility for add a POI to TangoGPS using geocaching.com &lt;br /&gt;
* [[Mokometeo]] is a widget which fetches the weather forecast from yahoo, for a list of cities&lt;br /&gt;
* [[NeoCon]] - neocon is a handy serial console utility (not only) for u-boot.  The main feature of neocon is actually that you can give it a list of devices and it will pick one that works.&lt;br /&gt;
* [[NeoLight]] - NeoLight turns your phone into a flashlight.&lt;br /&gt;
* [[NeoTool]] NeoTool is a bash script for your desktop system to provide a friendly GUI frontend to some common management tasks.&lt;br /&gt;
* [[OpenWrt]]-basic support for the Openmoko &amp;quot;Freerunner&amp;quot;! Kernel (2.6.28) is building and booting.&lt;br /&gt;
* [http://projects.openmoko.org/projects/otp4neo/ OTP4Neo] One time password generator&lt;br /&gt;
* [[Pimlico]]-Pimlico is a suite of lightweight Personal Information Management (PIM) applications designed primarily for handheld and mobile devices&lt;br /&gt;
* [[QSuunto-Lite]] display dive log information from Suunto Dive computers (that work with divetools-ab)&lt;br /&gt;
* [[qwo]]- An alternative input method.&lt;br /&gt;
* [[ShortOm]] - Graphical launcher for shell or application, with editable config file, and log result page.&lt;br /&gt;
* {{opkg.org|263|spoje}} Program for searching a transport link.(mainly is used for Czech transport)&lt;br /&gt;
* [[sortdesk]] sort your om-desktop in categories&lt;br /&gt;
* [[Unison]] - Unison is a file-synchronization tool for Unix and Windows. It determines all differences between two directory trees and lets the user decide, how to proceed with every differing file. &lt;br /&gt;
* [http://techiem2.net/index.php?/archives/10-Freerunner-USB-Mode-Control-Program.html usbmode]-a quick pygtk program. &lt;br /&gt;
* [[Wrench]] - Modual used utility enlightenment_remote.&lt;br /&gt;
* [[Yaouh!]] - Yet Another OSM Updater H.&lt;br /&gt;
* [[Auto Home]] - Home automation using the Free runner (Openmoko)&lt;br /&gt;
* {{opkg.org|279|Babiloo}} - Dictionary utility with voice capability&lt;br /&gt;
* {{opkg.org|284|Fltk World Clock}} - Displays the time in different timezones (needs fltk)&lt;br /&gt;
* {{opkg.org|298|Fltk Hacker's Diet}} - Helps you maintain, decrease or increase your weight (needs fltk)&lt;br /&gt;
* {{opkg.org|306|Fltk Cocktail Bar}} - a Cocktail Bar application&lt;br /&gt;
* {{opkg.org|309|Fltk WW Point Cal}} - Calculate the Weight Watches Points of a given food&lt;br /&gt;
&lt;br /&gt;
==Setting Application==&lt;br /&gt;
* [[GTA02 sysfs]]- sysfs is a filesystem that is mounted on /sys which contains various fake &amp;quot;files&amp;quot; that are actually filled by a variety of drivers and other kernel subsystems.  You can use it to change settings and behaviours of the kernel and drivers dynamically.&lt;br /&gt;
* [[Wmiconfig]]- wmiconfig is a tool written by Atheros Communications Inc to configure the Ar6k WIFI chip used in the Neo Freerunner. This is a standalone C executable, released under GPL v2.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
* [[intone-video]] - an mplayer video frontend&lt;br /&gt;
* [http://katastrophos.net/andre/blog/software/quasar-media-player/ Quasar] - a mplayer frontend for X11.&lt;br /&gt;
* [[Video Player]] - Using Mplayer on Openmoko smartphones.&lt;br /&gt;
&lt;br /&gt;
== daemon ==&lt;br /&gt;
* [[Lscd]] - LSC library/daemon on Linux System.&lt;br /&gt;
* [[PyPhonelog]] - daemon uses the framework to track and log all the calls made to and from the moko.&lt;br /&gt;
&lt;br /&gt;
== An automatic list of application-related wiki pages ==&lt;br /&gt;
&lt;br /&gt;
The pages linked above are all maintained manually. We also maintain an automatic categorization system by tagging wiki pages. Here is the list of application-related pages in this wiki. Normally, every page listed below should be also listed above in the same category. The converse is false: there are applications without a wiki page.&lt;br /&gt;
&lt;br /&gt;
=== Applications in this Wiki: ===&lt;br /&gt;
&amp;lt;categorytree mode=pages depth=2 hideroot=on&amp;gt;Applications&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where to find more applications? ==&lt;br /&gt;
&lt;br /&gt;
At [http://opkg.org opkg.org] !&lt;br /&gt;
&lt;br /&gt;
Not all Openmoko apps are listed on this wiki - there are much more [http://projects.openmoko.org/softwaremap/ projects at the Openmoko GForge] than the wiki can list, not to mention self-hosted applications on their own websites. Actually the phones can run most Linux based Free Software, using for example the [[Debian]] distribution. The [http://handhelds.freshmeat.net/browse/1038/ mobile phones section of Freshmeat] may be a interesting place to look.&lt;br /&gt;
&lt;br /&gt;
Note also that there are many packages in the repository that are not installed by default. If what you want is a classic, chances are that it is already packaged. Suppose you want to install Perl:&lt;br /&gt;
 opkg list|grep perl&lt;br /&gt;
 opkg install perl&lt;br /&gt;
&lt;br /&gt;
More application download related pages:&lt;br /&gt;
&lt;br /&gt;
* [[Community Repository]]&lt;br /&gt;
* [[Users Repositories]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where to find full distributions ? ==&lt;br /&gt;
&lt;br /&gt;
* [[Download]]: for complete system downloads&lt;br /&gt;
&lt;br /&gt;
== The usual warnings ==&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
* Some of these software are developed by Openmoko Inc. and some are contributed by the community. Any problems with community contributed software should be reported to the individual software developer rather than the Openmoko core team.&lt;br /&gt;
* Most programs listed here are not mature/stable, but only useable/beta.&lt;br /&gt;
* Many programs listed here are not yet packaged for your distribution and integrated in its repositories. Whichever it is.&lt;br /&gt;
* Installing experimental software from the internet is certain to break things. Running it as root is a very insecure thing to do. Kown that you will be burned, have backups, and be ready to apologize to everybody in your phone contact list in case they receive strange SMSs...&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Hall of Fame]] - showcase of established high quality applications&lt;br /&gt;
* [[PopularityContest]] - help collect statistics on installed applications&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://code.google.com Google code projects] tagged with:&lt;br /&gt;
** [http://code.google.com/hosting/search?q=label%3Afreerunner&amp;amp;filter=0&amp;amp;start=0 Tag FreeRunner]&lt;br /&gt;
** [http://code.google.com/hosting/search?q=label%3Afreerunner&amp;amp;filter=0&amp;amp;start=0 Tag Openmoko]&lt;br /&gt;
* [http://www.opkg.org opkg.org] - A software directory for Openmoko phones&lt;br /&gt;
&lt;br /&gt;
[[Category:Applications| ]]&lt;br /&gt;
[[Category:Basic End User]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/SHR_User_Manual</id>
		<title>SHR User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/SHR_User_Manual"/>
				<updated>2009-09-08T21:50:00Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Post-Installation Script */ typo in command&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|SHR User Manual}}&lt;br /&gt;
 {| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
==SHR Introduction==&lt;br /&gt;
&lt;br /&gt;
Welcome to '''[[SHR]]''', a community driven distribution for (not only) Openmoko Neo phones.&lt;br /&gt;
&lt;br /&gt;
{{Note|As SHR doesn't provide testing images at the moment this manual was based on unstable images available on the beginning of August 2009. The unstable images get changed very often - the download location changes, default applications change, bugs get hunted and fixed, meaning that some parts of this manual are already outdated.&lt;br /&gt;
Some users write their SHR experiences on their user page:&lt;br /&gt;
* [[User:Khiraly|Khiraly]]}}&lt;br /&gt;
&lt;br /&gt;
'''SHR'''  (Stable Hybrid Release) is here to provide you with Root FileSystem images that you can easily install onto your phone to use as a daily phone.  There are many prepackaged programs available that can be installed upon demand by users, it can also be used by developers as a base image for customized and flavored distribution or release. SHR unstable is a testing environment before software get stabilized and it is the main testing ground for [[FSO]] releases. SHR testing images (currently not available) provide as much stability as possible for day-to-day usage.&lt;br /&gt;
&lt;br /&gt;
SHR users, readers of this manual, please report improvements, discrepancies or missing features on this page to &amp;lt;tt&amp;gt;vanous @ penguin . cz&amp;lt;/tt&amp;gt;. Thank you.&lt;br /&gt;
&lt;br /&gt;
[http://shr-project.org SHR Project page]&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
===Getting SHR===&lt;br /&gt;
&lt;br /&gt;
First, determine which model of phone you have, the GTA01(neo1973) or the GTA02(FreeRunner).&lt;br /&gt;
&lt;br /&gt;
You need to download two files for your version as above, kernel and root filesystem. Depending whether you will be installing into the internal [[NAND memory]] or on [[µSD]] card, you need to either get .jffs2 file for nand or .tar.gz file for µSD.&lt;br /&gt;
&lt;br /&gt;
At this point, there are no recent testing images so for the GTA02 Freerunner you need to download the images of unstable release from http://build.shr-project.org/shr-unstable/images/om-gta02/&lt;br /&gt;
&lt;br /&gt;
- Get the latest kernel from the above linkpage. Starts with uImage-...&lt;br /&gt;
&lt;br /&gt;
- Get the root filesystem, for nand: [http://build.shr-project.org/shr-unstable/images/om-gta02/lite-om-gta02.jffs2 lite-om-gta02.jffs2],  (for µSD): [http://build.shr-project.org/shr-unstable/images/om-gta02/lite-om-gta02.tar.gz lite-om-gta02.tar.gz]&lt;br /&gt;
&lt;br /&gt;
The image is marked as '''lite''' which can be upgraded to the full image by running&lt;br /&gt;
&lt;br /&gt;
 opkg update&lt;br /&gt;
 opkg install task-shr-apps task-shr-games task-shr-gtk&lt;br /&gt;
&lt;br /&gt;
The 20090808-om-gta02 image doesn't have the &amp;lt;tt&amp;gt;opkg&amp;lt;/tt&amp;gt; command, use &amp;lt;tt&amp;gt;opkg-cl&amp;lt;/tt&amp;gt;. After an &amp;lt;tt&amp;gt;opkg-cl update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;opkg-cl upgrade&amp;lt;/tt&amp;gt; the command &amp;lt;tt&amp;gt;opkg&amp;lt;/tt&amp;gt; works normally.&lt;br /&gt;
&lt;br /&gt;
===Image content===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=100%&lt;br /&gt;
&lt;br /&gt;
! width=16%| !! width=42%|Full image content !! width=42%|SHR-Image LITE Content&lt;br /&gt;
|-&lt;br /&gt;
| Window Manager || &lt;br /&gt;
* illume&lt;br /&gt;
||&lt;br /&gt;
* illume&lt;br /&gt;
|-&lt;br /&gt;
| Engine       ||&lt;br /&gt;
* frameworkd&lt;br /&gt;
||&lt;br /&gt;
* frameworkd&lt;br /&gt;
|-&lt;br /&gt;
| Telephony  || &lt;br /&gt;
* Dialer (Call/Receive, DTMF, Speaker mode)&lt;br /&gt;
* SIM Contacts (Call/Modify/Create/...)&lt;br /&gt;
* SIM Messages (Receive/Compose/Answer/...)&lt;br /&gt;
* Pyphonelog (received/emitted/missed calls logging)&lt;br /&gt;
 || &lt;br /&gt;
* Dialer (Call/Receive, DTMF, Speaker mode)&lt;br /&gt;
* SIM Contacts (Call/Modify/Create/...)&lt;br /&gt;
* SIM Messages (Receive/Compose/Answer/...)&lt;br /&gt;
* Pyphonelog (received/emitted/missed calls logging)&lt;br /&gt;
|-&lt;br /&gt;
| GPS || &lt;br /&gt;
* TangoGPS&lt;br /&gt;
 || &lt;br /&gt;
* TangoGPS&lt;br /&gt;
|-&lt;br /&gt;
| Utilities ||&lt;br /&gt;
* Calculator&lt;br /&gt;
* Alarm&lt;br /&gt;
* Notes (opimd based)&lt;br /&gt;
* GPE Scap (Take screenshot)&lt;br /&gt;
* GPE File Manager&lt;br /&gt;
* GPE Sketchbook&lt;br /&gt;
* vala-terminal&lt;br /&gt;
 ||&lt;br /&gt;
* Calculator&lt;br /&gt;
* Alarm&lt;br /&gt;
* vala-terminal&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Media ||&lt;br /&gt;
&lt;br /&gt;
* Vagalume&lt;br /&gt;
* Intone &lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Internet ||&lt;br /&gt;
* Pidgin&lt;br /&gt;
* Midori (Browser) &lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Games ||&lt;br /&gt;
* Numptyphysics &lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
| Settings ||&lt;br /&gt;
* SHR Settings&lt;br /&gt;
* Mokonnect (Network Manager) &lt;br /&gt;
|| &lt;br /&gt;
* SHR Settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Installation on Flash===&lt;br /&gt;
&lt;br /&gt;
In order to install your SHR distribution directly to your Freerunner Flash memory (NAND), you need to get the desired filesystem file ( &amp;lt;tt&amp;gt;.jffs2&amp;lt;/tt&amp;gt; ) as described above and flash your device using the &amp;lt;tt&amp;gt;dfu-util&amp;lt;/tt&amp;gt; tool.&lt;br /&gt;
&lt;br /&gt;
Please visit [[Flashing the Neo FreeRunner]] for more details about flashing and see [[Dfu-util]] for detailed information about the dfu-util.&lt;br /&gt;
&lt;br /&gt;
Command to flash the filesystem and the kernel&lt;br /&gt;
&lt;br /&gt;
 dfu-util -a rootfs -R -D shr-image-om-gta02.jffs2&lt;br /&gt;
 dfu-util -a kernel -R -D uImage-om-gta02-latest.bin&lt;br /&gt;
&lt;br /&gt;
===Installation on µSD Card===&lt;br /&gt;
&lt;br /&gt;
Installing SHR on your µSD Card depends on the Bootloader you are using, ''uBoot'' or ''Qi''.&lt;br /&gt;
&lt;br /&gt;
In simply words, difference between both systems resides on how you must prepare your µSD Card and files you use to fill them:&lt;br /&gt;
&lt;br /&gt;
* If you use ''uBoot'', you need to create two partitions. First partition, not so big, in FAT16 where you have to place the kernel file (&amp;lt;tt&amp;gt;uImage-om-gta02-latest.bin&amp;lt;/tt&amp;gt;) and second partition in ext2 or ext3 where you have to uncompress the filesystem file (&amp;lt;tt&amp;gt;shr-image-om-gta02.tar.gz&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* If you use ''Qi'', you only need an ext2 partition into your µSD Card where you uncompress the filesystem image file (&amp;lt;tt&amp;gt;shr-image-om-gta02.tar.gz&amp;lt;/tt&amp;gt;). In this case Qi Bootloader is going to look for the kernel image into the &amp;lt;tt&amp;gt;/boot&amp;lt;/tt&amp;gt; directory for file named &amp;lt;tt&amp;gt;uImage-GTA02.bin&amp;lt;/tt&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
Please visit links below for detailed information and tips:&lt;br /&gt;
*For [[Booting from SD | uBoot]] and for [[Qi]].&lt;br /&gt;
&lt;br /&gt;
===SHR version===&lt;br /&gt;
&lt;br /&gt;
Should you ever later wonder what version of SHR you have actually installed, please run&lt;br /&gt;
&lt;br /&gt;
 cat /etc/shr-version&lt;br /&gt;
&lt;br /&gt;
or check SHR Settings -&amp;gt; Other -&amp;gt; Image information&lt;br /&gt;
&lt;br /&gt;
===Booting===&lt;br /&gt;
Press the power button until you feel a soft vibration to start the phone. The booting splash screen will appear. The first boot after a new installation always takes a bit longer. It is recommended to reboot after this first boot, to make sure all packages got initialized properly.&lt;br /&gt;
&lt;br /&gt;
[[Image:Shr-boot-preview.png|200px|thumb|center|SHR Boot Splash screen]]&lt;br /&gt;
&lt;br /&gt;
===Initial Setup===&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Setup-Language.png|200px|thumb|Initial setup]]&lt;br /&gt;
On the first boot, Setup is automatically initiated to walk the user through basic setup of the Enlightenment desktop environment.  You are able to choose preferred language of the desktop environment, Illume SHR themed profile or select default menu (only one at the moment). &lt;br /&gt;
&lt;br /&gt;
On the Add icon screen you can add icons for some application. If you add a terminal based application like mplayer, you will see an icon but no application running upon click, as it will run in the background. &lt;br /&gt;
Last screen allow settin up quick launch applications.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Setup-Profile.png|200px|thumb|Theme profile]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Setup-Menu.png|200px|thumb|Menu]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Setup-Add-Icons.png|200px|thumb|Add icons]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Setup-Quick-Launch.png|200px|thumb|Quick launch]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Running SHR==&lt;br /&gt;
&lt;br /&gt;
===SIM Auth===&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-SIM-Auth.png|200px|thumb|center|SIM Auth]]&lt;br /&gt;
SIM Pin is asked for upon start up.&lt;br /&gt;
&lt;br /&gt;
===First look===&lt;br /&gt;
[[Image:SHR-First-Look.png|200px|thumb|Desktop screen]]&lt;br /&gt;
'''Illume desktop''' is the default home screen of the SHR desktop. Application files located in /usr/share/applications are displayed here. All applications are ran fullscreen and you can switch between them by using the Task switcher in the top shelf or by using the '''&amp;lt;''' left or right '''&amp;gt;''' arrows in the top shelf.&lt;br /&gt;
&lt;br /&gt;
The Illume desktop can be easily customized - slide the top shelf down and tap the Settings icon (Wrench).&lt;br /&gt;
&lt;br /&gt;
{{Note|TIP: for better access of the Settings icon, tap and hold the Settings icon, then drag it to the right.}}&lt;br /&gt;
&lt;br /&gt;
'''Illume settings''' (the wrench) provides various options to alter the desktop environment. You can change sizes of elements, single or double click, wallpaper. To access all the various options, open Illume Settings and slide the visible icons to the left, to preview more options on the right hand side.&lt;br /&gt;
&lt;br /&gt;
The little applets in the top shelf (for example Battery, GSM, Bluetooth etc.)  are called '''shelf gadgets''' and you can configure whether they are visible (on the front part of the top shelf) or hidden (you can access them by sliding the top shelf) through Illume Settings -&amp;gt; Display -&amp;gt; Shelf gadget.&lt;br /&gt;
&lt;br /&gt;
Some screens are not resized properly to fit the phone's display - for example the Wallpapper setting. This is a known bug already reported upstream.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- [[Image:SHR-Top-Shelve.png|200px|thumb|Top Shelf]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Phone applications===&lt;br /&gt;
&lt;br /&gt;
Besides other software, SHR comes with 4 main phone applications: ''Dialer'', ''Contacts'', ''Messages'' and ''Phone log''.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |  &lt;br /&gt;
[[Image:SHR-Dialer.png|200px|thumb|Dialer]]&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Contacts.png|200px|thumb|Contacts]]&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Contacts-Options.png|200px|thumb|Contact options]]&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Contact-Add.png|200px|thumb|Add new contact]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |  &lt;br /&gt;
[[Image:SHR-Mesages.png|200px|thumb|Messages]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Messages-Options.png|200px|thumb|Messages options]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Message-View.png|200px|thumb|View message]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Message-View-chars.png|200px|thumb|Unicode support]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |  &lt;br /&gt;
[[Image:SHR-Mesages-Options.png|200px|thumb|Message options]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Phonelog.png|200px|thumb|Phonelog]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:25% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Dialer-Active.png|200px|thumb|Active call]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Upon a missed call or an unread message there is a notifier that presents a screen with button to run Messages or Phonelog application, or you can simply close the Notifier with the Top Shelf cross.&lt;br /&gt;
&lt;br /&gt;
===Post-Installation Script===&lt;br /&gt;
After flashing your phone you can do some modification mentioned below in this manual. The shell commands are collected in a [[SHR post-installation]] that you can transfer to your phone via ''scp'' and execute it with ''sh''. &lt;br /&gt;
Please go through the script and check if the applications to be installed is that want you want. If do not understand, what is going on in the script, proceed with this manual and select every step manually. If understand the script it might save you some time:&lt;br /&gt;
  desktop#&lt;br /&gt;
  scp SHRpostinstallation.sh root@192.168.0.202:/home/root/SHRpostinstallation.sh   &lt;br /&gt;
Start the shell script on your phone with:&lt;br /&gt;
  neo# sh /home/root/SHRpostinstallation.sh&lt;br /&gt;
&lt;br /&gt;
===First steps===&lt;br /&gt;
&lt;br /&gt;
Right after installation and first boot you might want to do a few initial steps:&lt;br /&gt;
====Network Connection====&lt;br /&gt;
''Establish network connection'' and SSH into your phone. The &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; account uses no password by default. You can establish connection either via USB to your desktop and enable NAT or you can connect through Wifi. If you use USB, some setup is required on the desktop side, please read [[USB_Networking]]. For Wifi, you can use [[#Network manager|Network Manager]]&lt;br /&gt;
&lt;br /&gt;
====GSM Network====&lt;br /&gt;
''Check if GSM is working correctly'' - observe the GSM gadget in the Top Shelve and see reported signal of your GSM operator. If GSM Gadget seems not be running, click ''Settings'' and later on ''Phone''. Move ''GSM Antenna'' to ''On''.&lt;br /&gt;
&lt;br /&gt;
====Audio: Volume====&lt;br /&gt;
''Check and set call volume'' - this is handled by alsa state files in &amp;lt;tt&amp;gt;/usr/share/shr/scenarii/&amp;lt;/tt&amp;gt; . To customize speaker volume edit &amp;lt;tt&amp;gt;/usr/share/shr/scenarii/gsmhandset.state&amp;lt;/tt&amp;gt; and change &amp;lt;tt&amp;gt;control 4&amp;lt;/tt&amp;gt;. Values between from 105 to 120 might be sufficient:&lt;br /&gt;
&lt;br /&gt;
 vi /usr/share/shr/scenarii/gsmhandset.state&lt;br /&gt;
&lt;br /&gt;
 	control.4 {&lt;br /&gt;
 		comment.access 'read write'&lt;br /&gt;
 		comment.type INTEGER&lt;br /&gt;
 		comment.count 2&lt;br /&gt;
 		comment.range '0 - 127'&lt;br /&gt;
 		iface MIXER&lt;br /&gt;
 		name 'Speaker Playback Volume'&lt;br /&gt;
 		value.0 116&lt;br /&gt;
 		value.1 116&lt;br /&gt;
 	}&lt;br /&gt;
&lt;br /&gt;
Should you want to alter more parameters be aware that each file is a set of value for the 94 parameters. Some of the important ones are:&lt;br /&gt;
&lt;br /&gt;
 Control 48: internal mic of the tel (set to 2 or 3)&lt;br /&gt;
 Control 4 : internal speaker (set from 110 to 120)&lt;br /&gt;
 Control 49: headset mic&lt;br /&gt;
 Control 3 : headset speaker&lt;br /&gt;
&lt;br /&gt;
====Set Regional Codes====&lt;br /&gt;
For the default SHR phone applications to be able to correctly parse incoming calls/messages and match them with your contacts, you will need to set the right prefixes for your country. If you have an up-to-date version of SHR you can do this through th settings program under ''phone''. If you are still running an older version you may have to edit the following file:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/phone-utils.conf&lt;br /&gt;
&lt;br /&gt;
And change the file to reflect your country and area, example for Czech republic:&lt;br /&gt;
&lt;br /&gt;
 [local]&lt;br /&gt;
 international_prefix = 00&lt;br /&gt;
 national_prefix = 0&lt;br /&gt;
 #for the cz&lt;br /&gt;
 country_code = 42&lt;br /&gt;
 area_code = 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another example:&lt;br /&gt;
 5667&lt;br /&gt;
 0-179-5667&lt;br /&gt;
 00-49-179-5667&lt;br /&gt;
 +49-179-5667&lt;br /&gt;
are equivalent numbers for German O2 service number (&amp;quot;-&amp;quot; for clarity only). So&lt;br /&gt;
 international_prefix = 00&lt;br /&gt;
 national_prefix = 0&lt;br /&gt;
 country_code = 49 (without any leading &amp;quot;00&amp;quot; or &amp;quot;+&amp;quot;!)&lt;br /&gt;
for area code it seems wise to use &amp;quot;179&amp;quot; here, though that's the GSM-network code, not the code of your geographical area.&lt;br /&gt;
 area_code = 179&lt;br /&gt;
&lt;br /&gt;
====Initializing the opkg database====&lt;br /&gt;
''Initialize the opkg database'' in order to install some applications from SHR repositories or from other sources, for example [[http://opkg.org opkg.org]]. While still being online, you need to first run&lt;br /&gt;
&lt;br /&gt;
 opkg update&lt;br /&gt;
&lt;br /&gt;
Searching in the opkg database can take a long time. You can speed things up by dumping the database into a file and grepping it through.&lt;br /&gt;
&lt;br /&gt;
Do this only once or after every opkg update:&lt;br /&gt;
&lt;br /&gt;
 opkg list &amp;gt; packages.txt&lt;br /&gt;
&lt;br /&gt;
Then you can search quickly for package name, for example for navit:&lt;br /&gt;
&lt;br /&gt;
 grep navit packages.txt&lt;br /&gt;
&lt;br /&gt;
=====20090808 Image opkg startup=====&lt;br /&gt;
In the 20090808 Image, opkg update does not work you will get: -sh: opkg: not found.&lt;br /&gt;
&lt;br /&gt;
There is a missing opkg symlink to opkg-cl. this is fixed in the SHR repositories. &lt;br /&gt;
&lt;br /&gt;
To update:&lt;br /&gt;
&lt;br /&gt;
 opkg-cl update&lt;br /&gt;
&lt;br /&gt;
And to upgrade&lt;br /&gt;
&lt;br /&gt;
 opkg-cl upgrade&lt;br /&gt;
&lt;br /&gt;
opkg should work fine now.&lt;br /&gt;
&lt;br /&gt;
====SwapSpace====&lt;br /&gt;
{{Main|SwapSpace}}&lt;br /&gt;
When the RAM is used up applications get killed. This is particularly bad while doing opkg upgrade. Therefore you might want to create a swap partition.&lt;br /&gt;
&lt;br /&gt;
WARNING: Read [[SwapSpace]])&lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/zero of=/swapfile bs=1024 count=65536&lt;br /&gt;
&lt;br /&gt;
Add a line to fstab so next time you boot there will be swap&lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;/swapfile               swap                    swap    defaults        0 0&amp;quot;&amp;gt;&amp;gt; /etc/fstab &lt;br /&gt;
&lt;br /&gt;
Make swap&lt;br /&gt;
&lt;br /&gt;
 mkswap /swapfile&lt;br /&gt;
&lt;br /&gt;
Make the swap file work now:&lt;br /&gt;
&lt;br /&gt;
 swapon /swapfile&lt;br /&gt;
&lt;br /&gt;
====Changing root password====&lt;br /&gt;
&lt;br /&gt;
SHR is shipped without root password (just press enter)&lt;br /&gt;
&lt;br /&gt;
This is very dangerous if you connect using wifi, or USB. You need to activate the root password:&lt;br /&gt;
&lt;br /&gt;
 passwd&lt;br /&gt;
&lt;br /&gt;
then type your selected password (2 times)&lt;br /&gt;
&lt;br /&gt;
A much more convenient way might be to install your public-key to ~/.ssh/authorized_keys. For running &lt;br /&gt;
 cmd | ssh root@neo anycommand&lt;br /&gt;
from your host this might be even mandatory, e.g if you want to pipe anything to the ssh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Localization===&lt;br /&gt;
[[Image:SHR-Illume-Settings-Languages.png|200px|thumb|Setting Language]]&lt;br /&gt;
&lt;br /&gt;
You can change the language of the SHR desktop environment by using the Settings of Illume. For Example, for Czech language: in the Illume top shelf go to Wrench (Settings) -&amp;gt; Language -&amp;gt; Language Settings -&amp;gt; and choose: Čeština. If your language is not in the menu you can install by using opkg.&lt;br /&gt;
&lt;br /&gt;
You can list all available languages by running:&lt;br /&gt;
&lt;br /&gt;
 opkg list | grep glibc-locale-&lt;br /&gt;
&lt;br /&gt;
And install the language of your choice (for example czech):&lt;br /&gt;
&lt;br /&gt;
 opkg install glibc-locale-cs&lt;br /&gt;
&lt;br /&gt;
After this, the Language Settings of Illume will offer Czech. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will localize the Illume environment and will also set correct lang environment variable. If you wish to have translations for other applications, you need to install them again (presuming they are available):&lt;br /&gt;
&lt;br /&gt;
This will install czech localisation for SHR phone applications, SHR Settings and TangoGps:&lt;br /&gt;
&lt;br /&gt;
 opkg install libframeworkd-phonegui-efl-locale-cs shr-settings-locale-cs tangogps-locale-cs&lt;br /&gt;
&lt;br /&gt;
For localized terminal environment (ssh login) set lang variables set /etc/profile, example for Czech language:&lt;br /&gt;
&lt;br /&gt;
 export LANG=cs_CZ&lt;br /&gt;
 export LC_ALL=cs_CZ&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Illume keyboard offers english dictionary correction by default. You can list all the dictionaries available for installation:&lt;br /&gt;
&lt;br /&gt;
 opkg list | grep illume-dic&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your language is not available and english is bothering you, you can set an empty dictionary:&lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;&amp;quot; &amp;gt; /usr/lib/enlightenment/modules/illume/dicts/None.dic&lt;br /&gt;
&lt;br /&gt;
By using it, it will get filled by the words you use and after time will start helping and correcting your typing.&lt;br /&gt;
&lt;br /&gt;
===Date and time===&lt;br /&gt;
&lt;br /&gt;
The local timezone is automatically retrieved from the GSM network. Date and time are automatically set from GPS or Network. The easiest way of setting the time for the first time is to run TangoGps (GPS &amp;amp; Map icon) and obtaining GPS fix. Time will then be set automatically after several minutes.&lt;br /&gt;
&lt;br /&gt;
Time can set time also manually.&lt;br /&gt;
&lt;br /&gt;
Via SHR-Settings -&amp;gt; Date/time -&amp;gt; Set time&lt;br /&gt;
&lt;br /&gt;
From linux based desktop:&lt;br /&gt;
&lt;br /&gt;
 ssh root@192.168.0.202 &amp;quot;date -u -s `date -u +%m%d%H%M%Y.%S`&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can also set the hardware clock to the system time:&lt;br /&gt;
&lt;br /&gt;
 hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
It is possible to instruct framework on how to set the time and timezone in /etc/frameworkd.conf :&lt;br /&gt;
&lt;br /&gt;
 [otimed]&lt;br /&gt;
 # a list of time/zone sources to use or NONE&lt;br /&gt;
 timesources = GPS,NTP&lt;br /&gt;
 zonesources = GSM&lt;br /&gt;
 # use an ip address here, otherwise DNS resolution will block&lt;br /&gt;
 ntpserver = 134.169.172.1&lt;br /&gt;
 &lt;br /&gt;
To disable automatic date/zone settings, simply create an empty [otimed] section in /etc/frameworkd.conf&lt;br /&gt;
&lt;br /&gt;
===File transfer===&lt;br /&gt;
&lt;br /&gt;
After you have established network connection, it is very easy to access and transfer files. The easiest solution is to use Konqueror or Nautilus on your desktop computer and type the following on your location bar. This should provide you with a view of the client's file system on Konqueror or Nautilus and you can easily drag-drop and copy-paste files.&lt;br /&gt;
&lt;br /&gt;
    sftp://root@192.168.0.202&lt;br /&gt;
&lt;br /&gt;
===Data synchronization===&lt;br /&gt;
[[Image:SHR-PISI.png|200px|thumb|PISI contact synchronization]]&lt;br /&gt;
[[Image:SHR-PISI-dates.png|200px|thumb|PISI calendar synchronization]]&lt;br /&gt;
&lt;br /&gt;
You can synchronize your contacts and appointments data with various sources. The sync can by done by program called  [http://pisi.projects.openmoko.org/ PISI] . SIM contacts and calendar entries are currently possible to sync on SHR. You can also synchronize OPIMD contacts, these data are however so far no used in the current shr phone applications, but are used by for example Litephone.&lt;br /&gt;
&lt;br /&gt;
For calendar install dates&lt;br /&gt;
&lt;br /&gt;
  opkg install dates&lt;br /&gt;
&lt;br /&gt;
Supported Contacts data sources:&lt;br /&gt;
* SIM via DBUS (e.g. SHR)&lt;br /&gt;
* QTopia address book (e.g. OM 2008.12)&lt;br /&gt;
* LDAP (read only)&lt;br /&gt;
* VCF files (local / webdav)&lt;br /&gt;
* Google contacts&lt;br /&gt;
* OPIMD&lt;br /&gt;
&lt;br /&gt;
Supported Calendar data sources:&lt;br /&gt;
* Google calendars&lt;br /&gt;
* ICalendar files (local / webdav)&lt;br /&gt;
&lt;br /&gt;
To install PISI, run &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/1_python-vobject_0.8.1_armv4t.ipk \\&lt;br /&gt;
http://www.opkg.org/packages/0_python-webdav_0.1.2_armv4t.ipk python-sqlite3 \\&lt;br /&gt;
python-pygtk python-pygobject python-pycairo python-netserver python-netclient \\&lt;br /&gt;
http://www.opkg.org/packages/1_python-gdata_1.3.0_armv4t.ipk python-misc \\&lt;br /&gt;
http://www.opkg.org/packages/0_python-ldap_2.3.6_armv4t.ipk \\&lt;br /&gt;
http://www.opkg.org/packages/1_python-dateutil_1.4.1_armv4t.ipk \\&lt;br /&gt;
http://www.opkg.org/packages/openldap_2.3.43_armv4t.ipk \\&lt;br /&gt;
http://projects.openmoko.org/frs/download.php/891/pisi_0.4.5_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Configuration example, .pisi/conf to sync  contacts and calendar with google calendar and contacts with google mail:&lt;br /&gt;
&lt;br /&gt;
 [googleCalendar]&lt;br /&gt;
 description=My Google Calendar&lt;br /&gt;
 module=calendar_google&lt;br /&gt;
 user=user@gmail.com&lt;br /&gt;
 password=secret&lt;br /&gt;
 calendarid=user@gmail.com&lt;br /&gt;
 &lt;br /&gt;
 [pimlicodates]&lt;br /&gt;
 description= Pimlico Dates&lt;br /&gt;
 module=calendar_ics&lt;br /&gt;
 path=/home/root/.evolution/calendar/local/system/calendar.ics&lt;br /&gt;
 postprocess=killall e-calendar-factory&lt;br /&gt;
 &lt;br /&gt;
 [googlecontacts]&lt;br /&gt;
 description=Google Contacts Account&lt;br /&gt;
 module=contacts_google&lt;br /&gt;
 user=user@gmail.com&lt;br /&gt;
 password=secret&lt;br /&gt;
 &lt;br /&gt;
 [remoteIcs]&lt;br /&gt;
 description= Remote ICS on Webdav&lt;br /&gt;
 module=calendar_remoteics&lt;br /&gt;
 url=http://webdav.davserver.net/private/pim/&lt;br /&gt;
 file=remotecalendar.ics&lt;br /&gt;
 username=&amp;lt;LOGIN&amp;gt;&lt;br /&gt;
 password=&amp;lt;PASSWORD&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 [shrsim]&lt;br /&gt;
 description=SHR SIM Card Contacts&lt;br /&gt;
 module=contacts_dbussim&lt;br /&gt;
 max_simentries = 250&lt;br /&gt;
 simentry_name_maxlength=18&lt;br /&gt;
&lt;br /&gt;
Another way of importing contacts via Vcard file is possible with [gopher://gopher.fnordpol.de/9/data/DbusAccessScripts_0.0.0.tar.gz this] script written by [[User:Zem#DBus_Access_Scripts|Zem]].&lt;br /&gt;
&lt;br /&gt;
===Reporting bugs===&lt;br /&gt;
&lt;br /&gt;
SHR is a work in progress. If you experience issues, please report them back to SHR. With your report provide logs from&lt;br /&gt;
&lt;br /&gt;
 /var/log/ophonekitd&lt;br /&gt;
 /var/log/frameworkd&lt;br /&gt;
&lt;br /&gt;
To report a bug, please go to http://shr-project.org/trac/report&lt;br /&gt;
&lt;br /&gt;
Check if the bug is already reported. If not, add a ticket, be as much precise as you can in the title and the description, in what circumstances the issue happened and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Bicycle Navigation with TangoGPS==&lt;br /&gt;
[[TangoGPS]] comes already installed with the SHR-Image. You can use TangoGPS for navigation too, for example with bicycle tour downloaded from http://www.bicirutas.net (see [http://www.bicirutas.net/de/rutas/deutschland/friederspitz/ bicirutas-Example] in Germany). You can also upload your favorite bicycle tour on the web to share the tour with others.&lt;br /&gt;
&lt;br /&gt;
To make your life easier you can use&lt;br /&gt;
{{opkg.org|178|bicirutas}}, because this application looks for mtb routes in http://www.bicirutas.net (routes in Spain, Portugal, United Kingdom, France, Italy and Germany). It gets the current position from the gps system and downloads nearby routes. Then you can follow them with tangogps application. You need to be online for this feature. Otherwise you have to select your route before, download and transfer the route to your freerunner.&lt;br /&gt;
&lt;br /&gt;
==SHR Settings==&lt;br /&gt;
[[Image:SHR-Settings-main.png|200px|thumb|SHR Settings]]&lt;br /&gt;
&lt;br /&gt;
SHR Settings is the main setting application of SHR. It provides an easy way of setting up your phone to your liking - from phone related settings, to requesting resources in order to prevent screen dim or suspend (for example while using GPS).&lt;br /&gt;
&lt;br /&gt;
Please refer to [http://wiki.openmoko.org/wiki/FSO_Resources#Automatic_way this wiki page] about a better way to manage preventing screen dim or suspend.&lt;br /&gt;
&lt;br /&gt;
While some settings are persistent over reboots, others are not.&lt;br /&gt;
&lt;br /&gt;
===Main Screen===&lt;br /&gt;
The main screen is divided into eight categories, which contain several modules. Every SHR Settings module has a specified task - for example controlling the GSM antenna power, setting the time etc. &lt;br /&gt;
&lt;br /&gt;
===Settings: Phone===&lt;br /&gt;
Here you can set if the GSM antenna is on and if your phone number is shown  when you call someone.&lt;br /&gt;
&lt;br /&gt;
'''GSM'''&lt;br /&gt;
In GSM settings you can turn off and on GSM module. After turning off antenna, whole GSM modem is turned off.&lt;br /&gt;
&lt;br /&gt;
To list available providers, click on Operators button. Scanning can take some time. After a while, a list of operators should pop up.&lt;br /&gt;
&lt;br /&gt;
You can't connect to operators marked [forbidden]. After a connection failure, a message is displayed.&lt;br /&gt;
&lt;br /&gt;
Selecting an operator from the list also changes modem registration mode to manual. It won't register to other network, even if some is available and has better signal strengh. To return to automatic mode, click &amp;quot;Automatic&amp;quot; button in operator list.&lt;br /&gt;
&lt;br /&gt;
'''Call'''&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Phone.png|200px|thumb|Phone settings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Settings-List-providers.png|200px|thumb|List providers]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
You can set if your phone number should be displayed to other party. You can either depend on network decision (&amp;quot;By network&amp;quot;) or force it manually (&amp;quot;Manual&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
'''SIM'''&lt;br /&gt;
&lt;br /&gt;
Here you can view some informations about your SIM card and clean phone and messagebooks.&lt;br /&gt;
&lt;br /&gt;
'''Others'''&lt;br /&gt;
 &lt;br /&gt;
'''Profile'''&lt;br /&gt;
&lt;br /&gt;
Here you can select the current profile, which the device should use to determine ring tone etc.&lt;br /&gt;
&lt;br /&gt;
'''Current profile'''&lt;br /&gt;
&lt;br /&gt;
Here you can adjust properties of the currently used profile. Available settings: ring tone, ring volume, ring vibration, ring loop, ring length, message tone, message volume, message vibration, message loop, message length.&lt;br /&gt;
&lt;br /&gt;
To change the ring tone, click the &amp;quot;Change&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
To use your own ring tone, place it in /usr/share/sounds directory.&lt;br /&gt;
&lt;br /&gt;
After selecting a sid tune as the ring tone, there are available controls to select tune number from the file.&lt;br /&gt;
&lt;br /&gt;
This is changing settings in /etc/freesmartphone/opreferences/conf/phone/default.yaml&lt;br /&gt;
&lt;br /&gt;
 ring-volume # Ring Volume control 0 (mini) to ? maxi)&lt;br /&gt;
 ring-length # min time for ringtone. Must be greater than the duration of you ringtone&lt;br /&gt;
 ring-loop # define the number of loop of ringtone to play&lt;br /&gt;
 ring-tone: &amp;quot;ringtone_ringnroll.ogg&amp;quot; # .ogg example&lt;br /&gt;
 ring-tone: &amp;quot;Arkanoid_PSID.sid&amp;quot; # .sid example, use default tune&lt;br /&gt;
 ring-tone: &amp;quot;Arkanoid_PSID.sid;tune=2&amp;quot; # .sid example, plays the second tune of that&lt;br /&gt;
&lt;br /&gt;
If you like to test a .sid you can play it using this command on the FR:&lt;br /&gt;
&lt;br /&gt;
 gst-launch filesrc location=Arkanoid_PSID.sid ! siddec tune=2 ! alsasink&lt;br /&gt;
&lt;br /&gt;
Note that it's a ! used and not a | to construct the gstreamer pipe command.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Profiles.png|200px|thumb|Profiles]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Settings-Profiles-Ringtones.png|200px|thumb|Ringtones]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Settings: Connectivity===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Connectivity.png |200px|thumb|Connectivity top]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Settings-Connectivity2.png |200px|thumb|Connectivity bottom]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''WiFi'''&lt;br /&gt;
&lt;br /&gt;
With the &amp;quot;WiFi radio&amp;quot; toggle you can set, if the wifi module is powered. WiFi radio has to be turned on before trying to connect to a WiFi network, unless you try to connect through [[Mokonnect]] which is capable of powering it up.&lt;br /&gt;
&lt;br /&gt;
'''GPRS'''&lt;br /&gt;
&lt;br /&gt;
To enter APN, login and password fields, just click on the actual value (default: &amp;quot;internet&amp;quot;). Keyboard will pop up.&lt;br /&gt;
If you don't know APN, login and passwork, ask your provider.}}&lt;br /&gt;
&lt;br /&gt;
{{Note|You can also use Mokonnect to manage your GPRS connection}}&lt;br /&gt;
&lt;br /&gt;
To connect to the GPRS network, just click the &amp;quot;Connect&amp;quot; button. Entered values will be saved after successful connection.&lt;br /&gt;
&lt;br /&gt;
'''USB'''&lt;br /&gt;
&lt;br /&gt;
With this toggle you can switch USB port between device (Neo to PC) or host (device to Neo) modes.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth'''&lt;br /&gt;
&lt;br /&gt;
To power up Bluetooth module, switch the &amp;quot;Bluetooth radio&amp;quot; toggle to &amp;quot;On&amp;quot;. After that, the &amp;quot;Visibility&amp;quot; toggle should arrive - set it to &amp;quot;On&amp;quot; if you want your FR to be visible by other Bluetooth devices on scanning.&lt;br /&gt;
&lt;br /&gt;
===Settings: GPS===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-GPS.png |200px|thumb|center|GPS]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Settings-GPS-Satelites.png |200px|thumb|GPS Satelite details]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GPS'''&lt;br /&gt;
&lt;br /&gt;
By default, GPS is turned on only when requested (when you turn on TangoGPS, Navit, omgps or other GPS app). That state corresponds to &amp;quot;Auto&amp;quot; setting. After changing to &amp;quot;Manual&amp;quot;, you can force set it to on or off.&lt;br /&gt;
&lt;br /&gt;
'''GPS information'''&lt;br /&gt;
&lt;br /&gt;
This page can be used to monitor GPS status. If some value isn't known, then &amp;quot;unknown&amp;quot; is displayed.&lt;br /&gt;
&lt;br /&gt;
You can also view information about every visible satellite and check, which are used for getting a fix. To do that, click &amp;quot;Satellite details&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If you experience problems with GPS, turn it off, click &amp;quot;Remove AGPS data&amp;quot; and reboot your Neo.&lt;br /&gt;
&lt;br /&gt;
===Settings: Date/time===&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Date-Time.png |200px|thumb|Date &amp;amp; Time]]&lt;br /&gt;
&lt;br /&gt;
'''Time'''&lt;br /&gt;
&lt;br /&gt;
Here you can view and set the time. By default, the time is just displayed, To adjust it, click on &amp;quot;Set time&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
After finishing adjusting, click the &amp;quot;OK&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
'''Date'''&lt;br /&gt;
&lt;br /&gt;
This module displays the current date.&lt;br /&gt;
&lt;br /&gt;
===Settings: Power===&lt;br /&gt;
&lt;br /&gt;
'''Battery'''&lt;br /&gt;
&lt;br /&gt;
This module displays informations about battery state - charge, voltage, remaining time etc. To update the data, click the &amp;quot;Update&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
Here you can also force enable 500mA charging.&lt;br /&gt;
&lt;br /&gt;
'''Display'''&lt;br /&gt;
&lt;br /&gt;
With this slider you can easily set the backlight brightness.&lt;br /&gt;
&lt;br /&gt;
{{Note|This setting isn't permanent over sessions. At boot backlight is set back to 100%.}}&lt;br /&gt;
&lt;br /&gt;
'''Power'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Power.png |200px|thumb|Power]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Settings-Timeouts.png |200px|thumb|Timeouts]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here you can turn on or off automatic dimming or suspend after idle timeout (see: Timeouts module)&lt;br /&gt;
&lt;br /&gt;
'''Timeouts'''&lt;br /&gt;
&lt;br /&gt;
Here you can set up values of idle timeouts used by the device. Timeouts are reached in this order: idle -&amp;gt; idle dim -&amp;gt; idle prelock -&amp;gt; lock -&amp;gt; suspend. Idle, idle prelock and lock aren't used by default in SHR at the moment. This setting changes parameters in /etc/frameworkd.conf :&lt;br /&gt;
&lt;br /&gt;
 [odeviced.idlenotifier]&lt;br /&gt;
 suspend = 20&lt;br /&gt;
 lock = 2&lt;br /&gt;
 idle_prelock = 12&lt;br /&gt;
 idle = 10&lt;br /&gt;
 idle_dim = 20&lt;br /&gt;
&lt;br /&gt;
===Settings: Services===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Services.png |200px|thumb|center|Services]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Service-restart.png |200px|thumb|Services debug screen]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Here is listed every interesting script from /etc/init.d/ directory.&lt;br /&gt;
&lt;br /&gt;
After clicking on one, you can either start, restart or stop the service and view the result.&lt;br /&gt;
&lt;br /&gt;
===Settings: Others===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; |&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Settings-Others.png |200px|thumb|Others]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:50% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Settings-Splash-Preview.png |200px|thumb|Splash preview]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Splash'''&lt;br /&gt;
&lt;br /&gt;
With this selector you can select the theme used by shr-splash at boot and shutdown. After clicking &amp;quot;Preview&amp;quot;, the selected boot image will be displayed for 5 seconds.&lt;br /&gt;
&lt;br /&gt;
'''PIM'''&lt;br /&gt;
&lt;br /&gt;
Module used by opimd developers. Doesn't have influence on behaviour of default SHR image.&lt;br /&gt;
&lt;br /&gt;
Every opimd domain has different backends to store its data. The domain reads data from every backend and writes data to the default backend. So with the selector in shr-settings you can choose the backend that stores newly generated data, it doesn't copy or move existing data to a different backend.&lt;br /&gt;
&lt;br /&gt;
'''Userspace backups'''&lt;br /&gt;
&lt;br /&gt;
Here you can either archive or restore your files and configurations.&lt;br /&gt;
&lt;br /&gt;
'''Image information'''&lt;br /&gt;
&lt;br /&gt;
This module contains basic information about the installed image - name of buildhost, used revision, branch and time of build.&lt;br /&gt;
&lt;br /&gt;
'''Theming'''&lt;br /&gt;
[[Image:SHR-Neo-Theme.png|200px|thumb|Neo theme]]&lt;br /&gt;
Find available themes by running &lt;br /&gt;
&lt;br /&gt;
 opkg list | grep theme-illume&lt;br /&gt;
&lt;br /&gt;
install it by&lt;br /&gt;
&lt;br /&gt;
 opkg install e-wm-theme-illume-sixteen elementary-theme-sixteen&lt;br /&gt;
&lt;br /&gt;
http://opkg.org has a very fast theme called nEo&lt;br /&gt;
&lt;br /&gt;
 opkg install http://www.opkg.org/packages/e-wm-theme-neo_0.2_armv4t.ipk&lt;br /&gt;
 opkg install http://www.opkg.org/packages/elementary-theme-neo_0.2_armv4t.ipk&lt;br /&gt;
 opkg install http://www.opkg.org/packages/etk-theme-neo_0.2_armv4t.ipk&lt;br /&gt;
 opkg install -force-overwrite http://www.opkg.org/packages/libframeworkd-phonegui-efl-theme-neo_0.2_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
If you also want the GTK+ Applications to fit in with the rest of the Systems look execute&lt;br /&gt;
&lt;br /&gt;
 opkg install http://www.opkg.org/packages/gtk-theme-neo_0.1_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
For a completely monolithic look additionally execute&lt;br /&gt;
 &lt;br /&gt;
 opkg install -force-overwrite http://www.opkg.org/packages/gpe-theme-neo_0.1_armv4t.ipk&lt;br /&gt;
 opkg install http://www.opkg.org/packages/icon-theme-neo_0.2_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
Please observe the command line output when installing these themes, since it will tell you how to activate the themes.&lt;br /&gt;
&lt;br /&gt;
{{Note|some of the theme packages have to be reinstalled after an opkg upgrade.}}&lt;br /&gt;
&lt;br /&gt;
Reverting back can be done by &lt;br /&gt;
&lt;br /&gt;
 opkg install e-wm-theme-illume-sixteen shr-theme-gtk-e17lookalike  -force-reinstall&lt;br /&gt;
 opkg install libframeworkd-phonegui-efl0 e-wm-theme-default etk-theme-shr shr-theme -force-reinstall&lt;br /&gt;
&lt;br /&gt;
==FSO Resources==&lt;br /&gt;
&lt;br /&gt;
FSO is in control of each device. These are called ''resources''. If the software wanting to use the device is capable of requesting this resource via &amp;lt;tt&amp;gt;d-bus&amp;lt;/tt&amp;gt;, FSO will do this, otherwise you might need to power the device manually. After the requested resource is released, FSO will power it down. Manual resource request can be done through ''SHR Setting'' or you can use &amp;lt;tt&amp;gt;fsoraw&amp;lt;/tt&amp;gt; command. (Using fsoraw is faster and better then running dbus commands)&lt;br /&gt;
&lt;br /&gt;
 opkg install fsoraw&lt;br /&gt;
&lt;br /&gt;
Example of usage fsoraw:&lt;br /&gt;
&lt;br /&gt;
 fsoraw -r Display mokomaze&lt;br /&gt;
&lt;br /&gt;
See [[FSO Resources]] for more details on using the following resources:&lt;br /&gt;
&lt;br /&gt;
'''Wifi'''&lt;br /&gt;
&lt;br /&gt;
Unless this resource is enabled you've no eth0 and wifi module is completely un-powered. Use the network manager to set up networks, [[Mokonnect]] will power Wifi up automatically when needed.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth'''&lt;br /&gt;
&lt;br /&gt;
You need to have this resource requested to have bluetooth module powered.&lt;br /&gt;
&lt;br /&gt;
'''GPS'''&lt;br /&gt;
&lt;br /&gt;
The fso-gpsd is a daemon waiting for gsmd connections, automatically powering the device on and off. When a connection exists, it powers up the GSM. In SHR Settings you can switch GPS completely off SHR Settings -&amp;gt; GPS -&amp;gt; Manual &amp;gt; Off&lt;br /&gt;
&lt;br /&gt;
'''GSM'''&lt;br /&gt;
&lt;br /&gt;
You need to have this resource requested to have GSM module powered.&lt;br /&gt;
&lt;br /&gt;
'''Display'''&lt;br /&gt;
&lt;br /&gt;
While this resource is requested the display won't be blanked and suspend is disabled.&lt;br /&gt;
&lt;br /&gt;
'''CPU'''&lt;br /&gt;
&lt;br /&gt;
Default rules.yaml checks for this resource to disable automatic suspend when it's requested. While this resource is kept suspend is disabled (but screen can be blanked).&lt;br /&gt;
&lt;br /&gt;
'''Test'''&lt;br /&gt;
&lt;br /&gt;
A test resource&lt;br /&gt;
&lt;br /&gt;
==Network manager==&lt;br /&gt;
&lt;br /&gt;
While there are several ways of networking - Wifi, USB, Bluetooth and Gprs - By default, USB networking is enabled in &amp;lt;tt&amp;gt;/etc/network/interfaces&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Enhanced configuration is possible through direct editing of /etc/network/interfaces or through [[Mokonnect]].&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;connmand&amp;lt;/tt&amp;gt; daemon with Mokonnect are the recommended user level applications for setting up networking. At the moment, Mokonnect can manage USB, Wifi and Gprs connections, as well as routing and NAT. The Wifi device is not required to be manually turned on via SHR-Settings as Mokonnect will automatically enable the device when needed and disable it after use.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:33% &amp;quot; |&lt;br /&gt;
[[Image:SHR-Mokonnect.png|200px|thumb|Mokonnect]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:33% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Mokonnect-Wifi.png|200px|thumb|Mokonnect Wifi]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:33% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Mokonnect-Wifi-Scan.png|200px|thumb|Mokonnect Wifi Scan]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Bluetooth==&lt;br /&gt;
&lt;br /&gt;
Bluetooth can be used for several different applications - file transfer, networking, HIDD, music playing (A2DP), calling etc. In some occasions, the devices need to be authorized - paired. At the moment, support for some bluetooth functions is better than for others - it is possible to do all mentioned above with the notice that phone calls with bluetooth headset are always routed to the bluetooth even if it is not around, making it quite difficult to use.&lt;br /&gt;
&lt;br /&gt;
Don't forget you need to turn the bluetooth radio on in SHR Settings -&amp;gt; Connectivity -&amp;gt; Bluetooth Radio: On, where you can also make the bluetooth device visible.&lt;br /&gt;
&lt;br /&gt;
SHR uses bluez4 which is completely different from bluez3. The bluetoothd is taking care of most of the bluetooth now. Please see [[Manually using Bluetooth]] for detailed information about using bluetooth and also for a list of supported devices.&lt;br /&gt;
&lt;br /&gt;
===OBEX file transfer===&lt;br /&gt;
&lt;br /&gt;
There are several obex programs allowing file transfer, all in console at the moment. Obexpush installs obextool, and opd daemon:&lt;br /&gt;
&lt;br /&gt;
 opkg install obexpush&lt;br /&gt;
&lt;br /&gt;
Default receiving path (editable in /etc/default/opd_args ) does not exist, so create it&lt;br /&gt;
&lt;br /&gt;
 mkdir /var/obexpush&lt;br /&gt;
&lt;br /&gt;
Files are then received automatically, no notice, no confirmation... they just silently appear in /var/obexpush&lt;br /&gt;
&lt;br /&gt;
To send some files, first scan for devices:&lt;br /&gt;
&lt;br /&gt;
 hcitool scan&lt;br /&gt;
 Scanning ...&lt;br /&gt;
 	00:16:41:F5:A5:BC	laptop&lt;br /&gt;
&lt;br /&gt;
Then send it onto bt address found in the scan:&lt;br /&gt;
&lt;br /&gt;
 obextool push image.jpg 00:16:41:F5:A5:BC 10&lt;br /&gt;
&lt;br /&gt;
===Connect Bluetooth keyboard===&lt;br /&gt;
&lt;br /&gt;
 hidd --search&lt;br /&gt;
&lt;br /&gt;
===Pairing===&lt;br /&gt;
&lt;br /&gt;
This comes from [[Manually_using_Bluetooth#Once_Again.2C_Bluetooth_Headset_on_Freerunner]]&lt;br /&gt;
&lt;br /&gt;
Now, you must pair the bluetooth headset with your phone. Make sure the bluetooth chip is powered up (can be done through the Connectivity section in the SHR-Unstable settings manager) and that bluetoothd is running:&lt;br /&gt;
 /etc/init.d/bluetooth start&lt;br /&gt;
Now, to actually pair the bluetooth headset, you will need the simple-agent script. If you already have it, excellent. If you, like me, do not, then you can get it here: http://dl.getdropbox.com/u/453116/simple-agent&lt;br /&gt;
&lt;br /&gt;
Put it in /usr/bin/ and run ===chmod a+x /usr/bin/simple-agent===&lt;br /&gt;
&lt;br /&gt;
Now put your headset into pairing mode and run &lt;br /&gt;
&lt;br /&gt;
 hcitool scan&lt;br /&gt;
&lt;br /&gt;
Find your headset and use its address in the command &lt;br /&gt;
&lt;br /&gt;
 simple-agent hci0 XX:XX:XX:XX:XX:XX&lt;br /&gt;
&lt;br /&gt;
If you give a third parameter (what it is doesn't matter) to simple-agent, it will disconnect then reconnect to the headset (reset pairing).&lt;br /&gt;
&lt;br /&gt;
===GSM phone calls with bluetooth headset===&lt;br /&gt;
&lt;br /&gt;
Your bluetooth headset device must be paired first.&lt;br /&gt;
&lt;br /&gt;
====Configuring bluez====&lt;br /&gt;
&lt;br /&gt;
Older SHR releases you need to uncomment &amp;lt;tt&amp;gt;SCORouting=PCM&amp;lt;/tt&amp;gt; setting in &amp;lt;tt&amp;gt;[General]&amp;lt;/tt&amp;gt; section of&lt;br /&gt;
&lt;br /&gt;
 /etc/bluetooth/audio.conf&lt;br /&gt;
&lt;br /&gt;
like this:&lt;br /&gt;
&lt;br /&gt;
 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)   &lt;br /&gt;
 # Defaults to HCI                                                               &lt;br /&gt;
 SCORouting=PCM                                                                  &lt;br /&gt;
 &lt;br /&gt;
do not forget to restart bluetoothd after that.&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/bluetooth stop&lt;br /&gt;
 /etc/init.d/bluetooth start&lt;br /&gt;
&lt;br /&gt;
====Configuring FSO====&lt;br /&gt;
&lt;br /&gt;
Now we must tell frameworkd that you have a bluetooth headset. Headset parameters should be set in&lt;br /&gt;
&lt;br /&gt;
 /etc/freesmartphone/opreferences/conf/phone/default.yaml&lt;br /&gt;
&lt;br /&gt;
Parameters bt-headset-enabled and bt-headset-address (see opreferences/schema/phone.yaml for semantics).&lt;br /&gt;
&lt;br /&gt;
You need to restart FSO for the changes to take effect.&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/frameworkd restart&lt;br /&gt;
&lt;br /&gt;
example of my /etc/freesmartphone/opreferences/conf/phone/default.yaml:&lt;br /&gt;
&lt;br /&gt;
 message-length: 7&lt;br /&gt;
 message-tone: notify_message.wav&lt;br /&gt;
 message-vibration: 1&lt;br /&gt;
 message-volume: 10&lt;br /&gt;
 ring-loop: 1&lt;br /&gt;
 ring-tone: ringtone_ringnroll.wav&lt;br /&gt;
 ring-vibration: 1&lt;br /&gt;
 ring-volume: 10&lt;br /&gt;
 bt-headset-enabled: 1&lt;br /&gt;
 bt-headset-address: 00:09:DD:31:92:98&lt;br /&gt;
&lt;br /&gt;
====Re-Connecting the bt device====&lt;br /&gt;
&lt;br /&gt;
You might need to get the bluetooth headset connected manually on the beginning and also after suspend:&lt;br /&gt;
&lt;br /&gt;
 mdbus -s org.bluez /org/bluez/`pidof bluetoothd`/hci0/dev_xx_xx_xx_xx_xx_xx org.bluez.Headset.Connect&lt;br /&gt;
&lt;br /&gt;
where xx_xx_xx_xx_xx_xx is address of the device, for example:&lt;br /&gt;
&lt;br /&gt;
 mdbus -s org.bluez /org/bluez/`pidof bluetoothd`/hci0/dev_00_09_DD_31_92_98 org.bluez.Headset.Connect&lt;br /&gt;
&lt;br /&gt;
Hopefully, your bluetooth headset now works. Good luck!&lt;br /&gt;
&lt;br /&gt;
==System Customizing==&lt;br /&gt;
&lt;br /&gt;
===Changing the splash screen===&lt;br /&gt;
&lt;br /&gt;
list available splash screen themes&lt;br /&gt;
&lt;br /&gt;
 opkg list | grep splash-theme&lt;br /&gt;
&lt;br /&gt;
and install one of the available themes&lt;br /&gt;
&lt;br /&gt;
 opkg install shr-splash-theme-dontpanic&lt;br /&gt;
&lt;br /&gt;
Then go to SHR Settings -&amp;gt; Others -&amp;gt; Themes. Here you can preview installed themes and change the default one.&lt;br /&gt;
&lt;br /&gt;
===Enable mouse cursor=== &lt;br /&gt;
&lt;br /&gt;
edit line 121 of /etc/X11/Xinit and erase -hide-cursor&lt;br /&gt;
&lt;br /&gt;
 ARGS=&amp;quot;$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib -root-ppm /usr/share/pixmaps/xsplash-vga.ppm vt1&amp;quot;&lt;br /&gt;
            &lt;br /&gt;
===Improve speed of Elementary applications===&lt;br /&gt;
&lt;br /&gt;
Set the Elementary rendering engine used for Evas to x11-16 (Software X11 16bpp engine, may have bugs and will be lower quality, but faster):&lt;br /&gt;
 echo -e &amp;quot;#!/bin/sh\n\nexport ELM_ENGINE=x11-16&amp;quot; &amp;gt; /etc/profile.d/set-elm-engine.sh&lt;br /&gt;
&lt;br /&gt;
Additionally in the SHR-Unstable repositories there are theme packages optimized for 16bpp color.  Both packages can be installed with the following command:&lt;br /&gt;
 &lt;br /&gt;
 opkg install e-wm-theme-illume-sixteen elementary-theme-sixteen&lt;br /&gt;
&lt;br /&gt;
You can then append the /etc/profile.d/set-elm-engine.sh with:&lt;br /&gt;
&lt;br /&gt;
 # Set Optimized theme&lt;br /&gt;
 export ELM_THEME=sixteen&lt;br /&gt;
&lt;br /&gt;
You can also then change Illume to use the sixteen theme by clicking the wrench-&amp;gt;Look-&amp;gt;Theme-illume-sixteen-&amp;gt;OK.  Then switch Illume to use the 16bpp Engine by clicking the wrench-&amp;gt;Advanced(you will need to drag and slide the top menu)-&amp;gt;Engine-&amp;gt;Software_16-&amp;gt;OK.  This should give you a much faster interface without the low quality look the default SHR themes have at this lower color depth.&lt;br /&gt;
&lt;br /&gt;
Read http://trac.enlightenment.org/e/wiki/Elementary&lt;br /&gt;
&lt;br /&gt;
If you try to change Wallpaper or Theme and Illume keeps on crashing, it might be caused by the whole Illume running in Software_16 mode. Go to Illume Settings, slide the icon bar and select Advanced. There tap on Engine and select Software. After this, you can change your Wallpaper or Theme. Selecting Software_16 later on again will speed up the desktop's response (though causing it to be a bit uglier).&lt;br /&gt;
&lt;br /&gt;
===Speedup of suspend and wake up===&lt;br /&gt;
&lt;br /&gt;
I you are using Qi and installation on a µSD card, you can change the kernel parameter loglevel=1 1 in /boot/append-GTA02 . For u-boot and installation in nand just type&lt;br /&gt;
&lt;br /&gt;
 klogd -c 1&lt;br /&gt;
&lt;br /&gt;
into the console. This saves you from 3 seconds worth of console output on every resume.&lt;br /&gt;
&lt;br /&gt;
If you like the effect of this command and want it to be executed at every startup, you just have to log into your phone and type the following:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/init.d/resumespeedup &amp;lt;&amp;lt; EOF&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 /sbin/klogd -c 1&lt;br /&gt;
 EOF&lt;br /&gt;
 chmod +x /etc/init.d/resumespeedup&lt;br /&gt;
 ln -s ../init.d/resumespeedup /etc/rc1.d/S06resumespeedup&lt;br /&gt;
 ln -s ../init.d/resumespeedup /etc/rc2.d/S06resumespeedup&lt;br /&gt;
 ln -s ../init.d/resumespeedup /etc/rc3.d/S06resumespeedup&lt;br /&gt;
 ln -s ../init.d/resumespeedup /etc/rc4.d/S06resumespeedup&lt;br /&gt;
 ln -s ../init.d/resumespeedup /etc/rc5.d/S06resumespeedup&lt;br /&gt;
&lt;br /&gt;
===Opimd utils===&lt;br /&gt;
&lt;br /&gt;
Opimd utils is a set of several testing scripts to play with the new opimd backends. It also provides opimd-messages program and mainly new opimd-notifier that is much better then the standard one.&lt;br /&gt;
&lt;br /&gt;
 opkg install opimd-utils&lt;br /&gt;
&lt;br /&gt;
===opkg upgrade issues===&lt;br /&gt;
&lt;br /&gt;
As '''opkg''' had some '''issues''' recently, installation  might get broken due to that. You can fix it or prevent by using the following scripts&lt;br /&gt;
&lt;br /&gt;
Safe update packages:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 opkg list_upgradable | awk '!/(kernel|Multiple)/ {print $1}' | \&lt;br /&gt;
 	while read line; do&lt;br /&gt;
 	echo &amp;quot;installing pack $line&amp;quot;&lt;br /&gt;
 	opkg install $line -force-reinstall&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Force reinstall all installed packages&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 opkg list_installed | awk '!/(kernel|Multiple)/ {print $1}' | \&lt;br /&gt;
 	while read line; do&lt;br /&gt;
 	echo &amp;quot;installing pack $line&amp;quot;&lt;br /&gt;
 	opkg install $line -force-reinstall&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
===Random errors===&lt;br /&gt;
No icons, no GSM functions etc. - this is mostly due to '''errors on your µSD''' card. Remove your card and fix it in card reader or by booting to another partition (nand) or by reboot and mount read only, then run fsck.&lt;br /&gt;
&lt;br /&gt;
For reboot into nand and fix 1st partition of ext2 on your card&lt;br /&gt;
&lt;br /&gt;
 fsck.ext2 /dev/mmcblk0p1&lt;br /&gt;
&lt;br /&gt;
===Replace dropbear with openssh===&lt;br /&gt;
&lt;br /&gt;
Set password&lt;br /&gt;
 passwd&lt;br /&gt;
&lt;br /&gt;
Install ssh server (and sftp)&lt;br /&gt;
 opkg install openssh-sshd openssh-sftp-server openssh-scp -force-depends&lt;br /&gt;
&lt;br /&gt;
Remove dropbear and start openssh&lt;br /&gt;
&lt;br /&gt;
 screen&lt;br /&gt;
 opkg remove dropbear -force-depends; /etc/init.d/sshd start&lt;br /&gt;
&lt;br /&gt;
You will get disconnected from the ssh session, wait until keys get generated and log in again.&lt;br /&gt;
{{Note|'''Remove old SSH Key from &amp;lt;tt&amp;gt;.ssh/known_hosts&amp;lt;/tt&amp;gt;:''' On your Linux box you will find a file &amp;lt;tt&amp;gt;known_host&amp;lt;/tt&amp;gt; in the subdirectory &amp;lt;tt&amp;gt;.ssh/&amp;lt;/tt&amp;gt; in you home directory. This contains a ssh key for the connection to your phone. If new keys are generated or if you flash your phone with SHR then you have to remove the line with &amp;lt;tt&amp;gt;openmoko&amp;lt;/tt&amp;gt; or the IP-address of your phone from the file. Otherwise you might not be able to login in again until the former key is removed from &amp;lt;tt&amp;gt;known_hosts&amp;lt;/tt&amp;gt;. If several distributions are alternately used on the same particular phone, it may be more convenient to copy the key files from one phone distribution to the rest. }}&lt;br /&gt;
&lt;br /&gt;
===Video playback===&lt;br /&gt;
&lt;br /&gt;
Install intone-video&lt;br /&gt;
&lt;br /&gt;
 opkg install elementary libsqlite3-0 http://www.opkg.org/packages/intone-video_0.11_arm.ipk&lt;br /&gt;
&lt;br /&gt;
If intone complaints about missing libraries, please run &lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 cd /usr/lib&lt;br /&gt;
 ls *ver-svn-02*|while read nombre&lt;br /&gt;
 do&lt;br /&gt;
 	final=&amp;quot;`echo $nombre | sed s/-ver-svn-02/-ver-pre-svn-01/`&amp;quot;&lt;br /&gt;
 	ln -s /usr/lib/$nombre /usr/lib/$final&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
On your desktop, encode your video:&lt;br /&gt;
&lt;br /&gt;
 mencoder video-file -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=300 -vf scale=320:240,eq2=1.2:0.5:-.025,rotate=2 -oac mp3lame -lameopts br=64:cbr -o video-file-FR.avi&lt;br /&gt;
&lt;br /&gt;
===Adding your phone to your hosts=== &lt;br /&gt;
&lt;br /&gt;
You can add your phone to your hosts file for a name resolving:&lt;br /&gt;
&lt;br /&gt;
You can use the name &amp;lt;tt&amp;gt;neo&amp;lt;/tt&amp;gt; if you added the host &amp;lt;tt&amp;gt;neo&amp;lt;/tt&amp;gt; in &amp;lt;tt&amp;gt;/etc/hosts&amp;lt;/tt&amp;gt; on your desktop computer (add the following line for host &amp;lt;tt&amp;gt;neo&amp;lt;/tt&amp;gt; assuming that the IP-address of your phone is &amp;lt;tt&amp;gt;192.168.0.202&amp;lt;/tt&amp;gt;.&lt;br /&gt;
 echo &amp;quot;192.168.0.202 neo neo&amp;quot; &amp;gt;&amp;gt; /etc/hosts&lt;br /&gt;
&lt;br /&gt;
You can then access your phone like this:&lt;br /&gt;
&lt;br /&gt;
 ssh root@neo&lt;br /&gt;
&lt;br /&gt;
Which is shorter than this:&lt;br /&gt;
&lt;br /&gt;
 ssh root@192.168.0.202&lt;br /&gt;
&lt;br /&gt;
==Installing Software==&lt;br /&gt;
&lt;br /&gt;
You can use opkg for installing software packages or you can try SHR Installer from http://git.shr-project.org/git/?p=shr-installer.git;a=summary . It requires packagekitd&lt;br /&gt;
&lt;br /&gt;
 opkg install packagekitd&lt;br /&gt;
&lt;br /&gt;
If you wan to use opkg after you used the installer, make sure packagekitd is not running&lt;br /&gt;
&lt;br /&gt;
 killall packagekitd &lt;br /&gt;
&lt;br /&gt;
'''Cool applications'''&lt;br /&gt;
&lt;br /&gt;
SHR comes with only a few preinstalled applications but its repository provides more cool stuff. Also, there are applications that are not in SHR repos at the moment but can still be installed. The following few examples are here just to spark your interest:&lt;br /&gt;
&lt;br /&gt;
'''SHR Launcher'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Launcher.png|200px|thumb|SHR Launcher]]&lt;br /&gt;
Launcher is an elementary based alternative home screen application and event notifier for SHR. It displays current time, has a user tweak-able launcher with categories and features missed calls and messages applets.&lt;br /&gt;
&lt;br /&gt;
 opkg install libsqlite3-0 http://www.opkg.org/packages/launcher_0.30_arm.ipk&lt;br /&gt;
&lt;br /&gt;
 A newer version is announced at http://lists.openmoko.org/pipermail/community/2009-August/054207.html&lt;br /&gt;
&lt;br /&gt;
If you don't see some icons, copy all icons from /usr/share/icons/shr/86x86/apps/* to /usr/share/pixmaps.&lt;br /&gt;
&lt;br /&gt;
For '''PIM''' applications you can get dates for calendar, tasks for todos, neote for notes:&lt;br /&gt;
&lt;br /&gt;
 opkg install dates tasks&lt;br /&gt;
&lt;br /&gt;
 opkg install http://neote.googlecode.com/files/neote_0.2.0-r0_all.ipk&lt;br /&gt;
&lt;br /&gt;
'''Paroli''' is available in SHR images, you can install it:&lt;br /&gt;
&lt;br /&gt;
 opkg install paroli&lt;br /&gt;
&lt;br /&gt;
fix the conf files that the paroli installer messes with (might get fixed in the next couple of days.)&lt;br /&gt;
&lt;br /&gt;
 cp /etc/old_frameworkd.conf /etc/frameworkd.conf&lt;br /&gt;
 cp /etc/freesmartphone/oevents/old_rules.yaml /etc/freesmartphone/oevents/rules.yaml&lt;br /&gt;
&lt;br /&gt;
now if you want to disable the shr phone apps without removing them comment all of the lines out in &lt;br /&gt;
&lt;br /&gt;
 /etc/X11/Xsession.d/89notifier and /etc/X11/Xsession.d/80ophonekitd&lt;br /&gt;
&lt;br /&gt;
if you want the bind-home to ease upgrades add this line to fstab.&lt;br /&gt;
&lt;br /&gt;
 /media/card/bind-home   /home/root     none        bind                   0  0&lt;br /&gt;
&lt;br /&gt;
You should now have a functional paroli on SHR setup. Once you have a working setup I would advise against doing opkg upgrades and only upgrade specific packages when needed.&lt;br /&gt;
&lt;br /&gt;
''GPE contacts'' saves the contacts in a SQLite database that can be synchronized with VCard files. Gpe-contacts don't allow you to dial directly via shr-dialer. Install gpe-contacts:&lt;br /&gt;
&lt;br /&gt;
 opkg install gpe-contacts&lt;br /&gt;
&lt;br /&gt;
After installation you'll find to icons with ''MyVCard''. If you want to remove it, delete the file &amp;lt;tt&amp;gt;/usr/share/applications/edit-vcard.desktop&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Litephone'''&lt;br /&gt;
&lt;br /&gt;
[[Image:SHR-Litephone.png|200px|left|thumb|Litephone]]&lt;br /&gt;
&lt;br /&gt;
Litephone is a new alternative set of phone applications written in Qt. In it's single application interface it provides basic phone functionality (contacts, calls, messages, phone log, settings). Its main advantage is that it uses opimd for storage of the user data.&lt;br /&gt;
&lt;br /&gt;
 opkg install http://pvtrace.com/litephone/libqtcore4_4.4.3-r3_armv4t.ipk&lt;br /&gt;
 opkg install http://pvtrace.com/litephone/libqtxml4_4.4.3-r3_armv4t.ipk&lt;br /&gt;
 opkg install http://pvtrace.com/litephone/libqtdbus4_4.4.3-r3_armv4t.ipk &lt;br /&gt;
 opkg install http://pvtrace.com/litephone/libqtgui4_4.4.3-r3_armv4t.ipk &lt;br /&gt;
 opkg install http://pvtrace.com/litephone/qt4-x11-free_4.4.3-r3_armv4t.ipk&lt;br /&gt;
 opkg install http://pvtrace.com/litephone/litephone_0.0.1-r3_armv4t.ipk &lt;br /&gt;
&lt;br /&gt;
'''Mokomaze''' is an eye-candy game using accelerators embedded in your device.&lt;br /&gt;
&lt;br /&gt;
 opkg install mokomaze&lt;br /&gt;
&lt;br /&gt;
If you tweak the exec procedure in /usr/share/applications/mokomaze.desktop into this:&lt;br /&gt;
 fsoraw -r Display mokomaze&lt;br /&gt;
the screen will not blank while playing.&lt;br /&gt;
&lt;br /&gt;
'''[[Cellhunter]]''' is a game to collect information about mobile phone cells. This information can later be used to roughly determine your position without powering on the GPS chip. [http://78.47.116.33/~hole/cellhunter/ CellHunter homepage]&lt;br /&gt;
&lt;br /&gt;
 opkg install cellhunter&lt;br /&gt;
&lt;br /&gt;
'''OMGps''' and '''TangoGPS''' are  GPS application showing you your position on a map (Openstreetmap, Google maps etc.). You can track your position, save it and use later, save and view points of interest, images or measure your trip. OMGps allows you to overlay different maps on top of each other, set GPS into different modes (walking, car, flying). Maps are downloaded online and used even in offline. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;padding: 0%; margin:0em 0em 1em 0em; border:1px solid #c0c0c0; background:#eeeeee; floating=&amp;quot;center&amp;quot;;width:100%; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:33% &amp;quot; |&lt;br /&gt;
[[Image:SHR-TangoGPS-OSM.png|200px|thumb|TangoGPS]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:33% &amp;quot; | &lt;br /&gt;
 C&lt;br /&gt;
[[Image:SHR-OMGPS-GM.png |200px|thumb|OMGps]]&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background:#fcfcfc;border-left:1px solid #9999cc;border-right:1px ; border-top:2px solid 75d806; border:0px solid #222222; width:33% &amp;quot; | &lt;br /&gt;
 &lt;br /&gt;
[[Image:SHR-Mokomaze.png|200px|thumb|Mokomaze]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Screenshots''' can be made with ''gpe-scap'' (available by default in SHR full image). To take a screenshot, run gpe-scan from shell while connected in via ssh.&lt;br /&gt;
&lt;br /&gt;
'''Alternative Keyboards''' which supply improved versions of the original Illume keyboards. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Illume-keyboard-default-alt-screenshot.png|[http://www.opkg.org/package_180.html illume-keyboards-default-alt] is an alternative default virtual keyboard.|256px|thumb]]&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; valign=&amp;quot;top&amp;quot; | [[Image:Illume-keyboards-terminal-dutch-nl-screenshot.png|[http://www.opkg.org/package_179.html illume-keyboards-terminal-dutch-nl] is a Dutch terminal virtual keyboard. This keyboard is usable for most north-western European languages.|256px|thumb]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Illume-keyboard-numbers-alt-screenshot.png|&lt;br /&gt;
[http://www.opkg.org/package_106.html illume-keyboards-numbers-alt] is an alternative numeric virtual keyboard.|256px|thumb]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Illume-keyboard-browse-screenshot.png|[http://www.opkg.org/package_144.html illume-keyboards-browse] is a finger friendly browse virtual keyboard.|256px|thumb]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
 opkg install http://www.opkg.org/packages/illume-keyboards-default-alt_0.2_all.opk&lt;br /&gt;
 opkg install http://www.opkg.org/packages/illume-keyboards-numbers-alt_0.3_all.opk&lt;br /&gt;
 opkg install http://www.opkg.org/packages/illume-keyboards-browse_0.2_all.opk&lt;br /&gt;
 opkg install http://www.opkg.org/packages/illume-keyboards-terminal-dutch-nl_0.4_all.opk&lt;br /&gt;
&lt;br /&gt;
More keyboards can be found [[Illume_keyboard#List_of_layouts here]]. Note that sometimes after an upgrade of Illume has taken place, these keyboards have to be installed again before the become available again. Removing these packages will restore the availability of the respective original keyboards.&lt;br /&gt;
&lt;br /&gt;
'''Literki''' is a full qwerty keyboard with configurable layout, always transparent, therefore applications don't need to redraw screens and popup is therefore very fast. The keys are big enough for everyday use with your fat fingers. To pop up the keyboard: slide your finger upwards from the bottom right corner. To hide the keyboard: slide your finger down on the keyboard. [http://www.opkg.org/package_232.html Opkg page]&lt;br /&gt;
&lt;br /&gt;
 opkg install http://pvtrace.com/literki_0.0.2-r3_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
[[Category:SHR]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Kempelen</id>
		<title>User:Kempelen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Kempelen"/>
				<updated>2009-07-24T22:01:51Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ferenc Veres (aka Lion/Kempelen)&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
&lt;br /&gt;
* E-mail: [mailto:lion@netngine.hu lion@netngine.hu]&lt;br /&gt;
* Website: http://lion.xaraya.hu&lt;br /&gt;
* Wikimail: [[Special:Emailuser/Kempelen|Contact]]&lt;br /&gt;
* IRC: LionKMP on #openmoko&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* Owns an FR: [http://lion.xaraya.hu/pictures/neo-freerunner-arrived/ pictures]&lt;br /&gt;
* Made [http://lion.xaraya.hu/pictures/qtopia-on-neo-freerunner/images.html 55 Qtopia screenshots] and then switched to 2008.8&lt;br /&gt;
* [http://lion.xaraya.hu/pictures/openmoko-om2008.8 27 Om 2008.8 screenshots]&lt;br /&gt;
* [[GroupSales#Hungary]]&lt;br /&gt;
* Planning to port [http://web.archive.org/web/20070118155849rn_1/mixaz.eatj.com/mc2/ MicroCalc2] Java spreadsheet with Lisp scripting capabilities to Openmoko&lt;br /&gt;
&lt;br /&gt;
== Wallpapers ==&lt;br /&gt;
&lt;br /&gt;
Here you can get my lame coder wallpapers: http://lion.xaraya.hu/news/583&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=20&lt;br /&gt;
| [[Image:Om-wallpaper-thumb.png|150px]]&lt;br /&gt;
| [[Image:Om-wallpaper-circle-thumb.png|150px]]&lt;br /&gt;
| [[Image:Om-choose-wallpaper-thumb.png|150px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(Click the link, not the images, because various sizes and source files are also provided, a total of 20MB download.)&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Kempelen</id>
		<title>User:Kempelen</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Kempelen"/>
				<updated>2009-07-24T22:01:06Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: wallpapers link fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ferenc Veres (aka Lion/Kempelen)&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
&lt;br /&gt;
* E-mail: [mailto:lion@netngine.hu lion@netngine.hu]&lt;br /&gt;
* Website: http://lion.xaraya.hu&lt;br /&gt;
* Wikimail: [[Special:Emailuser/Kempelen|Contact]]&lt;br /&gt;
* IRC: LionKMP on #openmoko&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* Owns an FR: [http://lion.xaraya.hu/pictures/neo-freerunner-arrived/ pictures]&lt;br /&gt;
* Made [http://lion.xaraya.hu/pictures/qtopia-on-neo-freerunner/images.html 55 Qtopia screenshots] and then switched to 2008.8&lt;br /&gt;
* [http://lion.xaraya.hu/pictures/openmoko-om2008.8 27 Om 2008.8 screenshots]&lt;br /&gt;
* [[GroupSales#Hungary]]&lt;br /&gt;
* [[Wiki Maintainers]]&lt;br /&gt;
* Planning to port [http://web.archive.org/web/20070118155849rn_1/mixaz.eatj.com/mc2/ MicroCalc2] Java spreadsheet with Lisp scripting capabilities to Openmoko&lt;br /&gt;
&lt;br /&gt;
== Wallpapers ==&lt;br /&gt;
&lt;br /&gt;
Here you can get my lame coder wallpapers: http://lion.xaraya.hu/news/583&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=20&lt;br /&gt;
| [[Image:Om-wallpaper-thumb.png|150px]]&lt;br /&gt;
| [[Image:Om-wallpaper-circle-thumb.png|150px]]&lt;br /&gt;
| [[Image:Om-choose-wallpaper-thumb.png|150px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(Click the link, not the images, because various sizes and source files are also provided, a total of 20MB download.)&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Group_sales</id>
		<title>Group sales</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Group_sales"/>
				<updated>2009-03-01T16:39:46Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* participiants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko sells the [[Neo FreeRunner]] at a discount if bought in multiples of 10 (US$369, instead of 399), to be shipped in one package. Group buying will thus save money on the purchase, and on the shipping. This page is to organise group purchases by region.&lt;br /&gt;
&lt;br /&gt;
For calculating shipping costs, the dimensions of one 10-pack is 435mm x 371mm x 119mm. The weight should be around 3kg.&lt;br /&gt;
&lt;br /&gt;
Steve from Openmoko announced &amp;quot;Every 10 pack, will come with a box of stuff. 10 pouches and 10 head sets.&amp;quot;&lt;br /&gt;
So join us within a local group !&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style='float:right'&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Argentina ==&lt;br /&gt;
==== Buenos Aires ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* Pablo  [http://wiki.openmoko.org/wiki/Special:Emailuser/Pablete93 Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
10 teléfonos = valor teléfonos + impuestos + envío&lt;br /&gt;
&lt;br /&gt;
10 teléfonos = $11439 + impuestos + $181&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Mijail&lt;br /&gt;
mijailnils gmail com&lt;br /&gt;
&lt;br /&gt;
== [[Group Sales Australia| Australia ]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Austria ==&lt;br /&gt;
There is a group-buy page at MetaLab, available here: http://metalab.at/wiki/Openmoko .. we almost have the full 10 slots assigned, and its quite possible that we will order *20* phones, so please register on the Metalab pages and let us know if you're interested ..&lt;br /&gt;
&lt;br /&gt;
=== Salzburg ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* D. Kepplinger (at MetaLab)&lt;br /&gt;
&lt;br /&gt;
=== Wien ===&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* M. Greifeneder [http://wiki.openmoko.org/wiki/Special:Emailuser/mikegr Contact me here]&lt;br /&gt;
* J. Vaughan (torpor) -- http://metalab.at/wiki/Openmoko [http://wiki.openmoko.org/wiki/Special:Emailuser/torpor Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Styria ===&lt;br /&gt;
==== Graz ====&lt;br /&gt;
Group 1: Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* F Hackenberger [http://wiki.openmoko.org/wiki/Special:Emailuser/Deadman66 Contact me here]&lt;br /&gt;
* J Florineth [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
* G Michelitsch [http://wiki.openmoko.org/wiki/Special:Emailuser/graf_ithaka Contact me here]&lt;br /&gt;
* M Lipp [http://wiki.openmoko.org/wiki/Special:Emailuser/Neldoreth Contact me here]&lt;br /&gt;
* M Maier [http://wiki.openmoko.org/wiki/Special:Emailuser/species Contact me here]&lt;br /&gt;
* M Konrad [http://wiki.openmoko.org/wiki/Special:Emailuser/konni Contact me here]&lt;br /&gt;
* K Krammer [http://wiki.openmoko.org/wiki/Special:Emailuser/krake Contact me here]&lt;br /&gt;
* M Prokop [http://wiki.openmoko.org/wiki/Special:Emailuser/mika Contact me here]&lt;br /&gt;
* C Lauermann [http://wiki.openmoko.org/wiki/Special:Emailuser/cms Contact me here]&lt;br /&gt;
* S Simmer [http://wiki.openmoko.org/wiki/Special:Emailuser/StefanS Contact me here]&lt;br /&gt;
&lt;br /&gt;
Group 2: Status: 3/10&lt;br /&gt;
* K Holler [http://wiki.openmoko.org/wiki/Special:Emailuser/kho Contact me here]&lt;br /&gt;
* St Stampler [http://wiki.openmoko.org/wiki/Special:Emailuser/stst Contact me here]&lt;br /&gt;
* D Pail [http://wiki.openmoko.org/wiki/Special:Emailuser/neotracker Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Bahrain ==&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Salman [http://wiki.openmoko.org/wiki/Special:Emailuser/smhar Contact]&lt;br /&gt;
&lt;br /&gt;
== Belarus ==&lt;br /&gt;
=== Minsk ===&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Const - [[Special:Emailuser/Const|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Belgium ==&lt;br /&gt;
=== Brussels ===&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
'''NO''' Openmoko FreeRunner 900/1800 available anymore (on July 3, 2008 at 21h) as needed in Europe. Furthermore,&lt;br /&gt;
confirmation: From Pulster.eu: ''Our sales price is 299 EUR + shipping 15 EUR in Europe = 314 EUR. The idea of &amp;quot;open&amp;quot; is ours. So check our price calculation: if you order the FreeRunner from Taiwan, it's 399 USD + 100 USD shipping + c. 90 USD &amp;quot;import taxes&amp;quot; inside Europe. Total 589 USD = c.380 EUR. So it will be cheaper and we Europeans have 2 years of warranty when buying from Pulster, instead of a 14 days(?) for imported goods.''&lt;br /&gt;
&lt;br /&gt;
Cancelled for the above reason&lt;br /&gt;
(and not 10 people reached)&lt;br /&gt;
* npettiaux&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Npettiaux Contact me here]&lt;br /&gt;
&lt;br /&gt;
Status 30/07/2008 : 6/10&lt;br /&gt;
&lt;br /&gt;
Groupsales from pulster.eu are possible with a reduction (their normal price is 329 EUR):&amp;lt;br&amp;gt;&lt;br /&gt;
''GroupSales: Ordering 10 units or more (no need for multiples of 10) we are pleased to offer 299 EUR - tell us your country and we work out the best way of transaction.''&amp;lt;br&amp;gt;&lt;br /&gt;
''You can make a order now to be sure to get a freerunner with our next delivery which we expect 08/15/08 (15.August). ''&lt;br /&gt;
&lt;br /&gt;
* jwarnier [http://wiki.openmoko.org/wiki/Special:Emailuser/Jwarnier Contact me here]&lt;br /&gt;
* mvanderdonck [http://wiki.openmoko.org/wiki/Special:Emailuser/nicodache Contact me here]&lt;br /&gt;
* lpirotte [http://wiki.openmoko.org/wiki/Special:Emailuser/lpirotte Contact me here]&lt;br /&gt;
* Lleonard [http://wiki.openmoko.org/wiki/Special:Emailuser/Lleonard Contact me here]&lt;br /&gt;
* rickyguff [http://wiki.openmoko.org/wiki/Special:Emailuser/rickyguff Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
* Yvo Brasseur, mailto: yvo_brasseur AT archon DOT be Living in Aarschot, working in Brussels.&lt;br /&gt;
* Kamil Kubacki, mailto: kamil DOT kubacki AT gmail DOT com  [or kamil.kubacki@gmail.com]&lt;br /&gt;
&lt;br /&gt;
* Adhemar, mailto: adhemarvandamme APESTAART gmail DOT com (I'm mostly in Ghent)&lt;br /&gt;
&lt;br /&gt;
ps: Dolfje think it will be cheaper to buy it from pulster.de. Can anyone confirm?&lt;br /&gt;
&lt;br /&gt;
Confirmation: From Pulster.eu:&lt;br /&gt;
&lt;br /&gt;
Our sales price is 299 EUR. The idea of &amp;quot;open&amp;quot; is ours. So check our price calculation: if you order the FreeRunner from Taiwan, it's 399 USD + 100 USD shipping + c. 90 USD &amp;quot;import taxes&amp;quot; inside Europe. Total 589 USD = c.380 EUR.&lt;br /&gt;
&lt;br /&gt;
So it will be cheaper and we Europeans have 2 years of warranty when buying from Pulster, instead of a 14 days(?) for imported goods.&lt;br /&gt;
You can read all advantages on pulster.eu&lt;br /&gt;
&lt;br /&gt;
==== Antwerp ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
&lt;br /&gt;
* michielv [http://wiki.openmoko.org/wiki/Special:Emailuser/Michielv Contact me here]&lt;br /&gt;
* Peter Leemans, mailto: peter AT x-tend DOT be&lt;br /&gt;
* Richard B [http://wiki.openmoko.org/wiki/Special:Emailuser/richardb Contact me here]&lt;br /&gt;
* Jeroen Van Goey [http://wiki.openmoko.org/wiki/Special:Emailuser/BioGeek Contact me here]&lt;br /&gt;
* Jeroen D [http://wiki.openmoko.org/wiki/Special:Emailuser/jeroendoggen Contact me here]&lt;br /&gt;
* Diego Garcia, mailto: didac.garcia AT gmail DOT com&lt;br /&gt;
* Stefaan [http://wiki.openmoko.org/wiki/Special:Emailuser/Stefaan Contact me here]&lt;br /&gt;
* Bert_2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Bert_2 Contact me here] If they aren't cheaper via Pulster.&lt;br /&gt;
* Jove [http://wiki.openmoko.org/wiki/Special:Emailuser/Jove Contact me here] I would like a developer board too.&lt;br /&gt;
&lt;br /&gt;
Perhaps if we have a few more users, we can redistribute the groups geographically?&lt;br /&gt;
&lt;br /&gt;
=== Wallonia ===&lt;br /&gt;
==== Walloon Brabant ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Istvan, mailto: buki DOT istvan AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
== Brasil ==&lt;br /&gt;
=== Nordeste ===&lt;br /&gt;
&lt;br /&gt;
==== Ceará ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Alexandre Sousa [http://wiki.openmoko.org/wiki/User:asm Contact]&lt;br /&gt;
** Endereço para entrega: Fortaleza&lt;br /&gt;
&lt;br /&gt;
==== Bahia ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Valessio Brito [http://wiki.openmoko.org/wiki/User:Valessio Contact]&lt;br /&gt;
** Endereço para entrega: Salvador - Bahia&lt;br /&gt;
&lt;br /&gt;
==== Alagoas ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Diogo Dutra [http://wiki.openmoko.org/wiki/Special:Emailuser/diogo Contact]&lt;br /&gt;
** Endereço para entrega: Maceió&lt;br /&gt;
&lt;br /&gt;
=== Sudeste ===&lt;br /&gt;
&lt;br /&gt;
==== São Paulo ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Rafael Soares Melero [http://wiki.openmoko.org/wiki/Special:Emailuser/rafaelsoaresmelero Contact]&lt;br /&gt;
** Endereço para entrega: São Paulo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sul ===&lt;br /&gt;
==== Paraná ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
* Beraldo Leal [http://wiki.openmoko.org/wiki/Special:Emailuser/beraldo Contact]&lt;br /&gt;
* Cleber Santz [http://wiki.openmoko.org/wiki/Special:Emailuser/Clebersantz Contact]&lt;br /&gt;
* Jacson Querubin [http://wiki.openmoko.org/wiki/Special:Emailuser/Spacial Contact]&lt;br /&gt;
** 1x ([[Image:MokoBox.jpg]] - avançado)&lt;br /&gt;
* Mauro Nogueira [http://wiki.openmoko.org/wiki/Special:Emailuser/mandcap Contact]&lt;br /&gt;
* Osvaldo Santana Neto [http://wiki.openmoko.org/wiki/Special:Emailuser/osantana Contact]&lt;br /&gt;
* Paulo Diovani Gonçalves [http://wiki.openmoko.org/wiki/Special:Emailuser/diovani Contact]&lt;br /&gt;
&lt;br /&gt;
Valor: Aproximadamente USD 4.100,00 (10 aparelhos + frete UPS). Há também o valor do frete para entrega final para quem não for retirar pessoalmente quando chegar.&lt;br /&gt;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 8/10&lt;br /&gt;
&lt;br /&gt;
'''Group 1'''&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, [http://wiki.openmoko.org/wiki/Special:Emailuser/OpenMitko Contact] - owner&lt;br /&gt;
* Geo, [http://wiki.openmoko.org/wiki/Special:Emailuser/geomer Contact] - owner&lt;br /&gt;
* Iceman, [http://wiki.openmoko.org/wiki/Special:Emailuser/ice Contact], 02 July 2008  ([http://www.pulster.de/engl/openmoko.htm Pulster]) - owner&lt;br /&gt;
* luchoh, [http://wiki.openmoko.org/wiki/Special:Emailuser/luchoh Contact], 26 June 2008 - owner&lt;br /&gt;
* mkaramihalev,  [http://wiki.openmoko.org/wiki/Special:Emailuser/mkaramihalev Contact], 12 July 2008 - owner&lt;br /&gt;
* UniXSouL,  [http://wiki.openmoko.org/wiki/Special:Emailuser/UniXSouL Contact], 12 July 2008 - owner&lt;br /&gt;
&lt;br /&gt;
* streamDog,  [http://wiki.openmoko.org/wiki/Special:Emailuser/streamDog Contact], 23 July 2008 - owner&lt;br /&gt;
* danov2, [http://wiki.openmoko.org/wiki/Special:Emailuser/danov2 Contact], 30 June 2008 - owner&lt;br /&gt;
&lt;br /&gt;
'''Group 2'''&lt;br /&gt;
&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* Vernim, [http://wiki.openmoko.org/wiki/Special:Emailuser/Vernim Contact]&lt;br /&gt;
* nninov, [http://wiki.openmoko.org/wiki/Special:Emailuser/nninov Contact], 26 June 2008&lt;br /&gt;
* jdivanov, [http://wiki.openmoko.org/wiki/Special:Emailuser/jdivanov Contact], 16 June 2008&lt;br /&gt;
* ZMan, [http://wiki.openmoko.org/wiki/Special:Emailuser/ZMan Contact], 14 August 2008&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group mailto: doc AT skynet REMOVE dot REMOVE ie - organising this group&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail  (GOT ONE)&lt;br /&gt;
* Robert (Vancouver) - robtaylor &amp;lt;AT&amp;gt; tinsputnik &amp;lt;DOT&amp;gt; com (1 unit)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Group 2'''&lt;br /&gt;
&lt;br /&gt;
Status: 1?/10&lt;br /&gt;
&lt;br /&gt;
* Rob (Vancouver) - rtymensen (at) gmail (DoT) com (1 unit)&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 9/10  (this order has already been delivered)&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] (Pincher Creek) : [mailto:wuth@acm.org email] : 1 unit + 1 debug board&lt;br /&gt;
* [[User:Slm3095om|stacy]] (2 units) : slm3095om AT millions dOt ca&lt;br /&gt;
* [[User:Abnormal|Morgan]] : [mailto:lightningperf@hotmail.com]&lt;br /&gt;
* [[User:picosrfr|Will]] (High Level) : [mailto:will.siddall@gmail.com]&lt;br /&gt;
* [[User:Shadowwolf|Vince]] (Red Deer) : 1 Unit + 1 Debug board [http://wiki.openmoko.org/wiki/Special:Emailuser/Shadowwolf Get a hold of me here]&lt;br /&gt;
* [[User:Deanb2|Dean]] (Calgary) : [mailto:deanb@gbtn.net]&lt;br /&gt;
* [[User:jimb|jim b]] (Edmonton) : [mailto:callonjim@gmail.com][http://wiki.openmoko.org/wiki/Special:Emailuser/jimb mokomail]&lt;br /&gt;
* [[User:Crz|Steve]] (Calgary) : 1 unit, [http://wiki.openmoko.org/wiki/Special:Emailuser/Crz Contact]&lt;br /&gt;
&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Gerald A [http://wiki.openmoko.org/wiki/Special:Emailuser/Historybuff Contact me here]&lt;br /&gt;
* MattC, mailto: quirkz AT gmail&lt;br /&gt;
* Sergey K, openmoko AT deeptown dOt org&lt;br /&gt;
* Daniel Lister, gmail(dan.lister)&lt;br /&gt;
* Ronnie Wong: '''3 units''' - r25wong AT ryerson dOT ca&lt;br /&gt;
* Paul V, contact using gmail, original.roju&lt;br /&gt;
* Matt Manjos, matt (AT) manjos * com&lt;br /&gt;
* Steven O'Reilly, soreilly AT walled DOT net&lt;br /&gt;
&lt;br /&gt;
Shall we start Group 4 (Toronto) 2 / 10&lt;br /&gt;
* Michael Mather - firstname.lastname AT teksavvy.com (Well, this group is going nowhere, so I bought a phone directly. WARNING: I got charged $55 brokerage fee by UPS to bring it across the border. Note that, what they call GST is actually GST + PST.)&lt;br /&gt;
* David Camp - lastname at avidsolutions.com&lt;br /&gt;
&lt;br /&gt;
Group 5 Status (Ottawa): 2 / 10&lt;br /&gt;
* Mathieu Charron - mathieu.charron AT elwillow.net (maybe 2 units, one for a friend)&lt;br /&gt;
&lt;br /&gt;
==== Hamilton ====&lt;br /&gt;
Group 2 Status (Hamilton): 7/10&lt;br /&gt;
&lt;br /&gt;
* Gabriel D - ace AT staticwave DOT ca&lt;br /&gt;
* Richard D - rtdegelder --&amp;gt; gmail.com&lt;br /&gt;
* Steve S   - ssinger_pg AT sympatico dot ca&lt;br /&gt;
* Wolfram Kahl - kahl McMaster CA&lt;br /&gt;
* Paul Wouters - paul@xelerance.com '''1 units'''&lt;br /&gt;
* John Hurley - nybble at eml dot cc&lt;br /&gt;
* T Owen    - timandtwila AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
==== Montréal ====&lt;br /&gt;
Group 3 Status (Montréal): 3/10&lt;br /&gt;
* Patrick Hétu - patrick AT koumbit DOT org&lt;br /&gt;
* Eric Lebel - lebeleri AT aei DOT ca&lt;br /&gt;
* Steven Mansour - steven AT stevenmansour DOT com&lt;br /&gt;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 6/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Mankeke]] Ricardo Manríquez C., mailto: ricardo.manriquez &amp;quot;remove this and add AT&amp;quot; gmail &amp;quot;dot&amp;quot; com&lt;br /&gt;
* [[User:XKnightmareX]] Gonzalo Pesenti., mailto: mare.knight1 &amp;quot;remove this and add AT&amp;quot; gmail &amp;quot;dot&amp;quot; com&lt;br /&gt;
* [[User:Freyes]] Felipe Reyes., mailto: felipereyes &amp;quot;remove this and add AT&amp;quot; gmail &amp;quot;dot&amp;quot; com&lt;br /&gt;
* [[User:crsepulv]] Cristian Sepúlveda, mailto: sepulveda.cristian@gmail.com&lt;br /&gt;
* [[User:SurrealWombat]] Simon Martin, mailto: smartin dot cl at gmail dot com&lt;br /&gt;
* [[User:joteiro]] Juan Pizarro, mailto: jpizarrom dot cl at gmail dot com&lt;br /&gt;
&lt;br /&gt;
=== Valdivia ===&lt;br /&gt;
* [[User:alvherre]] Álvaro Herrera, mailto: alvherre@alvh.no-ip.org  (I'm OK with joining the guys in Santiago)&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=60%&lt;br /&gt;
! width=60% style=&amp;quot;background:#ff6600;border-left:0px solid white;border-right:0px solid white;border-top:0px solid white;&amp;quot; | &amp;lt;font color=white&amp;gt;团购开发手机&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|valign=&amp;quot;TOP&amp;quot; style=&amp;quot;background:#333333;border-left:0px solid white;border-right:0px solid white;border-bottom:0px solid white;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=white&amp;gt;Openmoko has signed Androidin as our distributor in China. For Neo FreeRunner group sale, please refer to [http://www.androidin.com Androidin]. Thanks. Openmoko Team.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== BeiJing ===&lt;br /&gt;
Status:11/10&lt;br /&gt;
*&amp;lt;strike&amp;gt;Meng,Qingyou &amp;lt;br/&amp;gt; mailto:meng.qingyou@gmail.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug board.&amp;lt;/strike&amp;gt; buy from kuloo.&lt;br /&gt;
*Luther  &amp;lt;br/&amp;gt; mailto:lutherluo@qq.com &amp;lt;br/&amp;gt;  2 freerunner and 1 debug board.&lt;br /&gt;
*Gnosy &amp;lt;br/&amp;gt; mailto:gnosyhh@gmail.com &amp;lt;br/&amp;gt;   1 freerunner and 1 debug board.&lt;br /&gt;
*Bin Zong &amp;lt;br /&amp;gt; mailto:hunter_00zb@hotmail.com &amp;lt;br/&amp;gt; 1 FreeRunner &amp;lt;br/&amp;gt; MSN:hunter_00zb@hotmail.com&lt;br /&gt;
*Lee zaixin&amp;lt;br /&amp;gt; mailto:shqlzx@126.com &amp;lt;br/&amp;gt; 1 FreeRunner &amp;lt;br/&amp;gt;&lt;br /&gt;
*Zhuwei&amp;lt;br /&amp;gt; mailto:grissom_zhu@139.com &amp;lt;br/&amp;gt; MSN:wyh0310@hotmail.com &amp;lt;br/&amp;gt; 1 FreeRunner &amp;lt;br/&amp;gt;&lt;br /&gt;
*zhaojun&amp;lt;br/&amp;gt; mailto:zhaojun1631@163.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board&lt;br /&gt;
*Benoit Begue&amp;lt;br/&amp;gt; Retired: please count me out, I'm leaving Beijing sooner than expected. Sorry for this.&amp;lt;br/&amp;gt;  1 freerunner&lt;br /&gt;
*Tristan&amp;lt;br/&amp;gt; mailto:0x5478(at)gmail.com &amp;lt;br/&amp;gt;  MSN:liu_bei_bei(at)hotmail.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board.&lt;br /&gt;
*Lalo&amp;lt;br/&amp;gt; lalo dot martins at gmail (do ''not'' email me with random stuff, specially in Chinese!)&amp;lt;br/&amp;gt; 1 freerunner&lt;br /&gt;
*Lu Kuo&amp;lt;br /&amp;gt;Email and MSN: koreylu#hotmail.com (substitute @ for # please)&amp;lt;br /&amp;gt;1 freerunner and 1 debug board&lt;br /&gt;
&lt;br /&gt;
Status:4/10&lt;br /&gt;
*Chen Mo  &amp;lt;br/&amp;gt; mailto:abacan@gmail.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board.&lt;br /&gt;
*Hong Zhiyi  &amp;lt;br/&amp;gt; mailto: zhiyi.hong@gmail.com &amp;lt;br/&amp;gt;  1 freerunner&lt;br /&gt;
*Yang Ming  &amp;lt;br/&amp;gt; mailto: yangm.cn at gmail.com &amp;lt;br/&amp;gt;  1 freerunner.&lt;br /&gt;
*Xin Jia  &amp;lt;br/&amp;gt; mailto: xinjia.cn at gmail.com &amp;lt;br/&amp;gt;  1 freerunner.&lt;br /&gt;
*zhao zheng &amp;lt;br/&amp;gt; mailto: Mr.dreambig at gmail.com &amp;lt;br/&amp;gt; 1 freerunner.&lt;br /&gt;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:7/10&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Pajda, info on my [[User:Pajda|user page]], or you can [[Special:Emailuser/Pajda|contact me here]]. 1 x freerunner&lt;br /&gt;
* ChandleWEi mailto:chandle.wei@gmail.com  1 x freerunner and 1 debug board&lt;br /&gt;
* YxunLan mailto:dennis.yxun@gmail.com  1 x freerunner and 1 debug board&lt;br /&gt;
* Pine mailto:zixibai@gmail.com 1 x freenrunner and 1 debug board&lt;br /&gt;
* We can add another 4 x freerunner to an order [[User:criticny|user page]], [[Special:Emailuser/criticny|contact]].&lt;br /&gt;
* chenzy mailto:chenzeyun.zju@gmail.com   1 x freerunner&lt;br /&gt;
* Leo.Wang mailto:wangsu@mail.ustc.edu.cn  1 x freerunner&lt;br /&gt;
* HouYu Li Karajan mailto:karadog@gmail.com  1 x freerunner + om testing kernel + qtextended working release&lt;br /&gt;
&lt;br /&gt;
=== Guangzhou ===&lt;br /&gt;
Status:4/10&lt;br /&gt;
*Geoffrey &amp;lt;br/&amp;gt; mailto:dghfalcon@gmail.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug borad.&lt;br /&gt;
*monomania &amp;lt;br/&amp;gt; mailto:simulacrumqiu@gmail.com &amp;lt;br/&amp;gt; 1 freerunner.&lt;br /&gt;
*Seanfan &amp;lt;br/&amp;gt; mailto:fanfeiwu@gmail.com &amp;lt;br/&amp;gt; 2 freerunner and 1 debug borad.&lt;br /&gt;
*XiaoJianji &amp;lt;br/&amp;gt; mailto:xiaojianji@126.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug borad.&lt;br /&gt;
&lt;br /&gt;
=== Longyan ===&lt;br /&gt;
Status:1/10&lt;br /&gt;
*tekkamanninja &amp;lt;br/&amp;gt; mailto:tekkamanninja@163.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug borad.&lt;br /&gt;
&lt;br /&gt;
=== Fuzhou ===&lt;br /&gt;
Status:1/10&lt;br /&gt;
*Yangwenqin &amp;lt;br/&amp;gt; mailto:wenqin.yang at yahoo.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug borad.&lt;br /&gt;
&lt;br /&gt;
== Colombia ==&lt;br /&gt;
=== Bogotá ===&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Javier Rojas. Phone and debug board. &amp;lt;br /&amp;gt; mailto:jerojasro@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Gustavo Andrés Angulo. Phone and debug board. &amp;lt;br /&amp;gt; mailto:woakas@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Exell E. Franklin J. Phone and debug board. &amp;lt;br /&amp;gt; mailto:arawaco@ieee.org&amp;lt;br /&amp;gt;&lt;br /&gt;
* Fredyrivera, Humano. Phone and debug board. &amp;lt;br /&amp;gt; mailto:fredyrivera@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Juan Carlos Castellanos. Phone. &amp;lt;br /&amp;gt; mailto:juancastellanosm@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Croatia ==&lt;br /&gt;
Status : 12/10&lt;br /&gt;
* w00t - [[Special:Emailuser/W00t|Contact]]&lt;br /&gt;
* matija - [[Special:Emailuser/Matija.z|Contact]]&lt;br /&gt;
* valajbeg - [[Special:Emailuser/valajbeg|Contact]]&lt;br /&gt;
* kost - [[Special:Emailuser/kost|Contact]]&lt;br /&gt;
* mnalis - [[Special:Emailuser/mnalis|Contact]]&lt;br /&gt;
* tcavrag - [[Special:Emailuser/tcavrag|Contact]]&lt;br /&gt;
* slavus - [[Special:Emailuser/slavus|Contact]]&lt;br /&gt;
* bsevo - [[Special:Emailuser/bsevo|Contact]]&lt;br /&gt;
* amd64 - [[Special:Emailuser/SilverSpace|Contact]]&lt;br /&gt;
* v-v - [[Special:Emailuser/v-v|Contact]]&lt;br /&gt;
* Lovro - [[Special:Emailuser/Lovro|Contact]]&lt;br /&gt;
* Zlotvor - [[Special:Emailuser/zlotvor|Contact]]&lt;br /&gt;
(maybe we should make one group for bosnia, croatia &amp;amp; serbia together?) [http://wiki.openmoko.org/index.php/Talk:GroupSales#Croatia the talk page]&lt;br /&gt;
&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&lt;br /&gt;
* Forum ohledně další objednávky [http://ohin.cz/openmoko/viewtopic.php?f=4&amp;amp;t=46 zde].&lt;br /&gt;
* Informace o hromadné objednávce jsou zde: [[GroupSales/Czech_Republic]]&lt;br /&gt;
* Diskusní forum: [http://ohin.cz/openmoko http://ohin.cz/openmoko]&lt;br /&gt;
* Jabber konference: openmoko@chat.linjab.net&lt;br /&gt;
&lt;br /&gt;
== Denmark ==&lt;br /&gt;
If we do not reach a total large enough, Denmark **is** a very small place - surely we could figure out a way of getting them to find their way 'round the country :)&lt;br /&gt;
&lt;br /&gt;
=== EU (german) vs. Direct (Openmoko) discussion ===&lt;br /&gt;
&lt;br /&gt;
Esben Damgaard has created a Google Group discussion to evaluate which is the optimal:&lt;br /&gt;
http://groups.google.com/group/freerunner-order-dk&lt;br /&gt;
&lt;br /&gt;
[[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] has [http://groups.google.com/group/freerunner-order-dk/browse_thread/thread/cd68b49d8520ecd2# offered] to act as invoice hub for group sales from either Openmoko or Handheld-Linux. [[User:asbjorn | Details]]&lt;br /&gt;
&lt;br /&gt;
=== Invoice considerations ===&lt;br /&gt;
&lt;br /&gt;
According to Lone Borre from SKAT.dk the rules are different if the buyer is private or a company. If a company buys the phone the invoice must be addressed to the company and the company must be a registered importer. This makes it harder to do a group sale in which 2 of the recipients need an invoice.&lt;br /&gt;
&lt;br /&gt;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
Should anyone need it, transportation from Aalborg to Thisted for phones can be arranged, if you don't want to pick it up in Aalborg yourself :) ~leinir&lt;br /&gt;
&lt;br /&gt;
As it looks right now, it seems that it would be cheaper and easier for us to buy through Pulster in Germany - see the following email: http://lists.openmoko.org/pipermail/community/2008-May/017778.html ~leinir&lt;br /&gt;
&lt;br /&gt;
- It indeed is: [http://www.pulster.de/index.htm?d__om___b_Openmoko_FreeRunner__b_991.htm], the price is 299.00 EUR per piece i we buy 10, and shipping is 14.90 EUR.~Cybe&lt;br /&gt;
&lt;br /&gt;
* Dan Leinir Turthra Jensen &amp;lt;br /&amp;gt; mailto:admin@leinir.dk &amp;lt;br /&amp;gt; [[User:Leinir]]&lt;br /&gt;
* Fabian Olesen &amp;lt;br /&amp;gt; mailto:firewalkerx@gmail.com&lt;br /&gt;
* Helge Willum Larsen &amp;lt;br /&amp;gt; mailto:helge.at.helges.dk&lt;br /&gt;
* Kristian Lindemann Larsen (2 stk)&amp;lt;br /&amp;gt; mailto:walker@pandia.dk&lt;br /&gt;
* Brian Olsen &amp;lt;br /&amp;gt; mailto:downloader@pandia.dk&lt;br /&gt;
* Henrik Odder Jensen &amp;lt;br /&amp;gt; mailto:herakles@pandia.dk&lt;br /&gt;
* Simon Ahm &amp;lt;br /&amp;gt; mailto:spymater@gmail.com&lt;br /&gt;
&lt;br /&gt;
==== Aarhus ====&lt;br /&gt;
Status: 0/10&lt;br /&gt;
&lt;br /&gt;
* Kent S. Knudsen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Forestmountain contact me here] - [[User:Forestmountain]] (&amp;lt;strike&amp;gt;2 phones; will join any danish group if necessary&amp;lt;/strike&amp;gt;)&lt;br /&gt;
* Lars Jensen - [http://wiki.openmoko.org/wiki/Special:Emailuser/el_senator contact me here] (&amp;lt;strike&amp;gt;3 phones; will join any danish group if necessary&amp;lt;/strike&amp;gt;)&lt;br /&gt;
Kent &amp;amp; Lars: As of 5/7: We have ordered 10 units (all in all with Fyn) from handheld-linux.com. Arguments here: http://groups.google.com/group/freerunner-order-dk The deal is closed.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Martin Pedersen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cheeses contact me here] (1 phone; will join any danish group if necessary)&amp;lt;/strike&amp;gt; Martin is also in on the above deal through Lars.&lt;br /&gt;
&lt;br /&gt;
==== Skjern ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Carlo]]&lt;br /&gt;
&lt;br /&gt;
==== Sønderborg ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* Theis Hjorth [http://wiki.openmoko.org/wiki/Special:Emailuser/Theis.hjorth contact me here] (1 phone + 1 devkit) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fyn ===&lt;br /&gt;
Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* [[User:EsbenDamgaard]] (need 3 (Looney &amp;amp; Gert))&lt;br /&gt;
* [[User:apm]] (need 1 with invoice - can pick up in Copenhagen)&lt;br /&gt;
* [[User:LarsOPoulsen | Lars Poulsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/LarsOPoulsen (contact)] (1 phone)&lt;br /&gt;
&lt;br /&gt;
Peter: As of 5/7: We have ordered 10 units (+5 for Århus) from handheld-linux.com.&lt;br /&gt;
Arguments here: http://groups.google.com/group/freerunner-order-dk&lt;br /&gt;
The deal is closed.&lt;br /&gt;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 12/10&lt;br /&gt;
&lt;br /&gt;
* [[User:jrcarlsen | Johnny Rose Carlsen]] (+45) 28 14 60 04 [http://wiki.openmoko.org/wiki/Special:Emailuser/jrcarlsen (contact)] 1 phone&lt;br /&gt;
* [[User:Fursund]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Fursund (contact)] 1 phone&lt;br /&gt;
* [[User:tabac | Thomas Ammitzbøll-Bach ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/tabac (contact)] (&amp;lt;strike&amp;gt;1 phone&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)] (&amp;lt;strike&amp;gt;1 phone&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)] (&amp;lt;strike&amp;gt;1&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (&amp;lt;strike&amp;gt;I need 14 with invoice&amp;lt;/strike&amp;gt; - Buying through pulster.de because of the invoice considerations mentioned above)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (Buying through US-openmoko shop)&lt;br /&gt;
* [[User:maha | Martin Hansen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/maha (contact)] (3 with invoice)&lt;br /&gt;
* [[User:SvenneK | Svenne Krap ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/SvenneK (contact)] (&amp;lt;strike&amp;gt;1&amp;lt;/strike&amp;gt;) Buying through Handheld-linux through [[User:asbjorn|Asbjørn Sloth Tønnesen]].&lt;br /&gt;
* [[User:bss | Bo Stendal Sørensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/bss (contact)] (1)&lt;br /&gt;
* [[User:Glenn | Glenn Møller-Holst]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Glenn (contact)] (&amp;lt;strike&amp;gt;2 freerunners + debug board, +invoice&amp;lt;/strike&amp;gt; - Buying through pulster.de)&lt;br /&gt;
* [[User:knmeister | Kristian Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/knmeister (contact)] &amp;lt;strike&amp;gt;(I need 1 with invoice)&amp;lt;/strike&amp;gt; Seems it is easier to buy from a reseller.&lt;br /&gt;
* [[User:hammerfar | Henrik Hammer Berthelsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/hammerfar (contact)] (2 with invoice) - ordering through [[User:asbjorn|Asbjørn]] as a hub.&lt;br /&gt;
* [[User:Bubbi | Steen Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubbi (contact)] (&amp;lt;strike&amp;gt;2 with invoice&amp;lt;/strike&amp;gt; - buying through reseller)&lt;br /&gt;
* [[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] (I need 1 with invoice) I has [http://groups.google.com/group/freerunner-order-dk/browse_thread/thread/cd68b49d8520ecd2# offered] to act as hub for group sales from Openmoko and Handheld-Linux.&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)] -- will wait until software is stable enough to work as primary mobile phone&lt;br /&gt;
&lt;br /&gt;
== Egypt ==&lt;br /&gt;
=== Cairo ===&lt;br /&gt;
==== American University in Cairo ====&lt;br /&gt;
I would like to get a group of 10 AUC student who are into Linux together to buy a block of ten of these. We could also include non-AUC students, expats, and others as well. They can be shipped to the University in el-Tagamoa el-Khamis. Contact me if you are interested for details or other information. I need to find out what the duty on ten phones would be here. --[[User:Paco758|Paco758]] 10:29, 4 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
* [[User:paco758 | paco758 ]] ([mailto:john.d.martin.iii@gmail.com contact]) SMS to 0165585960&lt;br /&gt;
&lt;br /&gt;
== Estonia ==&lt;br /&gt;
=== Tallinn ===&lt;br /&gt;
&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Yogiz | Yogiz]] ([mailto:yogizz@gmail.com contact]) 1 phone&amp;lt;/s&amp;gt; Already bought one, sorry.&lt;br /&gt;
* [[User:Zooter | Zooter]] ([mailto:zooter@hot.ee contact]) 1 phone&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
&lt;br /&gt;
See also [[Openmoko Local Groups: Finland]], if you're interested.&lt;br /&gt;
&lt;br /&gt;
=== Possible new order(s) ===&lt;br /&gt;
&lt;br /&gt;
Status: 6/10&amp;lt;br /&amp;gt;&lt;br /&gt;
These did not participate in the pulster.de order(s) shown below.&lt;br /&gt;
&lt;br /&gt;
Helsinki:&lt;br /&gt;
* Jerry Jalava &amp;lt;br /&amp;gt; jerry DOT jalava AT iki DOT fi&lt;br /&gt;
* Henri Bergius &amp;lt;br /&amp;gt; henri DOT bergius AT nemein DOT com [ordering for 3]&lt;br /&gt;
* &amp;lt;strike&amp;gt;Matti Rytkönen &amp;lt;br /&amp;gt; manaryde AT hotmail DOT com&amp;lt;/strike&amp;gt; bought directly from Pulster (249 €)&lt;br /&gt;
&lt;br /&gt;
Turku:&lt;br /&gt;
&lt;br /&gt;
* Jaakko Lehtinen &amp;lt;br /&amp;gt; jaakko dot lehtinen at gmail dot com&lt;br /&gt;
&lt;br /&gt;
Pulster.de now sells individual phones at 249€/phone, but 10-packs at 229€/phone.&lt;br /&gt;
&lt;br /&gt;
=== Already ordered ===&lt;br /&gt;
==== Uusimaa ====&lt;br /&gt;
(Note to gta02v6 waiting people:&amp;quot;The A5 boards have been reworked to remove the [LED] issue. So WRT&lt;br /&gt;
LEDs a5 and a6 have the same power consumption&amp;quot;. So, there is should be no reason to wait for V6. See also [[Neo FreeRunner GTA02 Hardware#GTA02v6]].)&lt;br /&gt;
&lt;br /&gt;
===== Helsinki I =====&lt;br /&gt;
'''THIS GROUP OF 10 NEOS HAS BEEN ORDERED''' (from pulster.de)&lt;br /&gt;
&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Mikko Rauhala x2 [mailto:mjr@iki.fi mjr@iki.fi]&lt;br /&gt;
* Aleksi Hankalahti &amp;lt;br /&amp;gt; [mailto:aleksi.hankalahti@iki.fi aleksi.hankalahti@iki.fi]&lt;br /&gt;
* Seppo Hätönen &amp;lt;br /&amp;gt; [mailto:karrde@iki.fi karrde@iki.fi]&lt;br /&gt;
* Ville-Pekka Vainio &amp;lt;br /&amp;gt; vpivaini AT cs.helsinki.fi&lt;br /&gt;
* Heikki Hallamaa &amp;lt;br /&amp;gt; [mailto:heikki.hallamaa@iki.fi heikki.hallamaa@iki.fi]&lt;br /&gt;
* Tomi Jylhä-Ollila &amp;lt;br /&amp;gt; tomi.jylha-ollila@helsinki.fi&lt;br /&gt;
* Richard Braakman&lt;br /&gt;
* Timo Jyrinki &amp;lt;br /&amp;gt; [mailto:timo.jyrinki@iki.fi timo.jyrinki@iki.fi]&lt;br /&gt;
* Jussi Kekkonen &amp;lt;br /&amp;gt; tmt AT ubuntu DOT com (moved from below as one slot became available here)&lt;br /&gt;
&lt;br /&gt;
===== Helsinki II, Turku &amp;amp; Vaasa=====&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/User:Rhk DISCUSS HERE]&lt;br /&gt;
&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
'''THIS GROUP OF 4 NEOS HAS BEEN ORDERED (3+1 (lindi) from outside this list)''' (from pulster.de)&lt;br /&gt;
&lt;br /&gt;
* Risto H. Kurppa &amp;lt;br /&amp;gt; risto AT kurppa DOT fi&lt;br /&gt;
* Aapo Rantalainen &amp;lt;br /&amp;gt; aapo DOT rantalainen AT gmail DOT com&lt;br /&gt;
* Matti Laakso &amp;lt;br /&amp;gt; matti DOT laakso AT kotiposti DOT net&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;Vaasa:&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Lappi ====&lt;br /&gt;
===== Kemi =====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
'''ORDERED'''&lt;br /&gt;
&lt;br /&gt;
4kpl tilattu pulster.de:stä.&lt;br /&gt;
&lt;br /&gt;
Kemi:&lt;br /&gt;
* Henri Valta &amp;lt;br /&amp;gt;cg ÄT jakorasia PISTE info&lt;br /&gt;
* Tommi Juvonen &amp;lt;br /&amp;gt;tassi ÄT mediapumppu PISTE info&lt;br /&gt;
* Jaakko Pörhö &amp;lt;br /&amp;gt;ensteinfrank ÄT hotmail PISTE com&lt;br /&gt;
* Tuomo Mattila (Oulu)&amp;lt;br /&amp;gt;tuomom ÄT ee PISTE oulu PISTE fi&lt;br /&gt;
&lt;br /&gt;
== France ==&lt;br /&gt;
=== Bretagne ===&lt;br /&gt;
==== Brest ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux [mailto:steven@pourri.fr steven@pourri.fr] Jabber_Id:Steven@jabber.fr&lt;br /&gt;
* Acheteur potentiel #2&lt;br /&gt;
&lt;br /&gt;
==== Rennes ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Cédric DUFOUIL (openmoko at tsleg point com)&lt;br /&gt;
* Yves MAHE (ymahe at zindep dot com)&lt;br /&gt;
* Guillaume BERTHELOM (yogui29 at gmail dot com)&lt;br /&gt;
&lt;br /&gt;
=== Pays de la Loire ===&lt;br /&gt;
==== La Roche sur Yon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vtouchar Vincent Touchard] - not in France until January 2009&lt;br /&gt;
&lt;br /&gt;
==== Nantes ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* [[User:Yoann|Yoann ARNAUD]]. OK for a ship in Rennes if needed. [http://wiki.openmoko.org/wiki/Special:Emailuser/Yoann Contact me here]&lt;br /&gt;
* &amp;lt;strike&amp;gt;[[User:sim51|Benoît SIMARD]]. Idem  [http://wiki.openmoko.org/wiki/Special:Emailuser/sim51 Contact me here]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* [[User:tangara2|tangara2]]. Interested [http://wiki.openmoko.org/wiki/Special:Emailuser/tangara2 Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Nord ===&lt;br /&gt;
==== Lille ====&lt;br /&gt;
* [[ThomasClavier]] [[Special:Emailuser/ThomasClavier| email me]]&lt;br /&gt;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 18/19&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* [[User:Wilk|Wilk]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Wilk Contact me here]&lt;br /&gt;
* Jonathan Magano ([http://wiki.openmoko.org/wiki/Special:Emailuser/JonathanMM Contact me here])&lt;br /&gt;
* Benjamin Renard (bn8[AT]zionetrix.net)&lt;br /&gt;
* [[User:BartGS|BartGS]] [http://wiki.openmoko.org/wiki/Special:Emailuser/BartGS Contact me here]&lt;br /&gt;
* [[User:rcoscali|Rémi Cohen-Scali]]&lt;br /&gt;
* Le Troll Farceur ([http://wiki.openmoko.org/wiki/Special:Emailuser/LeTrollFarceur Contact me here])&lt;br /&gt;
* [[User:LoicMinier|Loïc Minier]]&lt;br /&gt;
* [[User:chansen|Cyril Hansen]]&lt;br /&gt;
* Titilambert ([http://wiki.openmoko.org/wiki/Special:Emailuser/titilambert Contact me here])&lt;br /&gt;
* [[User:Raphux|Raphux]]([http://wiki.openmoko.org/wiki/Special:Emailuser/Raphux Contact me here])&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:kkum|Kumar]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* Gand' ([http://wiki.openmoko.org/wiki/Special:Emailuser/Gand' Contact me here])&lt;br /&gt;
* [[User:Sporniket|David SPORN]]&lt;br /&gt;
* [[User:Bedo|Bedo]]&lt;br /&gt;
* [[User:Yciabaud|Yoann Ciabaud]] (contact me [[Special:Emailuser/yciabaud|here]])&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Phyce|Phyce]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt; Yann SLADEK&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Valos|Valéry Febvre]]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Manou|Emmanuel Raviart]]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:hbernard|hugues]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:tuXXX|Damien Thébault]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Ainulindale|Julien Cassignol]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Theocrite|Theocrite]] &amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Gui82|Gui82]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:OlivierBerger|OlivierBerger]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop'')&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/shop&lt;br /&gt;
&lt;br /&gt;
=== Rhône-Alpes ===&lt;br /&gt;
==== Lyon ====&lt;br /&gt;
Status : 0/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/patou Vincent MEURISSE]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
&lt;br /&gt;
==== Grenoble ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/pbollard Philippe]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aurelien Aurelien] (''commande groupée en préparation sur http://www.guilde.asso.fr/wiki/Openmoko '')&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Hey_popey Damien]&amp;lt;/s&amp;gt; (''budget indisponible en ce moment :-('')&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/swap38 Johann] (''commande groupée en préparation sur http://www.guilde.asso.fr/wiki/Openmoko '')&lt;br /&gt;
&lt;br /&gt;
=== Alpes de Haute Provence ===&lt;br /&gt;
==== Manosque ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/cfdev Cyril]&lt;br /&gt;
&lt;br /&gt;
=== Provence Alpes Cote d'Azur ===&lt;br /&gt;
==== Sophia Antipolis ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/nico.inc Nicolas HUOT]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Xavier_OM Xavier CREMASCHI]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vasile Vasile Jureschi]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Herve5 Hervé Sainct]&lt;br /&gt;
&lt;br /&gt;
=== Midi-Pyrénées ===&lt;br /&gt;
==== Toulouse ====&lt;br /&gt;
&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Ortalo|Ortalo]]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
Out:&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] I'm out. Since the FreeRunner is available for 300 Euro in Germany, I don't see any point in organizing a groupbuy anymore. I've sent an email to everyone else interested in the groupbuy. If you are in this list or if I met you on the Kalug Meeting, you should have gotten it.&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]] (Habe mein Telefon jetzt ebenfalls bei Pulster bestellt.)&lt;br /&gt;
* [[Special:Emailuser/Gollum|Gollum]] Pulster doesn't give away the extra goodies, but the price still seems fair -- I'm out, too.&lt;br /&gt;
* [[Special:Emailuser/Archimedes|Sebastian]] I'm going to buy at pulsters (299€) =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/Cfo|cfo]] I think the offer of pulster is fair! =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/BlackFog|BlackFog]] thinks he has to wait for the next Pulster delivery date&lt;br /&gt;
* [[Special:Emailuser/Adonres|Adonres]] I'll buy at pulsters, too =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/Ebi|Ebi]] ditto, and also waiting for the next date&lt;br /&gt;
&lt;br /&gt;
Still In:&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
* [[Special:Emailuser/Gromgull|Gromgull]] (in Kaiserslautern, but Karlsruhe is close enough, and I doubt that I'll find 10 people here.&lt;br /&gt;
* [[Special:Emailuser/RIdd3r|Fabian]]&lt;br /&gt;
* [[Special:Emailuser/Roduit|Roduit]] In Heidelberg. Karlsruhe is close enough.&lt;br /&gt;
&lt;br /&gt;
==== Leonberg ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* [[Special:Emailuser/Agon|Agon]] Maybe 1 FreeRunner.&lt;br /&gt;
----&lt;br /&gt;
* [[Special:Emailuser/ZaPPaS|ZaPPaS]] Since the FreeRunner is available for a comparable price at [http://www.pulster.de/] I will buy there...&lt;br /&gt;
&lt;br /&gt;
==== Tübingen ====&lt;br /&gt;
Status 7/10&lt;br /&gt;
* [[Special:Emailuser/NoBody|NoBody]] close to tuebingen and stuttgart (between both)&lt;br /&gt;
* [[Special:Emailuser/eliasp|eliasp]] (3 FreeRunner (me, qknight + sbock) - Tübingen downtown&lt;br /&gt;
* [[Special:Emailuser/nobs|nobs]] thinking about buying one; if I am #10, count me in; if there is someone else #11 you can drop me&lt;br /&gt;
* [[Special:Emailuser/marjay|marjay]] take also one (Dettingen/Erms)&lt;br /&gt;
* [[Special:Emailuser/Dread|Dread]] in stuttgart, tuebingen would be ok&lt;br /&gt;
&lt;br /&gt;
Out:&lt;br /&gt;
* [[Special:Emailuser/Tomcat|Tomcat]] pulster.de -&amp;gt; ;) -&amp;gt; by happy&lt;br /&gt;
&lt;br /&gt;
==== Ulm ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* [[Special:Emailuser/mzanetti|mzanetti]]&lt;br /&gt;
* [[Special:Emailuser/Lord_Evil|Lord_Evil]] ich nehm auch eins. Evtl. kann ich mich auch an Augsburg anhängen.&lt;br /&gt;
&lt;br /&gt;
=== Bayern ===&lt;br /&gt;
&lt;br /&gt;
==== Augsburg ====&lt;br /&gt;
&lt;br /&gt;
Status 5/10&lt;br /&gt;
I just want to see if there are enough people to fill up to ten. So add your name here if you are interested.&lt;br /&gt;
&lt;br /&gt;
*[[Special:Emailuser/Whoever|whoever]] - Ich nehm eins, wenn die Münchner keines übrig haben.&lt;br /&gt;
*[[Special:Emailuser/paddy2706|paddy2706]] - Ein Openmoko bitte :)&lt;br /&gt;
&lt;br /&gt;
Wann werden die dann bestellt/gezahlt? Dauert bei mir no kurz bis ichs Geld für zusammen hab aber dann nehm ich eins.&lt;br /&gt;
MfG [http://wiki.openmoko.org/wiki/Special:Emailuser/MookiE MookiE]&lt;br /&gt;
&lt;br /&gt;
Hallo, ich würde mich für einen FreeRunner interessieren. Wie sieht es mit Zoll aus? Kommt der noch dazu?&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Murks Murks]&lt;br /&gt;
&lt;br /&gt;
$3690 (10 FreeRunner)&lt;br /&gt;
+ $ 160 (Versand lt. Australiern)&lt;br /&gt;
=======&lt;br /&gt;
$3850&lt;br /&gt;
&lt;br /&gt;
$3850&lt;br /&gt;
+ $ 732 (19% Einfuhrumsatzsteuer)&lt;br /&gt;
+ $   0 (kein Zoll für Handys)&lt;br /&gt;
=======&lt;br /&gt;
$4582&lt;br /&gt;
&lt;br /&gt;
$458 / 1,5$/€ = 305 € pro Telefon (als Richtwert)&lt;br /&gt;
&lt;br /&gt;
==== München ====&lt;br /&gt;
Hilf mit, eine [[Openmoko_Local_Groups:_Munich|Münchner UserGroup]] aufzubauen!&lt;br /&gt;
&lt;br /&gt;
Die Münchner Gruppe organisiert manchmal Sammelbestellungen. Um zu erfahren, ob gerade eine Sammelbestellung läuft, oder um eine neue zu initiieren, schau einfach auf der '''[[Openmoko_Local_Groups:_Munich|Münchner UserGroup Seite]]''' vorbei!&lt;br /&gt;
&lt;br /&gt;
=== Berlin===&lt;br /&gt;
==== Berlin ====&lt;br /&gt;
&lt;br /&gt;
Help to form a [[Openmoko_Local_Groups:_Berlin|Berlin User Group]]!&lt;br /&gt;
&lt;br /&gt;
Status 20/20&lt;br /&gt;
* Eckhard - I am doing a group order [8/10] available [http://wiki.openmoko.org/wiki/Special:Emailuser/Ejokisch Contact]&lt;br /&gt;
* Stephan [http://wiki.openmoko.org/wiki/User:Fischel Contact me here]&lt;br /&gt;
* Robert [http://wiki.openmoko.org/wiki/User:Thebohemian Contact me here]&lt;br /&gt;
* Nico [http://wiki.openmoko.org/wiki/User:Nico Contact me here]&lt;br /&gt;
* Bastian [[User:Fries43]]&lt;br /&gt;
* Sven-Ola [http://wiki.openmoko.org/wiki/User:Sven-ola Contact]&lt;br /&gt;
* Arne [http://wiki.openmoko.org/wiki/User:arnepp Contact me here]&lt;br /&gt;
* MM [http://wiki.openmoko.org/wiki/User:MM Contact]&lt;br /&gt;
* Keks [http://wiki.openmoko.org/wiki/User:Keksdosenmann Contact]&lt;br /&gt;
* Matthias [http://wiki.openmoko.org/wiki/User:mk Contact]&lt;br /&gt;
* Norbert [http://wiki.openmoko.org/wiki/User:Noha Contact]&lt;br /&gt;
* Joscha [http://wiki.openmoko.org/wiki/User:Joka Contact]&lt;br /&gt;
* Janne [http://wiki.openmoko.org/wiki/User:Janne Contact]&lt;br /&gt;
* Robert [http://wiki.openmoko.org/wiki/Special:Emailuser/Robx Contact]&lt;br /&gt;
* Conrad [http://wiki.openmoko.org/wiki/User:Caribu Contact me here]&lt;br /&gt;
* govindas [http://wiki.openmoko.org/wiki/User:govindas Contact me here]&lt;br /&gt;
* philippt [http://wiki.openmoko.org/wiki/User:philippt Contact me here if you dare ;-)]&lt;br /&gt;
* Iván [http://wiki.openmoko.org/wiki/User:ogai]&lt;br /&gt;
* david [http://wiki.openmoko.org/wiki/User:dk Contact]&lt;br /&gt;
* kajik [http://wiki.openmoko.org/wiki/User:kajik contact]&lt;br /&gt;
&lt;br /&gt;
=== Bremen ===&lt;br /&gt;
==== Bremen ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* Gero Mudersbach [http://wiki.openmoko.org/wiki/Special:Emailuser/Gero Contact me here]&lt;br /&gt;
* Hartje Bruns [http://wiki.openmoko.org/wiki/Special:Emailuser/MrBurns Contact me here]&lt;br /&gt;
* Timo Scheffler [http://wiki.openmoko.org/wiki/Special:Emailuser/Faldrian Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Bremerhaven ====&lt;br /&gt;
&lt;br /&gt;
=== Hamburg ===&lt;br /&gt;
[[Openmoko_Local_Groups:_Hamburg|Neu: Lokale Gruppe]]&lt;br /&gt;
==== Hamburg ====&lt;br /&gt;
Status 9-10&lt;br /&gt;
&lt;br /&gt;
* Jan 4-5[http://wiki.openmoko.org/wiki/Special:Emailuser/Jan07 Contact me here]&lt;br /&gt;
* Varacanero [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here]&lt;br /&gt;
* Ole 3-5 pcs [http://wiki.openmoko.org/wiki/Special:Emailuser/Olemoko Contact me here]&lt;br /&gt;
* Arne [http://wiki.openmoko.org/wiki/Special:Emailuser/GuraX Contact me here]&lt;br /&gt;
* Arne.anka 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/Arne.anka Contact me here]&lt;br /&gt;
* Wasili Goutas 1pc + debug adapter [http://wiki.openmoko.org/wiki/Special:Emailuser/Laki Contact me here]&lt;br /&gt;
* mimbeck 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/mimbeck Contact me here]&lt;br /&gt;
* savi 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/savi Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Hessen ===&lt;br /&gt;
==== Frankfurt ====&lt;br /&gt;
Status 1-10&lt;br /&gt;
&lt;br /&gt;
* Blacky [http://wiki.openmoko.org/wiki/Special:Emailuser/Blacky Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Niedersachsen ===&lt;br /&gt;
==== Hannover====&lt;br /&gt;
Status 0/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;Dattel83&amp;lt;/s&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Dattel83 Contact me here] ordered :-)&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Ditto|Ditto]]&amp;lt;/s&amp;gt; I'm going to order through other channels.&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:LaKoon|LaKoon]]&amp;lt;/s&amp;gt; [[Special:Emailuser/LaKoon|Contact me here]] me too.&lt;br /&gt;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
* David, infos on my [[User:TechnoFan|user page]], or you can [[Special:Emailuser/TechnoFan|contact me here]]&lt;br /&gt;
* Michael, infos on my [[User:knut|user page]], or you can [[Special:Emailuser/knut|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Arndt, infos on my [[User:Arndot|user page]], or you can [[Special:Emailuser/Arndot|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bocholt ====&lt;br /&gt;
===== (Fachhochschule in Bocholt) =====&lt;br /&gt;
* 1 x adslex&lt;br /&gt;
* 1 x dg [[Special:Emailuser/dg|contact me here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sachsen-Anhalt ===&lt;br /&gt;
==== Stendal (evtl. Magdeburg) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Fabian Off [http://wiki.openmoko.org/wiki/Special:Emailuser/Fabian2de Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Thueringen ===&lt;br /&gt;
==== Weimar ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fries43]]&lt;br /&gt;
&lt;br /&gt;
==== Ilmenau ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:KimKiesel]]&lt;br /&gt;
&lt;br /&gt;
=== Sachsen ===&lt;br /&gt;
* Da es das Gerät bei PULSTER für 299€ gibt und man mit einem 10er Paket diesen Preis nicht unterbieten kann, abgesehen davon, dass wir sowieso keine 10 Leute zusammenbekommen, sollte jeder sein Gerät einzeln Bestellen. Lediglich die Versandkosten kann man bei einer 10er Bestellung bei PULSTER sparen, was sich auch nicht lohnt. Die Accessoires muss man bei PULSTER separat bestellen. Ich hoffe, dass das allen genehm ist. --[[User:White gecko|White gecko]] 22:37, 29 June 2008 (UTC)&lt;br /&gt;
* Da PULSTER den Preis aus 329€ gehoben hat würde sich ein 10er Paket bei PULSTER wieder lohnen, da man so 30€ pro Gerät sparen würde, wie sieht es mit euch aus? Ich habe mal einen Jabber-Gruppen-Chat openmoko@conference.comiles.eu eingerichtet meldet euch bitte, dass wir bald bestellen können sonst sind wir bei der Lieferung am 25.7. wieder nicht dabei. --[[User:White gecko|White gecko]] 14:06, 7 July 2008 (UTC)&lt;br /&gt;
* Um unsere Sammelbestellung voran zu treiben habe ich einen [http://comiles.eu/~natanael/wordpress/2008/07/10/free-your-phone/ Blogeintrag] verfasst und Robert hat eine [http://comiles.eu/cgi-bin/mailman/listinfo/openmoko Mailingliste] eingerichtet. --[[User:White gecko|White gecko]] 00:36, 10 July 2008 (UTC)&lt;br /&gt;
* Wir brauchen noch 2 Teilnehmer, meldet Euch auf der Mailingliste --[[User:PeterF|PeterF]] 19:36, 17 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Chemnitz ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* Tobias [http://wiki.openmoko.org/wiki/Special:Emailuser/Tobydox Contact me here] hat abgesagt&lt;br /&gt;
* Michael [http://wiki.openmoko.org/wiki/Special:Emailuser/her Contact me here]&lt;br /&gt;
* Peter [http://wiki.openmoko.org/wiki/Special:Emailuser/PeterF Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Dresden ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Martin [http://wiki.openmoko.org/wiki/Special:Emailuser/nodge Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Leipzig ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
* Natanael [http://wiki.openmoko.org/wiki/Special:Emailuser/white_gecko Contact me here] (+3)&lt;br /&gt;
* Micha [http://wiki.openmoko.org/wiki/Special:Emailuser/Adian Contact me here]&lt;br /&gt;
* xbaldauf [http://wiki.openmoko.org/wiki/Special:Emailuser/xbaldauf Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Hungary ==&lt;br /&gt;
Good to know:&lt;br /&gt;
*discussion here: http://hup.hu/node/54588&lt;br /&gt;
*mailing list: http://groups.google.com/group/freerunner-groupsales-hungary&lt;br /&gt;
*&amp;lt;s&amp;gt;group ordering coordinator: Dániel Vásárhelyi (see below) - please contact me on any questions&amp;lt;/s&amp;gt; - due to current OpenMoko problems and competitors (iPhone / Android) I withdraw myself from coordinator status&lt;br /&gt;
&lt;br /&gt;
ordering rules:&lt;br /&gt;
* anyone can add and remove him/herself on the list - new names MUST be _appended_ to the list&lt;br /&gt;
* please use real name and working e-mail address&lt;br /&gt;
* although this list is informative, please extend it _only_ if you are really serious about ordering it&lt;br /&gt;
* coordinator contacts everyone interested prior to actual buying&lt;br /&gt;
&lt;br /&gt;
=== Budapest ===&lt;br /&gt;
==== participiants ====&lt;br /&gt;
# &amp;lt;s&amp;gt;Laszlo 'rka' Szabo [http://wiki.openmoko.org/wiki/Special:Emailuser/rka Contact]&amp;lt;/s&amp;gt;&lt;br /&gt;
# &amp;lt;s&amp;gt;tg [http://wiki.openmoko.org/wiki/Special:Emailuser/tg?wpSubject=Openmoko%20GroupSales Contact]&amp;lt;/s&amp;gt;&lt;br /&gt;
# Árva T. Mihály - lirul [KUKAC] hixsplit [PONT] hu (Suspended, I've removed myself from order lists transitionally [080804].)&lt;br /&gt;
# Nyosigomboc - nyos [KUKAC] nyos [PONT] homelinux [PONT] net&lt;br /&gt;
# Ludvig Adam - hunludvig [KUKAC] gmail [PONT] com&lt;br /&gt;
# &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/asdmin?wpSubject=Openmoko%20GroupSales Dániel 'asd' Vásárhelyi]&amp;lt;/s&amp;gt;&lt;br /&gt;
# &amp;lt;s&amp;gt;btamas, [http://wiki.openmoko.org/wiki/Special:Emailuser/btamas Contact]&amp;lt;/s&amp;gt;&lt;br /&gt;
# Kovács 'ka87' András, andras [kukac] csevego [pont] net&lt;br /&gt;
# pcm, pcm [kukac] freemail [pont] hu&lt;br /&gt;
# Áron Preisinger, appa00 [kukac] gmail [pont] com [http://wiki.openmoko.org/wiki/Special:Emailuser/appa Contact]&lt;br /&gt;
# &amp;lt;s&amp;gt;pierre286, [http://wiki.openmoko.org/wiki/Special:Emailuser/pierre286 Contact]&amp;lt;/s&amp;gt;&lt;br /&gt;
# Hélei Zoltán, heleiz [kukac] gmail&lt;br /&gt;
# Radics Áron, raron @ vipmail . hu&lt;br /&gt;
# Laszlo Szomor [http://wiki.openmoko.org/wiki/Special:Emailuser/Lci Contact]&lt;br /&gt;
# tr3w [http://wiki.openmoko.org/wiki/Special:Emailuser/tr3w Contact]&lt;br /&gt;
# Ferenc Szomor [http://wiki.openmoko.org/wiki/Special:Emailuser/Lci Contact]&lt;br /&gt;
# Bolyóczki Zsombor, mogorva kukac tuxworx pont hu&lt;br /&gt;
# &amp;lt;s&amp;gt;Sütő Zoltán, suto dot zoltan at t dash online dot hu&amp;lt;/s&amp;gt;&lt;br /&gt;
# Zsolt Pittmann, pittmann dot zsolt at gmail dot com&lt;br /&gt;
# KREKACS Laszlo, laszlo {pont} krekacs {pont} list {kukacka} gmail {pont} com&lt;br /&gt;
# Móker Tamás,[http://wiki.openmoko.org/wiki/Special:Emailuser/rwind Contact]&lt;br /&gt;
# Krisztián Kovács, [http://wiki.openmoko.org/wiki/Special:Emailuser/Krisztian Contact]&lt;br /&gt;
# Tamas Michalik, [http://wiki.openmoko.org/wiki/Special:Emailuser/dotmind Contact]&lt;br /&gt;
# Peter Roosz, [http://wiki.openmoko.org/wiki/Special:Emailuser/rope Contact]&lt;br /&gt;
# Eduard Iacoboaia, [http://wiki.openmoko.org/wiki/Special:Emailuser/Polaru Contact]&lt;br /&gt;
# László Vadász, [http://wiki.openmoko.org/wiki/Special:Emailuser/Lvadasz Contact]&lt;br /&gt;
# Attila Lendvai, [http://wiki.openmoko.org/wiki/Special:Emailuser/attila.lendvai Contact]&lt;br /&gt;
# Thomas Otterbein [http://wiki.openmoko.org/wiki/Special:Emailuser/Tommi Contact]&lt;br /&gt;
# Beáta Müller [http://wiki.openmoko.org/wiki/Special:Emailuser/emm Contact]&lt;br /&gt;
# Helle Kristóf [http://wiki.openmoko.org/wiki/Special:Emailuser/s8529hel Contact]&lt;br /&gt;
# Nagy Zoltan [http://wiki.openmoko.org/wiki/Special:Emailuser/kirk Contact]&lt;br /&gt;
&lt;br /&gt;
==== groups ====&lt;br /&gt;
&lt;br /&gt;
legend:&lt;br /&gt;
* yes = I definitely want it (one)&lt;br /&gt;
* N = I want this many (2 for two headsets, for example)&lt;br /&gt;
* yes? = I prefer having one, but it's not a problem if not&lt;br /&gt;
* no = I absolutely don't want to have this item&lt;br /&gt;
* ? = It is not important for me, either to have or not (use this instead of 'no' at least at the warranty)&lt;br /&gt;
&lt;br /&gt;
===== group #1 - open ! =====&lt;br /&gt;
This group places order at nearest distributor on the cheapest price.&lt;br /&gt;
You will be contacted before ordering.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! your name&lt;br /&gt;
! e-mail address&lt;br /&gt;
! want phone? (yes/N)&lt;br /&gt;
! want case? (yes/yes?/?/no)&lt;br /&gt;
! want headset? (yes/yes?/?/no)&lt;br /&gt;
! prefer 2y warranty? (yes/?)&lt;br /&gt;
! want devboard? (yes/yes?/no)&lt;br /&gt;
|-&lt;br /&gt;
| KREKÁCS László&lt;br /&gt;
| laszlo.krekacs.list kukac gmail potty com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| yes?&lt;br /&gt;
|-&lt;br /&gt;
| Kovács Krisztian&lt;br /&gt;
| kroomagnon at gmail dot com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Preisinger Áron&lt;br /&gt;
| appa00 kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Nyos&lt;br /&gt;
| nyos kukac nyos pont homelinux pont net&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Radics Áron&lt;br /&gt;
| raronkonektor kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Roósz Péter&lt;br /&gt;
| peter kukac roosz pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Kárpáti László&lt;br /&gt;
| leslie  [at]  zenevilag [dot] net&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Lendvai Attila&lt;br /&gt;
| attila.lendvai gmail&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Tóth Antal&lt;br /&gt;
| toncsi55 kukac hotmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Helle Kristóf&lt;br /&gt;
| s8529hel kukac freemail pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| your name&lt;br /&gt;
| e-mail address&lt;br /&gt;
| want phone?&lt;br /&gt;
| want case?&lt;br /&gt;
| want headset?&lt;br /&gt;
| prefer warranty?&lt;br /&gt;
| want devboard?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== group #2 - open (ordering later)! =====&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! your name&lt;br /&gt;
! e-mail address&lt;br /&gt;
! want phone? (yes/N)&lt;br /&gt;
! want case? (yes/yes?/?/no)&lt;br /&gt;
! want headset? (yes/yes?/?/no)&lt;br /&gt;
! prefer 2y warranty? (yes/?)&lt;br /&gt;
! want devboard? (yes/yes?/no)&lt;br /&gt;
|-&lt;br /&gt;
| Hélei Zoltán&lt;br /&gt;
| heleiz [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| 2&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Muller Beata&lt;br /&gt;
| beata [dot] muller [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Móker Tamás&lt;br /&gt;
| rwind [at] apacheweb [dot] hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Otterbein Thomas&lt;br /&gt;
| tommi [at] t-online [dot] hu&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| tr3w&lt;br /&gt;
| tr3w at freemail&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Vadász László&lt;br /&gt;
| laszlo pont vadasz kukac yahoo pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
|-&lt;br /&gt;
| Ludvig Adam&lt;br /&gt;
| hunludvig kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| your name&lt;br /&gt;
| e-mail address&lt;br /&gt;
| want phone?&lt;br /&gt;
| want case?&lt;br /&gt;
| want headset?&lt;br /&gt;
| prefer warranty?&lt;br /&gt;
| want devboard?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kecskemét ===&lt;br /&gt;
&amp;lt;s&amp;gt;Dániel Vásárhelyi handles transportation to Kecskemét, therefore it is not necessary to collect 10 all pieces here.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== India ==&lt;br /&gt;
=== Bangalore ===&lt;br /&gt;
Status 8/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/sh4r4d sharad]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/gadiyar Anand Gadiyar]&lt;br /&gt;
* Ankur Arora ''terminus [at] gmail [dot] com''&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/kunaldeo Kunal Deo]&lt;br /&gt;
* Rishavnath     rishavnath@gmail.com&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/libin_v Libin Varghese] (Waiting for the GSM 900 Band)&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/ardsrk Arvind] (Waiting for the GSM 900 Band)&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/hemantha Hemantha]&lt;br /&gt;
&lt;br /&gt;
=== Delhi/NCR ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
* Sameer Mohamed Thahir [http://wiki.openmoko.org/wiki/Special:Emailuser/sameerthahir Contact]&lt;br /&gt;
* Pratul Kalia (lut4rp) ''pratulkalia [at] gmail [dot] com''&lt;br /&gt;
&lt;br /&gt;
=== Mumbai [Bombay] ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Saurabh Saurabh]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Mndar Mandar]&lt;br /&gt;
&lt;br /&gt;
== Ireland ==&lt;br /&gt;
=== Dublin ===&lt;br /&gt;
&amp;lt;s&amp;gt;We have sent our order to Pulster two weeks ago. We are still waiting on the phones but hopefully they will arrive this week (01/09) - :-/&lt;br /&gt;
&lt;br /&gt;
We are now at 10 people and will be closing the order soon. If you want to join in add your name here and on the blog asap.&lt;br /&gt;
&lt;br /&gt;
Because [http://pulster.de Pulster] are offering the units at €299 apiece with a 2 year warranty and free shipping (without the freebies though) we are going to order from them and not direct from Taiwan.&lt;br /&gt;
&lt;br /&gt;
To register your interest for the Dublin shipment please post a comment on this [http://patrickoconnor.ie/blog/2008/07/01/openmoko-freerunner-limited-release/ blog post] and enter your details below.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patchrick Patchrick]&lt;br /&gt;
* Karl O'Dwyer [http://wiki.openmoko.org/wiki/Special:Emailuser/Karl.odwyer Contact Me Here]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/sonic Sonic]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/s4dd PaulD]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/onan Onan]&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/ankhi ankhi] - 1x Phone, 1x Spares Pack&amp;lt;/s&amp;gt;&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/seanodonnell seanodonnell]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/HerraBRE Bjarni R. Einarsson] - 1x phone, 1x dboard&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aclearn Aclearn] &amp;lt;s&amp;gt;- by the blog this makes me no.11 (nope, 1 person dropped out so you are number 10 - [http://wiki.openmoko.org/wiki/Special:Emailuser/patchrick Patchrick])&amp;lt;/s&amp;gt;&lt;br /&gt;
* Stas&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Stingray Paul P. Komkoff Jr]&lt;br /&gt;
* [[User:Ebel|Ebel]] 11:57, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;==== Still open? ====&lt;br /&gt;
Has this been closed yet? I just discovered it now and myself and a friend are interested? [[User:Ebel|Ebel]] 11:57, 22 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Sorry, closed the order 2 weeks ago - [[User:Patchrick|Patchrick]]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have copied these usernames across to http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Ireland&lt;br /&gt;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 09/10&lt;br /&gt;
&lt;br /&gt;
According to isreal custom tax it can be problamatic to import more than 3 items ([http://bsh83.blogspot.com/2008/10/openmoko.html#comments Post that had been posted today on planet.linux.org.il about it])&lt;br /&gt;
&lt;br /&gt;
[[Fate]]: Got my FreeRunner directly from koolu, customs and post took in-total extra 500 nis for freeing it, but i did not have to do anything or fill any forms, ordered one unit, and it reached me. Good luck.&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/oferhe Ofer Herman]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Talba Talba]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Da-x Dan]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Yair Yair]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/darkeye Eran]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/tomerb Tomer]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/erez Erez]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/shtrb Boris Shtrasman]&lt;br /&gt;
&amp;lt;s&amp;gt; * [http://wiki.openmoko.org/wiki/Special:Emailuser/OhadEytan Ohad] &amp;lt;/s&amp;gt; (I buy it directly from Koolu - 371$ include shipping and without taxes)&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Skliarie Arie Skliarouk]&lt;br /&gt;
&lt;br /&gt;
== Italy ==&lt;br /&gt;
For more informations and to organize groups, visit the&lt;br /&gt;
*[http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''''Italian FreeRunner Group Sales Google Group'''''] (ML/Web/Feeds) ([mailto:freerunner-italian-group-sales@googlegroups.com freerunner-italian-group-sales@googlegroups.com]).&lt;br /&gt;
&lt;br /&gt;
'''BUT please keep adding your name and email to the list below'''&lt;br /&gt;
&lt;br /&gt;
If we don't reach the 10 phones limit in each city, maybe we could place an order in the &amp;quot;most requested city&amp;quot;, and from shipping to other buyers. We'll have anyway a good discount although the &amp;quot;double-shipping&amp;quot;. ([http://thread.gmane.org/gmane.comp.handhelds.openmoko.community/10937/focus=10981 Read here for reference]).&lt;br /&gt;
&lt;br /&gt;
=== Toscana ===&lt;br /&gt;
==== Firenze (e dintorni) ====&lt;br /&gt;
Status 14/10&lt;br /&gt;
&lt;br /&gt;
'''''[[GroupSales/Firenze|Wiki organizzativo]]'''''&lt;br /&gt;
&lt;br /&gt;
* [[User:Treviño|Marco Trevisan (Treviño)]] - [http://blog.3v1n0.net/contatti-trevino/ Contacts here]&lt;br /&gt;
* [[User:Niccolo|Niccolo Rigacci]] - ''niccolo [AT] rigacci.org''&lt;br /&gt;
* [[User:BiggMatt|Mattia Gentile]] - ''biggmatt@hotmail.it''&lt;br /&gt;
* [[User:Sugacapra|Sugacapra]] - ''alessio.chemeri [AT] gmail.com''&lt;br /&gt;
* [[User:tom_morello|Carlo Ascani (Morello)]] - ''carlo.ratm [AT] gmail.com''&lt;br /&gt;
* [[User:marrano|Stefano Burchietti (Marrano)]] - ''stefano [AT] nontelodiromai.it''&lt;br /&gt;
* [[User:Geli86|Matteo Gelimeri X 2 (Imola - Bologna)]] - ''gelimatteo [AT] gmail.com''&lt;br /&gt;
* [[User:dcoppa|David Coppa (Borgo a Buggiano, Pistoia)]] - ''dcoppa@gmail.com''&lt;br /&gt;
* [[User:Panthack|Dario Panthack Pantani (Pontedera - Pisa)]] - ''panthack2 [AT] tiscali.it''&lt;br /&gt;
* [[User:alfatangoxt|Baraglia michele (alfatangoxt)(Vecchiano - Pisa)]] - ( mail ''[mailto:barmike1@tin.it]'') ( msn - ''alfatangoxt@hotmail.it'')&lt;br /&gt;
* Francesco Guidi (perino)&lt;br /&gt;
* Daniele Andreoli&lt;br /&gt;
&lt;br /&gt;
Rimossi:&lt;br /&gt;
* [[User:pcav|Paolo Cavallini]] - ''cavallini [AT] faunalia.it''&lt;br /&gt;
* Elisa ''[mailto:lab@kkk.it lab@kkk.it]'' (Empoli)&lt;br /&gt;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano e dintorni====&lt;br /&gt;
&amp;lt;!--[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Per l'organizzazione preliminare interagire sul [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''FreeRunner Italian Group Sales''']. Ad ogni modo, per stabilire le precedenze nella prenotazione, '''aggiungetevi nella lista qui sotto'''&lt;br /&gt;
* Per il primo gruppo d'acquisto già partito: '''[[GroupSales/Milano|wiki organizzativo]]'''&lt;br /&gt;
&lt;br /&gt;
===== Lista degli interessati =====&lt;br /&gt;
Chi desiderà puo' aggiungersi al gruppo di Torino, in modo da raggiungere prima le 10 persone: [[GroupSales/Torino]]. Il gruppo di Torino non deve per forza essere composto da un multiplo di 10, ma è indipensabile che si sia almeno 10.&lt;br /&gt;
&lt;br /&gt;
* Numero persone interessate: '''5'''&lt;br /&gt;
* Numero FreeRunner: '''5'''&lt;br /&gt;
&lt;br /&gt;
*'''1-10'''&lt;br /&gt;
*# Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&amp;lt;!--RIMANDATO--&amp;gt;&lt;br /&gt;
*# Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
*# [[User:Pietrao| Pietro Isotti]] - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
*# [[User:ndr| Andrea Vago]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Ndr Contacts here] (Rho, MI)&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*'''11-20''' --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*'''21-30''' --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Piemonte ===&lt;br /&gt;
==== Torino (and province) ====&lt;br /&gt;
Primo gruppo, [CHIUSO][CONSEGNATO] [[GroupSales/Torino]]&lt;br /&gt;
&lt;br /&gt;
Nuovo gruppo:&lt;br /&gt;
* ''inserisci qui''&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* Emanuele Olivetti (emanuele CHIOCCIOLA relativita PUNTO com)&lt;br /&gt;
* Marco Ciampa (ciampix (*) libero (*) it)&lt;br /&gt;
* Avi Arrigo (aviarrigo AT  gmail DOT  com)(also Milano is OK)&lt;br /&gt;
* (update del 5 agosto 2008: farò ordine con fattura al distributori italiano, quindi niente gruppo d'acquisto per me --- sorry...&lt;br /&gt;
* Vincenzo D'Andrea - vincenzo.dandrea AT gmail DOT com)&lt;br /&gt;
(Chiuso -- ordine consegnato settembre 2008)&lt;br /&gt;
&lt;br /&gt;
=== Friuli Venezia Giulia ===&lt;br /&gt;
Status 7/10 &amp;lt;br/&amp;gt;&lt;br /&gt;
Stiamo raccogliendo i nominativi dei primi dieci interessati.&lt;br /&gt;
Mercoledì 8 ottobre 2008 ci siamo incontrati con Davide Scaini, un FreeRunner user presso la sede del LUG di Trieste.&lt;br /&gt;
[http://trieste.linux.it/node/234 LUG Trieste]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Sabato 25 ottobre 2008 e' stato presentato al LinuxDay di Trieste da Davide Scaini.&lt;br /&gt;
&lt;br /&gt;
Chi fosse interessato a vedere il FR o ad aggiungersi al gruppo di acquisto ci può contattare con una e-mail.&lt;br /&gt;
* Local_Group : [http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Friuli_Venezia_Giulia    ]&lt;br /&gt;
* Site Group : [http://www.facebook.com/group.php?gid=118119780234 Neo FreeRunner FVG ]&lt;br /&gt;
&lt;br /&gt;
martedì 13 gennaio 2009&lt;br /&gt;
Neo FreeRunner: gruppo di acquisto 10 =&amp;gt; 229 euro l'uno&lt;br /&gt;
http://www.pulster.de/d__om__OpenMoko_Freerunner991.htm&lt;br /&gt;
&lt;br /&gt;
http://www.facebook.com/group.php?gid=118119780234&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Veneto ===&lt;br /&gt;
&lt;br /&gt;
Status: 17/20&lt;br /&gt;
&lt;br /&gt;
==== Padova ====&lt;br /&gt;
&lt;br /&gt;
* Andrea [mailto:nick(at)linux.it nick(at)linux.it ]&lt;br /&gt;
* &amp;lt;s&amp;gt;Emanuele [mailto:pinguozz(at)medicinaopen.info pinguozz(at)medicinaopen.info ]&amp;lt;/s&amp;gt; ('' Comprato il pezzo da eshopen dot com 31/8/2008 '')&lt;br /&gt;
&lt;br /&gt;
==== Treviso ====&lt;br /&gt;
&lt;br /&gt;
* Dario [mailto:aliasbrain@gmail.com aliasbrain(at)gmail.com] - [[User:Rastafan|Rastafan]] &amp;lt;br /&amp;gt;one, maybe two.&lt;br /&gt;
&lt;br /&gt;
* Pedro [mailto:paguilar@junkerhq.net paguilar(at)junkerhq.net] - [[User:Paguilar|Paguilar]] &amp;lt;br/&amp;gt;Also Padova and Vicenza are ok.&lt;br /&gt;
&lt;br /&gt;
* mr [mailto:maurizio.rottin@gmail.com maurizio.rottin a-t gmail d-o-t com] - [[User:Mr|Mr]] &amp;lt;br/&amp;gt;one for sure, maybe two&lt;br /&gt;
&lt;br /&gt;
==== Venezia ====&lt;br /&gt;
&lt;br /&gt;
* Tommaso [mailto:tommaso.gardumi@gmail.com tommaso.gardumi@gmail.com] - [[User:Tobarello|Tobarello]] &amp;lt;br /&amp;gt;Also Padova, Vicenza &amp;amp; Trento are ok.&lt;br /&gt;
* &amp;lt;s&amp;gt; Mattia  [mailto:tia8219(at)gmail(dot)com tia8219(at)gmail(dot)com] - [[User:tia1982|tia1982]] &amp;lt;/s&amp;gt; (Acquistato dal distributore italiano)&lt;br /&gt;
&lt;br /&gt;
==== Verona ====&lt;br /&gt;
&lt;br /&gt;
* Persegat [mailto:persegat@alice.it persegat@alice.it] - [[User:Pecce|Pecce]]&lt;br /&gt;
* Sylar91 [mailto:sylar1991@gmail.com sylar1991@gmail.com] - [[User:Sylar91|Sylar91]]&lt;br /&gt;
* &amp;lt;s&amp;gt;Marco Franceschetti&amp;lt;/s&amp;gt; - [http://wiki.openmoko.org/wiki/Special:Emailuser/vonfritz Contacts here] (''ordinato da http://bearstech.com/shop'')&lt;br /&gt;
* AleksFalcone [mailto:aleks.falcone@gmail.com aleks.falcone@gmail.com] - [[User:AleksFalcone|AleksFalcone]]&lt;br /&gt;
* Maurelio79 [mailto:mauro.lomartire@gmail.com My E-Mail] - [[User:Maurelio79|Maurelio79]]&lt;br /&gt;
* [[User:bazzabmw| Davide Bazzana]] - [mailto:bazzabmw@yahoo.it bazzabmw@yahho.it] (Brescia, BS)&lt;br /&gt;
&lt;br /&gt;
==== Vicenza ====&lt;br /&gt;
&lt;br /&gt;
* Michele [mailto:michele@cooperativabiosphaera.it michele(at)cooperativabiosphaera.it] - &amp;lt;br /&amp;gt;Also Padova is okay.&lt;br /&gt;
&lt;br /&gt;
* Paolo [mailto:paolo.sartore@gmail.com paolo.sartore(at)gmail.com]&amp;lt;br /&amp;gt; Also Padova is okay.&lt;br /&gt;
&lt;br /&gt;
* Renato [mailto:wasgiventofly@gmail.com wasgiventofly AT gmail DOT com]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Marco [mailto:marco.napetti@linux.it marco.napetti(at)linux.it]&amp;lt;br /&amp;gt; Also Padova and Verona are ok.&lt;br /&gt;
&lt;br /&gt;
* Alessandro [mailto:bianco@3ska.com bianco@3ska.com]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Matteo  [http://wiki.openmoko.org/wiki/Special:Emailuser/zaffo80 Contacts here] Also Padova and Verona are ok.&lt;br /&gt;
&lt;br /&gt;
* Paolo paolopoz[at]openoffice.org disponibile anche per Padova&lt;br /&gt;
&lt;br /&gt;
=== Emilia Romagna ===&lt;br /&gt;
Status : 5/10&lt;br /&gt;
&lt;br /&gt;
La proposta, accolta da chi segue il google group, e' di attendere la formalizzazione dell'offerta del rivenditore italiano. Se tutto va bene, avremo il freerunner + gadgets i primi di settembre, con 2 anni di garanzia e prezzo allettante.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Il rivenditore italiano ha formalizzato l'offerta: a me sembra davvero ottima! [http://groups.google.com/group/freerunner-italian-group-sales/browse_thread/thread/4738271e92a951b4?hl=it Link Offerta Italiana]&lt;br /&gt;
&lt;br /&gt;
Per organizzazione: [http://groups.google.com/group/freerunner-italian-group-sales/browse_thread/thread/b872bf8872180d02?hl=it Emilia Romagna - Gruppo d'acquisto] (Delian)&lt;br /&gt;
&lt;br /&gt;
Per Favore indicate quante unità intendete acquistare!&lt;br /&gt;
&lt;br /&gt;
==== Parma ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Delian|Marco Albanese]] X 1 [mailto:delian2@gmail.com delian2@gmail.com]&lt;br /&gt;
&lt;br /&gt;
* [[User:Hachreak|Leonardo Rossi]] ssj3gokou AT libero Dot it Also for me it's ok the decentralized shipping.&lt;br /&gt;
&lt;br /&gt;
==== Ravenna ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* vagamente AT gmail DOT com (even hub if it's necessary...). ( se ti vanno bene ambo le citta' basta dirlo tra parentesi. Cosi', si fa confusione :) )&lt;br /&gt;
&lt;br /&gt;
==== Bologna ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [[User:nixy_999|Lorenzo]] nixy_999 AT yahoo Dot it Also for me it's ok the decentralized shipping.&lt;br /&gt;
* vagamente AT gmail DOT com (even hub if it's necessary...).&lt;br /&gt;
* [[User:lord.of.the.dimm|Mauro]] lord.of.the.dimm AT gmail DOT com decentralized shipping: OK.&lt;br /&gt;
* [[User:jaimemistus|Giacomo]] jaimemistus AT gmail DOT com every kind of shipping is ok.&lt;br /&gt;
&lt;br /&gt;
=== Puglia (gruppo unico) ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com] Lecce&lt;br /&gt;
* [[User:italyanker|italyanker]] [mailto:italyanker@gmail.com italyanker@gmail.com] Lecce&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org] Bari&lt;br /&gt;
* [[User:SlackMass|SlackMass]] [mailto:rsvmass@tiscali.it rsvmass@tiscali.it] Taranto&lt;br /&gt;
&lt;br /&gt;
NB: per eventuali modifiche aggiungere username, mail e provincia di appartenenza.&lt;br /&gt;
&lt;br /&gt;
=== Abruzzo ===&lt;br /&gt;
==== Pescara ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* ZarZ [mailto:zarz25@gmail.com zarz25@gmail.com]&lt;br /&gt;
&lt;br /&gt;
=== Campania ===&lt;br /&gt;
==== Caserta (and province) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* fenoxxx [mailto:fenoxxx@gmail.com] - Aversa&lt;br /&gt;
&lt;br /&gt;
=== Lazio ===&lt;br /&gt;
==== Roma ====&lt;br /&gt;
&lt;br /&gt;
Per coordinamento [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''FreeRunner Italian Group Sales'''] (Roma)&lt;br /&gt;
&lt;br /&gt;
La precedenza è stabilita in base all'ordine di aggiunta nella lista inizale&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Gruppo 1 COMPLETO (10/10):&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Hire X 2 [mailto:hiretto@gmail.com hiretto@gmail.com] (Roma)&lt;br /&gt;
* Darkbasic X 1 [mailto:darkbasic4(at)gmail darkbasic4(at)gmail] (Ancona)&lt;br /&gt;
* zione X 1 [mailto:alessio.filipponio@gmail.com alessio.filipponio@gmail.com](Roma)&lt;br /&gt;
* AntoMan X 1 [mailto:obe_65@yahoo.it AntoMan](Roma)&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* lynx1673 X1 [mailto: acarfi at yahoo dot com] (Roma)&lt;br /&gt;
* Lorenzo90 x1 [mailto:lorenzo.catalucci@gmail.com lorenzo.catalucci@gmail.com] (Terni)&lt;br /&gt;
* [http://isotype.org Lorenzo De Tomasi] [mailto:lorenzo.detomasi@gmail.com lorenzo.detomasi@gmail.com] (Roma)&lt;br /&gt;
* UmmAguMMa X 1 [mailto:alfonso.flora@gmail.com alfonso.flora@gmail.com] (Roma)&lt;br /&gt;
&lt;br /&gt;
Gruppo 2 (2/10):&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Cyberalex X 1 [mailto:cyberalexgm{}gmail{}com cyberalexgm{}gmail{}com] (Roma)&lt;br /&gt;
* UmmAguMMa X 1 [mailto:alfonso.flora@gmail.com alfonso.flora@gmail.com] (Roma)&lt;br /&gt;
&lt;br /&gt;
=== Liguria ===&lt;br /&gt;
==== Genova ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
&lt;br /&gt;
* Luca Maranzano X 1 (liuk AT linux DOT it) [[User:liuk|liuk]]&lt;br /&gt;
* Lorenzo Fornara X 1 (fw1987 AT hotmail DOT it)&lt;br /&gt;
* Stefano Cutelle' X 1 (staff@ascservices.it) [[User:ascservices|ascservices]]&lt;br /&gt;
* Salvo Schiavone X 1 (salvoschiavone AT gmail DOT com [[User:Salvador|Salvador]]&lt;br /&gt;
&lt;br /&gt;
=== Sicilia ===&lt;br /&gt;
==== Palermo ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* Giorgio Marciano' X 1 [mailto:giorgio.marciano@email.it giorgio]&lt;br /&gt;
* Roberto Calandra X 1 [mailto:isokazi@yahoo.it roberto]&lt;br /&gt;
* Vincenzo Moreno Luna X 7 [mailto:ciop85plus@hotmail.com vincenzo]&lt;br /&gt;
* Daniele Lupo X 1 [mailto:danwolf80@libero.it daniele]&lt;br /&gt;
&lt;br /&gt;
==== Messina ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
* Melug X 6 [mailto:suuuper@messinalug.org MeLug]&lt;br /&gt;
&lt;br /&gt;
=== Calabria ===&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
==== Catanzaro ====&lt;br /&gt;
* Carlo Mangani X 1 [mailto:carlo.mangani@gmail.com carlo.mangani@gmail.com] - Lamezia Terme&lt;br /&gt;
&lt;br /&gt;
==== Cosenza ====&lt;br /&gt;
* Francesco Portus X 1 [mailto:portusgraphics@gmail.com portusgraphics@gmail.com] - Bisignano (Cosenza)&lt;br /&gt;
* Silvio Pierro X 1 [mailto:perplesso82@gmail.com perplesso82] - Montalto Uffugo (Cosenza)&lt;br /&gt;
&lt;br /&gt;
=== Sardegna ===&lt;br /&gt;
==== Cagliari ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Panta x 1 [[User:Panta]]&lt;br /&gt;
Viaggio per tutta l'Isola, per cui, nel caso in cui arrivassimo a 10 utenti...&lt;br /&gt;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
* Ilya [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
* Arvids [http://wiki.openmoko.org/wiki/Special:Emailuser/Arvids Contact]&lt;br /&gt;
* Uldis [http://wiki.openmoko.org/wiki/Special:Emailuser/Ulcha Contact]&lt;br /&gt;
&lt;br /&gt;
== Lithuania ==&lt;br /&gt;
=== Vilnius ===&lt;br /&gt;
Status 10/10 - Buying via http://www.handheld-linux.com/wiki.php?page=Neo%20FreeRunner, more slots available as they make discounts for buying 10+ FreeRunners.&lt;br /&gt;
Order will be placed on July 22.&lt;br /&gt;
* [[Special:Emailuser/Crebain|Laurynas Ruškys]] 9 phones + 2 boards&lt;br /&gt;
* 1 x Neo FreeRunner, [[Special:Emailuser/Sirex|Mantas Zimnickas]].&lt;br /&gt;
&lt;br /&gt;
UPDATE: All phones are delivered to their owners, all buyers are happy, this batch is complete :-)&lt;br /&gt;
&lt;br /&gt;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Kristijan Krsteski 1/10 &amp;lt;br /&amp;gt; [[User:neutrino]] &amp;lt;br /&amp;gt; [mailto:kristijan.krsteski@gmail.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== México ==&lt;br /&gt;
=== Ciudad de México ===&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Kozapatista (tengo uno, quiero otros dos) [[Special:Emailuser/User:kozapatista|Contact]]&lt;br /&gt;
* w4r10 (Pulketo) [[User:w4r10]] [[Special:Emailuser/w4r10|Mario Alberto]]&lt;br /&gt;
* Osoverflow [[Special:Emailuser/User:medisoft|Contactar]]&lt;br /&gt;
* cHaoslOrd [[Special:Emailuser/User:chaoslord|Contactar]]&lt;br /&gt;
* Ventolinmono [[Special:Emailuser/User:Ventolinmono|Contactar]]&lt;br /&gt;
&lt;br /&gt;
=== Ciudad Victoria ===&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* 3x  Gregorio Toscano [mailto:gtoscano@cinvestav.mx email]&lt;br /&gt;
&lt;br /&gt;
== [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands The Netherlands] ==&lt;br /&gt;
(Discuss this group sale on the [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands talk page])&lt;br /&gt;
&lt;br /&gt;
=== Special notice ===&lt;br /&gt;
After discussion on the talk page, a number of us have decided to place an individual order at Pulster.eu, because they are cheaper than the group sale discount, and they deliver a receipt with VAT.&amp;lt;br /&amp;gt;&lt;br /&gt;
I'd advise the people on this group sale-list to do the same. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can indeed place a group order at Pulster.eu, but that won't lower the price, and would only add extra shipping costs. (from the person who made the group-order to the individual members of the group) [[User:Madjo|MadJo]] 11:04, 30 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Marijn Kruisselbrink 1 [[Special:Emailuser/User:mkruisselbrink|Contact]]&lt;br /&gt;
* Andy Powell 1/10 [[Special:Emailuser/User:ScaredyCat|Contact]]&lt;br /&gt;
* Arjan Veenstra 1/10 [[User:AVee]] [[Special:Emailuser/User:AVee|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Gelderland ===&lt;br /&gt;
&lt;br /&gt;
==== Nijmegen ====&lt;br /&gt;
* [[User:Blalien|Danny Bouwman]] (Ewijk 1x) [[Special:Emailuser/User:Blalien|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Nijkerk ====&lt;br /&gt;
* [[User:Nicolas|Nico Veenkamp]] (Nijkerk 1x) [[Special:Emailuser/User:Nicolas|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Nijmegen ====&lt;br /&gt;
* [[User:A.dre|André Disselhorst]] (Nijmegen 1x) [[Special:Emailuser/User:A.dre|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Groningen ===&lt;br /&gt;
&lt;br /&gt;
==== Haren ====&lt;br /&gt;
* [[User:akrabbe|Albert Krabbe]] (Haren 1x) [[Special:Emailuser/User:akrabbe|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Limburg ===&lt;br /&gt;
&lt;br /&gt;
==== Griendtsveen ====&lt;br /&gt;
* [[User:KenSentMe|Jeroen van de Nieuwenhof]] (Griendtsveen 1x) [[Special:Emailuser/User:KenSentMe|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Noord-Brabant ===&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Jan van Nijnatten 1 [[Special:Emailuser/User:Javany|Contact]]&lt;br /&gt;
* Atilla Filiz 1 + debug board[[Special:Emailuser/User:Atilla|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Noord Holland ===&lt;br /&gt;
&lt;br /&gt;
==== Amsterdam ====&lt;br /&gt;
* Michel van Horssen 1/10 [[Special:Emailuser/User:mivaho|Contact]]&lt;br /&gt;
* Frank Richter 1 [[Special:Emailuser/User:res|Contact]]&lt;br /&gt;
* Eric Smith 1/10 [[User:Eric Smith]]&lt;br /&gt;
* Buddy Baars 1 [[Special:Emailuser/User:Budster|Contact]]&lt;br /&gt;
* Erik Terpstra 1 [[Special:Emailuser/User:Eterps|Contact]]&lt;br /&gt;
* Mischa Molhoek x 1 [[Special:Emailuser/User:MischaMolhoek|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Beverwijk ====&lt;br /&gt;
* Theo Martens 1x [[Special:Emailuser/User:T_M|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Bussum ====&lt;br /&gt;
* Remco van Zuijlen 1x [[Special:Emailuser/User:Remco|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Overijssel ===&lt;br /&gt;
&lt;br /&gt;
==== Deventer ====&lt;br /&gt;
* Jan de Haan 1/10 [[User:Jan de Haan]] [[Special:Emailuser/User:Jan de Haan|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Enschede ====&lt;br /&gt;
* Peter Hageman 1x [[Special:Emailuser/User:PingPong|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Hengelo ====&lt;br /&gt;
* Sander Hoentjen 1/10 [[Special:Emailuser/User:Tjikkun|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zwolle ====&lt;br /&gt;
* [[User:Boudewijn]] 1/10 [[Special:Emailuser/User:Boudewijn|Contact]]: mail me via mailinglist/mailtouser. Ordered via [http://www.pulster.de pulster!]&lt;br /&gt;
&lt;br /&gt;
=== Zuid-Holland ===&lt;br /&gt;
&lt;br /&gt;
==== Rijswijk ====&lt;br /&gt;
* Fernando Martins 1x [[User:fmartins]]  [[Special:Emailuser/User:fmartins|Contact]]&lt;br /&gt;
* Igor 1x [[User:igorn]] [[Special:Emailuser/User:igorn|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zoetermeer ====&lt;br /&gt;
* S.Rademaker 1x [[User:S.rademaker]] [[Special:Emailuser/User:S.rademaker|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Rotterdam ====&lt;br /&gt;
* Reinout van Schouwen [[User:reinouts]] [[Special:Emailuser/User:reinouts|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Utrecht ===&lt;br /&gt;
&lt;br /&gt;
==== Utrecht ====&lt;br /&gt;
* Eric Spierings 1/10 [[Special:Emailuser/User:ericsp|Contact]]&lt;br /&gt;
* &amp;lt;s&amp;gt;Peter van de Werken 1/10&amp;lt;/s&amp;gt; Got one from [http://www.handheld-linux.com/ Handheld Linux]&lt;br /&gt;
* Kenny van Wanrooij 1/10 [[Special:Emailuser/User:kenneth|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
29/30&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
===Networks===&lt;br /&gt;
As Telecom are using the 850MHz network for their GSM network, while Vodafone and northelia (possibly aka orcon) are using 900/1800MHz, please state which version you want. This may need more research, I'm not 100%; see [http://www.gsmworld.com/roaming/gsminfo/cou_nz.shtml] for more info&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Shipping===&lt;br /&gt;
Based on the Openmoko direct store, shipping is US$258.05 (US$25.81/phone)&lt;br /&gt;
&lt;br /&gt;
Someone on the community list suggested using [http://www.myus.com], a shipping company that will re-post items overseas at decent rates. They claim US$66 for a 3kg package, or NZ$8 per phone. Of course, the cost of shipping the phone from OM to the shipping company has to be added in as well.&lt;br /&gt;
&lt;br /&gt;
===Purchase cost===&lt;br /&gt;
As of 2008-07-03 (exchange rate 0.7505), US$369 is worth NZ$492 and US$25.81 is worth NZ$34.39&lt;br /&gt;
&lt;br /&gt;
===Duty/taxes/other charges===&lt;br /&gt;
import duty on mobile phones is 0%[http://www.customs.govt.nz/importers/Private+Importers/Customs+Charges.htm], and GST is 12.5% so the GST added to each phone will be NZ$65.80; 12.5% * (492 + 34.39), 'cause we pay GST on postage too...&lt;br /&gt;
&lt;br /&gt;
You'll also need to add on disbursement fees etc. If it's UPS it's not too bad (~NZ$40) if it comes through NZ Post then it can be ~NZ$120.&lt;br /&gt;
&lt;br /&gt;
So, the total cost of a FreeRunner as part of a 10 pack, will be:&amp;lt;br&amp;gt;&lt;br /&gt;
492 + 34.39 + 65.80 = NZ$592.19 + NZ$4 = '''~NZ$596'''&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand.&lt;br /&gt;
&lt;br /&gt;
Also, for the person buying, don't forget that there is likely charges from VISA for foreign exchange. ASB is 2.1% of the purchase price which will add ~$12.50 ea. to the price.&lt;br /&gt;
&lt;br /&gt;
'''[http://nicegear.co.nz nicegear]''' may be bringing some in depending on pricing from Openmoko.&lt;br /&gt;
&lt;br /&gt;
=== Auckland ===&lt;br /&gt;
==== [[Auckland group sales|Auckland]] ====&lt;br /&gt;
Status:10 phones requested, the required minimum (10 phones) is reached, but more buyers are still welcome to join.&amp;lt;br&amp;gt;&lt;br /&gt;
13/20&amp;lt;br&amp;gt;&lt;br /&gt;
=====Intermediary=====&lt;br /&gt;
Glen ogilvie made a suggestion, that we could use a company (e.g. someone's employer, who are likely to have easily found contact details and thus be trustworthy) to buy the phones on our behalf (after we'd paid for them), and then deliver them to us. &amp;lt;br&amp;gt;&lt;br /&gt;
any volunteers? do any of you have understanding bosses/your own company that could help out here?&amp;lt;br&amp;gt;&lt;br /&gt;
Dave Lane: I think '''[http://egressive.com Egressive]''' would be willing to act as an intermediary.  Contact me to discuss it...&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Paul Sandkuijl [[User:Edictor]]&lt;br /&gt;
Our order is underway so we closed our group to any more people.&lt;br /&gt;
&lt;br /&gt;
[[User:JohnCarter]] I'm confused now. Is the following a list of people about to do a group buy, or a list of people who already have done a group buy? In which case can we move them to a different section so we can start up another.&lt;br /&gt;
&lt;br /&gt;
=== Purchaser List ===&lt;br /&gt;
*Rob Paulson [[User:Myfanwy]] [mailto:robin.paulson@gmail.com] 900MHz&lt;br /&gt;
**i'm quite happy to organise the purchase, if no-one has any objections. to ease any worries about me running off with the money, we could use an escrow service such as [http://safetrader.co.nz], or paypal. or does anyone have any other ideas?&lt;br /&gt;
*Simon Wells [[User:Swel024]] 900MHz&lt;br /&gt;
*Jeremy List [[User:Jeremy-list]] mailto:quick.dudley@gmail.com (Wellington, not Auckland, will pay for courier) 900MHz&lt;br /&gt;
*David Murrell [[User:Viddy]] - [mailto:dmurrell@waikato.ac.nz] I'm in Hamilton, either courier, or I'll drive up :) 900MHz&lt;br /&gt;
*Jeremy Gray [[User:Bogdan237]] [mailto:jgra163@ec.auckland.ac.nz] Auckland, 900MHz&lt;br /&gt;
*Paul Hunkin [[User:paulhunkin]] [mailto:pwh4@cs.waikato.ac.nz Contact] Hamilton (I'll pay for a courier), 1 x 900MHz.&lt;br /&gt;
&amp;lt;strike&amp;gt;*Paul Sandkuijl [[User:Edictor]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Edictor Contact me here] Napier (I'll pay for postage to Napier from Auckland) and I also suggest a PayPal/Safetrader similar service, 1 Vodafone compatible 900/1800MHz.&amp;lt;/strike&amp;gt;&lt;br /&gt;
*Brent Wood [[User:pcreso]] [mailto:pcreso@pcreso.com Email] Wellington. Will pay courier to Wgtn. 1x Vodafone compatible 900/1800Mhz unit&lt;br /&gt;
*Glen Ogilvie [[User:Nelg]] [mailto:nelg@linuxsolutions.co.nz Email] Auckland, 1x Vodafone compatible 900Mhz.&lt;br /&gt;
*Nigel Somerfield [[User:Silversurfer]] Wellington, 1 x 900MHz + 1800MHz (happy to pay for courier or to arrange pick-up).&lt;br /&gt;
&lt;br /&gt;
==== Christchurch ====&lt;br /&gt;
Looks like there are a few of us in Christchurch now - is it worth consolidating on this leg too?&lt;br /&gt;
*Dave Lane [[User:dangerpossum]] [http://wiki.openmoko.org/wiki/Special:Emailuser/dangerpossum contact] Christchurch, 1 x 900MHz + 1800MHz GSM&lt;br /&gt;
*Paul Roe [[User:Par08]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Par08 contact me here] Christchurch, 2 x 900MHz&lt;br /&gt;
*Jesse Waas [[User:JTAG]] [http://wiki.openmoko.org/wiki/Special:Emailuser/JTAG contact] Christchurch, 2 x 900MHz + 1800MHz GSM&lt;br /&gt;
**I have used [http://www.myus.com] with success before - though I no longer have an account...&lt;br /&gt;
* John Carter [[User:JohnCarter]] [http://wiki.openmoko.org/wiki/Special:Emailuser/JohnCarter contact] Christchurch 1 x 900Mhz&lt;br /&gt;
&lt;br /&gt;
=== Wellington ===&lt;br /&gt;
==== [[Wellington group sales|Wellington]] ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
*Andrew Stephen [[User:lizardb0y]] [http://wiki.openmoko.org/wiki/Special:Emailuser/lizardb0y email me] Wellington, 1 x 900/1800Mhz GSM Vodafone compatible.&lt;br /&gt;
&lt;br /&gt;
== Norway ==&lt;br /&gt;
=== Nordland ===&lt;br /&gt;
==== Bodø ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:AlecTBM|Alexander Frøyseth]] [mailto:alexander.froyseth@gmail.com alexander.froyseth@gmail.com]&lt;br /&gt;
* Ole Marius&lt;br /&gt;
* Stian Vading&lt;br /&gt;
* [[User:Kolbjorn.Dahle|Kolbjorn Dahle]][mailto:kolbjorn@dahlenett.org]&lt;br /&gt;
&lt;br /&gt;
=== Sør-Trøndelag ===&lt;br /&gt;
==== Trondheim ====&lt;br /&gt;
Status 15/15&lt;br /&gt;
&lt;br /&gt;
*[[User:andy000|Andreas Kalvå]]&lt;br /&gt;
Vi satte frist til den 18. august.&lt;br /&gt;
&lt;br /&gt;
=== Østlandet ===&lt;br /&gt;
==== Oslo, Akershus, Buskerud, Vestfold ====&lt;br /&gt;
Status: 30/?? &amp;lt;br/&amp;gt;&lt;br /&gt;
30/30 er bestilt via [[User:Ixian|Heikki Sørum]] &amp;lt;br/&amp;gt;&lt;br /&gt;
ingen har påtatt seg å bestille inn flere, men det er etterspørsel etter fler.&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; (30/30) FULT! Ta likevel kontakt for veiledning.&lt;br /&gt;
* [[User:StianEllingsen|Stian Ellingsen]]&lt;br /&gt;
&lt;br /&gt;
==== Østfold ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:MrBlonde|Petter Nygård]] [mailto:pettnyg@frisurf.no] &amp;lt;br /&amp;gt;Interessert? -&amp;gt; Mail meg....&lt;br /&gt;
* Eirik Lavik&lt;br /&gt;
&lt;br /&gt;
=== Vestlandet ===&lt;br /&gt;
==== Bergen ====&lt;br /&gt;
Status 0/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:alastairj|Alastair Jenkins]]&amp;lt;/s&amp;gt; [mailto:alastair.jenkins@gfi.uib.no] - 1 + 1 Debug Board bestilt fra [http://www.bearstech.com Bearstech]&lt;br /&gt;
&lt;br /&gt;
== Philippines ==&lt;br /&gt;
band: [http://www.gsmworld.com/roaming/gsminfo/cou_ph.shtml GSM 900/1800, 3G 2100]&lt;br /&gt;
&lt;br /&gt;
status:[http://us.direct.openmoko.com/products/neo-freerunner GSM 900 variant sold out], new stocks due July 25, 2008&lt;br /&gt;
&lt;br /&gt;
buyer list (1/10):&lt;br /&gt;
* [[User:rickynite|Ricky Nite]] [mailto:ricky.nite@gmail.com]: 1 [http://us.direct.openmoko.com/products/neo-freerunner Neo FreeRunner], 1 [http://us.direct.openmoko.com/products/dboard DBoard], 1 [http://us.direct.openmoko.com/products/spares-pack Spares pack]&lt;br /&gt;
&lt;br /&gt;
see: PLUG threads: [http://archives.free.net.ph/thread/20080711.040657.c6d7a53b.en.html#20080711.040657.c6d7a53b openmoko] / [http://archives.free.net.ph/thread/20080712.042050.48537833.en.html#20080712.042050.48537833 mobile device platform]&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Polish distributor: http://www.mobilesolutions.pl/&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
&lt;br /&gt;
''Note: An order was already made to Pulster. The names of the people on that group buy was removed from this list.''&lt;br /&gt;
&lt;br /&gt;
Shop is open (currently only 850MHz version available. We want 900MHz): Shipping cost to Portugal for 10-pack: $219.07, ~ 14 EUR per device.&lt;br /&gt;
&lt;br /&gt;
We also need to have a cost estimation for Portuguese customs (like the Australians did). 20% sales tax + customs tax is to be expected both for individual or bulk sales, because the price is quite high. But freedom is priceless :)&lt;br /&gt;
&lt;br /&gt;
=== Lisboa ===&lt;br /&gt;
==== Lisboa ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Danielblues Daniel Branco]&lt;br /&gt;
* [[User:Pedrosilva|Pedro Silva]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Brunus Bruno Valentim]&lt;br /&gt;
&lt;br /&gt;
== Romania ==&lt;br /&gt;
&lt;br /&gt;
=== Cluj ===&lt;br /&gt;
If you want to join our group sale please contact Adi Roiban from [http://www.softwareliber.ro Grupul pentru software liber]&lt;br /&gt;
&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Adi Roiban&lt;br /&gt;
&lt;br /&gt;
=== Bucureşti / Suceava ===&lt;br /&gt;
I'm from Suceava but currently living in Bucharest. I will deliver the phones to Suceava if anybody is interested.&lt;br /&gt;
&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Andrei.slavoiu|Andrei Slavoiu]] [[Special:Emailuser/Andrei.slavoiu|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Russia ==&lt;br /&gt;
&lt;br /&gt;
Due to common customs problems we created google group to discuss how to get that 10 phones pack in Russia. Join us http://groups.google.com/group/openmoko-russia&lt;br /&gt;
&lt;br /&gt;
=== Moscow ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/sinister|sinister]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/shallburn|shallburn]]&lt;br /&gt;
|&lt;br /&gt;
| 1(P1.1)&lt;br /&gt;
| 1(P1.1)&lt;br /&gt;
| 1(P1.1)&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/vadson|vadson]]&lt;br /&gt;
| vadimhohlov&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 4. [[Special:Emailuser/Tallex|Tallex]]&lt;br /&gt;
| tallex&lt;br /&gt;
| 1(P1.2)(900) &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 5. [[Special:Emailuser/mex3|mex3]]&lt;br /&gt;
| 3meandme&lt;br /&gt;
| 1 (P1.3) (900)&lt;br /&gt;
| 1 (P1.3)&lt;br /&gt;
| 1 (P1.3)&lt;br /&gt;
|-&lt;br /&gt;
| 6. [[Special:Emailuser/Pva|pva]]&lt;br /&gt;
| volkov.peter&lt;br /&gt;
| 1 (P5.5)&lt;br /&gt;
| 1 (P5.5)&lt;br /&gt;
| 1 (P5.5)&lt;br /&gt;
|-&lt;br /&gt;
| 7. [[Special:Emailuser/cbou|cbou]]&lt;br /&gt;
|&lt;br /&gt;
| 2&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 8. [[Special:Emailuser/Buffet|Buffet]]&lt;br /&gt;
| kaledin&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 9. [[Special:Emailuser/homeboy|homeboy]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 10. [[Special:Emailuser/Bepcyc|bepcyc]]&lt;br /&gt;
| bepcyc&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 11. [[Special:Emailuser/kmeaw|kmeaw]]&lt;br /&gt;
| kmeaw&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 13. [[Special:Emailuser/Bam|bam]]&lt;br /&gt;
| butirsky&lt;br /&gt;
| 1 (P4.8)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 14. [[Special:Emailuser/mihhey|mihhey]]&lt;br /&gt;
| mihhey&lt;br /&gt;
| 1 (P1.4)&lt;br /&gt;
|&lt;br /&gt;
| 1 (P1.4)&lt;br /&gt;
|-&lt;br /&gt;
| 15. [[Special:Emailuser/ke|ke]]&lt;br /&gt;
| ke&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 16. [[Special:Emailuser/passshok|passshok]]&lt;br /&gt;
| passshok&lt;br /&gt;
| 1 (P4.4)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 17. [[Special:Emailuser/Dmitry Shurupov|Dmitry Shurupov]]&lt;br /&gt;
| Dmitry Shurupov&lt;br /&gt;
| 1 (P1.10)&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 18. [[Special:Emailuser/alsroot|alsroot]]&lt;br /&gt;
| alsroot&lt;br /&gt;
| 1 (P2.2) (GSM900)&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 19. [[Special:Emailuser/vinokurov.alexey|vinokurov.alexey]]&lt;br /&gt;
| vinokurov.alexey&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 20. [[Special:Emailuser/mithron|mithron]]&lt;br /&gt;
| mithron&lt;br /&gt;
| 1 (P2.3)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 21. [[Special:Emailuser/Anarchist|Anarchist]]&lt;br /&gt;
| Anarchist&lt;br /&gt;
| 1 (GSM850)&lt;br /&gt;
|&lt;br /&gt;
| 1 (P5.1)&lt;br /&gt;
|-&lt;br /&gt;
| 22. [[Special:Emailuser/Mixer|Mixer.slc]]&lt;br /&gt;
|Mixer.slc&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 23. [[Special:Emailuser/sergey.sign|sergey.sign]]&lt;br /&gt;
|sergey.sign&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 24. [[Special:Emailuser/yoush|yoush]]&lt;br /&gt;
| Nikita Youshchenko&lt;br /&gt;
| 1(P1.5)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 25. [[Special:Emailuser/Von-Hamster|Von-Hamster]]&lt;br /&gt;
| Von-Hamster&lt;br /&gt;
| 0(1) - взять хочу, но, как я понимаю в ближайшее время это не получится без больших дополнительных затрат. Подожду.&lt;br /&gt;
|&lt;br /&gt;
| 0(1)&lt;br /&gt;
|-&lt;br /&gt;
| 26. [[Special:Emailuser/Shulyaka|Shulyaka]]&lt;br /&gt;
| Denis Shulyaka&lt;br /&gt;
| 1(P3.7)(получил GSM850)&lt;br /&gt;
|&lt;br /&gt;
| 1(P3.7)&lt;br /&gt;
|-&lt;br /&gt;
| 27. [[Special:Emailuser/icukeng|icukeng]]&lt;br /&gt;
| icukeng&lt;br /&gt;
| 1 (P1.6)&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 28. [[Special:Emailuser/REDkiy|REDkiy]]&lt;br /&gt;
| REDkiy&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 29. [[Special:Emailuser/svschwartz|svschwartz]]&lt;br /&gt;
| Schwartz Sergey&lt;br /&gt;
| 1 (P3.4)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 30. [[Special:Emailuser/NoMad|NoMad]]&lt;br /&gt;
| Antioh&lt;br /&gt;
| 1 (P5.2)&lt;br /&gt;
|&lt;br /&gt;
| 1 (P5.2)&lt;br /&gt;
|-&lt;br /&gt;
| 31. [[Special:Emailuser/ekot|ekot]]&lt;br /&gt;
| ekot&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 32. [[Special:Emailuser/Shalygin.V|Shalygin.V]]&lt;br /&gt;
| Shalygin.V&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 33. [[Special:Emailuser/GreyCardinal|GreyCardinal]]&lt;br /&gt;
| GreyCardinal&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 34. [[Special:Emailuser/ite|ite]]&lt;br /&gt;
| ite&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
|-&lt;br /&gt;
| 35. [[Special:Emailuser/vvtimofeyev|vvtimofeyev]]&lt;br /&gt;
| vvtimofeyev&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 36. [[Special:Emailuser/sergey1369|Sergey]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 37. [[Special:Emailuser/Knesin|Knesin]]&lt;br /&gt;
| Knesin&lt;br /&gt;
| 0(1? раздумьях, до выеснения способа доставки)&lt;br /&gt;
| 0&lt;br /&gt;
| 0(1? раздумьях, до выеснения способа доставки)&lt;br /&gt;
|-&lt;br /&gt;
| 38. [[Special:Emailuser/Orvind|Anton]]&lt;br /&gt;
| Orvind&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 39. Dmitry Galenko&lt;br /&gt;
| Dmitry&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 40. [[Special:Emailuser/dk866|dk866]]&lt;br /&gt;
| dk866&lt;br /&gt;
| 1 (P2.4)(получил GSM900)&lt;br /&gt;
| 0&lt;br /&gt;
| 1 (P2.4)&lt;br /&gt;
|-&lt;br /&gt;
| 41. [[Special:Emailuser/weismont|weismont]]&lt;br /&gt;
| weismont&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 42. [[Special:Emailuser/demetrio|demetrio]]&lt;br /&gt;
| Demetrio&lt;br /&gt;
| 1 (P2.5)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 43. [[Special:Emailuser/walkie|walkie]]&lt;br /&gt;
| walkie&lt;br /&gt;
| 1(P4.1)&lt;br /&gt;
| 0&lt;br /&gt;
| 1(P4.1)&lt;br /&gt;
|-&lt;br /&gt;
| 44. [[Special:Emailuser/Mravathar|Mravathar]]&lt;br /&gt;
| avathar&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 45. [[Special:Emailuser/Rv|Rv]]&lt;br /&gt;
| Rv&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 46. [[Special:Emailuser/DV|DV]]&lt;br /&gt;
| DV&lt;br /&gt;
| 1(P4.3)(получил GSM850)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 47. [[Special:Emailuser/vinni.pooh@gmail.com|vinni.pooh]]&lt;br /&gt;
| ya.rybalko&lt;br /&gt;
| 1 (P4.10)&lt;br /&gt;
| 1 (P4.10)&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 48. [[Special:Emailuser/himera|himera]]&lt;br /&gt;
| Dmitry Ivanenko&lt;br /&gt;
| 2(P4.6)(P4.7)&lt;br /&gt;
| 2(P4.6)(P4.7)&lt;br /&gt;
| 2(P4.6)(P4.7)&lt;br /&gt;
|-&lt;br /&gt;
| 49. [[Special:Emailuser/pvv|pvv]]&lt;br /&gt;
| Vyacheslav Potapov&lt;br /&gt;
| 1(P4.9)&lt;br /&gt;
| 0&lt;br /&gt;
| 1(P4.9)&lt;br /&gt;
|-&lt;br /&gt;
| 50. [[Special:Emailuser/Voldmeister|Voldmeister]]&lt;br /&gt;
| Dmitry Grekhnyov&lt;br /&gt;
| 0(1)&lt;br /&gt;
| 0(1)&lt;br /&gt;
| 0(1) (Жду объявления цены)&lt;br /&gt;
|-&lt;br /&gt;
| 51. [[Special:Emailuser/PaulFertser|PaulFertser]]&lt;br /&gt;
| Paul&lt;br /&gt;
| 1 (получил GSM900)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 52. [[Special:Emailuser/Stargrave|Stargrave]]&lt;br /&gt;
| Sergey Matveev&lt;br /&gt;
| 3 - заказал в LinuxCenter&lt;br /&gt;
| 0&lt;br /&gt;
| 3&lt;br /&gt;
|-&lt;br /&gt;
| 53. [[Special:Emailuser/Ordinarytest|Ordinarytest]]&lt;br /&gt;
| ordinarytest&lt;br /&gt;
|3 (P2.1)(P3.1)(P3.5)&lt;br /&gt;
|&lt;br /&gt;
|3 (P2.1)(P3.1)(P3.5)&lt;br /&gt;
|-&lt;br /&gt;
| 54. [[Special:Emailuser/Demetros|Demetros]]&lt;br /&gt;
| Demetros&lt;br /&gt;
| 0(1) (В раздумьях)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 55. [[Special:Emailuser/cblp|Сыр Российский]]&lt;br /&gt;
| fromagxo&lt;br /&gt;
| 2 (P4.8, P5.2)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 56. [[Special:Emailuser/Pyromaniac|Pyromaniac]]&lt;br /&gt;
| Pyromaniac&lt;br /&gt;
| 1 (P5.2) (получил GSM850)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| 57. [[Special:Emailuser/ASM|ASM]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 60&lt;br /&gt;
| 12&lt;br /&gt;
| 26&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Saint-Petersburg ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/Kainspb|Nikolay Kasatkin]]&lt;br /&gt;
| nikolay.kasatkin&lt;br /&gt;
| 1 (P1.7)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/cracatau|cracatau]]&lt;br /&gt;
| denis.zalewsky&lt;br /&gt;
| 1 (P1.8)&lt;br /&gt;
| 1 (P1.8)&lt;br /&gt;
| 1 (P1.8)&lt;br /&gt;
|-&lt;br /&gt;
| 4. [[Special:Emailuser/alexei379|alexei379]]&lt;br /&gt;
| alexei379&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
|-&lt;br /&gt;
| 5. [[Special:Emailuser/krigstask|krigstask]]&lt;br /&gt;
| sterkrig (куплю на linuxcenter.ru)&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 6. [[Special:Emailuser/lupin-de-mid|Lupin Demid]]&lt;br /&gt;
|  lupin-de-mid&lt;br /&gt;
| 1 P3.10&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 7. [[Special:Emailuser/Setar|Setar]]&lt;br /&gt;
| Setar&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 8. [[Special:Emailuser/VisJiser|VisJiser]]&lt;br /&gt;
| VisJiser&lt;br /&gt;
| 1 (P2.6)&lt;br /&gt;
| 1 (P2.6)&lt;br /&gt;
| 1 (P2.6)&lt;br /&gt;
|-&lt;br /&gt;
| 9. [[Special:Emailuser/explosion|exiless]]&lt;br /&gt;
| explosion&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
|-&lt;br /&gt;
| 10. [[Special:Emailuser/danil|Danil Kutkevich]]&lt;br /&gt;
| Danil Kutkevich&lt;br /&gt;
| 1 (P3.3) (получил GSM900)&lt;br /&gt;
|&lt;br /&gt;
| 1 (P3.3)&lt;br /&gt;
|-&lt;br /&gt;
| 12. [[Special:Emailuser/imatveev13|imatveev13]]&lt;br /&gt;
| imatveev13&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 13. [[Special:Emailuser/SKiller|SKiller]]&lt;br /&gt;
| skeler&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 14. [[Special:Emailuser/Curu3MyHg|Curu3MyHg]]&lt;br /&gt;
|&lt;br /&gt;
| 1 (P4.5) (получил GSM850)&lt;br /&gt;
|&lt;br /&gt;
| 1 (P4.5)&lt;br /&gt;
|-&lt;br /&gt;
| 15. [[Special:Emailuser/Stampit|Stampit]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 16. [[Special:Emailuser/Rezak|Rezak]]&lt;br /&gt;
| Rezak&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 17. [[Special:Emailuser/rgo|rgo]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 18. [[Special:Emailuser/alex_pux|alex_pux]]&lt;br /&gt;
| Alex_pux&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 19. [[Special:Emailuser/Dan.samara|dan]]&lt;br /&gt;
| Даниэль&lt;br /&gt;
| 0(1? думаю)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 20. [[Special:Emailuser/oleg|Oleg Shpynov]]&lt;br /&gt;
|  shpynat&lt;br /&gt;
| 1 p3.9&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 21. [[Special:Emailuser/savant.d|Nazarenko Nikita]]&lt;br /&gt;
|  savant.d&lt;br /&gt;
| 1 (P3.6)(получил GSM 850/1800/1900)&lt;br /&gt;
|&lt;br /&gt;
| 1 (P3.6)&lt;br /&gt;
|-&lt;br /&gt;
| 22. [[Special:Emailuser/netishin|Aleksandr Netishin]]&lt;br /&gt;
|  netishin&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1 (?)&lt;br /&gt;
|-&lt;br /&gt;
| 23. [[Special:Emailuser/GL|GL]]&lt;br /&gt;
|  GL&lt;br /&gt;
| 1 - (P3.2)(Если до 10 тел. не будет дотягивать готов взять ДВА!)&lt;br /&gt;
| 0 (потом если что)&lt;br /&gt;
| 1 - (P3.2)&lt;br /&gt;
|-&lt;br /&gt;
| 24. [[Special:Emailuser/Dandr|Dandr]]&lt;br /&gt;
|  Dandr&lt;br /&gt;
| 0 (1?)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 25. [[Special:Emailuser/peet|peet]]&lt;br /&gt;
|  Peter V. Saveliev&lt;br /&gt;
| 1(P3.8)&lt;br /&gt;
| 1(P3.8)&lt;br /&gt;
| 1(P3.8)&lt;br /&gt;
|-&lt;br /&gt;
| 26. [[Special:Emailuser/Magellan|Magellan]]&lt;br /&gt;
|  magellan&lt;br /&gt;
| 1(P5.4)&lt;br /&gt;
| 1(P5.4)&lt;br /&gt;
| 1(P5.4)&lt;br /&gt;
|-&lt;br /&gt;
| 27. [[Special:Emailuser/vertuos|vertuos]]&lt;br /&gt;
| Vlad&lt;br /&gt;
| 1 (точно точно куплю)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 29. [[Special:Emailuser/akiril|akiril]]&lt;br /&gt;
|  akiril&lt;br /&gt;
| 1(P5.7)&lt;br /&gt;
| 1(P5.7)&lt;br /&gt;
| 1(P5.7)&lt;br /&gt;
|-&lt;br /&gt;
| 30. [[Special:Emailuser/akaWolf0|akaWolf0]]&lt;br /&gt;
|  akaWolf&lt;br /&gt;
| 0 (1?)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 31. [[Special:Emailuser/zenj|zenj]]&lt;br /&gt;
|  zenj&lt;br /&gt;
| 1(точно возьму)&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 21(31?)&lt;br /&gt;
| 7(8?)&lt;br /&gt;
| 15(17?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kazan ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/ilnursoft@gmail.com|Ilnursoft]]&lt;br /&gt;
| ilnursoft&lt;br /&gt;
| 0 (думаю)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kemorovo ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[x-Range]]&lt;br /&gt;
| x-Range&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Magnitogorsk ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/psychos|Alexandr Smolentsev ]]&lt;br /&gt;
|  [http://groups.google.com/groups/profile?enc_user=c2iySBgAAACyTh6h5wmnzzxPhWeN_8BEtiDKbEn1fjJfYkQTWXi1Vg psychos]&lt;br /&gt;
| 0 (P-.-)&lt;br /&gt;
|&lt;br /&gt;
| 0 (P-.-)&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Trechgorny ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/kayo|Kayo]]&lt;br /&gt;
| [http://groups.google.ru/groups/profile?enc_user=_hFF4RQAAAAd-3MHKABCcRBWFswNHamnOPANdqfI6prRsqjc7uCt1A Kayo]&lt;br /&gt;
| 1 (P2.7)&lt;br /&gt;
| 1 (P2.7)&lt;br /&gt;
| 1 (P2.7)&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Niznhny Novgorod ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Ntropy|Ntropy]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=PSrAbRYAAAC1cJd46Y4K1QK1ilA02Mhqo4cocwWvDVg2RHsu8f1bCg Natry Clorum]&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/eagafonov|eagafonov]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=DZ6WuxYAAAC4NC2Ez7VnaOK5YizqOI9jo4cocwWvDVg2RHsu8f1bCg eagafonov]&lt;br /&gt;
| 0(?1 в раздумьях)&lt;br /&gt;
| 0(?1 в раздумьях)&lt;br /&gt;
| 0(?1 в раздумьях)&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/Dmitry.kurochkin|dmitry.kurochkin]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=uDT-oBoAAACuZIwLUX4fdFW7FpcHgfywfVkDoaoMBC1ZX5YCLbSZfw Dmitry Kurochkin]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 2(?1)&lt;br /&gt;
| 3(?2)&lt;br /&gt;
| 3(?2)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Rostov-on-Don ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[slayer]]&lt;br /&gt;
| slayer&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Brain]]&lt;br /&gt;
| Brain&lt;br /&gt;
| 1(если цена будет не более 11000)&lt;br /&gt;
| 0&lt;br /&gt;
| 1(?)&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Kalemas]]&lt;br /&gt;
| kylsam&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 2(3)&lt;br /&gt;
| 0&lt;br /&gt;
| 2(3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Krasnodar ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/astroiLL|astroiLL]]&lt;br /&gt;
| Ilya Byven&lt;br /&gt;
| 1(P2.8)&lt;br /&gt;
| 1(P2.8)&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/Gilev|Gilev]]&lt;br /&gt;
| Artem Gilev&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 2&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Penza ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Spitty|Spitty]]&lt;br /&gt;
| Spitty&lt;br /&gt;
| 1?&lt;br /&gt;
|&lt;br /&gt;
| 1?&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1?&lt;br /&gt;
| 0&lt;br /&gt;
| 1?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Ryazan ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[hobbit19]]&lt;br /&gt;
| hobbit19&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Stavropol ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Grif Ruten]]&lt;br /&gt;
| Grif Ruten&lt;br /&gt;
| 1 (P2.9)&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Voronezh ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Alexzzz|Alexzzz]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=30GTThIAAAASusmAkcPvF6aVqe7WEsZa8rhlH0Pnl47z4AZhN98BFg Alexzzz]&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/Solo|Solo]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=QFgkaBQAAADeqUZf5KE3y2D49Yed_pEjOPANdqfI6prRsqjc7uCt1A Solo]&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/vrusinov|B.]]&lt;br /&gt;
| B.&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 3&lt;br /&gt;
| 0&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kurgan ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Mike Kalagan|Mike Kalagan]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=uIzitBYAAACov7Qx0H5DfyeAbjEyIVWDo4cocwWvDVg2RHsu8f1bCg Mike Kalagan]&lt;br /&gt;
| 1(P1.9)&lt;br /&gt;
| 1?&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1?&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Vladivostok ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Uleysky|Uleysky]]&lt;br /&gt;
| uleysky&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Yoshkar-Ola ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/alexber220|alexber220]]&lt;br /&gt;
| alexber220&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Yekaterinburg ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/ix..|ix..]]&lt;br /&gt;
| ix..&lt;br /&gt;
| 1 (оплачу обязательно, но боюсь не раньше конца этого - начала следующего месяца)&lt;br /&gt;
| 0&lt;br /&gt;
| 1 (оплачу обязательно, но боюсь не раньше конца этого - начала следующего месяца)&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Veliky Novgorod ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/drdaeman|drdaeman]]&lt;br /&gt;
| drdaeman&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1 (если будет возможность)&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kostroma ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/AHPyXA|AHPyXA]]&lt;br /&gt;
| AHPyXA&lt;br /&gt;
| 1 (при возможности)&lt;br /&gt;
|&lt;br /&gt;
| 1 (при возможности&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Tomsk ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Sevenone|Sevenone]]&lt;br /&gt;
| Sevenone&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0 (возможно 1, думаю)&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Samara ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/amaksoft|Amaksoft]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=kiOHWBIAAACr2_jhc1RlZyjTrL5stXvR8rhlH0Pnl47z4AZhN98BFg Hedin]&lt;br /&gt;
| 0 (1? зависит от стоимости доставки)&lt;br /&gt;
| 0&lt;br /&gt;
| 0 (1?)&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/yatul|Yatul]]&lt;br /&gt;
| Yatul&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0 (1 ещё не решил)&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1 (2?)&lt;br /&gt;
| 0&lt;br /&gt;
| 0 (2?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Ufa ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[n1mb]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=NRYRahEAAADq9Dog3ZjLJ23cYF-ZjSJZkdEasx1kiYTQavV7mdW13Q n1mb]&lt;br /&gt;
| 1 (P2.10)&lt;br /&gt;
| 0&lt;br /&gt;
| 1 (P2.10)&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[mravil]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=wPw2BRIAAABHcFCworg3Kx3LJrgKbX7Q8rhlH0Pnl47z4AZhN98BFg mravil]&lt;br /&gt;
| 1&lt;br /&gt;
| 0 (еще не решил)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 2&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Surgut ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| Логин&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot;| Номер&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. mpak freerunner[dog]mpak.su&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Novosibirsk ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/rbsergiy|rbsergiy]]&lt;br /&gt;
| rbsergiy&lt;br /&gt;
| 1 (P5.3)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Omsk ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|rowspan=2| login&lt;br /&gt;
|rowspan=2| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Parilo|Parilo]]&lt;br /&gt;
| Parilo&lt;br /&gt;
| 0(hope buy one)&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 5/10&lt;br /&gt;
* Wee Kiam Peng [http://wiki.openmoko.org/wiki/Special:Emailuser/Jipi Contact]&lt;br /&gt;
* Chen Ruo Fei [http://wiki.openmoko.org/wiki/Special:Emailuser/Crf Contact]&lt;br /&gt;
* Moritz Haeberle [http://wiki.openmoko.org/wiki/Special:Emailuser/Morid Contact]&lt;br /&gt;
* Nicolas Lannuzel [http://wiki.openmoko.org/wiki/Special:Emailuser/Nlannuzel Contact]&lt;br /&gt;
* Huang Shiwei [http://wiki.openmoko.org/wiki/Special:Emailuser/jdee Contact]&lt;br /&gt;
&lt;br /&gt;
== Slovak Republic ==&lt;br /&gt;
&lt;br /&gt;
== Slovenia ==&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* bajsi - [[mailto:Niko.Jezernik@Uni-MB.si Contact]]&lt;br /&gt;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: closed&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/IberiaGroupSale España-Portugal group Sale via pulster.com]&lt;br /&gt;
&lt;br /&gt;
ordering  23 July&lt;br /&gt;
'''Beware''' transfers has been done and the '''group is closed''' if you don't have enough people to make a 10+ group&lt;br /&gt;
[[Special:Emailuser/mutrox|contact me]] and we will see if do another one&lt;br /&gt;
&lt;br /&gt;
Interested cities:Aveiro,Lisboa,Porto,Barcelona,Zaragoza,Valencia,Tenerife,Granada,Pontedeume(A Coruña), Baleares&lt;br /&gt;
&lt;br /&gt;
Total IberiaGroup 32 Neos :) + MadridGroup = 42 Neos coming!!!&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 10/10 !!&lt;br /&gt;
&lt;br /&gt;
[[MadridGroupSale|Madrid Group Sale update (payment, shipment, etc)]]&lt;br /&gt;
&lt;br /&gt;
ALREADY Ordered 18th July (Pulster.de)&lt;br /&gt;
&lt;br /&gt;
Local delivery in central Madrid&lt;br /&gt;
&lt;br /&gt;
* 5 phones Pablo Ruiz Múzquiz (Group manager) [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here URGENTLY!]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Carlos Padilla Sorbas [http://wiki.openmoko.org/wiki/User_talk:cymonline contact me here]&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Troy|Alvaro Garcia Roy]] 1 phone&lt;br /&gt;
&lt;br /&gt;
* [[User:peeloo | Alexandre Girard]] 1 phone&lt;br /&gt;
&lt;br /&gt;
* Others 2 phones&lt;br /&gt;
&lt;br /&gt;
People that canceled their commitment for now:&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Rafael Campos [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[User:kresp0 | Santiago Crespo]] 1 phone&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Openmokos for this list have allready been purchased. Hoorray!&lt;br /&gt;
look for members? look at the España-Portugal [[IberiaGroupSale]]&lt;br /&gt;
&lt;br /&gt;
=== Valencia ===&lt;br /&gt;
==== Valencia ====&lt;br /&gt;
Openmokos for this list have allready been purchased. Hoorray!&lt;br /&gt;
look for members? look at the España-Portugal [[IberiaGroupSale]]&lt;br /&gt;
&lt;br /&gt;
=== Islas Canarias ===&lt;br /&gt;
==== Tenerife ====&lt;br /&gt;
Openmokos for this list have allready been purchased. Hoorray!&lt;br /&gt;
look for members? look at the España-Portugal [[IberiaGroupSale]]&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&lt;br /&gt;
We have a google group for discussion about a possible Swedish group order: freerunner-sverige@googlegroups.com, see [http://groups.google.com/group/freerunner-sverige Svensk Gruppbeställning av FreeRunner]. Please join the discussion!&lt;br /&gt;
&lt;br /&gt;
If insufficient number of people, orders could be merged and remailed perhaps.&lt;br /&gt;
&lt;br /&gt;
Domestic remailing with Posten as A-class mail of a letter (criteria: length+width+height max 900 mm) weighing max 1 kg, without insurance should [http://www.posten.se/foretag/vara_tjanster/postageguide/postguideLetterDom.jspv cost 44 SEK]. 50 SEK more for insurance.&lt;br /&gt;
&lt;br /&gt;
If we end up with more than one 10-pack in Sweden, my guess is that it would probably pay to order everything in one shipment to one address in Sweden to save on the international shipping, and then remail domestically.&lt;br /&gt;
&lt;br /&gt;
=== Götaland ===&lt;br /&gt;
==== Göteborg ====&lt;br /&gt;
&lt;br /&gt;
* [[User:Fwendt|Fredrik Wendt]] [[Special:Emailuser/Fwendt|Contact]]/wendt.se&lt;br /&gt;
&lt;br /&gt;
==== Malmö ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Lars Jarlvik &amp;lt;br /&amp;gt; mailto:lars@larsfactory.se&lt;br /&gt;
&lt;br /&gt;
=== Svealand ===&lt;br /&gt;
==== Stockholm ====&lt;br /&gt;
Status : 7/10&lt;br /&gt;
&lt;br /&gt;
* Adam Johansson &amp;lt;br /&amp;gt;&lt;br /&gt;
* Lowe Schmidt &amp;lt;br /&amp;gt; mailto:lowe.schmidt@gmail.com&lt;br /&gt;
* [[User:Joel | Joel Metelius ]] [[Special:Emailuser/Joel | (contact)]] 1 phone + 1 debug (if possible)&lt;br /&gt;
* Peter Wihlner &amp;lt;br /&amp;gt; mailto:info@faktor.nu&lt;br /&gt;
* [[User:saas2813 | Samuel Åslund ]] [[Special:Emailuser/saas2813 | (contact)]] 1 Debug ( or phone only if the complete box is not available.) &amp;lt;br /&amp;gt; I actually belong in Uppsala but I'd rather get it soon.&lt;br /&gt;
&lt;br /&gt;
==== Västerås ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* Jörgen Lidholm, could join the Falun/Borlänge or Stockholm group &amp;lt;br /&amp;gt; [mailto:jorgen.lidholm@gmail.com]&lt;br /&gt;
* John Törnblom, can also join the Stockholm group &amp;lt;br /&amp;gt; [mailto:f04jto@student.lth.se]&lt;br /&gt;
&lt;br /&gt;
=== Norrland ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Luleå ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:mh|mh]] 1 unit, mailto:mh@rcc.se If not up to 10 by launch. i'd join any group and either pick it up or have it remailed nationally&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
&lt;br /&gt;
==== Online Shop Lausanne :====&lt;br /&gt;
&lt;br /&gt;
Starting October 1 the Neo FreeRunner is available in Switzerland at CHF550, shipping free (in switzerland)&lt;br /&gt;
&lt;br /&gt;
* Juxtabox sàrl (Lausanne) [http://www.mokophoneshop.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1x 10 Pack ordered from pulster for the group Zürich! Read more below --[[User:Tuxfux.ch|Tuxfux.ch]] 17:20, 28 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''???''' should organize the 3 x 10pack for Zürich &amp;lt;br /&amp;gt;&lt;br /&gt;
Luca Capello could organize the 10pack for Geneva. &amp;lt;br /&amp;gt;&lt;br /&gt;
Mathieu will organisze the 2 x 10pack for Lausanne EPFL CH-fr &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All payment in advance (a 10pack will cost approx 3'800 USD). &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Probably we will organize shippings, if we cannot all move to Zürich/Genève/Lausanne to get our Neo.'''&lt;br /&gt;
&lt;br /&gt;
''François Bianco is trying to create a new group of 10 (will be mostly for French Switzerland). -&amp;gt; The group moved to the EPFL group, which will try to reach 20 persons. --[[User:Fbianco|Fbianco]] 11:42, 11 June 2008 (UTC)''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Gabriel Ambuehl would volunteer to order the initial 10pack. &amp;lt;- still accurate ? -&amp;gt; Gabriel will not organize the 10packs for Zürich due to not being in Switzerland. We are in contact to find a solution so please wait until we know what to do. Order in Germany (each for himself or as a group, not clear yet) could be as cheap as a 10pack. We are in contact with pulster.de and will be contacted form pulster about the price. We will contact you guys in the Zürich list as soon as we know more --[[User:Tuxfux.ch|Tuxfux.ch]] 10:26, 6 June 2008 (UTC)''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Alexandre Ghisoli will not organize the second 10pack, since the order moved in the Lucca's group.''  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Customs and Postage ===&lt;br /&gt;
I called the [http://www.ezv.admin.ch/index.html?lang=en Swiss Federal Customs Administration] and it seems that we only need to pay VAT (7.6%) and the UPS taxes as well (since the parcel will be sent through UPS).  Thus I called [http://www.ups.com/content/ch/en/contact/ UPS] and it seems that UPS directly pays the VAT instead of the customer, then asking the customer for refund (plus a fixed tax of EUR13.00).  So I think the following per-phone cost for a Swiss bulk order should be a good estimate.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|'''Bulk Order'''&lt;br /&gt;
|'''USD'''&lt;br /&gt;
|'''CHF'''&lt;br /&gt;
|-&lt;br /&gt;
|Customs Value (Cval)&lt;br /&gt;
|3690.00&lt;br /&gt;
|3837.60&lt;br /&gt;
|-&lt;br /&gt;
|Postage&lt;br /&gt;
|160.00&lt;br /&gt;
|166.40&lt;br /&gt;
|-&lt;br /&gt;
|Value of Taxable Importation (VoTI) = Cval+Postage&lt;br /&gt;
|3850.00&lt;br /&gt;
|4004.00&lt;br /&gt;
|-&lt;br /&gt;
|VAT = 7.6% of VoTI&lt;br /&gt;
|292.60&lt;br /&gt;
|304.30&lt;br /&gt;
|-&lt;br /&gt;
|UPS fixed tax (EUR13.00)&lt;br /&gt;
|20.00&lt;br /&gt;
|20.80&lt;br /&gt;
|-&lt;br /&gt;
|Total Cost&lt;br /&gt;
|4162.60&lt;br /&gt;
|4329.10&lt;br /&gt;
|-&lt;br /&gt;
|'''Per Person'''&lt;br /&gt;
|'''416.26'''&lt;br /&gt;
|'''432.91'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Figures accurate as of 4th Jun 2008 from [http://www.ubs.com/1/e/index/bcqv/calculator.html UBS]: 1EUR = 1.54USD and 1USD = 1.04CHF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shipping ====&lt;br /&gt;
If we would ship Neos, here is the Swiss PostPac prices :&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! Size [cm]&lt;br /&gt;
! Price CHF TTC&lt;br /&gt;
|-&lt;br /&gt;
| Size 1&lt;br /&gt;
| 22.9 x 14.7 x 9.9&lt;br /&gt;
| 2.20&lt;br /&gt;
|-&lt;br /&gt;
| Size 2&lt;br /&gt;
| 31.5 x 22.5 x 12.5&lt;br /&gt;
| 2.40&lt;br /&gt;
|-&lt;br /&gt;
| Shipping Priority&lt;br /&gt;
| up to 2Kg&lt;br /&gt;
| 8.-&lt;br /&gt;
|-&lt;br /&gt;
| Shipping Economy&lt;br /&gt;
| up to 2Kg&lt;br /&gt;
| 6.-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Steve posted informations about boxes that will be out with Neo :&lt;br /&gt;
&lt;br /&gt;
* 10 pack : 435mm x 371mm x 119mm, approx 3kg, UPS will charge 160USD (need to be verified)&lt;br /&gt;
* Individual pack : 178mm  x 104mm x 84mm, 237 grams&lt;br /&gt;
&lt;br /&gt;
So size 1 will fit ! Local delivery in Switzerland will cost 8.20 for Economy or 10.20 Priority.&lt;br /&gt;
&lt;br /&gt;
==== Zurich ====&lt;br /&gt;
&lt;br /&gt;
===== Pulster.de order (already ordered and on their way!) =====&lt;br /&gt;
I organized already an order from Pulster.de due to the best conditions:&lt;br /&gt;
* 299 Euro - 19% German sales tax = 249 Euro&lt;br /&gt;
* 249 Euro + 7,6% Swiss sales tax&lt;br /&gt;
* evtl. some border taxes&lt;br /&gt;
* no shipping costs! (pulster sends for free)&lt;br /&gt;
* 2 Years warranty&lt;br /&gt;
&lt;br /&gt;
The conditions to get a device from me:&lt;br /&gt;
* As soon as I have them i will contact you&lt;br /&gt;
* You pick up your device in Winterthur&lt;br /&gt;
* You pay me cash (you will not get a device before I have the money in my hands)&lt;br /&gt;
* You bring the correct amount of money (I can't give return)&lt;br /&gt;
* I will _not_ raise the price for my profit. You pay what I pay&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want one:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 10/10 -&amp;gt; full &amp;lt;br /&amp;gt;&lt;br /&gt;
* Esra Kummer (3 Geräte!) (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tuxfux.ch Contact]&lt;br /&gt;
* Simon Wenner (Schaffhausen)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Markus Huggler (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Simon Schreiber (Zurich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Hannes Wyss (Zurich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Felix Rabe (Basel/Romanshorn) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Felixrabe Contact]&lt;br /&gt;
* Carlos Diener (Winterthur) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Emonkey Contact]&lt;br /&gt;
* Walter Sutter (Winterthur) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Seraphim Contact]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Organising the next 10Pack'''&lt;br /&gt;
&lt;br /&gt;
'''I ordered the 10pack. Delivery is in mid september (plus shipping to Zurich.)'''&lt;br /&gt;
&lt;br /&gt;
I  will organice the next 10pack as soon as this list is full. You may Pick up the Phone at the ETH Zürich (money: exact amount in cash or directly to my bank-account in advance) or I will send it to you (money: directly to my bank-account in advance including the Porto). The other conditions are the same as above. (Joerg Maeder/Goergel)&lt;br /&gt;
* Joerg Maeder (Opfikon) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/goergel Contact]&lt;br /&gt;
* Silvio Heuberger (Lachen)&amp;lt;br/&amp;gt; Will pick up on Polyterrasse, pay cash [http://wiki.openmoko.org/wiki/Special:Emailuser/kungfoo Contact]&lt;br /&gt;
* Alex Ingold (Interlaken)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/ingoldey Contact]&lt;br /&gt;
* Alex Aeschlimann (Bern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/alexae Contact]&lt;br /&gt;
* Michael Psarros (Zürich)&amp;lt;br/&amp;gt; 1x Freeruner, 1x Headset, Selbstabholer, [http://wiki.openmoko.org/wiki/Special:Emailuser/mpsarros Contact]&lt;br /&gt;
* Martin Zulliger (two phones!) (Zürich), &amp;lt;br/&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Zyll Contact]&lt;br /&gt;
* Adrian Friedli (Fällanden) &amp;lt;br /&amp;gt; 1x FreeRunner + 1x Headset (black) + 1x Pouche, will pick up at the ETH. [http://wiki.openmoko.org/wiki/Special:Emailuser/Adi86 Contact]&lt;br /&gt;
&lt;br /&gt;
Status : 11/30 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Pack : ??'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Pascal Weller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Nick Zbinden (Luzern)&amp;lt;br /&amp;gt; [mailto:nickik@gmx.ch] oder [http://wiki.openmoko.org/wiki/Special:Emailuser/nickik Contact]&lt;br /&gt;
* Marcel Lütolf (Luzern)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/NeRo Contact]&lt;br /&gt;
* Martin Kos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/KoS Contact]&lt;br /&gt;
* Tropechopf (Luzern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Tropechopf Contact]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Basel-Stadt ====&lt;br /&gt;
&lt;br /&gt;
===== Pulster.de order (Adrian Rudin) already ordered =====&lt;br /&gt;
I will organize one order like Tuxfux.ch did.&lt;br /&gt;
* 299 Euro - 19% German sales tax + 7,6% Swiss sales tax = 270.4 Euro&lt;br /&gt;
* 270.4 Euro * 1.68 = 454.3 CHF&lt;br /&gt;
* I chose a higher change value to inlcude border charges, everything that's left will be donated to Wikimedia.&lt;br /&gt;
* no shipping costs! (pulster sends for free)&lt;br /&gt;
* 2 Years warranty&lt;br /&gt;
* For people in Bern: Lorenz Schori would pick up your devices as well an distribute them to you in Bern.&lt;br /&gt;
&lt;br /&gt;
The conditions to get a device from me:&lt;br /&gt;
* You have to pay in advance, please send me an E-Mail to receive account informations.&lt;br /&gt;
* As soon as I have all 10 payments I will order the 10 pack&lt;br /&gt;
* You pick up your device in Basel, 1 or 2 exceptions can be made!&lt;br /&gt;
* I raised the price to include border charges, everything not used for the order will be donated to Wikimedia.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;== Package arrived, some people already have their Neo, some get theirs Tuesdays by post ==&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;== CHF 100.- were donated to Wikimedia, thanks to everyone in this group ==&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want one:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 10/10 FULL! (#: have payed)&amp;lt;br /&amp;gt;&lt;br /&gt;
* # Adrian Rudin (Basel) [mailto:adrian@mav.ch] or [http://wiki.openmoko.org/wiki/Special:Emailuser/blackmav Contact]&lt;br /&gt;
* # Thomas Jund (Aarau) [http://wiki.openmoko.org/wiki/Special:Emailuser/none Contact]&lt;br /&gt;
* # Peter Salvisberg (Wettingen) [http://wiki.openmoko.org/wiki/Special:Emailuser/Psal Contact]&lt;br /&gt;
* # Christian Corrodi [http://wiki.openmoko.org/wiki/Special:Emailuser/Matto Contact]&lt;br /&gt;
* # Lorenz Schori (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/Znerol Contact]&lt;br /&gt;
* # Philipp Meier (Zürich) [http://wiki.openmoko.org/wiki/Special:Emailuser/PhilippMeier Contact]&lt;br /&gt;
* # Mathias Born (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/Thisss Contact]&lt;br /&gt;
* # Pascal Mages (Bern/Zürich) [http://wiki.openmoko.org/wiki/Special:Emailuser/FreeMind Contact]&lt;br /&gt;
* # Marcel Jost (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&lt;br /&gt;
* # Marcel Wirth (Zürich) [http://wiki.openmoko.org/wiki/Special:Emailuser/Skarhand Contact]&lt;br /&gt;
&lt;br /&gt;
===== Hardware fix material for GPS problem =====&lt;br /&gt;
There is a problem with the GPS in the currently shipping FreeRunners: [http://kerneltrap.org/mailarchive/openmoko-community/2008/7/18/2562474 Mail archive]. I already orderd 200 &amp;quot;10pf NPO 50V 0402&amp;quot; capacitors for convenient reselling. They will arrive within 10 days from now (2008.07.21).&lt;br /&gt;
&lt;br /&gt;
The conditions to get those capacitors from me:&lt;br /&gt;
* You'll receive 5 capacitors (In case you trash the first 4, soldering could be tricky)&lt;br /&gt;
* You send me an envelope with CHF 2.- (coin) and an already to yourself addressed and stamped envelope&lt;br /&gt;
* I don't accept stamps for payment!! Don't even try!!&lt;br /&gt;
* If you can't spell your own address corretly, --&amp;gt; can't be my problem!&lt;br /&gt;
* I'll post my address here as soon as I got the delivery.&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want'em:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 3/40 (#: delivered)&lt;br /&gt;
* Adrian Rudin (Basel) [mailto:adrian@mav.ch] or [http://wiki.openmoko.org/wiki/Special:Emailuser/blackmav Contact]&lt;br /&gt;
* Simon Wenner (2x) [http://wiki.openmoko.org/wiki/Special:Emailuser/nowic Contact]&lt;br /&gt;
* Tscheesy [http://wiki.openmoko.org/wiki/Special:Emailuser/nowic Contact]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Geneve ====&lt;br /&gt;
Status : 10/10 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Pack : Luca Capello &amp;lt;br /&amp;gt;'''&lt;br /&gt;
WARNING, this list already contains 10 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Diego Abelenda&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Aelia Contact]&lt;br /&gt;
* Luca Capello&amp;lt;br /&amp;gt; [mailto:luca@pca.it]&lt;br /&gt;
* Nicolas Produit&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Produit Contact]&lt;br /&gt;
* Sebastien Nanchen &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Sn Contact]&lt;br /&gt;
* Matthieu de Montmollin &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matthieudem Contact]&lt;br /&gt;
* Robin Farine (Auvernier)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rfarine Contact]&lt;br /&gt;
* Alexandre Ghisoli (Yverdon)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Agh Contact]&lt;br /&gt;
* Raphael Studer (Thurgau) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tschudder Contact]&lt;br /&gt;
* Christian Wäckerlin &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/boognu Contact]&lt;br /&gt;
* Michael Stähli (Lausanne EPFL) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/adler Contact]&lt;br /&gt;
&lt;br /&gt;
==== Suisse romande / Lausanne (EPFL) ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Ordered from pulster.de on july 18th.'''''&lt;br /&gt;
&lt;br /&gt;
Status : 27/27 '''COMPLETE''' &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who ordered the 10Packs : [http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Mathieu Habegger] &amp;lt;br /&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
* Mathieu Habegger (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Contact]&lt;br /&gt;
* Matthias Brändli (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/hb9egm Contact]&lt;br /&gt;
* Frédéric Fokan(Lausanne) [mailto:fredericfokan@gmail.com Contact]&lt;br /&gt;
* Gulu (Lausanne) [http://wiki.openmoko.org/wiki/Special:Emailuser/Gulu Contact]&lt;br /&gt;
* Mélanie Baumann (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/calis Contact]&lt;br /&gt;
* Laurent Fasnacht (EPFL) [http://gnugeneration.epfl.ch/users/fasnacht Contact]&lt;br /&gt;
* Urs Blaser (UNIL) [http://wiki.openmoko.org/wiki/Special:Emailuser/arctus Contact]&lt;br /&gt;
* David Lütolf (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/dlutolf Contact]&lt;br /&gt;
* François Bianco [http://wiki.openmoko.org/wiki/Special:Emailuser/fbianco Contact]&lt;br /&gt;
* Samuel Dorsaz [http://wiki.openmoko.org/wiki/Special:Emailuser/akira Contact]&lt;br /&gt;
* Ludovic Fardel (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/lfardel Contact]&lt;br /&gt;
* David Pelichet Contact via hb9egm&amp;lt;br /&amp;gt;&lt;br /&gt;
* Vincent Hentsch [http://wiki.openmoko.org/wiki/Special:Emailuser/Vincos Contact]&lt;br /&gt;
* Carruzzo Gilles [http://wiki.openmoko.org/wiki/Special:Emailuser/Willows Contact]&lt;br /&gt;
* Nicolas Favrod-Coune [http://wiki.openmoko.org/wiki/Special:Emailuser/Nfavrod Contact]&lt;br /&gt;
* Mathias Coinchon [http://wiki.openmoko.org/wiki/Special:Emailuser/Coinchon Contact]&amp;lt;br /&amp;gt;&lt;br /&gt;
* Rey Cyril (Monthey) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cyril Contact]&lt;br /&gt;
* Didier Raboud (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/OdyX Contact]&lt;br /&gt;
* Claude Angéloz [http://wiki.openmoko.org/wiki/Special:Emailuser/claude-elrond740 Contact]&lt;br /&gt;
* Pascal Bach (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/Anakron Contact]&lt;br /&gt;
* Nicolas Etienne (Gimel) [http://wiki.openmoko.org/wiki/Special:Emailuser/nice Contact]&lt;br /&gt;
* Michel Dänzer (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/MrCooper Contact]&lt;br /&gt;
* Yvon-Philippe Crittin [http://wiki.openmoko.org/wiki/Special:Emailuser/y-phil Contact]&lt;br /&gt;
* Philippe Gimmel [http://wiki.openmoko.org/wiki/Special:Emailuser/Kampfgarten Contact]&lt;br /&gt;
* Leopoldo Ghielmetti [http://wiki.openmoko.org/wiki/Special:Emailuser/Leopoldog Contact]&lt;br /&gt;
* Hans-Martin Frey (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/hmf Contact]&lt;br /&gt;
* Pietro Buccella [mailto:pbuccella@bluewin.ch Contact]&lt;br /&gt;
&lt;br /&gt;
'''Persons who went lonely orders :'''&lt;br /&gt;
* Philipp Aeberli (2 Units, Gland) [http://wiki.openmoko.org/wiki/Special:Emailuser/philgood Contact]&lt;br /&gt;
* Edomaur (Lausanne, with Gulu) [http://wiki.openmoko.org/wiki/Special:Emailuser/Edomaur Contact]&lt;br /&gt;
&lt;br /&gt;
'''Persons who will wait next order :'''&lt;br /&gt;
* Layx (Lausanne) [http://wiki.openmoko.org/wiki/Special:Emailuser/Layx Contact]&lt;br /&gt;
&lt;br /&gt;
==== Suisse romande / Morges ====&lt;br /&gt;
&lt;br /&gt;
I'll order a pack for Switzerland people. The price of FreeRunner will be 460 CHF all inclusive (VAT and shipping in your post box)&lt;br /&gt;
Contact me here: [http://wiki.openmoko.org/wiki/Special:Emailuser/Jecuendet Contact] if you want one.&lt;br /&gt;
We are already 6, so 4 remaining. Contact me at : jec at jesc dot ch&lt;br /&gt;
&lt;br /&gt;
== Taiwan ==&lt;br /&gt;
There is a group sale hosted by chelsea (AT) openmoko (DOT) com. Please goto http://wiki.openmoko.org/wiki/Taiwan_Group_Sale for details. (ends at 2008/11/02)&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
&lt;br /&gt;
Q: Will there be second group sale in Taiwan?&lt;br /&gt;
&lt;br /&gt;
A: Yes, there could be more group sales in Taiwan, if there are requests.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Is it GSM900 or GSM850?&lt;br /&gt;
&lt;br /&gt;
A: Openmoko can provide either GSM900 or GSM850 as required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: Is this group sale include gifts descriptive in http://us.direct.openmoko.com/products/neo-freerunner ?&lt;br /&gt;
&lt;br /&gt;
A: Yes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: When will they arrive?&lt;br /&gt;
&lt;br /&gt;
A: I don't actually know, but I hope we can get them before end of August.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q: What about Invoice(發票)?&lt;br /&gt;
&lt;br /&gt;
A: There won't be a invoice for everyone, but one only. If you do need a separate invoice for your order, tell me first, and openmoko could handle that.&lt;br /&gt;
Requests that OM could handle:&lt;br /&gt;
* Company tax ID (公司統一編號)&lt;br /&gt;
* Change details (明細) names (as long as the name can describe the product)&lt;br /&gt;
&lt;br /&gt;
Requests that OM could handle, but need special process, and the price will be higher. Please contact OM first if you have such request.&lt;br /&gt;
* Change details to something that can't describe the product, like expandable (耗材), ink, ..., etc.&lt;br /&gt;
* Some institution (government, school,...,etc) require to get goods and invoice first, and make the payment until the expanse is granted (某些學校或政府機關 需要取貨與發票後才能報帳，等一段時間後才能付款)&lt;br /&gt;
&lt;br /&gt;
=== 080817 Group Sale ===&lt;br /&gt;
Host: Mac Lin (mkl23@hotmail.com)&lt;br /&gt;
&lt;br /&gt;
8/17: last day to gather order&lt;br /&gt;
&lt;br /&gt;
8/26: last day to finish payment.&lt;br /&gt;
&lt;br /&gt;
payment: paid by ATM account transfer&lt;br /&gt;
&lt;br /&gt;
Maximum amount of transfer-out for non-designated accounts per day should not exceed NT$30,000&lt;br /&gt;
&lt;br /&gt;
How to take:&lt;br /&gt;
*face to face: in HsinChu&lt;br /&gt;
*mail&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| Name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|@&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 1. Mac Lin(mkl23@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| HsinChu&lt;br /&gt;
|-&lt;br /&gt;
| 2. Siongui(siongui@)&lt;br /&gt;
| 3&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|Taipei&lt;br /&gt;
|-&lt;br /&gt;
| 3. Scott Wang (scott_wang@)&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|HsinChu&lt;br /&gt;
|-&lt;br /&gt;
| 4. BlueT - Matthew Lien (bluetraveler@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|TaiChung&lt;br /&gt;
|-&lt;br /&gt;
| 5. Allan Yang (allan.yang@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|Taipei&lt;br /&gt;
|-&lt;br /&gt;
| 6. Ping Yeh (ping.nsr.yeh@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| Taipei&lt;br /&gt;
|-&lt;br /&gt;
| 7. YiKai Lin (yikai.1982@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| Taipei&lt;br /&gt;
|-&lt;br /&gt;
| 8. Tony Chiu (tony.blc@)&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
| Taipei or HsinChu&lt;br /&gt;
|-&lt;br /&gt;
| 9. Terry Lin(terry_lin@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| HsinChu&lt;br /&gt;
|-&lt;br /&gt;
| 10. Jason Lo(rulala@)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| Taipei&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
| 12&lt;br /&gt;
| 7&lt;br /&gt;
| 0&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
-------------&lt;br /&gt;
&lt;br /&gt;
== Thailand ==&lt;br /&gt;
=== Bangkok ===&lt;br /&gt;
Status : 0/10&lt;br /&gt;
* &amp;lt;s&amp;gt;Alex [http://wiki.openmoko.org/wiki/Special:Emailuser/Alexbkk Contact] (1 phone)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UAE ==&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Yaser Ammar &amp;lt;br /&amp;gt; [[Special:Emailuser/Waraqa|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Ukraine ==&lt;br /&gt;
==== Donetsk ====&lt;br /&gt;
*[mailto:robotex.ag@mail.ru robotex] Robotex - 1xNeo FreeRunner&lt;br /&gt;
==== Kiev ====&lt;br /&gt;
*[mailto:lvccgd@gmail.com lvccgd] Vladimir - 1xNeo FreeRunner&lt;br /&gt;
==== Zhitomir ====&lt;br /&gt;
*[mailto:ihorman@gmail.com ihorman] Ihor - 1xNeo FreeRunner&lt;br /&gt;
&lt;br /&gt;
== USA ==&lt;br /&gt;
=== Arizona ===&lt;br /&gt;
==== Tucson ====&lt;br /&gt;
Willing to reship to nonlocal people within the US (cheaper if you're closer), or get absorbed into another group that's willing to reship.  In talks with Boulder (Colorado) group.&lt;br /&gt;
&lt;br /&gt;
Status: 3/10&lt;br /&gt;
* [mailto:wes.shull@gmail.com wesshull] Wes Shull - 1x GTA02 + 1x debug board&lt;br /&gt;
* Richard Reichenbacher - 2x GTA02&lt;br /&gt;
&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Boulder ====&lt;br /&gt;
Status: 10/10&lt;br /&gt;
* Vinc Duran x2 (I can purchase and distribute locally) &amp;lt;br /&amp;gt; [mailto:uberpfloyd@gmail.com?subject=Openmoko%20group%20sales Pfloyd]  [http://wiki.openmoko.org/wiki/Special:Emailuser/Pfloyd Contact]&lt;br /&gt;
* John Miller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jwm jwm]&lt;br /&gt;
* D Padilla &amp;lt;br /&amp;gt;&lt;br /&gt;
* Joey Stanford &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/k0fcc k0fcc]&lt;br /&gt;
* J Hinegardner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jjh jjh]&lt;br /&gt;
* S Derrick of New Mexico x2 &amp;lt;br /&amp;gt;&lt;br /&gt;
* R Schwarz &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rschwarz rschwarz]&lt;br /&gt;
&lt;br /&gt;
==== Denver (Full) ====&lt;br /&gt;
Status: 10/10 (includes the gentleman from Utah)&lt;br /&gt;
* All but 1 phone delivered. Need to exchange for a 900/1800 Eu phone that will work in Brazil. Waiting on availability from OM to do this.&lt;br /&gt;
* Shawn Sullivan &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/shelbydz Contact]&lt;br /&gt;
* Peter Abplanalp &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/alderion Contact]&lt;br /&gt;
&lt;br /&gt;
==== Fort Collins ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Paul Hummer &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Rockstar Contact]&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 0/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas, Santa Monica &amp;lt;br /&amp;gt; I'll help organize a group sale, meet &amp;amp; greet, but since I was selected to help test the FreeRunner, I won't need to actually purchase one. [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew Wetmore, Westchester 90045 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact] - part of order 1843&lt;br /&gt;
* Daniel, Torrance &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Beaker82 Contact] - part of order 1843&lt;br /&gt;
* James Robertson, Irvine &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JamesRobertson Contact] - part of order 1843&lt;br /&gt;
* Bill Sun &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/DancingSun Contact] - part of order 1843&lt;br /&gt;
* Michael, Santa Monica &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Bstudios Contact] - part of order 1843&lt;br /&gt;
* Russel Dwiggins, Cerritos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/undrwater Contact] - part of order 1843&lt;br /&gt;
* Dima, Pasadena &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/dima Contact] - part of order 1843&lt;br /&gt;
* Mike, Santa Monica (1 unit + 1 debug board)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Traveler Contact] - part of order 1843&lt;br /&gt;
* Joe Smith, Orange &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Yasumoto Contact] - part of order 1843&lt;br /&gt;
* Jose Torres, Hollywood &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jtorres Contact] - part of order 1843&lt;br /&gt;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
&lt;br /&gt;
First group is complete and all members received their items.&lt;br /&gt;
&lt;br /&gt;
Second group:&lt;br /&gt;
&lt;br /&gt;
Status: 3/10&lt;br /&gt;
&lt;br /&gt;
* Urivan Flores &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/saaib Contact]&lt;br /&gt;
* Alan Domissy &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/geomarcomputers Contact]&lt;br /&gt;
* RodM &amp;lt;br /&amp;gt; [mailto:rdmyers.42@gmail.com Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
(Discuss this group sale on the [http://wiki.openmoko.org/wiki/Talk:GroupSales#San_Francisco_Bay_Area talk page])&lt;br /&gt;
&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Tupshin Harper - [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
* Jim Lutz - [http://wiki.openmoko.org/wiki/Special:Emailuser/JLutz Contact]&lt;br /&gt;
&lt;br /&gt;
* Elektrolott - (Cash, 900MHz) [http://wiki.openmoko.org/wiki/Special:Emailuser/Elektrolott Contact] (San Jose). &amp;lt;br&amp;gt; I am back on the list, as the [http://us.direct.openmoko.com/products/neo-freerunner online store] says: GSM 900Mhz variant stock is due on on July 25th. &amp;lt;br&amp;gt;I am also interested in getting a debug board.&lt;br /&gt;
&lt;br /&gt;
* Adilson Oliveira - 900Mhz [http://wiki.openmoko.org/wiki/User:Adilson Contact]. &amp;lt;br&amp;gt; I'll drop if the phones are not available to deliver during the LinuxWorld week and buy individually later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Florida ===&lt;br /&gt;
==== South/Central Florida ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* 1 x Jonathan Howard [[Special:Emailuser/kingtgaurd9|Contact]], Orlando&lt;br /&gt;
* 1 x Jim [[Special:Emailuser/gumbukie|Contact]], Orlando&lt;br /&gt;
* 1 x Lenny Markus [[Special:Emailuser/lensam69|Contact]], Miami&lt;br /&gt;
&lt;br /&gt;
=== Idaho ===&lt;br /&gt;
==== Southwestern Idaho ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
* 1 × Eugene Kravtsov [[Special:Emailuser/theUg|Contact]], Garden City (Boise).&lt;br /&gt;
* 1 × Christopher Blay [[Special:Emailuser/blayde|Contact]], Twin Falls.&lt;br /&gt;
&lt;br /&gt;
=== Midwest ===&lt;br /&gt;
Status: '''Completed'''&lt;br /&gt;
* Steven M  [[Special:Emailuser/Montgoss|Contact]] - Cedar Rapids, IA&lt;br /&gt;
* Joseph Booker [[Special:Emailuser/Sargas|Contact]] - Chicago, IL&lt;br /&gt;
* Matt McCormick [[Special:Emailuser/Thewtex|Contact]] - Madison, WI&lt;br /&gt;
* Charles Hill [mailto:charles.e.hill@gmail.com email] - Chicago, IL&lt;br /&gt;
* Greg Bonett [mailto:greg@bonett.org email] - Iowa City, IA&lt;br /&gt;
* Tushar Dayal [mailto:tdayal@gmail.com Contact] - Ames, IA&lt;br /&gt;
* solomon jacob herscovitch [[Special:Emailuser/SoloSalsa|Contact]] - Chicago, IL&lt;br /&gt;
* Eric Olson [mailto:ericools@gmail.com Contact] - Madison, WI&lt;br /&gt;
* Tom Watson [[Special:Emailuser/Toggles|Contact]] - Pittsburgh, PA&lt;br /&gt;
* An-Phong Le [mailto:an427@hotmail.com Contact] - Urbana, IL&lt;br /&gt;
&lt;br /&gt;
=== Illinois ===&lt;br /&gt;
&lt;br /&gt;
=== Kentucky ===&lt;br /&gt;
(Possibly + 2 from Memphis?)&lt;br /&gt;
Status: 8/10 (Possibly 10?)&lt;br /&gt;
* Dan Staley      [[Special:Emailuser/Pyrasi|Contact]] (Lexington, KY)&lt;br /&gt;
* Donnie Jones    [[Special:Emailuser/Donniejones18|Contact]] (Lexington, KY)&lt;br /&gt;
* John Sterling   [[Special:Emailuser/Sterling|Contact]] (Lexington, KY)&lt;br /&gt;
* James MacLachlan [[Special:Emailuser/Jmaclachlan|Contact]] (Louisville, KY)&lt;br /&gt;
* John Askew [[Special:Emailuser/Johnaskyou|Contact]] (Lexington, KY)&lt;br /&gt;
* Devin Cook [[Special:Emailuser/Dcook|Contact]] (Lexington, KY)&lt;br /&gt;
* Geoff Ruscoe    [[Special:Emailuser/Geocode|Contact]] - Louisville, KY&lt;br /&gt;
* Jon Howard [[Special:Emailuser/Jchoward|Contact]] (Lexington, KY)&lt;br /&gt;
* Fred Eisele [[Special:Emailuser/Phreed|Contact]] (Nashville, TN)&lt;br /&gt;
&lt;br /&gt;
=== Ohio / Michigan ===&lt;br /&gt;
Status: 10/10 are delivered or en-route to their final destination.&lt;br /&gt;
&lt;br /&gt;
=== Pacific Northwest ===&lt;br /&gt;
==== Oregon ====&lt;br /&gt;
Status: 3/10 Full (Full - joined forces with Washington group)&lt;br /&gt;
&lt;br /&gt;
===== Eugene =====&lt;br /&gt;
* Quentin Hartman (Status: Received on 14-Jul-2008) [[Special:Emailuser/qhartman|Contact]]&lt;br /&gt;
===== Corvallis =====&lt;br /&gt;
* [[User:Brian_H_Wilson|Brian Wilson]] (Status: Received on 14-Jul-2008) [[Special:Emailuser/Brian_H_Wilson|Contact]]&lt;br /&gt;
* Gary Oliver (Status: Received on 14-Jul-2008) [[Special:Emailuser/Adastra|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Washington ====&lt;br /&gt;
===== Seattle Area =====&lt;br /&gt;
Status: 7/10 Full (Full - joined forces with Oregon group)&lt;br /&gt;
* Jon Pomeroy (Status confirmed) [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
* Chris Baker (Status confirmed) [[Special:Emailuser/cwainb|Contact]]&lt;br /&gt;
* Mark Zimmerman (Status confirmed) [[Special:Emailuser/mawazi|Contact]]&lt;br /&gt;
* Wim Lewis (Status confirmed) [[Special:Emailuser/Wiml|Contact]] In Wallingford.&lt;br /&gt;
* Charles Wheeler (Status confirmed) [[Special:Emailuser/SnowWolf75|Contact]] Note: Work in Bellevue, live in Federal Way.  May not have money till mid-July.&lt;br /&gt;
* G.O. (Status confirmed)  I'd like to get @ least one.&lt;br /&gt;
* Matt Luzum (Status confirmed) [[Special:Emailuser/mluzum|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Tennessee ===&lt;br /&gt;
==== Memphis ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* Peter O'Connor [http://wiki.openmoko.org/wiki/Special:Emailuser/poconnor Contact]&lt;br /&gt;
* Jarvis Stubblefield (Prefer with Debug) [http://wiki.openmoko.org/wiki/Special:Emailuser/BallisticPain Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin (15/10) ====&lt;br /&gt;
* &amp;lt;del&amp;gt;Dale Schumacher&amp;lt;/del&amp;gt; [[Special:Emailuser/dalnefre|Contact]]&lt;br /&gt;
* Michael Cosby [[Special:Emailuser/mcosby|Contact]]&lt;br /&gt;
* Charles [[Special:Emailuser/rbn|Contact]]&lt;br /&gt;
* Anthony Kitchin [[Special:Emailuser/akitchin|Contact]]&lt;br /&gt;
* &amp;lt;del&amp;gt;Carl&amp;lt;/del&amp;gt; (x2) [[Special:Emailuser/texatopia|Contact]]&lt;br /&gt;
* Robert (+Debug Board) [[Special:Emailuser/SHaRK|Contact]] (Houston)&lt;br /&gt;
* &amp;lt;del&amp;gt;Bryan DeLuca&amp;lt;/del&amp;gt; [[Special: Emailuser/Stupkid|Contact]] (Fort Worth)&lt;br /&gt;
* Dennis Parker [[Special: Emailuser/dparker|Contact]]&lt;br /&gt;
* &amp;lt;del&amp;gt;Chip Rosenthal&amp;lt;/del&amp;gt; [[Special: Emailuser/chip|Contact]]&lt;br /&gt;
* &amp;lt;del&amp;gt;Brad Mouring&amp;lt;/del&amp;gt; [[Special: Emailuser/Bmouring|Contact]]&lt;br /&gt;
* Joel Greenberg [[Special: Emailuser/joelg|Contact]]&lt;br /&gt;
* Mark Rinaudo [[Special:Emailuser/Mrinaudo|Contact]]&lt;br /&gt;
* &amp;lt;del&amp;gt;Scott Farrell&amp;lt;/del&amp;gt; [[Special:Emailuser/sfarrell|Contact]]&lt;br /&gt;
* Brian Wightman [[Special:Emailuser/Hodgepodge|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Dallas (4/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|Contact]]&lt;br /&gt;
* Josh Valdez [[Special:Emailuser/ExxonValdeez|Contact]]&lt;br /&gt;
* Chris Madsen [[Special:Emailuser/cjm|Contact]]&lt;br /&gt;
* George Spiride [[Special:Emailuser/gspiride|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&lt;br /&gt;
==== District of Columbia (DC) Metro Area ====&lt;br /&gt;
* Brian DeRocher [[Special:Emailuser/brian_252|email]]&lt;br /&gt;
==== Virginia====&lt;br /&gt;
===== Virginia Tech (1/10) =====&lt;br /&gt;
* Lally Singh [[Special:Emailuser/lally|email]] -- yeah, if you're ordering anywhere in VA, lemme know.&amp;lt;br /&amp;gt;&lt;br /&gt;
===== Richmond=====&lt;br /&gt;
*Philippe and Steve joined the NY list&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York (19/20) ====&lt;br /&gt;
As of 8 July 2008 we still need five people to pay in order to complete a second batch of ten. Just because there are twenty names on this list doesn't mean you can't join in.&lt;br /&gt;
PLEASE contact Bert or Michael in addition to adding yourself to the list&lt;br /&gt;
* Bert Hartmann [http://wiki.openmoko.org/wiki/Special:Emailuser/BertHartm Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Michael Cole mailto:mjcole137@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Remy Frerebeau  [http://wiki.openmoko.org/wiki/Special:Emailuser/Rfrerebe Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Ulises E. Erickson  [http://wiki.openmoko.org/wiki/Special:Emailuser/Ulix Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Justin Daly [http://wiki.openmoko.org/wiki/Special:Emailuser/justo Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Philippe Gerard [[Special:Emailuser/feydreva|Contact]] I live in Richmond (VA) but we will never be 10 there&amp;lt;br/&amp;gt;&lt;br /&gt;
* Evan Charlton mailto:evancharlton+om@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Paul Buede mailto:paul@buede.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced)Paul Hurlock [[Special:Emailuser/triclosan|Contact me here]] &amp;lt;br/&amp;gt;&lt;br /&gt;
* Ryan [[Special:Emailuser/ryan|Contact me here]] (Connecticut, actually, but close enough.) &amp;lt;br/&amp;gt;&lt;br /&gt;
* Charles Pax mailto:charles.pax@gmail.com It looks like things are getting organized. Bert contacted me.&lt;br /&gt;
* Christopher Pax mailto:christopher.pax@gmail.com&lt;br /&gt;
* Miki Grof-Tisza [http://wiki.openmoko.org/wiki/Special:Emailuser/MTisza Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Daniel Dadap 1x [http://wiki.openmoko.org/wiki/Special:Emailuser/danek Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Yaroslav Halchenko [http://wiki.openmoko.org/wiki/Special:Emailuser/yarikoptic]&lt;br /&gt;
* Alex [[Special:Emailuser/rakukin|Contact]]&lt;br /&gt;
* Charles Lohr [http://wiki.openmoko.org/wiki/Special:Emailuser/Cnlohr Contact me here] (Lives in MD, will require re-ship)  NOTE: Unless someone emails me before July 7 I will withdraw from group order. &amp;lt;br /&amp;gt;&lt;br /&gt;
* Steve Watson [[Special:Emailuser/Ssw0213|Contact]] I live in Richmond VA; please deliver via Philippe Gerard. 20!!!&amp;lt;br/&amp;gt;&lt;br /&gt;
* xtrat [http://wiki.openmoko.org/wiki/Special:Emailuser/Xtrat Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Henry [http://wiki.openmoko.org/wiki/Special:Emailuser/hankthetank Contact me here] UWS&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Maryland (0/10)====&lt;br /&gt;
(Group apparently defunct due to NY Order)&lt;br /&gt;
* Paul Buede I switched to New York, cause we don't have enough. Look up ^ &amp;lt;br /&amp;gt;&lt;br /&gt;
* Charles Lohr -- Switched to New York (if possible)&lt;br /&gt;
* Alex (switched to NYC, see above; may be able to deliver phone(s) to DC metro)&lt;br /&gt;
&lt;br /&gt;
==== North Carolina (2/10)====&lt;br /&gt;
* Jason Sharpee [[Special:Emailuser/zonyl|Contact]] - Charlotte Metro area &amp;lt;br /&amp;gt;&lt;br /&gt;
* William Vidrine [[Special:Emailuser/Infoport|Contact]] - Greensboro/Triad, DROPPED OUT for individual order &amp;lt;br /&amp;gt;&lt;br /&gt;
* Joe White [[Special:Emailuser/Raygions|Contact]] - Winston-Salem/Triad area &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
Status: 10/10 (Our phones are here.   Contact Ken Young to pick up your 'runner.   We will try to arrange some kind of iTunes activation fiasco to brick them all.)&lt;br /&gt;
* Benjamin Moody [[Special:Emailuser/FloppusMaximus|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Ken Young, Cambridge (Note, if we're not up to 10/10 on the day the FreeRunner is announced, I'm going to drop out and order individually).[[Special:Emailuser/Dolson|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Chris White (for 2) [[Special:Emailuser/Safire|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Nick Dube - Pembroke, NH (Will also drop out if we do not have 10 by FreeRunner release.) [http://wiki.openmoko.org/wiki/Special:Emailuser/Doobe01 Contact]&lt;br /&gt;
&lt;br /&gt;
* Justin Brzozoski - Worcester, MA area [[Special:Emailuser/Jabski|Contact]]&lt;br /&gt;
&lt;br /&gt;
* John Nicholson - Amherst, MA (Will also drop out if we do not have 10 by FreeRunner release.) [[Special:Emailuser/nicklogan|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Matthew Campbell - Worcester, MA [[Special:Emailuser/lifeisafractal|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Jeff Gold [[Special:Emailuser/jgold|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Craig Allen [[Special:Emailuser/knodalyte|Contact]]&lt;br /&gt;
&lt;br /&gt;
Status: 4/10&lt;br /&gt;
&lt;br /&gt;
* 0x Bala Nair - Acton, MA (dropping out - ordered one individually) [[Special:Emailuser/bnair|Contact]]&lt;br /&gt;
* 0x Mike Doody - Groton, MA (ordered one already)[[Special:Emailuser/dude|Contact]]&lt;br /&gt;
* 0x Nathan Perry - Derry, NH (cannot switch to GSM at this time)&lt;br /&gt;
* Kyle Harrington - Amherst, MA (Will drop out if we do not have 10 by FreeRunner release.) [[Special:Emailuser/dancingcuziwanna|Contact]]&lt;br /&gt;
* Ryan Svoboda - Worcester, MA (Will buy one individually on release day if this group is incomplete) [[Special:Emailuser/ryansv|Contact]]&lt;br /&gt;
* Ryan Meador - Worcester, MA (Will drop out if we do not have 10 by FreeRunner release.) [[Special:Emailuser/Yanroy|Contact]]&lt;br /&gt;
* Jeff Gelbard - Haydenville, MA [[Special:Emailuser/jgelbard|Contact]]&lt;br /&gt;
(Between the 2 groups, we already have 7 &amp;quot;visibly&amp;quot; from Worchester - Western MA...I think the group should be resorted....Who is the contact where the package will be sent?)&lt;br /&gt;
&lt;br /&gt;
* Looking to Join in. I have been trying to get a response from anyone about joining group but nothing back. Live in Boston but will travel to get. Somebody let me know soon please. Interest in user group in Boston Cambridge area too. [mailto:Liamrb@msn.com email me]&lt;br /&gt;
&lt;br /&gt;
=== Nevada ===&lt;br /&gt;
==== Reno/Sparks ====&lt;br /&gt;
Including Northwestern Nevada/ Northeastern California&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Tyrell Berry [[Special:Emailuser/Alawatsakima|Contact]]&lt;br /&gt;
&lt;br /&gt;
== UK ==&lt;br /&gt;
=== Scotland ===&lt;br /&gt;
==== Edinburgh ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
* Joe Wells (Edinburgh) [http://www.macs.hw.ac.uk/~jbw/ Web] I have two comments:&lt;br /&gt;
** The Wiki's e-mail feature (those URLs with “Special:Emailuser” in them) does not seem to be working.  I tried contacting Dave Ball and Stuart MacKinnon that way and got no reply.  Later, Stuart and Dave (who I reached by writing a message here) told me they never got the e-mail.  So the Wiki's e-mail feature might be broken.  So please contact me by going to my web page and using my e-mail address listed there.  Stuart, George, and Dave have been in contact with me by e-mail.  I am happy to put anyone in Scotland who sends me e-mail in touch with the others.&lt;br /&gt;
** Not enough people have gotten in touch so far (as of 2008-06-28) to justify a bulk order of a 10-pack.  Also, there is now a UK distributor: [https://www.truebox.co.uk/trueboxportal/index.php?wk=Openmoko TrueBox].  Because TrueBox appears to be ordering 10-packs (and thereby getting the bonus goodies (headphones and pouches) that come in the 10-packs), it seems there is little motivation to try to organize a Scottish bulk order.  So I am likely to give up on the idea of a Scottish bulk order for myself (unless lots of people contact me in the next day or so!).&lt;br /&gt;
* Dave Ball (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/Daveb Contact]&lt;br /&gt;
* george Maistros (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/mordilo_k Contact]&lt;br /&gt;
&lt;br /&gt;
==== Glasgow ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Kyle Gordon [http://wiki.openmoko.org/wiki/Special:Emailuser/Kylegordon Contact]&lt;br /&gt;
* Sean Anderson [http://wiki.openmoko.org/wiki/Special:Emailuser/Moniker42 Contact]&lt;br /&gt;
* &amp;lt;s&amp;gt;Kenny Duffus [http://wiki.openmoko.org/wiki/Special:Emailuser/Sealne Contact]&amp;lt;/s&amp;gt; ordered from truebox&lt;br /&gt;
&lt;br /&gt;
=== England ===&lt;br /&gt;
&lt;br /&gt;
==== Hampshire ====&lt;br /&gt;
&lt;br /&gt;
Status: 16/20 at 2008-05-24&lt;br /&gt;
&lt;br /&gt;
http://www.hants.lug.org.uk/cgi-bin/wiki.pl?FreeRunnerBulkBuy&lt;br /&gt;
&lt;br /&gt;
Willing to re-ship within the UK.&lt;br /&gt;
&lt;br /&gt;
(Sorry, we set up the page before we knew about this one)&lt;br /&gt;
&lt;br /&gt;
==== London ====&lt;br /&gt;
&lt;br /&gt;
Status : 13/10&lt;br /&gt;
&lt;br /&gt;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* &amp;lt;strike&amp;gt;Robert Piasek (actually in Southampton)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Queen6 Contact]&amp;lt;/strike&amp;gt;&lt;br /&gt;
* Tom Scholl (Cambridge, travel to London now and then anyway so could pick up) &amp;lt;br /&amp;gt; [mailto:thomasscholl@gmail.com]&lt;br /&gt;
* &amp;lt;strike&amp;gt;Weiss (Cambridge, could collect from London) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Weiss Contact]&amp;lt;/strike&amp;gt; (bought independently in the end)&lt;br /&gt;
* Neil Bentley (in Wiltshire) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ohnez Contact]&lt;br /&gt;
* &amp;lt;strike&amp;gt;rhn x 2 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact] &amp;lt;/strike&amp;gt; (moved)&lt;br /&gt;
* Tim Coggins&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/sonicated Contact]&lt;br /&gt;
* Michele Mattioni (I'm based in Cambridge too, but if Tom can go to London I can grab the phone in Cambridge) &amp;lt;br /&amp;gt;[mailto:mattions@gmail.com]&lt;br /&gt;
* Ben F-W (Fulham, London) [http://wiki.openmoko.org/wiki/Special:Emailuser/benfw Contact]&lt;br /&gt;
* T. Chan (Cambridge, vaguely knows Weiss) [http://wiki.openmoko.org/wiki/Special:Emailuser/TC Contact]&lt;br /&gt;
* Rob Paulson (Derby, but will be visiting London in July) [http://wiki.openmoko.org/wiki/Special:Emailuser/Myfanwy Contact]&lt;br /&gt;
* Mario &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Spirer Contact]&lt;br /&gt;
* David Pottage (actually in Reading)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/chrestomanci Contact]&lt;br /&gt;
* James Tait (Derby, but willing to pay postage from London) [http://wiki.openmoko.org/wiki/Special:Emailuser/jayteeuk Contact]&lt;br /&gt;
* Achim (Reading, but willing to pay postage or collect from London) [http://wiki.openmoko.org/wiki/Special:Emailuser/JohnDoe666 Contact]&lt;br /&gt;
* Sam Kuper (I'm based in Cambridge as well, same situation as Tom and Michele) &amp;lt;br /&amp;gt;[mailto:sam.kuper@uclmail.net]&lt;br /&gt;
&lt;br /&gt;
==== West Midlands ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Mo Abrahams (Walsall) &amp;lt;br /&amp;gt; mailto:moabrahams@dashavoo.com&lt;br /&gt;
* Jonathan Spooner (Walsall)&lt;br /&gt;
* E. Lucretiu (Stafford) [http://wiki.openmoko.org/wiki/Special:Emailuser/lucretiu Contact]&lt;br /&gt;
* John Rose (Wolverhampton) mailto:john.aaron.rose@googlemail.com&lt;br /&gt;
&lt;br /&gt;
-------------&lt;br /&gt;
Reference&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2008-July/024597.html&lt;br /&gt;
&lt;br /&gt;
http://us.direct.openmoko.com/&lt;br /&gt;
&lt;br /&gt;
http://www.gsmworld.com/roaming/gsminfo/cou_tw.shtml&lt;br /&gt;
&lt;br /&gt;
-------------&lt;br /&gt;
080801 status update by mkl23&lt;br /&gt;
&lt;br /&gt;
Check http://us.direct.openmoko.com/ for detailed contents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
phone 399-365 USD ( 365 if we got 10-pack price, but if not exactly 10, I prefer we share the discount.)&lt;br /&gt;
&lt;br /&gt;
Dboard 99 USD&lt;br /&gt;
&lt;br /&gt;
Spares Pack 49 USD&lt;br /&gt;
&lt;br /&gt;
Maybe there will be tax, or other cost that should be shared. so it is not the final figure.&lt;br /&gt;
&lt;br /&gt;
-------------&lt;br /&gt;
080730 status update by mkl23&lt;br /&gt;
&lt;br /&gt;
Thanks to the generosity of Harry of openmoko, there will be a group sale in Taiwan for sure.&lt;br /&gt;
&lt;br /&gt;
If we can collect 10 piece, then we could have the 10-pack price. But even if we can't , they would still accept the order.&lt;br /&gt;
&lt;br /&gt;
One that are interested in Taiwan, please send an e-mail to mkl23@hotmail.com, and specify the amount of the phone, debug board(DBoard), and spare packs that you want, along with your name and phone number.&lt;br /&gt;
&lt;br /&gt;
I hope it could be done fast, so the due date will be 8/17. Than I'll send the order to openmoko.&lt;br /&gt;
&lt;br /&gt;
I don't have such group sale experience yet, so mail me if you have any concern or question want to ask.&lt;br /&gt;
&lt;br /&gt;
-------------&lt;br /&gt;
Old data&lt;br /&gt;
-------------&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* mkl23 Mac Lin @ShinChu [http://wiki.openmoko.org/wiki/Special:Emailuser/mkl23 Contact]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - phone + board) Siongui [http://wiki.openmoko.org/wiki/Special:Emailuser/Siongui Contact]&lt;br /&gt;
* ykstortnilats [http://wiki.openmoko.org/wiki/Special:Emailuser/ykstortnilats Contact]&lt;br /&gt;
* 1 for pingooo [http://wiki.openmoko.org/wiki/Special:Emailuser/pingooo Contact]&lt;br /&gt;
&lt;br /&gt;
No response yet&lt;br /&gt;
* Cruz [http://wiki.openmoko.org/wiki/Special:Emailuser/cruz Contact]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Would like to wait&lt;br /&gt;
* htchien [http://wiki.openmoko.org/wiki/Special:Emailuser/htchien Contact]&lt;br /&gt;
&lt;br /&gt;
--------------&lt;br /&gt;
&lt;br /&gt;
[[Category:Group Sales]]&lt;br /&gt;
[[Category:Purchase]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Main_Page"/>
				<updated>2008-10-24T11:21:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: android distro link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main Page}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__ [[Image:Freerunner02.gif|thumb|150px|right|Neo FreeRunners]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2.5ex; text-align: center; font: bold x-large sans&amp;quot;&amp;gt;Openmoko™ - Open. Mobile. Free.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Openmoko™ is a project dedicated to delivering mobile phones with an open source software stack. Openmoko is currently selling the [[Neo FreeRunner]] phone to advanced users and will start selling it to the general public as soon as the software is more developed.&lt;br /&gt;
&lt;br /&gt;
The Openmoko stack, which includes a full X server, allows users and developers to transform mobile hardware platforms into unique products. Our license gives developers and users freedom to cosmetically customize their device or radically remix it; change the wallpaper or rebuild the entire house! It grants them the freedom, for example, to transform a phone into a medical device or point of sale device or the freedom to simply install their own favourite software. Beyond freeing the software on our devices we have also released our [http://downloads.openmoko.org/CAD/ CAD] files under Creative Commons. And at LinuxWorld 2008, we announced the release of the [http://downloads.openmoko.org/schematics/ schematics for our products].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;6&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;News and events&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;New to Openmoko?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
* 23/10: [http://onlinedev.blogspot.com/2008/10/is-openmoko-working-on-there-back-to.html Back to Basics info]&lt;br /&gt;
* 23/10: another release of [[FDOM]] announce at [http://lists.openmoko.org/pipermail/community/2008-October/034219.html Community list]&lt;br /&gt;
* 19/10: [[Community_Updates/October_19th%2C_2008|Community update]]&lt;br /&gt;
* 15/10: [[Weekly Engineering News|Openmoko Weekly Engineering News]] 41.&lt;br /&gt;
* 2/10: Nokia released [http://qtextended.org/ Qt Extended 4.4.1] ([http://qtextended.org/modules/mydownloads/visit.php?lid=86 image], [http://qtextended.org/modules/mydownloads/visit.php?lid=85 SDK])&lt;br /&gt;
* 27/9: another release of [[FDOM]]&lt;br /&gt;
* 19/9: point release of [[Om_2008.9_Update|Om 2008.9]]&lt;br /&gt;
* 11/9: The framework team releases [http://downloads.openmoko.org/framework/milestone3/ milestone 3] of the FSO distribution.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
* [[News Archive|(news archive)]]&amp;lt;!--Editors: copy removed news to News Archive! --&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;About Openmoko&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
* [[Why Openmoko]]&lt;br /&gt;
* [[Neo FreeRunner|Neo FreeRunner phone]]&lt;br /&gt;
* [[Supported Hardware]]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Getting Openmoko&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Openmoko]]&lt;br /&gt;
* [http://www.openmoko.com Openmoko Inc.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;for Users&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;for Developers&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Getting started&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Started with your Neo FreeRunner | Neo FreeRunner getting started guide]]&lt;br /&gt;
* [[Applications]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Distributions&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Distributions|Features comparison table]]&lt;br /&gt;
* [[Om 2008.8|Om 2008.8 (ASU)]] - [[Om 2007.2|Om 2007.2 (old stable)]]&lt;br /&gt;
* [[OpenmokoFramework|FSO]] - [[FDOM - a Fat and Dirty OM based distribution|FDOM]] - [[Qtopia_on_FreeRunner|Qtopia]] - [[Debian]] - [[Gentoo]] - [[Android]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko community&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Mailing List Duplicates| Mailing List Duplicates]]&lt;br /&gt;
* [[Discussion_Forums| Discussion Forums]]&lt;br /&gt;
* [[Community Repository]]&lt;br /&gt;
* [[Development resources | Development resources]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Applications development&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko developer guide]]&lt;br /&gt;
* [[Toolchain|The toolchain]]&lt;br /&gt;
&amp;lt;!-- * &amp;lt;font color=white&amp;gt;VMware&amp;lt;/font&amp;gt; --&amp;gt;&lt;br /&gt;
* [[Python|Introduction to Python]]&lt;br /&gt;
* [http://projects.openmoko.org/ Projects hosted in our GForge]&lt;br /&gt;
* [[OpenmokoFramework|Openmoko dbus-based service level framework]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Integration and distributions&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[OpenEmbedded|The OpenEmbedded distribution building framework]]&lt;br /&gt;
* [[MokoMakefile|Building Openmoko using the MokoMakefile ]]&lt;br /&gt;
* [[Opkg|The Opkg package manager]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Emulation&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko under QEMU]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Browse articles by [[:Category:Categories|Categories]].&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Android</id>
		<title>Android</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Android"/>
				<updated>2008-10-24T11:21:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: distributions template added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Distributions|Android}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This page is dedicated to porting the [http://www.android.com Android OS] to the [[Neo 1973]] and [[Neo FreeRunner]] handsets. Since the Android OS was [http://source.android.com/posts/opensource  publically released] on 20081021, [http://benno.id.au/blog/2007/11/21/android-neo1973 work] [http://perpetual-notion.blogspot.com/search/label/android is] [http://groups.google.com/group/android-porting currently underway] to port Android to the [[Neo1973 Hardware|Neo 1973]] and [[Neo_FreeRunner_GTA02_Hardware|FreeRunner]] handsets.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
# Systematically introduce patches for ARMv4T in the Android codebase&lt;br /&gt;
# Provide Neo1973 and Neo FreeRunner hardware-dependent patches in the Android codebase, leveraging the work already done by the Openmoko developers, without forcing Android-specific changes upstream&lt;br /&gt;
# Provide a useable Android filesystem and kernel on the [[Distributions]] page that conform to current Openmoko installation routines&lt;br /&gt;
&lt;br /&gt;
== Early Attempts ==&lt;br /&gt;
As [http://benno.id.au Ben Leslie] had pointed out on his [http://benno.id.au/blog/2007/11/21/android-neo1973 blog] far before the source code was released, [http://www.android.com Android] was originally designed to work with the ARMv5TE [http://en.wikipedia.org/wiki/Instruction_set_architecture instruction set architecture] (ISA), which allows for [http://en.wikipedia.org/wiki/ARM_architecture#DSP_Enhancement_Instructions DSP enhanced instructions]. Contrary to the ARMv5TE ISA, the Neo1973 and FreeRunner handsets both feature an arm920t core, which comply to the ARMv4T ISA.&lt;br /&gt;
&lt;br /&gt;
Before the source code was released, kernel trap handlers were implemented to 'emulate' the ARMv5TE ISA. Although the results worked in many cases, trapping is costly and performance suffered as a result. Moreover, without explicitly knowing which conditions were set by various instructions, such as Thumb Mode execution, the result became nondeterministic.&lt;br /&gt;
&lt;br /&gt;
== Current State ==&lt;br /&gt;
&lt;br /&gt;
With the release of the Android [http://source.android.com source code], the Open Source community is no longer limited to dealing with a binary-only product. The Open Handset Alliance (OHA) has let their source code become their product for everyone enrich and benefit from.&lt;br /&gt;
&lt;br /&gt;
Currently, porting efforts are underway in many circles. Patches should be submitted via the [http://source.android.com/submit-patches official Android channels].&lt;br /&gt;
&lt;br /&gt;
To track the status of which parts of the Android source tree contain ARMv5 specific code, I've created a table of where it is contained, and the status of patches. It can be found at: http://spreadsheets.google.com/pub?key=pzDEXnU19gkeTjpD28t-7fw [[User:Bricode]]&lt;br /&gt;
&lt;br /&gt;
= How to Help =&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
You can start by following the instructions to download and build the Android source from scratch. Please see [http://source.android.com/download http://source.android.com/download] and follow the instructions for your architecture.&lt;br /&gt;
&lt;br /&gt;
== Publicize Your Efforts ==&lt;br /&gt;
&lt;br /&gt;
It's generally a good idea to make your efforts known via wiki systems, public mailing lists, forums, and publically open version control systems.&lt;br /&gt;
&lt;br /&gt;
Always take credit for your work but please don't do it in the form of comments. Some code is already hard enough to read without comments polluting the text. The best thing to do is to create a patch and put a header with your information at the top. Collaboration systems such as git might already do this for you (??).&lt;br /&gt;
&lt;br /&gt;
If you create something new and have the ability to designate the license for it, please consider license compatibility issues.&lt;br /&gt;
&lt;br /&gt;
== Porting Strategy ==&lt;br /&gt;
&lt;br /&gt;
* Analysis and leverage of the existing build system&lt;br /&gt;
** buid/core/combo/arm-linux.mk&lt;br /&gt;
*** -D__ARCH_ARM_4__ -D__ARCH_ARM_4T__&lt;br /&gt;
*** -march=armv4t -mcpu=arm920t&lt;br /&gt;
** fix various static references to 'armv5'&lt;br /&gt;
* Isolating ARMv5TE ISA dependent code&lt;br /&gt;
** e.g. grep -n -R -i &amp;quot;${armv5te_isa_pattern}&amp;quot; ~/android&lt;br /&gt;
* Abstracting&lt;br /&gt;
** ( C/C++ ) Use inlined functions / #ifdef statments to implement functions in a portable manner&lt;br /&gt;
** ( ASM ) #ifdef statements ?&lt;br /&gt;
&lt;br /&gt;
For each ARMv5TE instruction, one could potentially&lt;br /&gt;
* Implement the instruction using general registers instead of DSP calls (i.e. eabi / softfloat)&lt;br /&gt;
* If that is a) nondeterministic, or b) slow, then sections of code need to be analyzed and hand-optimized for the ARMv4T isa&lt;br /&gt;
&lt;br /&gt;
== List of Unsupported Instructions ==&lt;br /&gt;
&lt;br /&gt;
This is a list of opcodes, extracted from the Android source, that are unsupported for ARMv4T compliant processors (specifically the arm920t). The opcodes represent instructions available for ARMv5, ARMv5T, and ARMv5TE architectures, which are not present in the ARMv4T ISA. The list was obtained by exhaustively editing the recompiling the Android source code until it compiled without error.&lt;br /&gt;
&lt;br /&gt;
Please keep in mind, that in some cases, translating these instructions into a sequence of ARMv4T instructions will be impossible and / or result in nondeterministic execution because of&lt;br /&gt;
* the requirement of additional context&lt;br /&gt;
* the tendencies of certain opcodes to change condition registers that may or may not be present in the arm920t core&lt;br /&gt;
&lt;br /&gt;
=== Opcodes ===&lt;br /&gt;
&lt;br /&gt;
{{scroll box|height=150px|text=&lt;br /&gt;
* blx&lt;br /&gt;
* clz&lt;br /&gt;
* ldrd&lt;br /&gt;
* pld&lt;br /&gt;
* smla&lt;br /&gt;
** smlabb&lt;br /&gt;
** smlabt&lt;br /&gt;
** smlatt&lt;br /&gt;
* smlal&lt;br /&gt;
* smlaw&lt;br /&gt;
** smlawb&lt;br /&gt;
** smlawt&lt;br /&gt;
* smul&lt;br /&gt;
** smulbb&lt;br /&gt;
** smulbt&lt;br /&gt;
** smull&lt;br /&gt;
** smultt&lt;br /&gt;
* smulw&lt;br /&gt;
** smulwb&lt;br /&gt;
** smulwt&lt;br /&gt;
* qadd&lt;br /&gt;
* qdadd&lt;br /&gt;
* qsub&lt;br /&gt;
* qdsub&lt;br /&gt;
* strd&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
(Please keep the opcode list in alphabetical order)&lt;br /&gt;
&lt;br /&gt;
TODO: Turn the list into a table with short descriptions of the opcodes.&lt;br /&gt;
&lt;br /&gt;
=== Scanning for Files That Use the ARMv5TE ISA ===&lt;br /&gt;
&lt;br /&gt;
Using the above list of opcodes, one can scan the Android source code for ARMv4T-incompatible instruction sequences.&lt;br /&gt;
&lt;br /&gt;
'''Code:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opcodes=&amp;quot;blx clz ldrd pld smlabb smlabt smlatt smlal smlawb smlawt smulbb smulbt smull smultt smulwb&lt;br /&gt;
smulwt qadd qdadd qsub qdsub strd&amp;quot;;&lt;br /&gt;
opcodePat=$(echo ${opcodes} | sed -e s: :\\\|:g);&lt;br /&gt;
fileList=&amp;quot;$(grep -R -i &amp;quot;\(${opcodePat}\)&amp;quot; * 2&amp;gt;/dev/null | grep -v &amp;quot;^Binary file&amp;quot; |&lt;br /&gt;
sed -e 's/:.*//' | sort -u)&amp;quot;;&lt;br /&gt;
fileList=&amp;quot;$(echo ${fileList} | grep -v &amp;quot;README\|^\(kernel/)\|\(\.txt\)$&amp;quot;)&amp;quot;;&lt;br /&gt;
for i in ${fileList}; do echo &amp;quot;* ${i}&amp;quot;; done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source Files in Android that Use the ARMv5TE ISA ===&lt;br /&gt;
&lt;br /&gt;
The list of files below may or may not be complete. There might also be some assembly code that is generated with a python script (verification?).&lt;br /&gt;
&lt;br /&gt;
{{scroll box|height=150px|text=&lt;br /&gt;
* bionic/libc/arch-arm/bionic/memcmp.S&lt;br /&gt;
* bionic/libc/arch-arm/bionic/memcmp16.S&lt;br /&gt;
* bionic/libc/arch-arm/bionic/memcpy.S&lt;br /&gt;
* bionic/libc/arch-arm/bionic/strlen.c&lt;br /&gt;
* bionic/libc/kernel/arch-arm/asm/arch/irqs.h&lt;br /&gt;
* bionic/libc/tools/gensyscalls.py&lt;br /&gt;
* bootloader/legacy/nandwrite/init.S&lt;br /&gt;
* bootloader/legacy/usbloader/init.S&lt;br /&gt;
* dalvik/vm/arch/arm/CallEABI.S&lt;br /&gt;
* dalvik/vm/arch/arm/CallOldABI.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_AGET_WIDE.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_APUT_WIDE.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_IGET_WIDE.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_IGET_WIDE_QUICK.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_IPUT_WIDE.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_IPUT_WIDE_QUICK.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_SGET_WIDE.S&lt;br /&gt;
* dalvik/vm/mterp/armv5/OP_SPUT_WIDE.S&lt;br /&gt;
* dalvik/vm/mterp/out/InterpAsm-armv5.S&lt;br /&gt;
* dalvik/vm/oo/Object.h&lt;br /&gt;
* development/emulator/qtools/armdis.cpp&lt;br /&gt;
* development/emulator/qtools/thumbdis.cpp&lt;br /&gt;
* external/elfutils/src/Makefile&lt;br /&gt;
* external/elfutils/src/Makefile.am&lt;br /&gt;
* external/elfutils/src/Makefile.in&lt;br /&gt;
* external/freetype/include/freetype/config/ftconfig.h&lt;br /&gt;
* external/jpeg/jidctfst.S&lt;br /&gt;
* external/neven/Embedded/common/src/b_BasicEm/Math.c&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/calc_sbr_synfilterbank.cpp&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/fxp_mul32_arm_gcc.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/fxp_mul32_arm_v4.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/fxp_mul32_arm_v4_gcc.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/fxp_mul32_arm_v5.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/pv_normalize.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/aac/dec/src/trans4m_freq_2_time_fxp.cpp&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/basic_op_arm_gcc_v5.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/basic_op_arm_v5.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_add.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_mac.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_msu.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_mult.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/l_sub.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mpy_32.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mpy_32_16.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/mult.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/norm_l.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/normalize_amr_wb.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_basic_op_armv5.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/pvamrwbdecoder_basic_op_gcc_armv5.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_dct_16_gcc.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_dct_9.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_dct_9_gcc.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_mdct_18.asm&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_mdct_18.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_mdct_18_gcc.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_polyphase_filter_window.asm&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_polyphase_filter_window.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/asm/pvmp3_polyphase_filter_window_gcc.s&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/pv_mp3dec_fxd_op_arm.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/pv_mp3dec_fxd_op_arm_gcc.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/mp3/dec/src/pvmp3_normalize.h&lt;br /&gt;
* external/opencore/codecs_v2/audio/sbc/enc/src/sbcenc_filter.h&lt;br /&gt;
* external/opencore/codecs_v2/video/avc_h264/dec/src/vlc.cpp&lt;br /&gt;
* external/opencore/codecs_v2/video/m4v_h263/enc/src/dct_inline.h&lt;br /&gt;
* external/opencore/codecs_v2/video/m4v_h263/enc/src/fastquant_inline.h&lt;br /&gt;
* external/opencore/codecs_v2/video/m4v_h263/enc/src/vlc_encode_inline.h&lt;br /&gt;
* external/opencore/fileformats/avi/parser/include/pv_avifile_streamlist.h&lt;br /&gt;
* external/opencore/fileformats/avi/parser/src/pv_avifile_streamlist.cpp&lt;br /&gt;
* external/openssl/crypto/bn/bn_prime.c&lt;br /&gt;
* external/qemu/target-arm/translate.c&lt;br /&gt;
* external/qemu/trace.c&lt;br /&gt;
* external/skia/include/corecg/SkFixed.h&lt;br /&gt;
* external/skia/include/corecg/SkMath.h&lt;br /&gt;
* external/skia/libcorecg/Sk64.cpp&lt;br /&gt;
* external/skia/libcorecg/SkMatrix.cpp&lt;br /&gt;
* external/skia/libsgl/effects/SkColorMatrixFilter.cpp&lt;br /&gt;
* external/skia/libsgl/sgl/SkBitmap.cpp&lt;br /&gt;
* external/skia/libsgl/sgl/SkBitmapShader.cpp&lt;br /&gt;
* external/skia/libsgl/sgl/SkGraphics.cpp&lt;br /&gt;
* external/srec/config/en.us/dictionary/c0.6.ok&lt;br /&gt;
* frameworks/base/libs/audioflinger/AudioMixer.cpp&lt;br /&gt;
* frameworks/base/libs/audioflinger/AudioResamplerSinc.cpp&lt;br /&gt;
* frameworks/base/opengl/libagl/iterators.S&lt;br /&gt;
* frameworks/base/opengl/libagl/matrix.h&lt;br /&gt;
* system/core/include/private/pixelflinger/ggl_fixed.h&lt;br /&gt;
* system/core/libpixelflinger/codeflinger/ARMAssembler.cpp&lt;br /&gt;
* system/core/libpixelflinger/codeflinger/ARMAssemblerInterface.cpp&lt;br /&gt;
* system/core/libpixelflinger/codeflinger/disassem.c&lt;br /&gt;
* system/core/libpixelflinger/codeflinger/texturing.cpp&lt;br /&gt;
* system/core/libpixelflinger/rotate90CW_4x4_16v6.S&lt;br /&gt;
* system/core/libpixelflinger/t32cb16blend.S&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
&lt;br /&gt;
Feel free to post a link to any of your work in the list below&lt;br /&gt;
&lt;br /&gt;
* 20081021 [[User:Cfriedt]] Android -&amp;gt; FreeRunner updates on my [http://perpetual-notion.blogspot.com/search/label/android blog]&lt;br /&gt;
* 20081022 [[User:Cfriedt]] I was able to 'trivially' compile all of the Android source code without error for the ARMv4T architecture by removing v5TE instructions. Although it will definitely not run anything predictably, at least now that I know the build system will work with a few simple substitutions in build/core/combo/arm-linux.mk. At this point I am able to go ahead and re-implement v5TE instructions as v4T instruction sequences instead (or re-implement entire sections of assembly with hand-optimized v4T instructions).&lt;br /&gt;
* 20081023 [[User:Bricode]] To track the status of which parts of the Android source tree contain ARMv5 specific code, I've created a table of where it is contained, and the status of patches. It can be found at: http://spreadsheets.google.com/pub?key=pzDEXnU19gkeTjpD28t-7fw&lt;br /&gt;
&lt;br /&gt;
= Important Links =&lt;br /&gt;
(Please Update Me)&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [http://source.android.com/documentation Android Documentation]&lt;br /&gt;
* [http://www.arm.com/documentation/ ARM Documentation], (keywords: armv4t, armv5t, armv5te, arm920t, arm926ej-s)&lt;br /&gt;
== Instruction Set References ==&lt;br /&gt;
* [http://infocenter.arm.com/help/topic/com.arm.doc.dvi0025b/DVI0025.pdf ARMv4T] (See section 1.4.13)&lt;br /&gt;
* [http://infocenter.arm.com/help/topic/com.arm.doc.dvi0014a/DVI0014A_ARM10T_PO.pdf ARMv5T] (See section 4.16)&lt;br /&gt;
* [http://www.arm.com/pdfs/ARM-DSP.pdf ARM DSP Enhanced Instruction Set]&lt;br /&gt;
&lt;br /&gt;
== Hardware Reference ==&lt;br /&gt;
&lt;br /&gt;
* [[Neo1973 Hardware]]&lt;br /&gt;
* [[Neo FreeRunner GTA02 Hardware]]&lt;br /&gt;
&lt;br /&gt;
== Communities ==&lt;br /&gt;
* [http://source.android.com/discuss Android Public Mailing Lists]&lt;br /&gt;
* [http://forum.koolu.org/viewforum.php?f=10 Android on FreeRunner] at KoolU.com&lt;br /&gt;
* [[Openmoko Local Groups]]&lt;br /&gt;
* [[Openmoko:Community_Portal]]&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* [[Debug_Board]]&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Main_Page/hu</id>
		<title>Main Page/hu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Main_Page/hu"/>
				<updated>2008-10-24T11:17:43Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: news update, android&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main Page}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__ [[Image:Freerunner02.gif|thumb|150px|right|Neo FreeRunners]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2.5ex; text-align: center; font: bold x-large sans&amp;quot;&amp;gt;Openmoko™ - Open. Mobile. Free.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Az Openmoko™ projekt célja teljesen szabadszoftver alapokon működő mobiltelefonok készítése. Az Openmoko Inc jelenleg haladó felhasználók részére árulja a [[Neo FreeRunner]] telefont, a hétköznapi használatra való terjesztés a szoftver további stabilizálása után kezdődik.&lt;br /&gt;
&lt;br /&gt;
Az Openmoko szoftvere lehetővé teszi, hogy a felhasználók és a fejlesztők a mobil hardver platformot igényeik szerinti, egyedi termékké alakítsák. A licenc biztosítja, hogy a felhasználók kisebb kozmetikai átalakításokon túl, teljesen saját igényeikhez formálják a telefonokat: a telefont akár orvosi készülékké vagy POS terminállá alakíthassák, illetve kedvenc szoftvereiket feltelepíthessék. A szoftver szabad licencelésén felül a készülék CAD fájlai is elérhetőek, Creative Commons licenc alatt, illetve letölthetőek a készülékek kapcsolási rajzai is.&lt;br /&gt;
&lt;br /&gt;
''Megjegyzés: Ez a weboldal jelenleg '''csak angolul''' olvasható.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;6&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Hírek és események&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Mi az az Openmoko?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
* 2008.10.23.: Ismét újabb [[FDOM]] kiadás [http://lists.openmoko.org/pipermail/community/2008-October/034219.html jelent meg]&lt;br /&gt;
* 2008.10.15.: [[Weekly Engineering News|Openmoko heti fejlesztési hírek 41.]]&lt;br /&gt;
* 2008.10.8.: [[Weekly Engineering News|Openmoko heti fejlesztési hírek 40.]]&lt;br /&gt;
* 2008.10.6.: [[Community_Updates/October_3rd%2C_2008|Közösségi hírek]]&lt;br /&gt;
* 2008.10.2.: A Nokia kiadta a [http://qtextended.org/ Qt Extented 4.4.1] változatot. ([http://qtextended.org/modules/mydownloads/visit.php?lid=86 image], [http://qtextended.org/modules/mydownloads/visit.php?lid=85 SDK])&lt;br /&gt;
* 2008.9.27.: Újabb [[FDOM]] kiadás jelent meg.&lt;br /&gt;
* 2008.9.27.: Fissítés az Om 2008.8-hoz: [[Om_2008.9_Update|Om 2008.9]]&lt;br /&gt;
* 2008.9.17.: [[17th_September%2C_2008_-_Activity_since_launch|Közösségi hírek 2008.9.17.]]&lt;br /&gt;
* 2008.9.11.: Az FSO disztribúció kiadta a [http://downloads.openmoko.org/framework/milestone3/ milestone 3] változatot.&lt;br /&gt;
* [[News Archive|(hírarchívum)]]&amp;lt;!--Editors: copy removed news to News Archive! --&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Az Openmokoról&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Introduction|Bevezető]]&lt;br /&gt;
* [[Why Openmoko|Miért Openmoko]]&lt;br /&gt;
* [[Neo FreeRunner|A Neo FreeRunner telefon]]&lt;br /&gt;
* [[Supported Hardware|Támogatott hardware]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko beszerzése&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Openmoko|Openmoko beszerzése]]&lt;br /&gt;
* [http://www.openmoko.com Openmoko Inc.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Felhasználóknak&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Fejlesztőknek&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Kezdőknek&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Started with your Neo FreeRunner|Neo FreeRunner kezdőknek]]&lt;br /&gt;
* [[Applications|Alkalmazások]]&lt;br /&gt;
* [[FAQ|Gyakori kérdések]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Disztribúciók&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Distributions|Disztribúciók összehasonlítása]]&lt;br /&gt;
* [[Om 2008.8|Om 2008.8 (ASU)]] - [[Om 2007.2|Om 2007.2 (old stable)]]&lt;br /&gt;
* [[OpenmokoFramework|FSO]] - [[FDOM - a Fat and Dirty OM based distribution|FDOM]] - [[Qtopia_on_FreeRunner|Qtopia]] - [[Debian]] - [[Gentoo]] - [[Android]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko közösség&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Discussion_Forums|Közösségi fórumok]]&lt;br /&gt;
* [[Community Repository|Közösségi szoftverek]]&lt;br /&gt;
* [[Development resources|Fejlesztői erőforrások]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Alkalmazásfejlesztés&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko developer guide|Openmoko fejlesztői kézikönyv]]&lt;br /&gt;
* [[Toolchain|A toolchain]]&lt;br /&gt;
* [[Python|Bevezetés a Pythonba]]&lt;br /&gt;
* [http://projects.openmoko.org/ Openmoko projektek]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Disztribúciók&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[OpenEmbedded|Az OpenEmbedded disztribúció fejlesztési keretrendszer]]&lt;br /&gt;
* [[MokoMakefile|Openmoko fejlesztése MokoMakefile-lal ]]&lt;br /&gt;
* [[Opkg|Az Opkg csomagkezelő]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Emuláció&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko under QEMU|Openmoko QEMU-ban]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Böngészés: [[:Category:Categories|Kategóriák]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Android</id>
		<title>Android</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Android"/>
				<updated>2008-10-23T10:53:06Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: simplify debug board reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This page is dedicated to porting the [http://www.android.com Android OS] to the [[Neo 1973]] and [[Neo FreeRunner]] handsets. Since the Android OS was [http://source.android.com/posts/opensource  publically released] on 20081021, [http://benno.id.au/blog/2007/11/21/android-neo1973 work] [http://perpetual-notion.blogspot.com/search/label/android is] [http://groups.google.com/group/android-porting currently underway] to port Android to the [[Neo1973 Hardware|Neo 1973]] and [[Neo_FreeRunner_GTA02_Hardware|FreeRunner]] handsets.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
# Systematically introduce patches for ARMv4T in the Android codebase&lt;br /&gt;
# Provide Neo1973 and Neo FreeRunner hardware-dependent patches in the Android codebase, leveraging the work already done by the Openmoko developers, without forcing Android-specific changes upstream&lt;br /&gt;
# Provide a useable Android filesystem and kernel on the [[Distributions]] page that conform to current Openmoko installation routines&lt;br /&gt;
&lt;br /&gt;
== Early Attempts ==&lt;br /&gt;
As [http://benno.id.au Ben Leslie] had pointed out on his [http://benno.id.au/blog/2007/11/21/android-neo1973 blog] far before the source code was released, [http://www.android.com Android] was originally designed to work with the ARMv5TE [http://en.wikipedia.org/wiki/Instruction_set_architecture instruction set architecture] (ISA), which allows for [http://en.wikipedia.org/wiki/ARM_architecture#DSP_Enhancement_Instructions DSP enhanced instructions]. Contrary to the ARMv5TE ISA, the Neo1973 and FreeRunner handsets both feature an arm920t core, which comply to the ARMv4T ISA.&lt;br /&gt;
&lt;br /&gt;
Before the source code was released, kernel trap handlers were implemented to 'emulate' the ARMv5TE ISA. Although the results worked in many cases, trapping is costly and performance suffered as a result. Moreover, without explicitly knowing which conditions were set by various instructions, such as Thumb Mode execution, the result became nondeterministic.&lt;br /&gt;
&lt;br /&gt;
== Current State ==&lt;br /&gt;
&lt;br /&gt;
With the release of the Android [http://source.android.com source code], the Open Source community is no longer limited to dealing with a binary-only product. The Open Handset Alliance (OHA) has let their source code become their product for everyone enrich and benefit from.&lt;br /&gt;
&lt;br /&gt;
Currently, porting efforts are underway in many circles. Patches should be submitted via the [http://source.android.com/submit-patches official Android channels].&lt;br /&gt;
&lt;br /&gt;
= How to Help =&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
You can start by following the instructions to download and build the Android source from scratch. Please see [http://source.android.com/download http://source.android.com/download] and follow the instructions for your architecture.&lt;br /&gt;
&lt;br /&gt;
== Publicize Your Efforts ==&lt;br /&gt;
&lt;br /&gt;
It's generally a good idea to make your efforts known via wiki systems, public mailing lists, forums, and publically open version control systems.&lt;br /&gt;
&lt;br /&gt;
Always take credit for your work but please don't do it in the form of comments. Some code is already hard enough to read without comments polluting the text. The best thing to do is to create a patch and put a header with your information at the top. Collaboration systems such as git might already do this for you (??).&lt;br /&gt;
&lt;br /&gt;
If you create something new and have the ability to designate the license for it, please consider license compatibility issues.&lt;br /&gt;
&lt;br /&gt;
== Porting Strategy ==&lt;br /&gt;
&lt;br /&gt;
* Analysis and leverage of the existing build system&lt;br /&gt;
** buid/core/combo/arm-linux.mk&lt;br /&gt;
*** -D__ARCH_ARM_4__ -D__ARCH_ARM_4T__&lt;br /&gt;
*** -march=armv4t -mcpu=arm920t&lt;br /&gt;
** fix various static references to 'armv5'&lt;br /&gt;
* Isolating ARMv5TE ISA dependent code&lt;br /&gt;
** e.g. grep -n -R -i &amp;quot;${armv5te_isa_pattern}&amp;quot; ~/android&lt;br /&gt;
* Abstracting&lt;br /&gt;
** ( C/C++ ) Use inlined functions / #ifdef statments to implement functions in a portable manner&lt;br /&gt;
** ( ASM ) #ifdef statements ?&lt;br /&gt;
&lt;br /&gt;
For each ARMv5TE instruction, one could potentially&lt;br /&gt;
* Implement the instruction using general registers instead of DSP calls (i.e. eabi / softfloat)&lt;br /&gt;
* If that is a) nondeterministic, or b) slow, then sections of code need to be analyzed and hand-optimized for the ARMv4T isa&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
&lt;br /&gt;
Feel free to post a link to any of your work in the list below&lt;br /&gt;
&lt;br /&gt;
* 20081021 [[User:Cfriedt]] Android -&amp;gt; FreeRunner updates on my [http://perpetual-notion.blogspot.com/search/label/android blog]&lt;br /&gt;
* 20081022 [[User:Cfriedt]] I was able to 'trivially' compile all of the Android source code without error for the ARMv4T architecture by removing v5TE instructions. Although it will definitely not run anything predictably, at least now that I know the build system will work with a few simple substitutions in build/core/combo/arm-linux.mk. At this point I am able to go ahead and re-implement v5TE instructions as v4T instruction sequences instead (or re-implement entire sections of assembly with hand-optimized v4T instructions).&lt;br /&gt;
&lt;br /&gt;
= Important Links =&lt;br /&gt;
(Please Update Me)&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [http://source.android.com/documentation Android Documentation]&lt;br /&gt;
* [http://www.arm.com/products/CPUs/cpu-arch-DSP.html DSP Enhanced Instruction Set],[http://www.arm.com/pdfs/ARM-DSP.pdf White Paper]&lt;br /&gt;
* [http://www.arm.com/documentation/ ARM Documentation], (keywords: armv4t, armv5t, armv5te)&lt;br /&gt;
&lt;br /&gt;
== Hardware Reference ==&lt;br /&gt;
&lt;br /&gt;
* [[Neo1973 Hardware]]&lt;br /&gt;
* [[Neo FreeRunner GTA02 Hardware]]&lt;br /&gt;
&lt;br /&gt;
== Communities ==&lt;br /&gt;
* [http://source.android.com/discuss Android Public Mailing Lists]&lt;br /&gt;
* [http://forum.koolu.org/viewforum.php?f=10 Android on FreeRunner] at KoolU.com&lt;br /&gt;
* [[Openmoko Local Groups]]&lt;br /&gt;
* [[Openmoko:Community_Portal]]&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* [[Debug_Board]]&lt;br /&gt;
&lt;br /&gt;
= External Links =&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Om_2008.9_Update</id>
		<title>Om 2008.9 Update</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Om_2008.9_Update"/>
				<updated>2008-10-22T19:56:33Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Known Issues */ format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Om 2008.9 Update}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
The '''Om 2008.9 Update''' is the first of many [http://en.wikipedia.org/wiki/Point_release point releases]  to come after the initial [[Om2008.8|Om 2008.8 release]] and is recommended for [http://downloads.openmoko.org/releases/ Om version 2008.8].  This includes general operating system improvements that enhance the stability, compatibility, and security of your Neo.&lt;br /&gt;
&lt;br /&gt;
For detailed information about fixes and updates, please visit [https://docs.openmoko.org/trac/query?status=closed&amp;amp;group=component&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component&amp;amp;milestone=Om2008.9 Openmoko Trac].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Products Affected:  Neo FreeRunner&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing the update ==&lt;br /&gt;
{{Warning|It is recommended that you back up your Neo prior to installing any updates.&lt;br /&gt;
Do not attempt to install 2008.9 to the Neo 1973 (GTA01).  It is not compatible with this earlier model.}}&lt;br /&gt;
=== Download and Flashing ===&lt;br /&gt;
&lt;br /&gt;
To install the exact 2008.9 point release, download the Root Filesystem and the Kernel image files from [http://downloads.openmoko.org/releases/Om2008.9/ Download] page and install according to [[Flashing the Neo FreeRunner]].&lt;br /&gt;
&lt;br /&gt;
If you prefer to stay at the head tip of the ASU distribution, just doing ''opkg update'' &amp;amp;&amp;amp; ''opkg upgrade'' is enough. You may want to flash the splash screen only, but this is cosmetic.&lt;br /&gt;
&lt;br /&gt;
The files with ''-20080916-'' in the name and the files without date are identical (symlinks actually). The three days discrepancy between 2008-09-16 (in the filenames) and 2008-09-19 (in the last modified column) is normal, that is the time it took to pull the files from the git, build the packages, test them and publish them.&lt;br /&gt;
&lt;br /&gt;
== What's Included? ==&lt;br /&gt;
&lt;br /&gt;
'''Distribution'''&lt;br /&gt;
* Created public unstable/testing/stable branches for Om 2008&lt;br /&gt;
* New meta toolchain [http://lists.openmoko.org/pipermail/devel/2008-September/002030.html Details]&lt;br /&gt;
* Fixed issue with unknown wifi showing in settings&lt;br /&gt;
* Fixed Qtopia build issues&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=10&amp;amp;component=Distro&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Illume'''&lt;br /&gt;
* Fixed suspend request issues in illume&lt;br /&gt;
* Added low battery alert signal - battery turns red&lt;br /&gt;
* Added carrier information&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=3&amp;amp;component=E+-+Illume&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=milestone&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Installer'''&lt;br /&gt;
* Improved overall error handling and stability&lt;br /&gt;
* Fixed issues with packages getting switched to wrong categories&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=6&amp;amp;component=Installer&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Locations'''&lt;br /&gt;
* Fixed issues with accuracy of tag saving&lt;br /&gt;
* Fixed tag text issues&lt;br /&gt;
* Fixed issues with the location of saving maps&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=4&amp;amp;component=Locations&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Qtopia'''&lt;br /&gt;
* Improved overall call/message handling during suspend&lt;br /&gt;
* Improved PIN dialog pop up&lt;br /&gt;
* Fixed issues with showing UTF8 correctly&lt;br /&gt;
* Improved sound handling issues during calls&lt;br /&gt;
* Improved overall GUI usability issues&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=10&amp;amp;component=Qtopia&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Settings'''&lt;br /&gt;
* Improved speed of opening/closing of application&lt;br /&gt;
* Improved suspend time handling&lt;br /&gt;
* Fixed issues with sound profile not switching correctly&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=10&amp;amp;component=Settings&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''System Software'''&lt;br /&gt;
* Fixed issues with time changes after removal of battery&lt;br /&gt;
* Fixed issues with no sound after resume&lt;br /&gt;
* Improved AUX light during charging&lt;br /&gt;
* Improved overall suspend/resume handling&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=8&amp;amp;component=System+Software&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=milestone&amp;amp;col=changetime&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
Also, along that distribution update comes a new (more sober) splash screen.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
&lt;br /&gt;
'''GSM'''&lt;br /&gt;
&lt;br /&gt;
* {{Ticket|1662}} GSM not working properly after x hours&lt;br /&gt;
* {{Ticket|1832}} Cannot dial numbers starting with * or #&lt;br /&gt;
&lt;br /&gt;
'''WiFi'''&lt;br /&gt;
&lt;br /&gt;
* {{Ticket|1929}} WiFi can only connect once&lt;br /&gt;
* A lot of focus is on wifi at the moment.  An Om update is scheduled to release once we have basic usability working on the device.&lt;br /&gt;
&lt;br /&gt;
'''Audio quality'''&lt;br /&gt;
&lt;br /&gt;
* {{Ticket|1267}} Strong echo when calling a Neo from another phone&lt;br /&gt;
* {{Ticket|1640}} Improve overall audio&lt;br /&gt;
&lt;br /&gt;
'''System Software'''&lt;br /&gt;
&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1597 After long suspend, kernel thread events]&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1315 xglamo: performance decreases after a while]&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1682 Neo turns off before reaching x]&lt;br /&gt;
&lt;br /&gt;
'''Battery'''&lt;br /&gt;
&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1158 Charging stops even while connected to the charger]&lt;br /&gt;
&lt;br /&gt;
==What's Next?==&lt;br /&gt;
Some targets for 2008.10&lt;br /&gt;
&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=accepted&amp;amp;status=assigned&amp;amp;status=in_testing&amp;amp;status=new&amp;amp;status=reopened&amp;amp;group=component&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=type&amp;amp;col=priority&amp;amp;milestone=Om2008.10 2008.10 Milestone list]&lt;br /&gt;
&lt;br /&gt;
==Reference==&lt;br /&gt;
Some useful resources:&lt;br /&gt;
&lt;br /&gt;
* [[Om2008.8|Om 2008.8]]&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;group=component&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component&amp;amp;milestone=Om2008.9 Om 2008.9 Milestone list]&lt;br /&gt;
* [http://onlinedev.blogspot.com/search/label/om2008.8%20review Alasal's Test Reports]&lt;br /&gt;
&lt;br /&gt;
* Matthias's [http://www.unixarea.de/openmoko.txt installation report].&lt;br /&gt;
&lt;br /&gt;
[[Category:Om 2008.9]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Om_2008.9_Update</id>
		<title>Om 2008.9 Update</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Om_2008.9_Update"/>
				<updated>2008-10-22T19:53:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: testing the new Ticket Template.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Om 2008.9 Update}}&lt;br /&gt;
== Summary ==&lt;br /&gt;
The '''Om 2008.9 Update''' is the first of many [http://en.wikipedia.org/wiki/Point_release point releases]  to come after the initial [[Om2008.8|Om 2008.8 release]] and is recommended for [http://downloads.openmoko.org/releases/ Om version 2008.8].  This includes general operating system improvements that enhance the stability, compatibility, and security of your Neo.&lt;br /&gt;
&lt;br /&gt;
For detailed information about fixes and updates, please visit [https://docs.openmoko.org/trac/query?status=closed&amp;amp;group=component&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component&amp;amp;milestone=Om2008.9 Openmoko Trac].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Products Affected:  Neo FreeRunner&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing the update ==&lt;br /&gt;
{{Warning|It is recommended that you back up your Neo prior to installing any updates.&lt;br /&gt;
Do not attempt to install 2008.9 to the Neo 1973 (GTA01).  It is not compatible with this earlier model.}}&lt;br /&gt;
=== Download and Flashing ===&lt;br /&gt;
&lt;br /&gt;
To install the exact 2008.9 point release, download the Root Filesystem and the Kernel image files from [http://downloads.openmoko.org/releases/Om2008.9/ Download] page and install according to [[Flashing the Neo FreeRunner]].&lt;br /&gt;
&lt;br /&gt;
If you prefer to stay at the head tip of the ASU distribution, just doing ''opkg update'' &amp;amp;&amp;amp; ''opkg upgrade'' is enough. You may want to flash the splash screen only, but this is cosmetic.&lt;br /&gt;
&lt;br /&gt;
The files with ''-20080916-'' in the name and the files without date are identical (symlinks actually). The three days discrepancy between 2008-09-16 (in the filenames) and 2008-09-19 (in the last modified column) is normal, that is the time it took to pull the files from the git, build the packages, test them and publish them.&lt;br /&gt;
&lt;br /&gt;
== What's Included? ==&lt;br /&gt;
&lt;br /&gt;
'''Distribution'''&lt;br /&gt;
* Created public unstable/testing/stable branches for Om 2008&lt;br /&gt;
* New meta toolchain [http://lists.openmoko.org/pipermail/devel/2008-September/002030.html Details]&lt;br /&gt;
* Fixed issue with unknown wifi showing in settings&lt;br /&gt;
* Fixed Qtopia build issues&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=10&amp;amp;component=Distro&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Illume'''&lt;br /&gt;
* Fixed suspend request issues in illume&lt;br /&gt;
* Added low battery alert signal - battery turns red&lt;br /&gt;
* Added carrier information&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=3&amp;amp;component=E+-+Illume&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=milestone&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Installer'''&lt;br /&gt;
* Improved overall error handling and stability&lt;br /&gt;
* Fixed issues with packages getting switched to wrong categories&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=6&amp;amp;component=Installer&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Locations'''&lt;br /&gt;
* Fixed issues with accuracy of tag saving&lt;br /&gt;
* Fixed tag text issues&lt;br /&gt;
* Fixed issues with the location of saving maps&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=4&amp;amp;component=Locations&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Qtopia'''&lt;br /&gt;
* Improved overall call/message handling during suspend&lt;br /&gt;
* Improved PIN dialog pop up&lt;br /&gt;
* Fixed issues with showing UTF8 correctly&lt;br /&gt;
* Improved sound handling issues during calls&lt;br /&gt;
* Improved overall GUI usability issues&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=10&amp;amp;component=Qtopia&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''Settings'''&lt;br /&gt;
* Improved speed of opening/closing of application&lt;br /&gt;
* Improved suspend time handling&lt;br /&gt;
* Fixed issues with sound profile not switching correctly&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=10&amp;amp;component=Settings&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=changetime&amp;amp;milestone=Om2008.9&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
'''System Software'''&lt;br /&gt;
* Fixed issues with time changes after removal of battery&lt;br /&gt;
* Fixed issues with no sound after resume&lt;br /&gt;
* Improved AUX light during charging&lt;br /&gt;
* Improved overall suspend/resume handling&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;max=8&amp;amp;component=System+Software&amp;amp;order=changetime&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=milestone&amp;amp;col=changetime&amp;amp;desc=1&amp;amp;resolution=fixed Details]&lt;br /&gt;
&lt;br /&gt;
Also, along that distribution update comes a new (more sober) splash screen.&lt;br /&gt;
&lt;br /&gt;
==Known Issues==&lt;br /&gt;
&lt;br /&gt;
'''GSM'''&lt;br /&gt;
&lt;br /&gt;
* {{Ticket|1662}} GSM not working properly after x hours]&lt;br /&gt;
* {{Ticket|1832}} Cannot dial numbers starting with * or #]&lt;br /&gt;
&lt;br /&gt;
'''WiFi'''&lt;br /&gt;
&lt;br /&gt;
* {{Ticket|1929}} WiFi can only connect once]&lt;br /&gt;
* A lot of focus is on wifi at the moment.  An Om update is scheduled to release once we have basic usability working on the device.&lt;br /&gt;
&lt;br /&gt;
'''Audio quality'''&lt;br /&gt;
&lt;br /&gt;
* {{Ticket|1267}} Strong echo when calling a Neo from another phone&lt;br /&gt;
* {{Ticket|1640}} Improve overall audio&lt;br /&gt;
&lt;br /&gt;
'''System Software'''&lt;br /&gt;
&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1597 After long suspend, kernel thread events]&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1315 xglamo: performance decreases after a while]&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1682 Neo turns off before reaching x]&lt;br /&gt;
&lt;br /&gt;
'''Battery'''&lt;br /&gt;
&lt;br /&gt;
* [http://docs.openmoko.org/trac/ticket/1158 Charging stops even while connected to the charger]&lt;br /&gt;
&lt;br /&gt;
==What's Next?==&lt;br /&gt;
Some targets for 2008.10&lt;br /&gt;
&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=accepted&amp;amp;status=assigned&amp;amp;status=in_testing&amp;amp;status=new&amp;amp;status=reopened&amp;amp;group=component&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=owner&amp;amp;col=type&amp;amp;col=priority&amp;amp;milestone=Om2008.10 2008.10 Milestone list]&lt;br /&gt;
&lt;br /&gt;
==Reference==&lt;br /&gt;
Some useful resources:&lt;br /&gt;
&lt;br /&gt;
* [[Om2008.8|Om 2008.8]]&lt;br /&gt;
* [http://docs.openmoko.org/trac/query?status=closed&amp;amp;group=component&amp;amp;order=priority&amp;amp;col=id&amp;amp;col=summary&amp;amp;col=status&amp;amp;col=type&amp;amp;col=priority&amp;amp;col=milestone&amp;amp;col=component&amp;amp;milestone=Om2008.9 Om 2008.9 Milestone list]&lt;br /&gt;
* [http://onlinedev.blogspot.com/search/label/om2008.8%20review Alasal's Test Reports]&lt;br /&gt;
&lt;br /&gt;
* Matthias's [http://www.unixarea.de/openmoko.txt installation report].&lt;br /&gt;
&lt;br /&gt;
[[Category:Om 2008.9]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/MokoMakefile</id>
		<title>MokoMakefile</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/MokoMakefile"/>
				<updated>2008-10-16T21:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* SuSE */ mandriva added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|MokoMakefile}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MokoMakefile is a Makefile which saves lots of work when setting up an Openmoko build environment.&lt;br /&gt;
By automating the setup process of a new Openmoko build environment, it provides an environment which is configured the same for all the existing developers and should therefore be preferred over manual procedures or individual setup procedures.&lt;br /&gt;
It brings the same repeatability to build environment creation and maintenance as that which the BitBake scripts bring to [[OpenEmbedded]] ease and standardize the process of building OpenEmbedded.&lt;br /&gt;
&lt;br /&gt;
MokoMakefile does not install anything into your system (it can and should be started as normal user). MokoMakefile is a wrapper around all that is required to make it easy to set up and maintain a development environment that fully complies with the setup instructions published by Openmoko.&lt;br /&gt;
&lt;br /&gt;
MokoMakefile is developed by [[User:RodWhitby|Rod Whitby]] - it is not an official product of Openmoko (although I would be happy for them to pick it up and use it internally).  If there is any discrepancy between the [[Openmoko2007.2#How_to_build|official Openmoko build instructions]], and the operation of the MokoMakefile, then you should consider the official instructions to be correct.&lt;br /&gt;
&lt;br /&gt;
The MokoMakefile is able to build both Om2008.8 (org.openmoko.asu.stable, openmoko-asu-image) and &amp;quot;Bleeding Edge&amp;quot; (org.openmoko.dev, openmoko-base-image) images.&lt;br /&gt;
&lt;br /&gt;
MokoMakefile also builds the QEMU-based Neo1973 emulator as part of the build process and has make targets to install the Openmoko images into it and run it. These commands can also be used without downloading and building the whole Openmoko OpenEmbedded distribution. This part is described in [[Using QEMU with MokoMakefile]].&lt;br /&gt;
&lt;br /&gt;
== Requirements for building Openmoko ==&lt;br /&gt;
Independent on whether MokoMakefile or a manual process is used to setup an Openmoko build environment, there are several requirements which must be fulfilled in order for the Openmoko build to succeed:&lt;br /&gt;
&lt;br /&gt;
* RAM: The build host needs to have at least 512MB of RAM, and about the same amount of swap. Some packages built by OpenEmbedded like busybox are built by compiling all source files into one binary which causes gcc to grow beyond 300MB of size and no part of this memory may be on swap for the compile to finish in predictable time. For busybox, this can be turned off, but turning this off means that busybox will not as well optimized by gcc.&lt;br /&gt;
&lt;br /&gt;
* Disk space: You need about 12 GB of available disk space for the Openmoko build to succeed (see below for a tip on how to reduce this).&lt;br /&gt;
&lt;br /&gt;
* Time: The initial build takes at least 5 hours (on 2GHz core2duo without multiprocessor optimization) and may take several days on slower machines.&lt;br /&gt;
&lt;br /&gt;
=== Required software ===&lt;br /&gt;
&lt;br /&gt;
Some distribution specific hints on preparing your build host for building OpenEmbedded are on http://wiki.openembedded.net/index.php/OEandYourDistro but they may be outdated, incomplete and do not cover everything which Openmoko needs to build.&lt;br /&gt;
&lt;br /&gt;
A good guide is [[Building Openmoko from scratch#Build host prerequisites|the section on build host prerequisites]] in [[Building Openmoko from scratch]]&lt;br /&gt;
&lt;br /&gt;
If you forgot anything which OE needs itself, OE will tell you shortly after you start building, but it does not check build dependencies of Openmoko, so you either have to install them before starting or install them after the build failed. OpenEmbedded will continue where it stopped when you restart the build afterwards.&lt;br /&gt;
&lt;br /&gt;
==== Package requirements by distribution ====&lt;br /&gt;
Your distribution needs to provide these commands in order for OpenEmbedded to start building:&lt;br /&gt;
 subversion texi2html texinfo help2man&lt;br /&gt;
&lt;br /&gt;
Openmoko needs the development packages (with header files, development libraries and tools) in order to finish building:&lt;br /&gt;
 ncurses zlib (or libz) OpenSSL GTK++&lt;br /&gt;
&lt;br /&gt;
Because there are bugs in the interaction of QEMU and GCC-4, you'll need a copy of gcc-3.x installed as well.&lt;br /&gt;
&lt;br /&gt;
===== Debian / Ubuntu =====&lt;br /&gt;
  sudo apt-get install subversion build-essential help2man diffstat texi2html texinfo cvs gawk zip unzip cogito bzip2&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install libncurses5-dev zlib1g-dev libssl-dev libgtk2.0-dev &lt;br /&gt;
  # To prevent errors in host validation&lt;br /&gt;
  sudo apt-get install ca-certificates&lt;br /&gt;
  # For Openmoko 2007.2 using BitBake-1.8.8:&lt;br /&gt;
  sudo apt-get install python-pysqlite2 sqlite3 sqlite3-doc python-pysqlite2-dbg&lt;br /&gt;
  # For building faster&lt;br /&gt;
  sudo apt-get install quilt python-psyco ccache&lt;br /&gt;
  # For qemu, install a second compiler for bug avoidance; MokoMakefile knows to look for it.&lt;br /&gt;
  sudo apt-get install gcc-3.4 g++-3.4 libsdl1.2-dev lynx netpbm dosfstools&lt;br /&gt;
&lt;br /&gt;
  # On Ubuntu 8.04 and and Debian testing/unstable, the following was required instead of cogito&lt;br /&gt;
  sudo apt-get install git-core&lt;br /&gt;
  # Ubuntu links /bin/sh to /bin/dash, but some scripts fail because they use pushd and popd, which dash does not support&lt;br /&gt;
  sudo dpkg-reconfigure dash&lt;br /&gt;
  # Select No when it asks you to install dash as /bin/sh. &lt;br /&gt;
&lt;br /&gt;
  # This may be needed only for ASU&lt;br /&gt;
  sudo apt-get install libxtst-dev&lt;br /&gt;
&lt;br /&gt;
===== SuSE =====&lt;br /&gt;
For building Openmoko on 10.3, you need&lt;br /&gt;
gcc-c++ ncurses-devel zlib-devel libopenssl-devel gtk2-devel subversion diffstat texinfo help2man&lt;br /&gt;
For MokoMakefile to not fail on compiling qemu-user, you need to use gcc33:&lt;br /&gt;
wget download.opensuse.org/repositories/devel:/tools:/gcc/openSUSE_Factory/i586/{cpp,gcc}33-3.3.3-41.8.i586.rpm&lt;br /&gt;
rpm -Uhv {cpp,gcc}33-3.3.3-41.8.i586.rpm&lt;br /&gt;
&lt;br /&gt;
See also the [[Talk:MokoMakefile#Building_on_SuSE_Linux_10.3-AMD64|Talk page on Building on SuSE Linux 10.3-AMD64]]&lt;br /&gt;
&lt;br /&gt;
10.1 and 10.2: same packages as 10.3, but install &amp;lt;code&amp;gt;openssl-devel&amp;lt;/code&amp;gt; instead of libopenssl-devel.&lt;br /&gt;
&lt;br /&gt;
===== Mandriva =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
urpmi git help2man diffstat texi2html texinfo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(Tested with Mandriva 2009.0. &amp;lt;tt&amp;gt;kernel-desktop-devel&amp;lt;/tt&amp;gt; of the current kernel is installed in advance, which installs compilers, binutils and many other general compilation tools.)&lt;br /&gt;
&lt;br /&gt;
==== For all distributions ====&lt;br /&gt;
As the QEMU-based neo1973 emulator is also built as part of the build process started by MokoMakefile, so you need gcc-3.3 and other packages for building QEMU installed. See [[Using QEMU with MokoMakefile#Build requirements|the build requirements section]] in [[Using QEMU with MokoMakefile]] for information on the required software.&lt;br /&gt;
&lt;br /&gt;
If you are having problems compiling QEMU and do not need it, you can disable building of QEMU by adding following line to build/conf/local.conf file:&lt;br /&gt;
 ENABLE_BINARY_LOCALE_GENERATION = &amp;quot;0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===== Proxy =====&lt;br /&gt;
Users behind a proxy should ensure that their proxy is configured in their wgetrc file as the http_proxy environment variable is unset by MokoMakefile.&lt;br /&gt;
&lt;br /&gt;
== Building Openmoko with MokoMakefile ==&lt;br /&gt;
&lt;br /&gt;
=== Preparations ===&lt;br /&gt;
Create your $OMDIR directory (note that you can change ~/moko to any directory you like):&lt;br /&gt;
   mkdir ~/moko ; cd ~/moko&lt;br /&gt;
If you have your ~moko dir mounted from a different file system, be sure to edit /etc/mtab to add the 'exec' permission to the file system, else bitbake will fail with error messages stating that /usr/bin/env is an invalid interpreter.&lt;br /&gt;
If you ever want to move your $OMDIR to another location, you must run&lt;br /&gt;
   make clobber ; make setup&lt;br /&gt;
to reinitialize the environment.  Yes, this will take a long time, so choose $OMDIR carefully.&lt;br /&gt;
&lt;br /&gt;
=== MokoMakefile ===&lt;br /&gt;
Grab MokoMakefile:&lt;br /&gt;
   wget http://www.rwhitby.net/files/openmoko/Makefile &lt;br /&gt;
&lt;br /&gt;
If that doesn't work, try &lt;br /&gt;
&lt;br /&gt;
   wget http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile&lt;br /&gt;
&lt;br /&gt;
{{note|MokoMakefile uses BitBake 1.8.8 which requires python-sqlite2 and sqlite-3.3 or later. Users of SUSE Linux 10.1 can update to [http://download.opensuse.org/pub/opensuse/distribution/10.2/repo/oss/suse/i586/sqlite-3.3.8-14.i586.rpm the version of openSUSE 10.2]}}&lt;br /&gt;
&lt;br /&gt;
=== Environment ===&lt;br /&gt;
If you want to make the &amp;quot;Bleeding Edge&amp;quot; (org.openmoko.dev, openmoko-base-image) image instead of the Om2008.8 image, see [[Distributions]], you need to edit your Makefile.  Read the top of the Makefile for details.&lt;br /&gt;
&lt;br /&gt;
Note that if you want to build FSO, you should use the FSO Makefile at http://downloads.freesmartphone.org rather than the MokoMakefile.&lt;br /&gt;
&lt;br /&gt;
Set up the environment with:&lt;br /&gt;
&lt;br /&gt;
   make setup&lt;br /&gt;
&lt;br /&gt;
If you are building for the Neo1973 GTA01, then also do this&lt;br /&gt;
  make setup-machine-om-gta01&lt;br /&gt;
If you are building for the FreeRunner GTA02, then also do this&lt;br /&gt;
  make setup-machine-om-gta02&lt;br /&gt;
&lt;br /&gt;
=== Building ===&lt;br /&gt;
Before starting a lengthy make process, check the [[#Tips|Tips]] section below for how to make Make multicore aware. You may want to modify the build/conf/local.conf file for your target (emulation/chroot) environment.&lt;br /&gt;
&lt;br /&gt;
   make image&lt;br /&gt;
&lt;br /&gt;
''Hint:'' The images build with this command can be found under {$OMDIR}/build/tmp/deploy/glibc/images/neo1973&lt;br /&gt;
&lt;br /&gt;
This will set up the recommended directory structure as described in [[Building Openmoko from scratch]], will download all the required software (from the right places with the right versions), and will immediately start building an image.&lt;br /&gt;
&lt;br /&gt;
Once you have done this, you can choose to continue using the MokoMakefile to initiate your subsequent builds, or you can go into the build directory and run bitbake commands manually.  The choice is yours.&lt;br /&gt;
&lt;br /&gt;
==Updating the environment==&lt;br /&gt;
For easy maintenance of your build environment the following commands are available.&lt;br /&gt;
&lt;br /&gt;
1 - To update the MokoMakefile to the latest version:&lt;br /&gt;
   make update-makefile &lt;br /&gt;
&lt;br /&gt;
Be aware that any changes you previously made to the Makefile (like the git branch to use) are lost when executing ''update-makefile''.&lt;br /&gt;
&lt;br /&gt;
2 - To make sure that any recent changes to the build directory structure have been applied:&lt;br /&gt;
   make setup &lt;br /&gt;
&lt;br /&gt;
3 - To update the Openmoko repository checkout and the MokoMakefile patches to the latest version:&lt;br /&gt;
   make update&lt;br /&gt;
&lt;br /&gt;
A quick way to rebuild a new image with the latest updates:&lt;br /&gt;
   make update-makefile &amp;amp;&amp;amp; make setup update image&lt;br /&gt;
&lt;br /&gt;
==Build issues==&lt;br /&gt;
First, make sure that the problem is reproducible after running&lt;br /&gt;
&lt;br /&gt;
 make update-makefile &amp;amp;&amp;amp; make setup &amp;amp;&amp;amp; make update&lt;br /&gt;
&lt;br /&gt;
then run&lt;br /&gt;
&lt;br /&gt;
 make clean-package-&amp;lt;foo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(where you replace &amp;lt;foo&amp;gt; with the name of the package which is failing)&lt;br /&gt;
&lt;br /&gt;
and finally&lt;br /&gt;
&lt;br /&gt;
 make image&lt;br /&gt;
&lt;br /&gt;
With luck - you should now have images in your $omdir/build/tmp/deploy/glibc/images/neo1973/ directory.&lt;br /&gt;
You can then [[Flashing openmoko|flash these]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If not, and you can get the error to occur three times in a row after running that sequence of commands (including the update and setup steps) three times, then feel free to report it to rwhitby in #openmoko on [[Development_resources#IRC|IRC]].&lt;br /&gt;
&lt;br /&gt;
If you have chronic build problems, cleaning your environment variables and re-running the build from scratch may help.  The following script should remove all non-essential variables; you should also manually trim your path to the minimum.&lt;br /&gt;
 `env | grep -Ev '^(SHELL|TERM|OLDPWD|USER|USERNAME|PATH|EDITOR|LANG|HOME|DISPLAY|_)=' \&lt;br /&gt;
 | sed 's/^\(.*\)=.*/unset \1/'`&lt;br /&gt;
&lt;br /&gt;
(you must include the backticks).&lt;br /&gt;
Note that on some boxes it is necessary to call &amp;quot;make&amp;quot; by typing &amp;quot;/usr/bin/make&amp;quot; afterwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On current Ubuntu/Debian unstable/testing boxes another trick is necessary:&lt;br /&gt;
glibc_2.6.1 fails to build since it is unable to generate the necessary locales until you type in the following line:&lt;br /&gt;
 sudo sysctl -w vm.mmap_min_addr=0&lt;br /&gt;
Note that this temporarily disables a new security vulnerability check that has entered /etc/sysctrl - but that makes problems with loads of applications.&lt;br /&gt;
To re-enable this check do the following:&lt;br /&gt;
 sudo sysctl -w vm.mmap_min_addr=65536&lt;br /&gt;
See the talk page of this article for more details on this solution.&lt;br /&gt;
&lt;br /&gt;
===Known MokoMakefile errors ===&lt;br /&gt;
==== SVN Server Certificate Errors ====&lt;br /&gt;
If you get an error like the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NOTE: Fetch svn://svn.projects.openmoko.org/svnroot/;module=assassin;proto=https&lt;br /&gt;
Error validating server certificate for 'https://svn.projects.openmoko.org:443':&lt;br /&gt;
 - The certificate is not issued by a trusted authority. Use the&lt;br /&gt;
   fingerprint to validate the certificate manually!&lt;br /&gt;
Certificate information:&lt;br /&gt;
 - Hostname: projects.openmoko.org&lt;br /&gt;
 - Valid: from Thu, 05 Jun 2008 01:02:42 GMT until Tue, 02 Dec 2008 01:02:42 GMT&lt;br /&gt;
 - Issuer: http://www.cacert.org, Root CA&lt;br /&gt;
 - Fingerprint: a5:7d:4e:37:e8:94:ee:ba:c1:e8:e9:4b:33:cb:34:91:a9:6d:d3:84&lt;br /&gt;
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of 'https://svn.projects.openmoko.org/svnroot/assassin': Server certificate verification failed: issuer is not trusted (https://svn.projects.openmoko.org)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It means you haven't yet accepted the server certificate for the SVN server.  To remedy this, execute the following commands, and hit &amp;quot;p&amp;quot; (to permanently accept the certificate) when prompted:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
svn co https://svn.projects.openmoko.org/svnroot/assassin&lt;br /&gt;
rm -rf assassin&lt;br /&gt;
cd -&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== exposure_svn and Subversion 1.5.0 ====&lt;br /&gt;
&lt;br /&gt;
If you get an error like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;quot;NameError: global name 'log' is not defined&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There's a bug with subversion 1.5.0 -- downgrade to 1.4.x (or check out the latest subversion sources and use those as they're fixed) and re-fetch the sources.&lt;br /&gt;
&lt;br /&gt;
===Fixes for distribution/environment-specific or isolated issues===&lt;br /&gt;
&lt;br /&gt;
Work-arounds for temporary or isolated problems can be found and should be added to the [[Talk:MokoMakefile|Discussion page]] which is associated with this page.  As they are fixed, they will be removed from that page.&lt;br /&gt;
&lt;br /&gt;
==Tips==&lt;br /&gt;
*Make sure umask is set to 0022 before you run &amp;quot;make setup&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If a certain package does not build due to corrupted download or some such try to remove the sources and rebuild it.&lt;br /&gt;
 rm sources/&amp;lt;package&amp;gt;*&lt;br /&gt;
 cd build&lt;br /&gt;
 . ../setup-env&lt;br /&gt;
 bitbake -crebuild &amp;lt;package&amp;gt;&lt;br /&gt;
after that your build might just work again.&lt;br /&gt;
&lt;br /&gt;
*For people with multiple CPU's (or dual-core ones) this small patch might be useful to build things faster.&lt;br /&gt;
Edit the local.conf and add the following lines:&lt;br /&gt;
 PARALLEL_MAKE = &amp;quot;-j 4&amp;quot;&lt;br /&gt;
 BB_NUMBER_THREADS = &amp;quot;4&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Change the PARALLEL_MAKE and BB_NUMBER_THREADS values to something that suits better if it chokes your machine.&lt;br /&gt;
&lt;br /&gt;
* I have some problem with the parallel building, mkfs.jffs failed to build the image because the directory was modify while the building of the fs. [[User:Patrick.hetu|patrick.hetu]] 02:19, 27 May 2008 (UTC) &lt;br /&gt;
&lt;br /&gt;
* If you encounter an error related with the qemu-native package and not compiling for the qemu, you can edit the build/conf/local.conf file and add ENABLE_BINARY_LOCALE_GENERATION = &amp;quot;0&amp;quot; line to avoid the error.&lt;br /&gt;
&lt;br /&gt;
* To prevent building tons of locales, add a line like this to local.conf:&lt;br /&gt;
 GLIBC_GENERATE_LOCALES = &amp;quot;en_US.UTF-8 nl_NL.UTF-8&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* To not build any binary locales at all, add this to local.conf:&lt;br /&gt;
 ENABLE_BINARY_LOCALE_GENERATION = &amp;quot;0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* If you want to rebuild the package indexes (for instance, after compiling a new version of a package) without building the whole &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt;, run &amp;lt;code&amp;gt;make build-package-package-index&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[User:Wurp]] will update this to be a little more comprehensible, but maybe it can help someone as-is in the meantime:&lt;br /&gt;
* If MokoMakefile always fails on some fetch in zlib, just find the binary somewhere, add it to the downloads or sources directory manually (create the .md5 matching file if necessary), and retry.&lt;br /&gt;
&lt;br /&gt;
* Make sure you do not have . in your PATH, this causes an &amp;quot;unrecognized option -Qy&amp;quot; error when building g++spec&lt;br /&gt;
&lt;br /&gt;
=== Useful commands ===&lt;br /&gt;
Here is the list (not complete) of useful MokoMakefile commands (actually make targets) and a short description of each one. These should be run inside $OMDIR directory.&lt;br /&gt;
&lt;br /&gt;
; make image : build the full development image&lt;br /&gt;
&lt;br /&gt;
; make tools : build statically-linked [[dfu-util]] and [[openocd]] binaries&lt;br /&gt;
&lt;br /&gt;
; make toolchain : builds [[toolchain]]&lt;br /&gt;
&lt;br /&gt;
; make qemu : builds qemu, downloads flash images from official repository, flashes qemu emulated Neo1973 and runs emulator (see also [[Openmoko under QEMU]]). &lt;br /&gt;
&lt;br /&gt;
; make qemu-local : same as ''make qemu'', but uses locally built images instead of official ones.&lt;br /&gt;
&lt;br /&gt;
; make run-qemu : runs qemu with usb keyboard ''(note: qemu must first be built!)''. This target starts the emulator with some predefined set of options. If you need to start it with other options (enable telnet, etc), see [[QEMU_command_line]].&lt;br /&gt;
&lt;br /&gt;
; make build-package-&amp;lt;package name&amp;gt; : buids ''&amp;lt;package name&amp;gt;'' package&lt;br /&gt;
&lt;br /&gt;
; make update-makefile : updates MokoMakefile&lt;br /&gt;
&lt;br /&gt;
; make clean-package-&amp;lt;foo&amp;gt;: cleans the &amp;quot;&amp;lt;foo&amp;gt;&amp;quot; package&lt;br /&gt;
&lt;br /&gt;
; make setup : to make sure that any recent changes to the build directory structure have been applied&lt;br /&gt;
   &lt;br /&gt;
; make update : to update the Openmoko repository checkout and the MokoMakefile patches to the latest version&lt;br /&gt;
&lt;br /&gt;
; make setup-machine-om-gta01 : setup for GTA01 version of Neo1973&lt;br /&gt;
&lt;br /&gt;
; make setup-machine-om-gta02 : setup for GTA02 version of FreeRunner&lt;br /&gt;
&lt;br /&gt;
; make build-package-package-index : Rebuild the package index&lt;br /&gt;
&lt;br /&gt;
==Developing with MokoMakefile==&lt;br /&gt;
&lt;br /&gt;
For the following explanations $OMDIR is the directory where there Makefile puts all the stuff.&lt;br /&gt;
&lt;br /&gt;
To make in-tree changes and have them built and used by qemu:&lt;br /&gt;
&lt;br /&gt;
  cd $OMDIR/openmoko&lt;br /&gt;
  quilt new descriptive-patch-name.patch&lt;br /&gt;
  quilt add trunk/src/name-of-file-to-change # do this for every file you are about to modify&lt;br /&gt;
  ...make the changes...&lt;br /&gt;
  quilt refresh # this creates a file in $OMDIR/patches/openmoko-HEAD/ and updates the quilt series file there&lt;br /&gt;
&lt;br /&gt;
Note: Do '''NOT''' use absolute paths as this confuses quilt and will get you a diff of the file against /dev/null!&lt;br /&gt;
&lt;br /&gt;
To build the changes and have them used by qemu:&lt;br /&gt;
&lt;br /&gt;
  make build-qemu&lt;br /&gt;
  make flash-qemu-local&lt;br /&gt;
  make run-qemu&lt;br /&gt;
&lt;br /&gt;
If you want to modify applications instead of the openmoko toolchain, this is what you have to do (example: openmoko-messages):&lt;br /&gt;
&lt;br /&gt;
  cd $OMDIR/build&lt;br /&gt;
  . ../setup-env&lt;br /&gt;
  bitbake -c patch openmoko-messages&lt;br /&gt;
  cd tmp/work/armv4t-linux/openmoko-messages-0.0.1+svnnow-r2_2276/openmoko-messages/&lt;br /&gt;
  ''...make the changes...''&lt;br /&gt;
  cd -&lt;br /&gt;
  bitbake -c compile openmoko-messages&lt;br /&gt;
  bitbake -c build openmoko-messages&lt;br /&gt;
&lt;br /&gt;
Note: The compile step is only necessary if you already had the package compiled before patching it.&lt;br /&gt;
&lt;br /&gt;
Note: if you just use &amp;lt;tt&amp;gt;bitbake openmoko-messages&amp;lt;/tt&amp;gt; it will remove the sources after building!&lt;br /&gt;
&lt;br /&gt;
Note: You can use the '-f' switch to force a command to be run (e.g. ''bitbake -f -c compile openmoko-messages'' to force a compile run.&lt;br /&gt;
&lt;br /&gt;
Then continue with MokoMakefile usage.&lt;br /&gt;
&lt;br /&gt;
If you want to add an application to your openmoko distribution, do this:&lt;br /&gt;
All file edits should be done using quilt as described above. That way a patch can easily be submitted to the openmoko project.&lt;br /&gt;
First, create a directory that will correspond to your package and edit a '''.bb''' file in there:&lt;br /&gt;
  cd $OMDIR/openmoko/&lt;br /&gt;
  quilt new mycoolpackage.patch&lt;br /&gt;
  mkdir trunk/openembedded/packages/mycoolpackage&lt;br /&gt;
  quilt add trunk/openembedded/packages/mycoolpackage/mycoolpackage_1.bb&lt;br /&gt;
  quilt edit trunk/openembedded/packages/mycoolpackage/mycoolpackage_1.bb&lt;br /&gt;
&lt;br /&gt;
The file should have the following content:&lt;br /&gt;
  DESCRIPTION = &amp;quot;This is a cool package&amp;quot;&lt;br /&gt;
  SECTION = &amp;quot;username/mycoolpackage&amp;quot;&lt;br /&gt;
  PV = &amp;quot;1&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
  inherit autotools&lt;br /&gt;
  &lt;br /&gt;
  SRC_URI = &amp;quot;http://www.example.com/download/mycoolpackage-1.tar.gz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Explanation:&lt;br /&gt;
* DESCRIPTION - Just a short text explaining the package&lt;br /&gt;
* SECTION - I have no clue, but I'll use username/mycoolpackage for now&lt;br /&gt;
* PV - Package Version&lt;br /&gt;
* inherit autotools - The package can be compiled by './configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install' so we tell MokoMakefile to do it this way.&lt;br /&gt;
* SRC_URI = ... - This is the download location of the package source. It's imperative that the tar.gz contains a directory called '''packagename-packageversion''' (in this case: mycoolpackage-1) so that MokoMakefile can find it automatically or the build will fail.&lt;br /&gt;
&lt;br /&gt;
This is not all. We also need to tell MokoMakfile that it needs to build and include the package in the image. To do this, do&lt;br /&gt;
  $OMDIR/openmoko# quilt edit trunk/openembedded/packages/tasks/task-openmoko.bb&lt;br /&gt;
Here, increase the value '''PR''' by one and add '''mycoolpackage \''' (with the backslash!) just before the line reading '''#  update-alternatives \'''.&lt;br /&gt;
&lt;br /&gt;
Now run&lt;br /&gt;
  quilt refresh&lt;br /&gt;
  cd ..&lt;br /&gt;
  make update image&lt;br /&gt;
&lt;br /&gt;
And if everything's alright you should now have an Openmoko image to flash to your phone or run in qemu as described above.&lt;br /&gt;
&lt;br /&gt;
=== Hello World application ===&lt;br /&gt;
&lt;br /&gt;
There is a [[Building a hello world application|Hello World!]] tutorial available too.&lt;br /&gt;
&lt;br /&gt;
==Testimonials==&lt;br /&gt;
MokoMakefile is recommended by 4 out of 4 new developers on #openmoko, with testimonials such as &amp;quot;For some reason last night I couldn't get my manual install of everything to work (bb complained about my bbpath I think) ... but with your makefile, it works great!&amp;quot;, &amp;quot;MokoMakefile rocks!&amp;quot;, &amp;quot;Wow this build system is nice - it just seems more polished than my gumstix toolchain buildroot system&amp;quot;, &amp;quot;make openmoko-devel-image :) - no magic there&amp;quot;, and &amp;quot;I have never been able to get a build to complete in the pure OE environment, whereas Mokomakefile for some reason builds fine.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Project page:&lt;br /&gt;
http://mokomakefile.projects.openmoko.org/&lt;br /&gt;
&lt;br /&gt;
[[Category:Application Developer]]&lt;br /&gt;
[[Category:System Developers]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Source_Code</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Source_Code"/>
				<updated>2008-10-16T21:28:49Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Getting source code for Om 2008.8 distribution */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most programs available for Openmoko smartphones are Free Software, thus source code is available for studying, modifying, recompiling or re-distributing.&lt;br /&gt;
&lt;br /&gt;
This page explains '''how you can receive the source code''' for the software included in the Openmoko Inc driven [[Distributions|distributions]], and '''what methods you could use to publish the source code''' if you write or modify a Free or Open Source Software for Openmoko compatible distributions.&lt;br /&gt;
&lt;br /&gt;
If you modify an existing software to run on Openmoko smartphones and you publish the binary package, please always carefully read the original license and fulfill the described requirements regarding publishing the modified source code.&lt;br /&gt;
&lt;br /&gt;
== Getting source code for Om 2008.8 distribution ==&lt;br /&gt;
&lt;br /&gt;
Om 2008.8 is built based on our [[OpenEmbedded]] tree. All source code is available on the following way:&lt;br /&gt;
&lt;br /&gt;
* The OpenEmbedded bitbake recipe files refer to the original source code&lt;br /&gt;
* The OpenEmbedded package directory contains the patches applied to build the binary&lt;br /&gt;
&lt;br /&gt;
To receive the source code for a program the easiest way is to use MokoMakefile (the following steps are explained on [[MokoMakefile]] page).&lt;br /&gt;
&lt;br /&gt;
* Install MokoMakefile dependencies&lt;br /&gt;
* Make a directory for your build environment, change to that directory&lt;br /&gt;
* Download MokoMakefile to that directory&lt;br /&gt;
* To download the OpenEmbedded git repository type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For Neo FreeRunner programs type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup-machine-om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(use gta01 for Neo 1973).&lt;br /&gt;
&lt;br /&gt;
Now you could start browsing the &amp;quot;openembedded/packages&amp;quot; and other downloaded directories finding the source code download URLs and patches, but of course the OpenEmbedded environment can do this for you. We can try with a small program, sidplayer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch sidplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will download the source code and patch it with patches applied in the Om 2008.8 release. At this point you can find the source code in the following directory (under your work directory):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/sidplayer-1.5.0-r1/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;lt;tt&amp;gt;make setup&amp;lt;/tt&amp;gt; step downloads a working copy of the Openmoko SVN, which contains the Om 2007.2 applications, but you can use the same bitbake command to receive the source code as it exactly specified in the build recipes. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch openmoko-calculator2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updates, daily builds and packages in unstable ===&lt;br /&gt;
&lt;br /&gt;
The above method retrieves the source code for software included in the release of the distribution. The same OpenEmbedded environment can be used to receive the actual source code. All you need is to change the &amp;quot;Makefile&amp;quot; (MokoMakefile) to refer to the development branch, removing the # from this line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# OM_GIT_BRANCH := org.openmoko.dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source code for one specific build of a package ===&lt;br /&gt;
&lt;br /&gt;
If you have a package from a download source, which was not accompanied with the source code, and it is not one of the above (Om 2008.8 release nor current unstable package), you have the following options to receive the source code of the &amp;quot;specific moment&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Publishing source code of your packages ==&lt;br /&gt;
&lt;br /&gt;
=== Porting an exsiting application ===&lt;br /&gt;
&lt;br /&gt;
If you port an existing application to one of the distributions available on Openmoko smartphones, make sure you clearly understand and fulfill the requirements of the original software's license.&lt;br /&gt;
&lt;br /&gt;
Many Free Software uses the [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]], which reqires you to accompany the distributed package with the corresponding source code or provide one of the other specified ways to receive the source code from you. We recommend that you always publish the source code next to the binary download, see the license for other options. Always check the actual program's license.&lt;br /&gt;
&lt;br /&gt;
Note, that you must provide the source code which exactly matches the binary package you provide. Including all your modifications. Not older, not newer source code than the binary package itself. Depending on the distribution method it may be easier to provide a link to the original source code and &amp;lt;tt&amp;gt;patch&amp;lt;/tt&amp;gt; files with your modifications, this is also allowed in most licenses.&lt;br /&gt;
&lt;br /&gt;
=== Writing new applications ===&lt;br /&gt;
&lt;br /&gt;
If you write a new program, you may decide to publish or not publish the source code. We won't go into details of advantages or disadvantages of publishing software under Free Software licenses, but we are sure that the Openmoko community will appreciate if you choose a license which provides the possibility of reading and modifying your program to their needs and redistributing it as they wish.&lt;br /&gt;
&lt;br /&gt;
See [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]] for a well designed Free Software license, which is an option to help you with good legal background for your software's licensing.&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Source_Code</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Source_Code"/>
				<updated>2008-10-16T21:25:41Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Getting source code for Om 2008.8 distribution */ openmoko-calculator2 example added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most programs available for Openmoko smartphones are Free Software, thus source code is available for studying, modifying, recompiling or re-distributing.&lt;br /&gt;
&lt;br /&gt;
This page explains '''how you can receive the source code''' for the software included in the Openmoko Inc driven [[Distributions|distributions]], and '''what methods you could use to publish the source code''' if you write or modify a Free or Open Source Software for Openmoko compatible distributions.&lt;br /&gt;
&lt;br /&gt;
If you modify an existing software to run on Openmoko smartphones and you publish the binary package, please always carefully read the original license and fulfill the described requirements regarding publishing the modified source code.&lt;br /&gt;
&lt;br /&gt;
== Getting source code for Om 2008.8 distribution ==&lt;br /&gt;
&lt;br /&gt;
Om 2008.8 is built based on our [[OpenEmbedded]] tree. All source code is available in the following way:&lt;br /&gt;
&lt;br /&gt;
* The OpenEmbedded bitbake recipe files refer to the original source code&lt;br /&gt;
* The OpenEmbedded package directory contains the patches applied to build the binary&lt;br /&gt;
&lt;br /&gt;
To receive the source code for a program the easiest way is to use MokoMakefile (the following steps are explained on [[MokoMakefile]] page).&lt;br /&gt;
&lt;br /&gt;
* Install MokoMakefile dependencies&lt;br /&gt;
* Make a directory for your build environment, change to that directory&lt;br /&gt;
* Download MokoMakefile to that directory&lt;br /&gt;
* To download the OpenEmbedded git repository type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For Neo FreeRunner programs type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup-machine-om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(use gta01 for Neo 1973).&lt;br /&gt;
&lt;br /&gt;
Now you could start browsing the &amp;quot;openembedded/packages&amp;quot; and other downloaded directories finding the source code download URLs and patches, but of course the OpenEmbedded environment can do this for you. We can try with a small program, sidplayer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch sidplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will download the source code and patch it with patches applied in the Om 2008.8 release. At this point you can find the source code in the following directory (under your work directory):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/sidplayer-1.5.0-r1/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;lt;tt&amp;gt;make setup&amp;lt;/tt&amp;gt; step downloads a working copy of the Openmoko SVN, which contains the Om 2007.2 applications, but you can use the same bitbake command to receive the source code as it exactly specified in the build recipes. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch openmoko-calculator2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updates, daily builds and packages in unstable ===&lt;br /&gt;
&lt;br /&gt;
The above method retrieves the source code for software included in the release of the distribution. The same OpenEmbedded environment can be used to receive the actual source code. All you need is to change the &amp;quot;Makefile&amp;quot; (MokoMakefile) to refer to the development branch, removing the # from this line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# OM_GIT_BRANCH := org.openmoko.dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source code for one specific build of a package ===&lt;br /&gt;
&lt;br /&gt;
If you have a package from a download source, which was not accompanied with the source code, and it is not one of the above (Om 2008.8 release nor current unstable package), you have the following options to receive the source code of the &amp;quot;specific moment&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Publishing source code of your packages ==&lt;br /&gt;
&lt;br /&gt;
=== Porting an exsiting application ===&lt;br /&gt;
&lt;br /&gt;
If you port an existing application to one of the distributions available on Openmoko smartphones, make sure you clearly understand and fulfill the requirements of the original software's license.&lt;br /&gt;
&lt;br /&gt;
Many Free Software uses the [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]], which reqires you to accompany the distributed package with the corresponding source code or provide one of the other specified ways to receive the source code from you. We recommend that you always publish the source code next to the binary download, see the license for other options. Always check the actual program's license.&lt;br /&gt;
&lt;br /&gt;
Note, that you must provide the source code which exactly matches the binary package you provide. Including all your modifications. Not older, not newer source code than the binary package itself. Depending on the distribution method it may be easier to provide a link to the original source code and &amp;lt;tt&amp;gt;patch&amp;lt;/tt&amp;gt; files with your modifications, this is also allowed in most licenses.&lt;br /&gt;
&lt;br /&gt;
=== Writing new applications ===&lt;br /&gt;
&lt;br /&gt;
If you write a new program, you may decide to publish or not publish the source code. We won't go into details of advantages or disadvantages of publishing software under Free Software licenses, but we are sure that the Openmoko community will appreciate if you choose a license which provides the possibility of reading and modifying your program to their needs and redistributing it as they wish.&lt;br /&gt;
&lt;br /&gt;
See [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]] for a well designed Free Software license, which is an option to help you with good legal background for your software's licensing.&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Source_Code</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Source_Code"/>
				<updated>2008-10-16T21:22:01Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Writing new applications */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most programs available for Openmoko smartphones are Free Software, thus source code is available for studying, modifying, recompiling or re-distributing.&lt;br /&gt;
&lt;br /&gt;
This page explains '''how you can receive the source code''' for the software included in the Openmoko Inc driven [[Distributions|distributions]], and '''what methods you could use to publish the source code''' if you write or modify a Free or Open Source Software for Openmoko compatible distributions.&lt;br /&gt;
&lt;br /&gt;
If you modify an existing software to run on Openmoko smartphones and you publish the binary package, please always carefully read the original license and fulfill the described requirements regarding publishing the modified source code.&lt;br /&gt;
&lt;br /&gt;
== Getting source code for Om 2008.8 distribution ==&lt;br /&gt;
&lt;br /&gt;
Om 2008.8 is built based on our [[OpenEmbedded]] tree. All source code is available in the following way:&lt;br /&gt;
&lt;br /&gt;
* The OpenEmbedded bitbake recipe files refer to the original source code&lt;br /&gt;
* The OpenEmbedded package directory contains the patches applied to build the binary&lt;br /&gt;
&lt;br /&gt;
To receive the source code for a program the easiest way is to use MokoMakefile (the following steps are explained on [[MokoMakefile]] page).&lt;br /&gt;
&lt;br /&gt;
* Install MokoMakefile dependencies&lt;br /&gt;
* Make a directory for your build environment, change to that directory&lt;br /&gt;
* Download MokoMakefile to that directory&lt;br /&gt;
* To download the OpenEmbedded git repository type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For Neo FreeRunner programs type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup-machine-om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(use gta01 for Neo 1973).&lt;br /&gt;
&lt;br /&gt;
Now you could start browsing the &amp;quot;openembedded/packages&amp;quot; and other downloaded directories finding the source code download URLs and patches, but of course the OpenEmbedded environment can do this for you. We can try with a small program, sidplayer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch sidplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will download the source code and patch it with patches applied in the Om 2008.8 release. At this point you can find the source code in the following directory (under your work directory):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/sidplayer-1.5.0-r1/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updates, daily builds and packages in unstable ===&lt;br /&gt;
&lt;br /&gt;
The above method retrieves the source code for software included in the release of the distribution. The same OpenEmbedded environment can be used to receive the actual source code. All you need is to change the &amp;quot;Makefile&amp;quot; (MokoMakefile) to refer to the development branch, removing the # from this line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# OM_GIT_BRANCH := org.openmoko.dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source code for one specific build of a package ===&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Publishing source code of your packages ==&lt;br /&gt;
&lt;br /&gt;
=== Porting an exsiting application ===&lt;br /&gt;
&lt;br /&gt;
If you port an existing application to one of the distributions available on Openmoko smartphones, make sure you clearly understand and fulfill the requirements of the original software's license.&lt;br /&gt;
&lt;br /&gt;
Many Free Software uses the [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]], which reqires you to accompany the distributed package with the corresponding source code or provide one of the other specified ways to receive the source code from you. We recommend that you always publish the source code next to the binary download, see the license for other options. Always check the actual program's license.&lt;br /&gt;
&lt;br /&gt;
Note, that you must provide the source code which exactly matches the binary package you provide. Including all your modifications. Not older, not newer source code than the binary package itself. Depending on the distribution method it may be easier to provide a link to the original source code and &amp;lt;tt&amp;gt;patch&amp;lt;/tt&amp;gt; files with your modifications, this is also allowed in most licenses.&lt;br /&gt;
&lt;br /&gt;
=== Writing new applications ===&lt;br /&gt;
&lt;br /&gt;
If you write a new program, you may decide to publish or not publish the source code. We won't go into details of advantages or disadvantages of publishing software under Free Software licenses, but we are sure that the Openmoko community will appreciate if you choose a license which provides the possibility of reading and modifying your program to their needs and redistributing it as they wish.&lt;br /&gt;
&lt;br /&gt;
See [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]] for a well designed Free Software license, which is an option to help you with good legal background for your software's licensing.&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Source_Code</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Source_Code"/>
				<updated>2008-10-16T21:20:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Porting an exsiting application */ format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most programs available for Openmoko smartphones are Free Software, thus source code is available for studying, modifying, recompiling or re-distributing.&lt;br /&gt;
&lt;br /&gt;
This page explains '''how you can receive the source code''' for the software included in the Openmoko Inc driven [[Distributions|distributions]], and '''what methods you could use to publish the source code''' if you write or modify a Free or Open Source Software for Openmoko compatible distributions.&lt;br /&gt;
&lt;br /&gt;
If you modify an existing software to run on Openmoko smartphones and you publish the binary package, please always carefully read the original license and fulfill the described requirements regarding publishing the modified source code.&lt;br /&gt;
&lt;br /&gt;
== Getting source code for Om 2008.8 distribution ==&lt;br /&gt;
&lt;br /&gt;
Om 2008.8 is built based on our [[OpenEmbedded]] tree. All source code is available in the following way:&lt;br /&gt;
&lt;br /&gt;
* The OpenEmbedded bitbake recipe files refer to the original source code&lt;br /&gt;
* The OpenEmbedded package directory contains the patches applied to build the binary&lt;br /&gt;
&lt;br /&gt;
To receive the source code for a program the easiest way is to use MokoMakefile (the following steps are explained on [[MokoMakefile]] page).&lt;br /&gt;
&lt;br /&gt;
* Install MokoMakefile dependencies&lt;br /&gt;
* Make a directory for your build environment, change to that directory&lt;br /&gt;
* Download MokoMakefile to that directory&lt;br /&gt;
* To download the OpenEmbedded git repository type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For Neo FreeRunner programs type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup-machine-om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(use gta01 for Neo 1973).&lt;br /&gt;
&lt;br /&gt;
Now you could start browsing the &amp;quot;openembedded/packages&amp;quot; and other downloaded directories finding the source code download URLs and patches, but of course the OpenEmbedded environment can do this for you. We can try with a small program, sidplayer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch sidplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will download the source code and patch it with patches applied in the Om 2008.8 release. At this point you can find the source code in the following directory (under your work directory):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/sidplayer-1.5.0-r1/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updates, daily builds and packages in unstable ===&lt;br /&gt;
&lt;br /&gt;
The above method retrieves the source code for software included in the release of the distribution. The same OpenEmbedded environment can be used to receive the actual source code. All you need is to change the &amp;quot;Makefile&amp;quot; (MokoMakefile) to refer to the development branch, removing the # from this line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# OM_GIT_BRANCH := org.openmoko.dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source code for one specific build of a package ===&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Publishing source code of your packages ==&lt;br /&gt;
&lt;br /&gt;
=== Porting an exsiting application ===&lt;br /&gt;
&lt;br /&gt;
If you port an existing application to one of the distributions available on Openmoko smartphones, make sure you clearly understand and fulfill the requirements of the original software's license.&lt;br /&gt;
&lt;br /&gt;
Many Free Software uses the [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]], which reqires you to accompany the distributed package with the corresponding source code or provide one of the other specified ways to receive the source code from you. We recommend that you always publish the source code next to the binary download, see the license for other options. Always check the actual program's license.&lt;br /&gt;
&lt;br /&gt;
Note, that you must provide the source code which exactly matches the binary package you provide. Including all your modifications. Not older, not newer source code than the binary package itself. Depending on the distribution method it may be easier to provide a link to the original source code and &amp;lt;tt&amp;gt;patch&amp;lt;/tt&amp;gt; files with your modifications, this is also allowed in most licenses.&lt;br /&gt;
&lt;br /&gt;
=== Writing new applications ===&lt;br /&gt;
&lt;br /&gt;
If you write a new program, you may decide to publish or not publish the source code. We won't go into details of advantages or disadvantages of publishing software with under Free Software licenses, but we are sure that the Openmoko smartphone community will appreciate if you choose a license which provides the possibility of reading and modifying your program to their needs and redistributing it as they wish.&lt;br /&gt;
&lt;br /&gt;
See [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]] for a well designed Free Software license, which is an option to help you with good legal background for your software's licensing.&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Source_Code</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Source_Code"/>
				<updated>2008-10-16T21:15:50Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Getting source code for Om 2008.8 distribution */ format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most programs available for Openmoko smartphones are Free Software, thus source code is available for studying, modifying, recompiling or re-distributing.&lt;br /&gt;
&lt;br /&gt;
This page explains '''how you can receive the source code''' for the software included in the Openmoko Inc driven [[Distributions|distributions]], and '''what methods you could use to publish the source code''' if you write or modify a Free or Open Source Software for Openmoko compatible distributions.&lt;br /&gt;
&lt;br /&gt;
If you modify an existing software to run on Openmoko smartphones and you publish the binary package, please always carefully read the original license and fulfill the described requirements regarding publishing the modified source code.&lt;br /&gt;
&lt;br /&gt;
== Getting source code for Om 2008.8 distribution ==&lt;br /&gt;
&lt;br /&gt;
Om 2008.8 is built based on our [[OpenEmbedded]] tree. All source code is available in the following way:&lt;br /&gt;
&lt;br /&gt;
* The OpenEmbedded bitbake recipe files refer to the original source code&lt;br /&gt;
* The OpenEmbedded package directory contains the patches applied to build the binary&lt;br /&gt;
&lt;br /&gt;
To receive the source code for a program the easiest way is to use MokoMakefile (the following steps are explained on [[MokoMakefile]] page).&lt;br /&gt;
&lt;br /&gt;
* Install MokoMakefile dependencies&lt;br /&gt;
* Make a directory for your build environment, change to that directory&lt;br /&gt;
* Download MokoMakefile to that directory&lt;br /&gt;
* To download the OpenEmbedded git repository type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For Neo FreeRunner programs type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup-machine-om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(use gta01 for Neo 1973).&lt;br /&gt;
&lt;br /&gt;
Now you could start browsing the &amp;quot;openembedded/packages&amp;quot; and other downloaded directories finding the source code download URLs and patches, but of course the OpenEmbedded environment can do this for you. We can try with a small program, sidplayer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch sidplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will download the source code and patch it with patches applied in the Om 2008.8 release. At this point you can find the source code in the following directory (under your work directory):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/sidplayer-1.5.0-r1/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updates, daily builds and packages in unstable ===&lt;br /&gt;
&lt;br /&gt;
The above method retrieves the source code for software included in the release of the distribution. The same OpenEmbedded environment can be used to receive the actual source code. All you need is to change the &amp;quot;Makefile&amp;quot; (MokoMakefile) to refer to the development branch, removing the # from this line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# OM_GIT_BRANCH := org.openmoko.dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source code for one specific build of a package ===&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Publishing source code of your packages ==&lt;br /&gt;
&lt;br /&gt;
=== Porting an exsiting application ===&lt;br /&gt;
&lt;br /&gt;
If you port an existing application to one of the distributions available on Openmoko smartphones, make sure you clearly understand and fulfill the requirements of the original software's license.&lt;br /&gt;
&lt;br /&gt;
Many Free Software uses the [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]], which reqires you to accompany the distributed package with the corresponding source code or alternatively provide various methods to receive the source code from you. We recommend that you always publish the source code next to the binary package, see the license for other options. Always check the acutal program's license.&lt;br /&gt;
&lt;br /&gt;
Note, that you must provide the source code which exactly matches the binary package you provide. Including all modifications. Not older, not newer source code than the binary package.&lt;br /&gt;
&lt;br /&gt;
=== Writing new applications ===&lt;br /&gt;
&lt;br /&gt;
If you write a new program, you may decide to publish or not publish the source code. We won't go into details of advantages or disadvantages of publishing software with under Free Software licenses, but we are sure that the Openmoko smartphone community will appreciate if you choose a license which provides the possibility of reading and modifying your program to their needs and redistributing it as they wish.&lt;br /&gt;
&lt;br /&gt;
See [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]] for a well designed Free Software license, which is an option to help you with good legal background for your software's licensing.&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Source_Code</id>
		<title>Source Code</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Source_Code"/>
				<updated>2008-10-16T21:14:00Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most programs available for Openmoko smartphones are Free Software, thus source code is available for studying, modifying, recompiling or re-distributing.&lt;br /&gt;
&lt;br /&gt;
This page explains '''how you can receive the source code''' for the software included in the Openmoko Inc driven [[Distributions|distributions]], and '''what methods you could use to publish the source code''' if you write or modify a Free or Open Source Software for Openmoko compatible distributions.&lt;br /&gt;
&lt;br /&gt;
If you modify an existing software to run on Openmoko smartphones and you publish the binary package, please always carefully read the original license and fulfill the described requirements regarding publishing the modified source code.&lt;br /&gt;
&lt;br /&gt;
== Getting source code for Om 2008.8 distribution ==&lt;br /&gt;
&lt;br /&gt;
Om 2008.8 is built based on [[OpenEmbedded]]. All source code is available in the following source:&lt;br /&gt;
&lt;br /&gt;
* The OpenEmbedded bitbake recipe files refer to the original source code&lt;br /&gt;
* The OpenEmbedded package directory contains the patches applied to build the binary&lt;br /&gt;
&lt;br /&gt;
To receive the source code for a program the easiest way is to use MokoMakefile (the following steps are desribed on [[MokoMakefile]] page).&lt;br /&gt;
&lt;br /&gt;
* Install MokoMakefile dependencies&lt;br /&gt;
* Make a directory for your build environment, change to that directory&lt;br /&gt;
* Download MokoMakefile to that directory&lt;br /&gt;
* To download the OpenEmbedded git repository type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* For Neo FreeRunner programs type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make setup-machine-om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(use gta01 for Neo 1973).&lt;br /&gt;
&lt;br /&gt;
Now you could start browsing the &amp;quot;openembedded/packages&amp;quot; and other downloaded directories finding the source code download URLs and patches, but of course the OpenEmbedded environment can do this for you. We can try with a small program, sidplayer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake -c patch sidplayer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will download the source code and patch it with patches applied in the Om 2008.8 release. At this point you can find the source code in the following directory (under your work directory):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/&lt;br /&gt;
tmp/work/armv4t-angstrom-linux-gnueabi/sidplayer-1.5.0-r1/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Updates, daily builds and packages in unstable ===&lt;br /&gt;
&lt;br /&gt;
The above method retrieves the source code for software included in the release of the distribution. The same OpenEmbedded environment can be used to receive the actual source code. All you need is to change the &amp;quot;Makefile&amp;quot; (MokoMakefile) to refer to the development branch, removing the # from this line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# OM_GIT_BRANCH := org.openmoko.dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Source code for one specific build of a package ===&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== Publishing source code of your packages ==&lt;br /&gt;
&lt;br /&gt;
=== Porting an exsiting application ===&lt;br /&gt;
&lt;br /&gt;
If you port an existing application to one of the distributions available on Openmoko smartphones, make sure you clearly understand and fulfill the requirements of the original software's license.&lt;br /&gt;
&lt;br /&gt;
Many Free Software uses the [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]], which reqires you to accompany the distributed package with the corresponding source code or alternatively provide various methods to receive the source code from you. We recommend that you always publish the source code next to the binary package, see the license for other options. Always check the acutal program's license.&lt;br /&gt;
&lt;br /&gt;
Note, that you must provide the source code which exactly matches the binary package you provide. Including all modifications. Not older, not newer source code than the binary package.&lt;br /&gt;
&lt;br /&gt;
=== Writing new applications ===&lt;br /&gt;
&lt;br /&gt;
If you write a new program, you may decide to publish or not publish the source code. We won't go into details of advantages or disadvantages of publishing software with under Free Software licenses, but we are sure that the Openmoko smartphone community will appreciate if you choose a license which provides the possibility of reading and modifying your program to their needs and redistributing it as they wish.&lt;br /&gt;
&lt;br /&gt;
See [[http://www.gnu.org/copyleft/gpl.html GNU General Public License]] for a well designed Free Software license, which is an option to help you with good legal background for your software's licensing.&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Main_Page/hu</id>
		<title>Main Page/hu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Main_Page/hu"/>
				<updated>2008-10-15T21:33:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: news&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main Page}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__ [[Image:Freerunner02.gif|thumb|150px|right|Neo FreeRunners]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2.5ex; text-align: center; font: bold x-large sans&amp;quot;&amp;gt;Openmoko™ - Open. Mobile. Free.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Az Openmoko™ projekt célja teljesen szabadszoftver alapokon működő mobiltelefonok készítése. Az Openmoko Inc jelenleg haladó felhasználók részére árulja a [[Neo FreeRunner]] telefont, a hétköznapi használatra való terjesztés a szoftver további stabilizálása után kezdődik.&lt;br /&gt;
&lt;br /&gt;
Az Openmoko szoftvere lehetővé teszi, hogy a felhasználók és a fejlesztők a mobil hardver platformot igényeik szerinti, egyedi termékké alakítsák. A licenc biztosítja, hogy a felhasználók kisebb kozmetikai átalakításokon túl, teljesen saját igényeikhez formálják a telefonokat: a telefont akár orvosi készülékké vagy POS terminállá alakíthassák, illetve kedvenc szoftvereiket feltelepíthessék. A szoftver szabad licencelésén felül a készülék CAD fájlai is elérhetőek, Creative Commons licenc alatt, illetve letölthetőek a készülékek kapcsolási rajzai is.&lt;br /&gt;
&lt;br /&gt;
''Megjegyzés: Ez a weboldal jelenleg '''csak angolul''' olvasható.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;6&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Hírek és események&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Mi az az Openmoko?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
* 2008.10.15.: [[Weekly Engineering News|Openmoko heti fejlesztési hírek 41.]]&lt;br /&gt;
* 2008.10.8.: [[Weekly Engineering News|Openmoko heti fejlesztési hírek 40.]]&lt;br /&gt;
* 2008.10.6.: [[Community_Updates/October_3rd%2C_2008|Közösségi hírek]]&lt;br /&gt;
* 2008.10.2.: A Nokia kiadta a [http://qtextended.org/ Qt Extented 4.4.1] változatot. ([http://qtextended.org/modules/mydownloads/visit.php?lid=86 image], [http://qtextended.org/modules/mydownloads/visit.php?lid=85 SDK])&lt;br /&gt;
* 2008.9.27.: Újabb [[FDOM]] kiadás jelent meg.&lt;br /&gt;
* 2008.9.27.: Fissítés az Om 2008.8-hoz: [[Om2008.9_Update|Om 2008.9]]&lt;br /&gt;
* 2008.9.17.: [[17th_September%2C_2008_-_Activity_since_launch|Közösségi hírek 2008.9.17.]]&lt;br /&gt;
* 2008.9.11.: Az FSO disztribúció kiadta a [http://downloads.openmoko.org/framework/milestone3/ milestone 3] változatot.&lt;br /&gt;
* 2008.9.2.: A Trolltech loadta a [http://www.qtopia.net/modules/mydownloads/singlefile.php?lid=83 Qtopia 4.3.3-snapshot] változatot.&lt;br /&gt;
* [[News Archive|(hírarchívum)]]&amp;lt;!--Editors: copy removed news to News Archive! --&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Az Openmokoról&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Introduction|Bevezető]]&lt;br /&gt;
* [[Why Openmoko|Miért Openmoko]]&lt;br /&gt;
* [[Neo FreeRunner|A Neo FreeRunner telefon]]&lt;br /&gt;
* [[Supported Hardware|Támogatott hardware]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko beszerzése&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Openmoko|Openmoko beszerzése]]&lt;br /&gt;
* [http://www.openmoko.com Openmoko Inc.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Felhasználóknak&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Fejlesztőknek&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Kezdőknek&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Started with your Neo FreeRunner|Neo FreeRunner kezdőknek]]&lt;br /&gt;
* [[Applications|Alkalmazások]]&lt;br /&gt;
* [[FAQ|Gyakori kérdések]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Disztribúciók&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Distributions|Disztribúciók összehasonlítása]]&lt;br /&gt;
* [[Om 2008.8|Om 2008.8 (ASU)]] - [[Om 2007.2|Om 2007.2 (old stable)]]&lt;br /&gt;
* [[OpenmokoFramework|FSO]] - [[FDOM - a Fat and Dirty OM based distribution|FDOM]] - [[Qtopia_on_FreeRunner|Qtopia]] - [[Debian|Debian]] - [[Gentoo|Gentoo]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko közösség&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Discussion_Forums|Közösségi fórumok]]&lt;br /&gt;
* [[Community Repository|Közösségi szoftverek]]&lt;br /&gt;
* [[Development resources|Fejlesztői erőforrások]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Alkalmazásfejlesztés&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko developer guide|Openmoko fejlesztői kézikönyv]]&lt;br /&gt;
* [[Toolchain|A toolchain]]&lt;br /&gt;
* [[Python|Bevezetés a Pythonba]]&lt;br /&gt;
* [http://projects.openmoko.org/ Openmoko projektek]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Disztribúciók&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[OpenEmbedded|Az OpenEmbedded disztribúció fejlesztési keretrendszer]]&lt;br /&gt;
* [[MokoMakefile|Openmoko fejlesztése MokoMakefile-lal ]]&lt;br /&gt;
* [[Opkg|Az Opkg csomagkezelő]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Emuláció&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko under QEMU|Openmoko QEMU-ban]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Böngészés: [[:Category:Categories|Kategóriák]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Nokia-charging-stand.jpg</id>
		<title>File:Nokia-charging-stand.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Nokia-charging-stand.jpg"/>
				<updated>2008-10-15T19:48:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: uploaded a new version of &amp;quot;Image:Nokia-charging-stand.jpg&amp;quot;: Charging stand photo including a Neo FreeRunner battery compatible non-nokia wall charger. The Nokia Charging Stand is a pass-through device only.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Charger for Nokia BL-5C. There are several important points to note:&lt;br /&gt;
&lt;br /&gt;
1. This is just a charging stand and does not include a charger&lt;br /&gt;
2. No one has actually tried using this&lt;br /&gt;
&lt;br /&gt;
[[Category:Battery]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2008-10-14T21:31:19Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Pages proposed for deletion */ removed links to deleted pages (&amp;quot;what links here&amp;quot; checked)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you think something is wrong with a Wiki page, please fix it. If the problem is larger with this Wiki in general, please add your thoughts on this page and mail the openmoko [https://lists.openmoko.org/mailman/listinfo/documentation| documentation mailing list]. You may just want to read existing proposals and put your vote on them, [[Wiki Maintainers]] will appreciate. [[Wiki maintain agenda]].&lt;br /&gt;
&lt;br /&gt;
When adding an issue please &lt;br /&gt;
&lt;br /&gt;
* Provide a reason&lt;br /&gt;
* Provide your name as vote for the action to be taken (you can automatically enter your username by typing &amp;quot;&amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
{{Warning|Comments without name might be deleted without consideration. We may need to ask for more information before implementing a proposal. Thanks for understanding.}}&lt;br /&gt;
&lt;br /&gt;
Accepted and implemented requests should be deleted. Rejected requests should be moved to the bottom of the page to avoid requesting them again.&lt;br /&gt;
&lt;br /&gt;
==Wiki Pages==&lt;br /&gt;
&lt;br /&gt;
I think that we should use specific &amp;quot;editor's notes templates&amp;quot; rather that nominate individual pages here. We can make automatic list of pages using a given template by having a Category:X tag inside the template. See for example the [[:Category:ToDo]] . [[User:MinhHaDuong|MinhHaDuong]] 09:44, 7 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[Openmoko:Community Portal]]&lt;br /&gt;
* [[AR6K]] (Needs more info)&lt;br /&gt;
* [[GTA02 partitions]]: seems to be about the GTA01; could someone with a GTA02 please correct the partition sizes and names?&lt;br /&gt;
* [[Advanced_End-user]], [[Basic_End-user]], [[System_Developer]]: These are not up to the standard we set for List Pages on [[Openmoko_Wiki_Editing_Guidelines#List_pages]] [[User:Kempelen|Kempelen]]&lt;br /&gt;
&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning Openmoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
*I suggest merging the editing help pages:&lt;br /&gt;
**[[Help:Editing]]&lt;br /&gt;
**[[Edit Wiki]]&lt;br /&gt;
&lt;br /&gt;
*pages about GPS:&lt;br /&gt;
**[[Hardware:AGPS]]&lt;br /&gt;
**[[Gpsd]]&lt;br /&gt;
**[[Neo 1973 GPS]]&lt;br /&gt;
**[[Neo FreeRunner GPS]]&lt;br /&gt;
&lt;br /&gt;
*applications:&lt;br /&gt;
**[[Available Packages]]&lt;br /&gt;
**[[Applications]]&lt;br /&gt;
**[[Applications directory]]&lt;br /&gt;
**[[Openmoko Community Applications]]&lt;br /&gt;
**[[Om 2007.2 Applications]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
* [[Wishlist:Text Input]] - tidy up/sort, give short feedback to each method&lt;br /&gt;
* [[Booting_from_SD]] - tidy up and a rewrite&lt;br /&gt;
&lt;br /&gt;
=== Pages proposed for deletion ===&lt;br /&gt;
&lt;br /&gt;
'''Please help cleaning these''': Check if there is a red (nonexisting) link in this table, click it, click &amp;quot;What links here&amp;quot; in the toolbox and '''update the broken links'''. When done, remove the deleted entry from this table.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=0&lt;br /&gt;
!Page&lt;br /&gt;
!Reason&lt;br /&gt;
!Yes kill it votes&lt;br /&gt;
!No keep it votes&lt;br /&gt;
|-&lt;br /&gt;
| Nothing is propsed for deletion at the moment || || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See also: [[:Category:Candidates for speedy deletion]]&lt;br /&gt;
&lt;br /&gt;
=== Pages that especially need work === &lt;br /&gt;
&lt;br /&gt;
* [[Special:Lonelypages]] - Orphaned pages&lt;br /&gt;
* [[Special:DoubleRedirects]] - Pages that redirect to a redirected page&lt;br /&gt;
* [[Special:Popularpages]] - Pages that get viewed a lot&lt;br /&gt;
* [[Special:Ancientpages]] - Old pages&lt;br /&gt;
* [[Special:Newpages]] - New pages&lt;br /&gt;
* [[Special:Wantedpages]] - Wanted pages&lt;br /&gt;
* [[Special:Uncategorizedpages]]&lt;br /&gt;
* [[Special:Shortpages]] - Informationally light pages&lt;br /&gt;
* [[Special:BrokenRedirects]] - Broken redirects&lt;br /&gt;
&lt;br /&gt;
=== Application pages ===&lt;br /&gt;
&lt;br /&gt;
Maturity level ideas from the documentation list copied by [[User:Kempelen|Kempelen]] 19:05, 1 October 2008 (UTC):&lt;br /&gt;
&lt;br /&gt;
* It might be nice to have a single word stating the code maturity, perhaps only 3 simple options like prototype, functional, mature&lt;br /&gt;
* Why not stick with pre-alpha, alpha, beta, stable, mature&lt;br /&gt;
&lt;br /&gt;
Decision postponed. :-) (Feel free to vote here anyway.)&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
{{Main|:Category talk:Categories}}&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
&lt;br /&gt;
We have discussed design on the mailing list, with the conclusion that revising was not a big priority. However, the wiki should be skinnable from user-space by editing : http://wiki.openmoko.org/wiki/MediaWiki:Common.css . And for development, each user can have his/her own CSS to eat his own dogfood. But I can't seem to make this feature work here.&lt;br /&gt;
Reference: http://en.wikipedia.org/wiki/Help:Monobook&lt;br /&gt;
[[User:MinhHaDuong|MinhHaDuong]] 12:26, 12 September 2008 (UTC).&lt;br /&gt;
&lt;br /&gt;
* The gutter is too wide&lt;br /&gt;
* Too much footer's padding&lt;br /&gt;
* Could shave 1 or 2 em of vertical space in the header&lt;br /&gt;
* The tabbed navigation layout is non-standard (no framing effect)&lt;br /&gt;
* The search box is below the fold (depends on window height of course)&lt;br /&gt;
* The toolbox (bottom left) has no border&lt;br /&gt;
* Mediawiki's user personal toolbox is prohibited&lt;br /&gt;
* Too many links in the navbar that belongs to the home page but not to every page&lt;br /&gt;
&lt;br /&gt;
== Portals ==&lt;br /&gt;
&lt;br /&gt;
We should explore another wiki organization tool: [http://en.wikipedia.org/wiki/Portal:Contents/Portals portals]. A portal is an introductory page for a given topic. It complements the main article of the subject by introducing the reader to key articles, images, and categories that further describe the subject. Portals also help editors find related projects and things they can do to help. [[User:MinhHaDuong|MinhHaDuong]] 13:53, 20 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Navigation templates ==&lt;br /&gt;
&lt;br /&gt;
(FYI Description moved to [[Openmoko_Wiki_Editing_Guidelines#Navigation_templates]], [[User:Kempelen|Kempelen]])&lt;br /&gt;
&lt;br /&gt;
* The [[Distributions]] page feature a non-templated navigation box&lt;br /&gt;
* We should name these templates distinctly. I suggest using a prefix like &amp;quot;NavBox:&amp;quot;.&lt;br /&gt;
* Visual design is by hand (not CSS), and not beautiful&lt;br /&gt;
* Need to test positioning at bottom of article.&lt;br /&gt;
&lt;br /&gt;
'''References'''&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/Wikipedia:Navigation_templates&lt;br /&gt;
http://en.wikipedia.org/wiki/Wikipedia:Categories,_lists,_and_series_boxes&lt;br /&gt;
&lt;br /&gt;
[http://lists.openmoko.org/pipermail/documentation/2008-August/000405.html First discussion in the mailing list] (Note: in the middle of a thread about left navboxes)&lt;br /&gt;
&lt;br /&gt;
* '''Yes votes''': [[User:Kempelen|Kempelen]] (For real wikipedia like navigation templates at the bottom, not at TOC position, we should move this section to editing guidelines as soon as template implementation improves a bit. Do not delete this please!)&lt;br /&gt;
&lt;br /&gt;
== DolfjeBot1 proposals ==&lt;br /&gt;
Their is a bot on the openmoko wiki that's controlled by [[User:Dolfje]]. If you have tasks for the bot, please put them [[User:DolfjeBot1|here]].&lt;br /&gt;
A request has been made to tag DolfjeBot1 user account with the 'bot' flag. [[Special:Listusers/bureaucrat| Here is the lists of users]] with permissions at the necessary `bureaucrat' level.&lt;br /&gt;
&lt;br /&gt;
==Wiki engine issues==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently. Test:&lt;br /&gt;
** &amp;lt;math&amp;gt; z =\left (1-\left(\frac{P_{ind}}{101.325}\right)^{0.190263} \right ) \times \frac{87.828}{0.00198122} &amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt; P_{ind} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
* Make '''visited links''' a different color.&lt;br /&gt;
&lt;br /&gt;
== Change Sitename ==&lt;br /&gt;
&lt;br /&gt;
The name of this wiki is currently &amp;quot;Openmoko&amp;quot;. I think it should be &amp;quot;Openmoko Wiki&amp;quot; for the following reasons:&lt;br /&gt;
&lt;br /&gt;
* The other parts of this site (Planet, Projects, Docs) have similar names&lt;br /&gt;
* Media Wiki automatically creates a [http://www.mediawiki.org/wiki/Manual:Namespace namespace] for the Sitename (currently &amp;quot;Openmoko&amp;quot;). This means that content of pages beginning with &amp;quot;Openmoko:&amp;quot; cannot be found through the normal search function of this wiki. (At the moment there are five pages of this kind: [[Openmoko:About]], [[Openmoko:Community Portal]], [[Openmoko:Current events]], [[Openmoko:Searching]], [[Openmoko:Privacy policy]])--[[User:Marko Knöbl|Marko Knöbl]] 18:33, 8 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Yes votes''': [[User:Marko Knöbl|Marko Knöbl]], [[User:MinhHaDuong|Minh]]&lt;br /&gt;
&lt;br /&gt;
'''No votes''':&lt;br /&gt;
&lt;br /&gt;
::OpenmokoIT still do some research now. [[User:Coolcat|coolcat]]&lt;br /&gt;
&lt;br /&gt;
== Organize translations ==&lt;br /&gt;
&lt;br /&gt;
I suggest moving the translations to sub-wikis, like the way wikipedia does it. Currently all translations show up in searches and under category-lists. --[[User:Johndoesacc|Johndoesacc]] 12:03, 25 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
+1. See issues and solutions for a multilingual mediawiki at: &lt;br /&gt;
http://www.mediawiki.org/wiki/Multilingual_MediaWiki&lt;br /&gt;
Also, the correspondence between translation should be maintained with tags:&lt;br /&gt;
http://en.wikipedia.org/wiki/Help:Interlanguage_links&lt;br /&gt;
The request [http://lists.openmoko.org/pipermail/documentation/2008-September/000557.html has been heard] but maybe not in the right places. What is the best operational frequency to ping the hosting engineers for that ? [[User:MinhHaDuong|MinhHaDuong]] 13:02, 10 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
After discussion on the Documentation ML, sub-wikis are out. We want to try namespaces. [[User:MinhHaDuong|MinhHaDuong]] 09:31, 7 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
=== Symlinks in download directories ===&lt;br /&gt;
&lt;br /&gt;
This is not strictly Wiki issue, but discussed on the documentation list as being a serious usability disadvantage. Symlinks and .tar.gz files should be removed from the release directories because they confuse users. Ref: [http://lists.openmoko.org/pipermail/documentation/2008-September/000808.html]&lt;br /&gt;
&lt;br /&gt;
=== Improve README.html ===&lt;br /&gt;
&lt;br /&gt;
Example: http://downloads.openmoko.org/releases/Om2008.9/README.html  &lt;br /&gt;
&lt;br /&gt;
It should at least link to: [[Om2008.9_Update#Download_and_Flashing]]&lt;br /&gt;
&lt;br /&gt;
== Rejected requests ==&lt;br /&gt;
&lt;br /&gt;
When a requested Wiki Issue is voted for not to be done, it must be moved here, to make sure it won't get continously requested again.&lt;br /&gt;
&lt;br /&gt;
* '''Don't translate the wiki - rejected''' proposed by [[User:Minime|Minime]] August 2007, moved to rejected by [[User:Kempelen|Kempelen]] August 2008: the Documentation Team looks to support the idea.&lt;br /&gt;
* '''Use namespaces to separate user-oriented and developper-oriented content'''. Assuming the default namespace is user-oriented that would exclude developper-oriented pages from searches (unless the user ticks the box, but who does ?). And it can't be done purely in the wiki, it needs admin time. Better to use categories and a prefix in the page name (like BlendeWiki). [[:User:MinhHaDuong|MinhHaDuong]]&lt;br /&gt;
* '''Use category pages instead List Pages''' Good list pages are allowed and encouraged, as the documentation team today agreed on the mailing list. [[User:Kempelen|Kempelen]] 21:27, 30 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki Editing]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Iamregina</id>
		<title>User talk:Iamregina</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Iamregina"/>
				<updated>2008-10-14T21:28:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: removed broken links (those pages have been deleted already)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Template:Neo_FreeRunner_Menu</id>
		<title>Template:Neo FreeRunner Menu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Template:Neo_FreeRunner_Menu"/>
				<updated>2008-10-14T10:46:00Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: FreeRunner FAQ -&amp;gt; FAQ&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right; width:13em; font-weight: bold; font-size: smaller; padding: 1ex&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; border: solid #dddddd 1px; border-bottom: none; border-right:  solid #ddd 2px&amp;quot;&amp;gt;&lt;br /&gt;
Key pages on:&amp;lt;br /&amp;gt;Neo FreeRunner&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: solid #dddddd 1px; border-right:  solid #ddd 2px; border-bottom: solid #ddd 2px&amp;quot;&amp;gt;&lt;br /&gt;
* [[Neo FreeRunner|Home]]&lt;br /&gt;
* [[Getting Started with your Neo FreeRunner|Getting Started]]&lt;br /&gt;
* [[Neo FreeRunner Hardware|Hardware]]&lt;br /&gt;
* [[Neo FreeRunner GPS|GPS]]&lt;br /&gt;
* [[Neo FreeRunner Wifi|WiFi]]&lt;br /&gt;
* [[Neo FreeRunner Battery|Battery]]&lt;br /&gt;
* [[Video Player]]&lt;br /&gt;
* [[Neo FreeRunner case|Case]]&lt;br /&gt;
* [[Freerunner Hardware Issues|Issues]]&lt;br /&gt;
* [[Om_2007.2|Default Software]]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[FreeRunner: Selected Blogs and Articles|Blogs and Articles]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; font-weight: normal; margin-top:1ex&amp;quot;&amp;gt;[[phones|(Other phones)]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Openmoko_Local_Groups</id>
		<title>Talk:Openmoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Openmoko_Local_Groups"/>
				<updated>2008-10-13T21:53:23Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: New page: Editors note: We use this script to manage this list: http://lion.xaraya.hu/who_is_missing.php&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editors note: We use this script to manage this list:&lt;br /&gt;
http://lion.xaraya.hu/who_is_missing.php&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups</id>
		<title>Openmoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups"/>
				<updated>2008-10-13T21:47:48Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: more city/country pages linked in.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Openmoko Local Groups...'''&lt;br /&gt;
&lt;br /&gt;
* can be used for developers to meet and get to know each other&lt;br /&gt;
* can be used for developing&lt;br /&gt;
* may provide the room for real-life discussions away from mailinglists/wiki&lt;br /&gt;
* can support early support handling their GTA01Bv4 and exchange experiences&lt;br /&gt;
* fasten the community's cohesion&lt;br /&gt;
* give motivation&lt;br /&gt;
&lt;br /&gt;
Note that the list below is manually maintained. To make sure you don't miss a group, please check the [[:Category:Openmoko_Local_Groups|Openmoko local groups category]] too. If you happen to find any missing groups, please add them here.&lt;br /&gt;
&lt;br /&gt;
Note the list below was created during the Neo 1973 era. When the Neo FreeRunner came out, a different type of local group came into existence, as a result of discounts available with volume purchases. To find these local groups visit [[group sales|here]]&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
* South Africa&lt;br /&gt;
**[[Openmoko_Local_Groups: Cape Town|Cape Town]]&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
* Brasil&lt;br /&gt;
** [[Openmoko_Local_Groups: Belo Horizonte|Belo Horizonte]]&lt;br /&gt;
&lt;br /&gt;
* Canada&lt;br /&gt;
** Alberta&lt;br /&gt;
*** [[Openmoko_Local_Groups: Calgary|Calgary]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Edmonton|Edmonton]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Pincher Creek|Pincher Creek]]&lt;br /&gt;
** British Columbia&lt;br /&gt;
*** [[Openmoko Local Groups: Victoria|Victoria]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Vancouver|Vancouver]]&lt;br /&gt;
** Ontario&lt;br /&gt;
*** [[Openmoko_Local_Groups: Ottawa|Ottawa]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Toronto|Toronto]]&lt;br /&gt;
** Quebec&lt;br /&gt;
*** [[Openmoko_Local_Groups: Montreal|Montreal]]&lt;br /&gt;
&lt;br /&gt;
* Colombia&lt;br /&gt;
** [[Openmoko_Local_Groups: Bogota|Bogotá]]&lt;br /&gt;
&lt;br /&gt;
* México&lt;br /&gt;
** [[Openmoko_Local_Groups: Monterrey|Monterrey]]&lt;br /&gt;
&lt;br /&gt;
* USA&lt;br /&gt;
** Alabama&lt;br /&gt;
*** [[Openmoko_Local_Groups: Alabama|Alabama]]&lt;br /&gt;
** Arizona&lt;br /&gt;
*** [[Openmoko_Local_Groups: Arizona|Arizona]]&lt;br /&gt;
** Arkansas&lt;br /&gt;
*** [[Openmoko_Local_Groups: Arkansas|Arkansas]]&lt;br /&gt;
** California&lt;br /&gt;
*** [[Openmoko_Local_Groups: San Diego|San Diego]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: San Francisco|San Francisco]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Sacramento|Sacramento]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Los Angeles|Los Angeles]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Santa Barbara|Santa Barbara]]&lt;br /&gt;
** Colorado&lt;br /&gt;
*** [[Openmoko_Local_Groups: Colorado Springs|Colorado Springs]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Denver|Denver]]&lt;br /&gt;
** District of Columbia&lt;br /&gt;
*** [[Openmoko_Local_Groups: Washington DC Metro | Washington DC Metro]]&lt;br /&gt;
** Florida&lt;br /&gt;
*** [[Openmoko_Local_Groups: Central Florida | Central Florida]]&lt;br /&gt;
** Georgia&lt;br /&gt;
*** [[Openmoko_Local_Groups: Atlanta | Atlanta]]&lt;br /&gt;
** Illinois&lt;br /&gt;
*** [[Openmoko_Local_Groups: Chicago|Chicago]]&lt;br /&gt;
** Indiana&lt;br /&gt;
*** [[Openmoko_Local_Groups: Bloomington|Bloomington]]&lt;br /&gt;
** Iowa&lt;br /&gt;
*** [[Openmoko_Local_Groups: Iowa-Ames | Iowa-Ames]]&lt;br /&gt;
** Massachusetts&lt;br /&gt;
*** [[Openmoko_Local_Groups: Boston|Boston]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Boston/old|Boston/old]]&lt;br /&gt;
** Michigan&lt;br /&gt;
*** [[Openmoko_Local_Groups: Detroit|Detroit]]&lt;br /&gt;
** Missouri&lt;br /&gt;
*** [[Openmoko_Local_Groups: St. Louis|St. Louis]]&lt;br /&gt;
** New Jersey&lt;br /&gt;
*** [[Openmoko_Local_Groups: Stevens Institute of Technology, Hoboken NJ | Stevens Institute of Technology, Hoboken NJ  ]]&lt;br /&gt;
** New York&lt;br /&gt;
*** [[Openmoko_Local_Groups: NYC Metro | NYC Metro]]&lt;br /&gt;
** North Carolina&lt;br /&gt;
*** [[Openmoko Local_Groups: Charlotte | Charlotte]]&lt;br /&gt;
** North Dakota&lt;br /&gt;
*** [[Openmoko_Local_Groups: Fargo]]&lt;br /&gt;
** Ohio&lt;br /&gt;
*** [[Openmoko_Local_Groups: Cleveland|Cleveland]]&lt;br /&gt;
** Oregon&lt;br /&gt;
*** [[Openmoko_Local_Groups: Eugene|Eugene]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Portland|Portland]]&lt;br /&gt;
** Pennsylvania&lt;br /&gt;
*** [[Openmoko_Local_Groups: Pittsburgh|Pittsburgh]]&lt;br /&gt;
** Texas&lt;br /&gt;
*** [[Openmoko_Local_Groups: North Texas|North Texas]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Central Texas|Central Texas]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: East Texas|East Texas]]&lt;br /&gt;
** Utah&lt;br /&gt;
*** [[Openmoko_Local_Groups: Salt Lake|Salt Lake]]&lt;br /&gt;
** Virginia&lt;br /&gt;
*** [[Openmoko_Local_Groups: Virginia|Virginia]]&lt;br /&gt;
** Washington&lt;br /&gt;
*** [[Openmoko_Local_Groups: Washington|Pacific Northwest]]&lt;br /&gt;
&lt;br /&gt;
* Uruguay&lt;br /&gt;
** [[Openmoko_Local_Groups: Montevideo|Montevideo]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko Local Groups: Venezuela|Venezuela]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Caracas|Caracas]]&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
* Belarus&lt;br /&gt;
** [[Openmoko_Local_Groups: Minsk|Minsk]]&lt;br /&gt;
* Pakistan&lt;br /&gt;
** [[Openmoko_Local_Groups: Islamabad|Islamabad]]&lt;br /&gt;
* India&lt;br /&gt;
** [[Openmoko_Local_Groups: Bangalore|Bangalore]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Delhi|Delhi]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Hyderabad|Hyderabad]]&lt;br /&gt;
* Singapore&lt;br /&gt;
** [[Openmoko_Local_Groups: Singapore|Singapore]]&lt;br /&gt;
* Kazakhstan&lt;br /&gt;
** [[Openmoko_Local_Groups: Karaganda|Karaganda]]&lt;br /&gt;
* China&lt;br /&gt;
** [[Openmoko_Local_Groups: China|China]]&lt;br /&gt;
* Taiwan&lt;br /&gt;
** [[Openmoko_Local_Groups: Taiwan|Taiwan]]&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
* Austria&lt;br /&gt;
** [[Openmoko_Local_Groups: Vienna|Vienna]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Innsbruck|Innsbruck]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Belgium|Belgium]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Antwerp|Antwerp]]&lt;br /&gt;
** [[Openmoko_Local_Groups:_Brussels|Brussels]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Denmark|Denmark]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Aalborg|Aalborg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Copenhagen|Copenhagen]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Sydjylland|Sydjylland]]&lt;br /&gt;
&lt;br /&gt;
*[[Openmoko_Local_Groups: Estonia|Estonia]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Kuressaare|Kuressaare]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Finland|Finland]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Helsinki|Helsinki]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: France|France]]&lt;br /&gt;
** [[Openmoko Local Groups: Alsace|Alsace]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Grenoble|Grenoble]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Lyon|Lyon]]&lt;br /&gt;
** [[Openmoko Local Groups: Marseille|Marseille]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Paris|Paris]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Rennes|Rennes]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Toulouse|Toulouse]]&lt;br /&gt;
&lt;br /&gt;
* Germany&lt;br /&gt;
** [[Openmoko_Local_Groups: Aachen|Aachen]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Berlin|Berlin]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Bielefeld|Bielefeld]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Braunschweig|Braunschweig]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Dortmund|Dortmund]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Dresden|Dresden]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Duesseldorf|Duesseldorf]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Erlangen-Nuernberg|Erlangen-Nuernberg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Frankfurt Main|Frankfurt Main]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Freiburg im Breisgau|Freiburg im Breisgau]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Hamburg|Hamburg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: OWL|OWL]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ingolstadt|Ingolstadt]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Munich|München]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Trier|Trier]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ulm|Ulm]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Rülzheim|Rülzheim]]&lt;br /&gt;
&lt;br /&gt;
* Greece&lt;br /&gt;
** [[Openmoko_Local_Groups: Athens|Athens]]&lt;br /&gt;
&lt;br /&gt;
* Iceland&lt;br /&gt;
** [[Openmoko_Local_Groups: Reykjavík|Reykjavík]]&lt;br /&gt;
&lt;br /&gt;
* Italy&lt;br /&gt;
** [[Openmoko_Local_Groups: Milan|Milan]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Turin|Turin]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Netherlands|Netherlands]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Amsterdam|Amsterdam]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Den Haag|Den Haag/The Hague]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Eindhoven|Eindhoven]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ede|Ede]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Norway|Norway]]&lt;br /&gt;
** [[Openmoko_Local_Groups:_Oslo|Oslo]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Trondheim|Trondheim]]&lt;br /&gt;
&lt;br /&gt;
* Poland&lt;br /&gt;
** [[Openmoko_Local_Groups: Warsaw|Warsaw]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Szczecin|Szczecin]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Portugal|Portugal]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Braga|Braga]]&lt;br /&gt;
&lt;br /&gt;
* Romania&lt;br /&gt;
** [[Openmoko_Local_Groups: Bucharest|Bucharest]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko Local Groups: Russia|Russia]] [http://www.linuxphone.ru | Портал русскоязычных пользователей]&lt;br /&gt;
** [[Openmoko_Local_Groups: Moscow|Moscow]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Saint-Petersburg|Saint-Petersburg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ulyanovsk|Ulyanovsk]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Sardegna|Sardegna]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Scotland|Scotland]]&lt;br /&gt;
&lt;br /&gt;
* Slovakia&lt;br /&gt;
** [[Openmoko_Local_Groups: Bratislava|Bratislava]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Spain|Spain]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Madrid|Madrid]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Tenerife|Santa Cruz de Tenerife]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Baleares|Islas Baleares]]&lt;br /&gt;
&lt;br /&gt;
* Spain&lt;br /&gt;
** [[Openmoko_Local_Groups: Valencia|Valencia]]&lt;br /&gt;
&lt;br /&gt;
* Sweden&lt;br /&gt;
** [[Openmoko_Local_Groups: Gothenburg|Gothenburg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Linkoping|Linköping]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Stockholm|Stockholm]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Umea|Umeå]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Switzerland|Switzerland]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Bern|Bern]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Zurich|Zurich]]&lt;br /&gt;
&lt;br /&gt;
* UK&lt;br /&gt;
** England&lt;br /&gt;
*** [[Openmoko_Local_Groups: Birmingham|Birmingham]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Cambridge|Cambridge]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: London|London]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Manchester|Manchester]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: East Midlands|East Midlands]]&lt;br /&gt;
** Scotland&lt;br /&gt;
*** [[Openmoko_Local_Groups: Fife|Fife]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Edinburgh|Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
* Ukraine&lt;br /&gt;
** [[Openmoko_Local_Groups: Lugansk|Lugansk]]&lt;br /&gt;
&lt;br /&gt;
== Oceania ==&lt;br /&gt;
&lt;br /&gt;
* Australia&lt;br /&gt;
** [[Openmoko_Local_Groups: Adelaide|Adelaide]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Canberra|Canberra]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Melbourne|Melbourne]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Perth|Perth]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Sydney|Sydney]]&lt;br /&gt;
&lt;br /&gt;
* New Zealand&lt;br /&gt;
** [[Openmoko_Local_Groups: Auckland|Auckland]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Wellington|Wellington]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Christchurch|Christchurch]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to edit local group lists ==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Has Device&lt;br /&gt;
|-&lt;br /&gt;
|If you have a device, on your local group's page, please add:&lt;br /&gt;
|[[Image: Moko.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Image: Moko.jpg|center]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
|-&lt;br /&gt;
|If you have a debug board, please add:&lt;br /&gt;
|[[Image: MokoBox.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Image: MokoBox.jpg|center]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Such as with [[Openmoko_Local_Groups:_Singapore | Singapore]] or [[Openmoko_Local_Groups:_San_Francisco | San Francisco]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Openmoko Local Groups]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups</id>
		<title>Openmoko Local Groups</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups"/>
				<updated>2008-10-13T21:41:58Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: Missing pages added based on Openmoko Local Groups category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Openmoko Local Groups...'''&lt;br /&gt;
&lt;br /&gt;
* can be used for developers to meet and get to know each other&lt;br /&gt;
* can be used for developing&lt;br /&gt;
* may provide the room for real-life discussions away from mailinglists/wiki&lt;br /&gt;
* can support early support handling their GTA01Bv4 and exchange experiences&lt;br /&gt;
* fasten the community's cohesion&lt;br /&gt;
* give motivation&lt;br /&gt;
&lt;br /&gt;
Note that the list below is manually maintained. To make sure you don't miss a group, please check the [[:Category:Openmoko_Local_Groups|Openmoko local groups category]] too. If you happen to find any missing groups, please add them here.&lt;br /&gt;
&lt;br /&gt;
Note the list below was created during the Neo 1973 era. When the Neo FreeRunner came out, a different type of local group came into existence, as a result of discounts available with volume purchases. To find these local groups visit [[group sales|here]]&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
* South Africa&lt;br /&gt;
**[[Openmoko_Local_Groups: Cape Town|Cape Town]]&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
* Brasil&lt;br /&gt;
** [[Openmoko_Local_Groups: Belo Horizonte|Belo Horizonte]]&lt;br /&gt;
&lt;br /&gt;
* Canada&lt;br /&gt;
** Alberta&lt;br /&gt;
*** [[Openmoko_Local_Groups: Calgary|Calgary]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Edmonton|Edmonton]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Pincher Creek|Pincher Creek]]&lt;br /&gt;
** British Columbia&lt;br /&gt;
*** [[Openmoko Local Groups: Victoria|Victoria]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Vancouver|Vancouver]]&lt;br /&gt;
** Ontario&lt;br /&gt;
*** [[Openmoko_Local_Groups: Ottawa|Ottawa]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Toronto|Toronto]]&lt;br /&gt;
** Quebec&lt;br /&gt;
*** [[Openmoko_Local_Groups: Montreal|Montreal]]&lt;br /&gt;
&lt;br /&gt;
* Colombia&lt;br /&gt;
** [[Openmoko_Local_Groups: Bogota|Bogotá]]&lt;br /&gt;
&lt;br /&gt;
* México&lt;br /&gt;
** [[Openmoko_Local_Groups: Monterrey|Monterrey]]&lt;br /&gt;
&lt;br /&gt;
* USA&lt;br /&gt;
** Alabama&lt;br /&gt;
*** [[Openmoko_Local_Groups: Alabama|Alabama]]&lt;br /&gt;
** Arizona&lt;br /&gt;
*** [[Openmoko_Local_Groups: Arizona|Arizona]]&lt;br /&gt;
** Arkansas&lt;br /&gt;
*** [[Openmoko_Local_Groups: Arkansas|Arkansas]]&lt;br /&gt;
** California&lt;br /&gt;
*** [[Openmoko_Local_Groups: San Diego|San Diego]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: San Francisco|San Francisco]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Sacramento|Sacramento]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Los Angeles|Los Angeles]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Santa Barbara|Santa Barbara]]&lt;br /&gt;
** Colorado&lt;br /&gt;
*** [[Openmoko_Local_Groups: Colorado Springs|Colorado Springs]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Denver|Denver]]&lt;br /&gt;
** District of Columbia&lt;br /&gt;
*** [[Openmoko_Local_Groups: Washington DC Metro | Washington DC Metro]]&lt;br /&gt;
** Florida&lt;br /&gt;
*** [[Openmoko_Local_Groups: Central Florida | Central Florida]]&lt;br /&gt;
** Georgia&lt;br /&gt;
*** [[Openmoko_Local_Groups: Atlanta | Atlanta]]&lt;br /&gt;
** Illinois&lt;br /&gt;
*** [[Openmoko_Local_Groups: Chicago|Chicago]]&lt;br /&gt;
** Indiana&lt;br /&gt;
*** [[Openmoko_Local_Groups: Bloomington|Bloomington]]&lt;br /&gt;
** Iowa&lt;br /&gt;
*** [[Openmoko_Local_Groups: Iowa-Ames | Iowa-Ames]]&lt;br /&gt;
** Massachusetts&lt;br /&gt;
*** [[Openmoko_Local_Groups: Boston|Boston]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Boston/old|Boston/old]]&lt;br /&gt;
** Michigan&lt;br /&gt;
*** [[Openmoko_Local_Groups: Detroit|Detroit]]&lt;br /&gt;
** Missouri&lt;br /&gt;
*** [[Openmoko_Local_Groups: St. Louis|St. Louis]]&lt;br /&gt;
** New Jersey&lt;br /&gt;
*** [[Openmoko_Local_Groups: Stevens Institute of Technology, Hoboken NJ | Stevens Institute of Technology, Hoboken NJ  ]]&lt;br /&gt;
** New York&lt;br /&gt;
*** [[Openmoko_Local_Groups: NYC Metro | NYC Metro]]&lt;br /&gt;
** North Carolina&lt;br /&gt;
*** [[Openmoko Local_Groups: Charlotte | Charlotte]]&lt;br /&gt;
** North Dakota&lt;br /&gt;
*** [[Openmoko_Local_Groups: Fargo]]&lt;br /&gt;
** Ohio&lt;br /&gt;
*** [[Openmoko_Local_Groups: Cleveland|Cleveland]]&lt;br /&gt;
** Oregon&lt;br /&gt;
*** [[Openmoko_Local_Groups: Eugene|Eugene]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Portland|Portland]]&lt;br /&gt;
** Pennsylvania&lt;br /&gt;
*** [[Openmoko_Local_Groups: Pittsburgh|Pittsburgh]]&lt;br /&gt;
** Texas&lt;br /&gt;
*** [[Openmoko_Local_Groups: North Texas|North Texas]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Central Texas|Central Texas]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: East Texas|East Texas]]&lt;br /&gt;
** Utah&lt;br /&gt;
*** [[Openmoko_Local_Groups: Salt Lake|Salt Lake]]&lt;br /&gt;
** Virginia&lt;br /&gt;
*** [[Openmoko_Local_Groups: Virginia|Virginia]]&lt;br /&gt;
** Washington&lt;br /&gt;
*** [[Openmoko_Local_Groups: Washington|Pacific Northwest]]&lt;br /&gt;
&lt;br /&gt;
* Uruguay&lt;br /&gt;
** [[Openmoko_Local_Groups: Montevideo|Montevideo]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko Local Groups: Venezuela|Venezuela]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Caracas|Caracas]]&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
* Belarus&lt;br /&gt;
** [[Openmoko_Local_Groups: Minsk|Minsk]]&lt;br /&gt;
* Pakistan&lt;br /&gt;
** [[Openmoko_Local_Groups: Islamabad|Islamabad]]&lt;br /&gt;
* India&lt;br /&gt;
** [[Openmoko_Local_Groups: Bangalore|Bangalore]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Delhi|Delhi]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Hyderabad|Hyderabad]]&lt;br /&gt;
* Singapore&lt;br /&gt;
** [[Openmoko_Local_Groups: Singapore|Singapore]]&lt;br /&gt;
* Kazakhstan&lt;br /&gt;
** [[Openmoko_Local_Groups: Karaganda|Karaganda]]&lt;br /&gt;
* China&lt;br /&gt;
** [[Openmoko_Local_Groups: China|China]]&lt;br /&gt;
* Taiwan&lt;br /&gt;
** [[Openmoko_Local_Groups: Taiwan|Taiwan]]&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
* Austria&lt;br /&gt;
** [[Openmoko_Local_Groups: Vienna|Vienna]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Innsbruck|Innsbruck]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Belgium|Belgium]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Antwerp|Antwerp]]&lt;br /&gt;
** [[Openmoko_Local_Groups:_Brussels|Brussels]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Denmark|Denmark]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Copenhagen|Copenhagen]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Aalborg|Aalborg]]&lt;br /&gt;
&lt;br /&gt;
*[[Openmoko_Local_Groups: Estonia|Estonia]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Kuressaare|Kuressaare]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Finland|Finland]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Helsinki|Helsinki]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: France|France]]&lt;br /&gt;
** [[Openmoko Local Groups: Alsace|Alsace]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Grenoble|Grenoble]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Lyon|Lyon]]&lt;br /&gt;
** [[Openmoko Local Groups: Marseille|Marseille]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Paris|Paris]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Rennes|Rennes]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Toulouse|Toulouse]]&lt;br /&gt;
&lt;br /&gt;
* Germany&lt;br /&gt;
** [[Openmoko_Local_Groups: Aachen|Aachen]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Berlin|Berlin]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Bielefeld|Bielefeld]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Braunschweig|Braunschweig]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Dortmund|Dortmund]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Dresden|Dresden]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Duesseldorf|Duesseldorf]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Erlangen-Nuernberg|Erlangen-Nuernberg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Frankfurt Main|Frankfurt Main]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Freiburg im Breisgau|Freiburg im Breisgau]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Hamburg|Hamburg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: OWL|OWL]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ingolstadt|Ingolstadt]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Munich|München]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Trier|Trier]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ulm|Ulm]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Rülzheim|Rülzheim]]&lt;br /&gt;
&lt;br /&gt;
* Greece&lt;br /&gt;
** [[Openmoko_Local_Groups: Athens|Athens]]&lt;br /&gt;
&lt;br /&gt;
* Iceland&lt;br /&gt;
** [[Openmoko_Local_Groups: Reykjavík|Reykjavík]]&lt;br /&gt;
&lt;br /&gt;
* Italy&lt;br /&gt;
** [[Openmoko_Local_Groups: Milan|Milan]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Turin|Turin]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Netherlands|Netherlands]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Amsterdam|Amsterdam]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Den Haag|Den Haag/The Hague]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Eindhoven|Eindhoven]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ede|Ede]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Norway|Norway]]&lt;br /&gt;
** [[Openmoko_Local_Groups:_Oslo|Oslo]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Trondheim|Trondheim]]&lt;br /&gt;
&lt;br /&gt;
* Poland&lt;br /&gt;
** [[Openmoko_Local_Groups: Warsaw|Warsaw]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Szczecin|Szczecin]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Portugal|Portugal]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Braga|Braga]]&lt;br /&gt;
&lt;br /&gt;
* Romania&lt;br /&gt;
** [[Openmoko_Local_Groups: Bucharest|Bucharest]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko Local Groups: Russia|Russia]] [http://www.linuxphone.ru | Портал русскоязычных пользователей]&lt;br /&gt;
** [[Openmoko_Local_Groups: Moscow|Moscow]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Saint-Petersburg|Saint-Petersburg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Ulyanovsk|Ulyanovsk]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Sardegna|Sardegna]]&lt;br /&gt;
&lt;br /&gt;
* Slovakia&lt;br /&gt;
** [[Openmoko_Local_Groups: Bratislava|Bratislava]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups:_Spain|Spain]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Madrid|Madrid]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Tenerife|Santa Cruz de Tenerife]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Baleares|Islas Baleares]]&lt;br /&gt;
&lt;br /&gt;
* Sweden&lt;br /&gt;
** [[Openmoko_Local_Groups: Gothenburg|Gothenburg]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Linkoping|Linköping]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Stockholm|Stockholm]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Umea|Umeå]]&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko_Local_Groups: Switzerland|Switzerland]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Bern|Bern]]&lt;br /&gt;
&lt;br /&gt;
* UK&lt;br /&gt;
** England&lt;br /&gt;
*** [[Openmoko_Local_Groups: Birmingham|Birmingham]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Cambridge|Cambridge]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: London|London]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Manchester|Manchester]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: East Midlands|East Midlands]]&lt;br /&gt;
** Scotland&lt;br /&gt;
*** [[Openmoko_Local_Groups: Fife|Fife]]&lt;br /&gt;
*** [[Openmoko_Local_Groups: Edinburgh|Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
* Ukraine&lt;br /&gt;
** [[Openmoko_Local_Groups: Lugansk|Lugansk]]&lt;br /&gt;
&lt;br /&gt;
== Oceania ==&lt;br /&gt;
&lt;br /&gt;
* Australia&lt;br /&gt;
** [[Openmoko_Local_Groups: Adelaide|Adelaide]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Canberra|Canberra]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Melbourne|Melbourne]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Perth|Perth]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Sydney|Sydney]]&lt;br /&gt;
&lt;br /&gt;
* New Zealand&lt;br /&gt;
** [[Openmoko_Local_Groups: Auckland|Auckland]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Wellington|Wellington]]&lt;br /&gt;
** [[Openmoko_Local_Groups: Christchurch|Christchurch]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to edit local group lists ==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Has Device&lt;br /&gt;
|-&lt;br /&gt;
|If you have a device, on your local group's page, please add:&lt;br /&gt;
|[[Image: Moko.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Image: Moko.jpg|center]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
|-&lt;br /&gt;
|If you have a debug board, please add:&lt;br /&gt;
|[[Image: MokoBox.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Image: MokoBox.jpg|center]]&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Such as with [[Openmoko_Local_Groups:_Singapore | Singapore]] or [[Openmoko_Local_Groups:_San_Francisco | San Francisco]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Openmoko Local Groups]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Reykjav%C3%ADk</id>
		<title>Openmoko Local Groups: Reykjavík</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Reykjav%C3%ADk"/>
				<updated>2008-10-13T21:30:56Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: Category +Openmoko Local Groups&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hér koma umræður og viðbætur vegna íslenskustuðnings við OpenMoko símann.&lt;br /&gt;
&lt;br /&gt;
[[Category:Openmoko Local Groups]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Openmoko Local Groups]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Download</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Download"/>
				<updated>2008-10-13T20:51:14Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* SHR images (Stable Hybrid Release) */ neo fr note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists various images you can try out on your Openmoko supported smartphone and some [[#Other downloads]].&lt;br /&gt;
&lt;br /&gt;
See [[Distributions]] for a more descriptive comparison. Then see [[Development Branches Policy]] when you want to know where the really bleeding edge is.&lt;br /&gt;
&lt;br /&gt;
== Installation instructions ==&lt;br /&gt;
&lt;br /&gt;
See [[Flashing the Neo FreeRunner]] for installation instructions. Neo 1973 users: [[Getting Started with your Neo1973]]. If you want to install a system to a microSD card, see [[Booting from SD]].&lt;br /&gt;
&lt;br /&gt;
The release directories can contain up to four files:&lt;br /&gt;
&lt;br /&gt;
* a Root FileSystem image. These are the files with '''rootfs''' in their name. They come both as a .jffs2 ready-to-flash image, and as a .tar.gz ready-to-cp tarball.&lt;br /&gt;
* a Kernel image (files with '''uimage''' in their name).&lt;br /&gt;
* a u-boot bootloader (file with '''u-boot''' in the name).&lt;br /&gt;
* a splash image file.&lt;br /&gt;
&lt;br /&gt;
Also, the archive directory contains two identical versions of most files, one having the date in the filename. For those convenience ?&lt;br /&gt;
&lt;br /&gt;
One usually needs only to flash the phone with the root filesystem and the kernel image. The splash image is eyecandy. The u-Boot bootloader is a critical component, you don't want to install a new version of that systematically, but there have been improvements since the one released in shipping phones.&lt;br /&gt;
&lt;br /&gt;
== Openmoko Inc. driven release targets ==&lt;br /&gt;
=== Om 2008.9 (ASU) ===&lt;br /&gt;
&lt;br /&gt;
Om 2008.9 is an updated release of Om 2008.8. &lt;br /&gt;
{{Main|Om2008.9 Update}}&lt;br /&gt;
&lt;br /&gt;
'''Neo FreeRunner images'''&lt;br /&gt;
&lt;br /&gt;
If you want the exact bits released on September 19th, go to:&lt;br /&gt;
http://downloads.openmoko.org/releases/Om2008.9/&lt;br /&gt;
&lt;br /&gt;
If you plan to update your distribution, you may as well flash directly from:&lt;br /&gt;
http://downloads.openmoko.org/releases/Om2008.8-update/&lt;br /&gt;
&lt;br /&gt;
There is no need to reflash if you have installed Om 2008.8 and used ''opkg update &amp;amp;&amp;amp; opkg upgrade''. For older releases of this distribution, see [[Old Openmoko Distribution Releases]]&lt;br /&gt;
&lt;br /&gt;
 [http://lists.openmoko.org/pipermail/community/2008-September/031003.html].&lt;br /&gt;
&lt;br /&gt;
=== The bleeding edge: Om &amp;quot;base / empty&amp;quot; images ===&lt;br /&gt;
&lt;br /&gt;
The ''org.openmoko.dev'' branch does not have any applications preinstalled other than settings and installer, and it is unstable for now.&lt;br /&gt;
&lt;br /&gt;
Images for ''testing'' are at:&lt;br /&gt;
http://downloads.openmoko.org/daily/&lt;br /&gt;
&lt;br /&gt;
To get packages from ''testing'', use this ''/etc/opkg/testing.conf'' :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
src/gz testing-all http://downloads.openmoko.org/repository/testing/all&lt;br /&gt;
src/gz testing-arm http://downloads.openmoko.org/repository/testing/armv4t&lt;br /&gt;
src/gz testing-i686 http://downloads.openmoko.org/repository/testing/i686&lt;br /&gt;
src/gz testing-neo http://downloads.openmoko.org/repository/testing/neo1973&lt;br /&gt;
src/gz testing-gta02 http://downloads.openmoko.org/repository/testing/om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''unstable'' comes from the same branch, compiled with the AUTOREV flag. There are no images, but packages are at http://downloads.openmoko.org/repository/unstable/&lt;br /&gt;
&lt;br /&gt;
Reference: See [http://lists.openmoko.org/pipermail/community/2008-August/027997.html &amp;quot;Repository and Images&amp;quot; announcement] for details on other &amp;quot;Base image&amp;quot;, &amp;quot;testing&amp;quot; and &amp;quot;unstable&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Once you have this base image, you can install the GTK+ telephony apps including gsmd, or Qtopia, or Mickey's framework. Check out the [[FDOM]] page for an idea of what to install.&lt;br /&gt;
&lt;br /&gt;
=== Om 2007.2 images (GTK) ===&lt;br /&gt;
&lt;br /&gt;
{{Main|Om 2007.2}}&lt;br /&gt;
&lt;br /&gt;
Openmoko '''discontinued support''' for this release. The host that used to distribute it has been taken offline at the end of August 2008. Old images have been archived at http://downloads.openmoko.org/releases/Om2007.11/ .&lt;br /&gt;
&lt;br /&gt;
Celtune offers different Images and a huge amount of packages (2007.2, pyneo, fso) for neo1973, freerunner and others. Celtune images can be found at http://rabenfrost.net/celtune/ .&lt;br /&gt;
&lt;br /&gt;
[http://blog.automated.it/category/openmoko/ Andy Powell] maintains (or used to maintain ?) images based on the 2007.2 software stack for the gta01 and gta02. A. Powell's ScaredyCat images can be found at: http://buildhost.automated.it/OM2007.2/ .&lt;br /&gt;
&lt;br /&gt;
=== FSO images (freesmartphone.org) ===&lt;br /&gt;
&lt;br /&gt;
{{Main|OpenmokoFramework}}&lt;br /&gt;
&lt;br /&gt;
Download Milestone 3 is here: http://downloads.openmoko.org/framework/milestone3/&lt;br /&gt;
&lt;br /&gt;
The file system will be in a jffs2 &amp;quot;summary&amp;quot; file. A file with the extension &amp;quot;.jffs2.summary&amp;quot; can be flashed to the FreeRunner just like an ordinary jffs2 file.&lt;br /&gt;
&lt;br /&gt;
Browse the source: http://trac.freesmartphone.org:8000/trac-example/browser&lt;br /&gt;
&lt;br /&gt;
== Openmoko Community driven release targets ==&lt;br /&gt;
&lt;br /&gt;
=== FDOM ===&lt;br /&gt;
&lt;br /&gt;
{{Main|FDOM - a Fat and Dirty OM based distribution}}&lt;br /&gt;
&lt;br /&gt;
Download images: http://compartida.net/openmoko/FDOM/&lt;br /&gt;
&lt;br /&gt;
=== SHR images (Stable Hybrid Release) ===&lt;br /&gt;
{{Main|SHR}}&lt;br /&gt;
&lt;br /&gt;
Download images: http://shr.bearstech.com/shr-testing/images/neo1973/ (includes Neo FreeRunner images too)&lt;br /&gt;
&lt;br /&gt;
== Non-Openmoko distributions ==&lt;br /&gt;
&lt;br /&gt;
=== Qt Extended (formerly Qtopia) images ===&lt;br /&gt;
&lt;br /&gt;
{{Main|qtopia}}&lt;br /&gt;
&lt;br /&gt;
Images are available on the [http://www.qtopia.net/modules/mydownloads/index.php Qtopia.net images] page, make sure your browser sends referer Header when downloading. (Note: direct linking to the files does not work.)&lt;br /&gt;
&lt;br /&gt;
'''Neo FreeRunner'''&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;Qt Extended flash image for FIC Neo Freerunner (gta02)&amp;quot;&lt;br /&gt;
version 4.4.1 from qtextended: http://qtextended.org/modules/mydownloads/viewcat.php?cid=6&lt;br /&gt;
* You need to also download mwester's daily kernel. If the link at qtextended is stale, so go there and download it directly for gta02: http://moko.mwester.net/dl.html#kernels&lt;br /&gt;
&lt;br /&gt;
'''Neo 1973'''&lt;br /&gt;
&lt;br /&gt;
* Find &amp;quot;Qtopia flash image for FIC Neo 1973 (gta01)&amp;quot; on [http://www.qtopia.net/modules/mydownloads/index.php Qtopia.net images] (a tarball with both a rootfs and kernel)&lt;br /&gt;
&lt;br /&gt;
*A Neo 1973 image is also available from here [http://buildhost.automated.it/OM2007.2/openmoko-qtopia-image-om-gta01.tar.gz openmoko-qtopia-image-om-gta01.tar.gz]&lt;br /&gt;
&lt;br /&gt;
'''More Qtopia downloads'''&lt;br /&gt;
&lt;br /&gt;
Addtional packages can be added from the Trolltech feed for this image, found at&lt;br /&gt;
http://qtopia.net/packages/feed/4.3.2/neo/&lt;br /&gt;
To get to these packages, you need to add the feed as a source in the Qtopia package manager.&lt;br /&gt;
&lt;br /&gt;
=== Debian images ===&lt;br /&gt;
&lt;br /&gt;
See [[Debian]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other downloads ==&lt;br /&gt;
&lt;br /&gt;
=== Applications repositories ===&lt;br /&gt;
&lt;br /&gt;
If you are looking for a specific application instead of a full filesystem image:&lt;br /&gt;
* {{Main|Community Repository}} &lt;br /&gt;
* {{Main|Users Repositories}}&lt;br /&gt;
&lt;br /&gt;
=== CAD files ===&lt;br /&gt;
You can download CAD files here.&lt;br /&gt;
http://downloads.openmoko.org/CAD/ &lt;br /&gt;
&lt;br /&gt;
=== Schematics ===&lt;br /&gt;
&lt;br /&gt;
You can download the schematics of [[Neo 1973]] (GTA01) and [[Neo FreeRunner]] (GTA02) here: &lt;br /&gt;
http://downloads.openmoko.org/schematics/&lt;br /&gt;
&lt;br /&gt;
=== Press material ===&lt;br /&gt;
&lt;br /&gt;
Download Neo FreeRunner photos in various sizes for print and web use here:&lt;br /&gt;
http://openmoko.com/press-press-material.html&lt;br /&gt;
&lt;br /&gt;
=== Tiddlywiki version of wiki.openmoko.org ===&lt;br /&gt;
If you want to carry this wiki along with you and to use it offline, then download&lt;br /&gt;
[http://om-tiddlywiki.projects.openmoko.org/openmokowiki.html http://om-tiddlywiki.projects.openmoko.org/openmokowiki.html] and store it locally, then browse through the pages which you think you need to have, click  &amp;quot;save changes&amp;quot;, so next time you open it all articles you have fetched previously will be available to you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Development_with_Eclipse/hu</id>
		<title>Development with Eclipse/hu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Development_with_Eclipse/hu"/>
				<updated>2008-10-13T18:33:47Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: nyelvválasztó&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Development with Eclipse}}&lt;br /&gt;
&lt;br /&gt;
Egy grafikus OpenMoko alkalmazás valójában egy gnome-alapú X alkalmazás. Ezért általában könnyű fordítani, futtatni és tesztelni egy asztali számítógépen, a telefonra való feltöltés általában csak az utolsó lépés a tesztelés során. Ha már a telefonon van a program, akkor is lehet úgy futtatni, hogy közben használjuk a képernyőt, egeret, billentyűzetet a megfigyeléséhez, teszteléséhez. Ez a cikk Debian-hoz ad tanácsokat, de feltehetően más Linux disztribúción is kipróbálható.&lt;br /&gt;
&lt;br /&gt;
Az Eclipse-hez jelenleg van C/C++ plugin. A fejlesztéshez szükséged lesz az Eclipse-re, erre a pluginra, és lehet hogy frissítened kell a GTK fejlesztői csomagokat. A legkönnyebb módja egy egyszerű program látrehozásának az, hogy kezdünk egy új menedzselt C projektet, majd add hozzá a `pkg-config --cflags --libs gtk+-2.0` opciót mind a fordító-beállításokhoz, mind a linker flagekhez. Ezután nézd meg a [http://library.gnome.org/devel/gtk-tutorial/stable/ GTK tutorialt], próbáld ki, és készíts el egy egyszerű alkalmazást.&lt;br /&gt;
&lt;br /&gt;
Ez a megközelítés nemcsak percekről másodpercekre rövidíti le a fejlesztési ciklust, hanem így használhatjuk az Eclipse debuggerét C fejlesztéshez, lépésről lépésre figyelve a kódot és a változókat.&lt;br /&gt;
&lt;br /&gt;
A végrehajtható fájl a mobil eszközhöz általában előállítható a forráskódokból az openmoko toolchain segítségével. Mivel a forrásfájlok környezete nem teljesen ugyanaz az eclipse projektben mint az openmoko projektben, ezért érdemes két fejlesztői környezetet kialakítani, és az eclipse projektbe szimbolikus linkeket helyezni az openmoko projekt-mappában levő fájlokra.&lt;br /&gt;
&lt;br /&gt;
Miután létrehoztuk az openmoko futtatható állomány, érdemes lehet kipróbálni az X protokollon keresztül, az egér, billentyűzet és képernyő segítségével. Ehhez csak az szükséges, hogy -X opcióval jelentkezzünk be ssh-n a telefonra. Ekkor lehetséges a telefonról futtatni de a számítógépen az X segítségével használni a programot. Így lehet pl. sebességtesztet végezni.&lt;br /&gt;
&lt;br /&gt;
Az Eclipse lehetővé teszi hogy saját buildert rendeljünk a projekthez. Ezek lehetnek Ant scriptek, vagy végrehajtható shell scriptek. Ezeket a lehetőségeket használhatjuk az openmoko toolchain futtatására az Eclipse IDE elhagyása nélkül.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Freerunner build konfiguráció beállítása ==&lt;br /&gt;
----&lt;br /&gt;
# Telepítsd fel a [[Toolchain]]-t&lt;br /&gt;
# Nyisd meg a C/C++ projekted Properties oldalát&lt;br /&gt;
# Válaszd ki a C/C++ Build -&amp;gt; Tool settings menüpontot&lt;br /&gt;
# Configuration -&amp;gt; Manage, itt hozz létre egy új konfigurációt (másold ki a beállításokat a 'Release' konfigurációból&lt;br /&gt;
# Cseréld ki a GCC C||C++||Assembler Compiler parancsot erre: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc||g++||as&lt;br /&gt;
# Cseréld ki a GCC Linker parancsot erre: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc (g++ for C++ project)&lt;br /&gt;
# Menj a 'Build Steps'-hez és add hozzá ezt: &amp;quot;. /usr/local/openmoko/arm/setup-env&amp;quot; a 'Pre-build step' -hez&lt;br /&gt;
# Kattints az Ok gombra majd válaszd ki a 'Freerunner'-t az 'Active Build Configuration' résznél a projektedhez.&lt;br /&gt;
----&lt;br /&gt;
Megjegyzések Eclipse Ganymede(3.4) -hez:&lt;br /&gt;
Három hely van, ahol meg kell változtatnod a fenti beállításokat a Project Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings részen belül:&lt;br /&gt;
# GCC C Compiler -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc&lt;br /&gt;
# GCC C Linker -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc&lt;br /&gt;
# GCC Assembler -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc||g++||as&lt;br /&gt;
----&lt;br /&gt;
A bináris állományokat felmásolhatod Freerunner-re úgy is, hogy hozzáadunk egy Post-build parancsot a Build Steps-ben:&lt;br /&gt;
&lt;br /&gt;
scp ${project_name} root@neo:/home/root/dev_app/&lt;br /&gt;
&lt;br /&gt;
vagy futtathatod a programodat saját Run configuration készítésével:&lt;br /&gt;
&lt;br /&gt;
C/C++ Application: /usr/bin/ssh&lt;br /&gt;
Arguments: root@neo &amp;quot;cd dev_app &amp;amp;&amp;amp; DISPLAY=:0 ./${project_name}&amp;quot;&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Development_with_Eclipse/hu</id>
		<title>Development with Eclipse/hu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Development_with_Eclipse/hu"/>
				<updated>2008-10-13T18:32:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: linkek javítása&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Egy grafikus OpenMoko alkalmazás valójában egy gnome-alapú X alkalmazás. Ezért általában könnyű fordítani, futtatni és tesztelni egy asztali számítógépen, a telefonra való feltöltés általában csak az utolsó lépés a tesztelés során. Ha már a telefonon van a program, akkor is lehet úgy futtatni, hogy közben használjuk a képernyőt, egeret, billentyűzetet a megfigyeléséhez, teszteléséhez. Ez a cikk Debian-hoz ad tanácsokat, de feltehetően más Linux disztribúción is kipróbálható.&lt;br /&gt;
&lt;br /&gt;
Az Eclipse-hez jelenleg van C/C++ plugin. A fejlesztéshez szükséged lesz az Eclipse-re, erre a pluginra, és lehet hogy frissítened kell a GTK fejlesztői csomagokat. A legkönnyebb módja egy egyszerű program látrehozásának az, hogy kezdünk egy új menedzselt C projektet, majd add hozzá a `pkg-config --cflags --libs gtk+-2.0` opciót mind a fordító-beállításokhoz, mind a linker flagekhez. Ezután nézd meg a [http://library.gnome.org/devel/gtk-tutorial/stable/ GTK tutorialt], próbáld ki, és készíts el egy egyszerű alkalmazást.&lt;br /&gt;
&lt;br /&gt;
Ez a megközelítés nemcsak percekről másodpercekre rövidíti le a fejlesztési ciklust, hanem így használhatjuk az Eclipse debuggerét C fejlesztéshez, lépésről lépésre figyelve a kódot és a változókat.&lt;br /&gt;
&lt;br /&gt;
A végrehajtható fájl a mobil eszközhöz általában előállítható a forráskódokból az openmoko toolchain segítségével. Mivel a forrásfájlok környezete nem teljesen ugyanaz az eclipse projektben mint az openmoko projektben, ezért érdemes két fejlesztői környezetet kialakítani, és az eclipse projektbe szimbolikus linkeket helyezni az openmoko projekt-mappában levő fájlokra.&lt;br /&gt;
&lt;br /&gt;
Miután létrehoztuk az openmoko futtatható állomány, érdemes lehet kipróbálni az X protokollon keresztül, az egér, billentyűzet és képernyő segítségével. Ehhez csak az szükséges, hogy -X opcióval jelentkezzünk be ssh-n a telefonra. Ekkor lehetséges a telefonról futtatni de a számítógépen az X segítségével használni a programot. Így lehet pl. sebességtesztet végezni.&lt;br /&gt;
&lt;br /&gt;
Az Eclipse lehetővé teszi hogy saját buildert rendeljünk a projekthez. Ezek lehetnek Ant scriptek, vagy végrehajtható shell scriptek. Ezeket a lehetőségeket használhatjuk az openmoko toolchain futtatására az Eclipse IDE elhagyása nélkül.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Freerunner build konfiguráció beállítása ==&lt;br /&gt;
----&lt;br /&gt;
# Telepítsd fel a [[Toolchain]]-t&lt;br /&gt;
# Nyisd meg a C/C++ projekted Properties oldalát&lt;br /&gt;
# Válaszd ki a C/C++ Build -&amp;gt; Tool settings menüpontot&lt;br /&gt;
# Configuration -&amp;gt; Manage, itt hozz létre egy új konfigurációt (másold ki a beállításokat a 'Release' konfigurációból&lt;br /&gt;
# Cseréld ki a GCC C||C++||Assembler Compiler parancsot erre: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc||g++||as&lt;br /&gt;
# Cseréld ki a GCC Linker parancsot erre: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc (g++ for C++ project)&lt;br /&gt;
# Menj a 'Build Steps'-hez és add hozzá ezt: &amp;quot;. /usr/local/openmoko/arm/setup-env&amp;quot; a 'Pre-build step' -hez&lt;br /&gt;
# Kattints az Ok gombra majd válaszd ki a 'Freerunner'-t az 'Active Build Configuration' résznél a projektedhez.&lt;br /&gt;
----&lt;br /&gt;
Megjegyzések Eclipse Ganymede(3.4) -hez:&lt;br /&gt;
Három hely van, ahol meg kell változtatnod a fenti beállításokat a Project Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings részen belül:&lt;br /&gt;
# GCC C Compiler -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc&lt;br /&gt;
# GCC C Linker -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc&lt;br /&gt;
# GCC Assembler -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc||g++||as&lt;br /&gt;
----&lt;br /&gt;
A bináris állományokat felmásolhatod Freerunner-re úgy is, hogy hozzáadunk egy Post-build parancsot a Build Steps-ben:&lt;br /&gt;
&lt;br /&gt;
scp ${project_name} root@neo:/home/root/dev_app/&lt;br /&gt;
&lt;br /&gt;
vagy futtathatod a programodat saját Run configuration készítésével:&lt;br /&gt;
&lt;br /&gt;
C/C++ Application: /usr/bin/ssh&lt;br /&gt;
Arguments: root@neo &amp;quot;cd dev_app &amp;amp;&amp;amp; DISPLAY=:0 ./${project_name}&amp;quot;&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Development_with_Eclipse/hu</id>
		<title>Development with Eclipse/hu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Development_with_Eclipse/hu"/>
				<updated>2008-10-13T18:31:30Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: felsorolás formázása&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Egy grafikus OpenMoko alkalmazás valójában egy gnome-alapú X alkalmazás. Ezért általában könnyű fordítani, futtatni és tesztelni egy asztali számítógépen, a telefonra való feltöltés általában csak az utolsó lépés a tesztelés során. Ha már a telefonon van a program, akkor is lehet úgy futtatni, hogy közben használjuk a képernyőt, egeret, billentyűzetet a megfigyeléséhez, teszteléséhez. Ez a cikk Debian-hoz ad tanácsokat, de feltehetően más Linux disztribúción is kipróbálható.&lt;br /&gt;
&lt;br /&gt;
Az Eclipse-hez jelenleg van C/C++ plugin. A fejlesztéshez szükséged lesz az Eclipse-re, erre a pluginra, és lehet hogy frissítened kell a GTK fejlesztői csomagokat. A legkönnyebb módja egy egyszerű program látrehozásának az, hogy kezdünk egy új menedzselt C projektet, majd add hozzá a `pkg-config --cflags --libs gtk+-2.0` opciót mind a fordító-beállításokhoz, mind a linker flagekhez. Ezután nézd meg a [http://http://library.gnome.org/devel/gtk-tutorial/stable/ GTK tutorialt], próbáld ki, és készíts el egy egyszerű alkalmazást.&lt;br /&gt;
&lt;br /&gt;
Ez a megközelítés nemcsak percekről másodpercekre rövidíti le a fejlesztési ciklust, hanem így használhatjuk az Eclipse debuggerét C fejlesztéshez, lépésről lépésre figyelve a kódot és a változókat.&lt;br /&gt;
&lt;br /&gt;
A végrehajtható fájl a mobil eszközhöz általában előállítható a forráskódokból az openmoko toolchain segítségével. Mivel a forrásfájlok környezete nem teljesen ugyanaz az eclipse projektben mint az openmoko projektben, ezért érdemes két fejlesztői környezetet kialakítani, és az eclipse projektbe szimbolikus linkeket helyezni az openmoko projekt-mappában levő fájlokra.&lt;br /&gt;
&lt;br /&gt;
Miután létrehoztuk az openmoko futtatható állomány, érdemes lehet kipróbálni az X protokollon keresztül, az egér, billentyűzet és képernyő segítségével. Ehhez csak az szükséges, hogy -X opcióval jelentkezzünk be ssh-n a telefonra. Ekkor lehetséges a telefonról futtatni de a számítógépen az X segítségével használni a programot. Így lehet pl. sebességtesztet végezni.&lt;br /&gt;
&lt;br /&gt;
Az Eclipse lehetővé teszi hogy saját buildert rendeljünk a projekthez. Ezek lehetnek Ant scriptek, vagy végrehajtható shell scriptek. Ezeket a lehetőségeket használhatjuk az openmoko toolchain futtatására az Eclipse IDE elhagyása nélkül.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Freerunner build konfiguráció beállítása ==&lt;br /&gt;
----&lt;br /&gt;
# Telepítsd fel a [http://wiki.openmoko.org/wiki/Toolchain link Toolchain]-t&lt;br /&gt;
# Nyisd meg a C/C++ projekted Properties oldalát&lt;br /&gt;
# Válaszd ki a C/C++ Build -&amp;gt; Tool settings menüpontot&lt;br /&gt;
# Configuration -&amp;gt; Manage, itt hozz létre egy új konfigurációt (másold ki a beállításokat a 'Release' konfigurációból&lt;br /&gt;
# Cseréld ki a GCC C||C++||Assembler Compiler parancsot erre: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc||g++||as&lt;br /&gt;
# Cseréld ki a GCC Linker parancsot erre: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc (g++ for C++ project)&lt;br /&gt;
# Menj a 'Build Steps'-hez és add hozzá ezt: &amp;quot;. /usr/local/openmoko/arm/setup-env&amp;quot; a 'Pre-build step' -hez&lt;br /&gt;
# Kattints az Ok gombra majd válaszd ki a 'Freerunner'-t az 'Active Build Configuration' résznél a projektedhez.&lt;br /&gt;
----&lt;br /&gt;
Megjegyzések Eclipse Ganymede(3.4) -hez:&lt;br /&gt;
Három hely van, ahol meg kell változtatnod a fenti beállításokat a Project Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings részen belül:&lt;br /&gt;
# GCC C Compiler -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc&lt;br /&gt;
# GCC C Linker -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc&lt;br /&gt;
# GCC Assembler -&amp;gt; Command: /usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/bin/gcc||g++||as&lt;br /&gt;
----&lt;br /&gt;
A bináris állományokat felmásolhatod Freerunner-re úgy is, hogy hozzáadunk egy Post-build parancsot a Build Steps-ben:&lt;br /&gt;
&lt;br /&gt;
scp ${project_name} root@neo:/home/root/dev_app/&lt;br /&gt;
&lt;br /&gt;
vagy futtathatod a programodat saját Run configuration készítésével:&lt;br /&gt;
&lt;br /&gt;
C/C++ Application: /usr/bin/ssh&lt;br /&gt;
Arguments: root@neo &amp;quot;cd dev_app &amp;amp;&amp;amp; DISPLAY=:0 ./${project_name}&amp;quot;&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2008-10-10T21:33:22Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Pages proposed for deletion */ votes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you think something is wrong with a Wiki page, please fix it. If the problem is larger with this Wiki in general, please add your thoughts on this page and mail the openmoko [https://lists.openmoko.org/mailman/listinfo/documentation| documentation mailing list]. You may just want to read existing proposals and put your vote on them, [[Wiki Maintainers]] will appreciate. [[Wiki maintain agenda]].&lt;br /&gt;
&lt;br /&gt;
When adding an issue please &lt;br /&gt;
&lt;br /&gt;
* Provide a reason&lt;br /&gt;
* Provide your name as vote for the action to be taken (you can automatically enter your username by typing &amp;quot;&amp;lt;nowiki&amp;gt;~~~&amp;lt;/nowiki&amp;gt;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
{{Warning|Comments without name might be deleted without consideration. We may need to ask for more information before implementing a proposal. Thanks for understanding.}}&lt;br /&gt;
&lt;br /&gt;
Accepted and implemented requests should be deleted. Rejected requests should be moved to the bottom of the page to avoid requesting them again.&lt;br /&gt;
&lt;br /&gt;
==Wiki Pages==&lt;br /&gt;
&lt;br /&gt;
I think that we should use specific &amp;quot;editor's notes templates&amp;quot; rather that nominate individual pages here. We can make automatic list of pages using a given template by having a Category:X tag inside the template. See for example the [[:Category:ToDo]] . [[User:MinhHaDuong|MinhHaDuong]] 09:44, 7 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[Openmoko:Community Portal]]&lt;br /&gt;
* [[AR6K]] (Needs more info)&lt;br /&gt;
* [[GTA02 partitions]]: seems to be about the GTA01; could someone with a GTA02 please correct the partition sizes and names?&lt;br /&gt;
* [[Advanced_End-user]], [[Basic_End-user]], [[System_Developer]]: These are not up to the standard we set for List Pages on [[Openmoko_Wiki_Editing_Guidelines#List_pages]] [[User:Kempelen|Kempelen]]&lt;br /&gt;
&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning Openmoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
*I suggest merging the editing help pages:&lt;br /&gt;
**[[Help:Editing]]&lt;br /&gt;
**[[Edit Wiki]]&lt;br /&gt;
&lt;br /&gt;
*pages about GPS:&lt;br /&gt;
**[[Hardware:AGPS]]&lt;br /&gt;
**[[Gpsd]]&lt;br /&gt;
**[[Neo 1973 GPS]]&lt;br /&gt;
**[[Neo FreeRunner GPS]]&lt;br /&gt;
&lt;br /&gt;
*applications:&lt;br /&gt;
**[[Available Packages]]&lt;br /&gt;
**[[Applications]]&lt;br /&gt;
**[[Applications directory]]&lt;br /&gt;
**[[Openmoko Community Applications]]&lt;br /&gt;
**[[Om 2007.2 Applications]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
* [[Wishlist:Text Input]] - tidy up/sort, give short feedback to each method&lt;br /&gt;
* [[Booting_from_SD]] - tidy up and a rewrite&lt;br /&gt;
&lt;br /&gt;
=== Pages proposed for deletion ===&lt;br /&gt;
&lt;br /&gt;
'''Please help cleaning these''': Check if there is a red (nonexisting) link in this table, click it, click &amp;quot;What links here&amp;quot; in the toolbox and '''update the broken links'''. When done, remove the deleted entry from this table.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=0&lt;br /&gt;
!Page&lt;br /&gt;
!Reason&lt;br /&gt;
!Yes kill it votes&lt;br /&gt;
!No keep it votes&lt;br /&gt;
|-&lt;br /&gt;
| [[Neo software stack]] || only contains of one picture without further explanation || [[User:Marko Knöbl|Marko Knöbl]] Minh (it has been cited in the blogosphere as a poor diagram), [[User:Kempelen|Kempelen]]||This page is not implement.[[User:Coolcat|coolcat]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Can I become a distributor?]] || Outdated, duplicate of  http://openmoko.com/opportunities-distributors.html || [[User:Marko Knöbl|Marko Knöbl]], [[User:Kempelen|Kempelen]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See also: [[:Category:Candidates for speedy deletion]]&lt;br /&gt;
&lt;br /&gt;
=== Pages that especially need work === &lt;br /&gt;
&lt;br /&gt;
* [[Special:Lonelypages]] - Orphaned pages&lt;br /&gt;
* [[Special:DoubleRedirects]] - Pages that redirect to a redirected page&lt;br /&gt;
* [[Special:Popularpages]] - Pages that get viewed a lot&lt;br /&gt;
* [[Special:Ancientpages]] - Old pages&lt;br /&gt;
* [[Special:Newpages]] - New pages&lt;br /&gt;
* [[Special:Wantedpages]] - Wanted pages&lt;br /&gt;
* [[Special:Uncategorizedpages]]&lt;br /&gt;
* [[Special:Shortpages]] - Informationally light pages&lt;br /&gt;
* [[Special:BrokenRedirects]] - Broken redirects&lt;br /&gt;
&lt;br /&gt;
=== Application pages ===&lt;br /&gt;
&lt;br /&gt;
Maturity level ideas from the documentation list copied by [[User:Kempelen|Kempelen]] 19:05, 1 October 2008 (UTC):&lt;br /&gt;
&lt;br /&gt;
* It might be nice to have a single word stating the code maturity, perhaps only 3 simple options like prototype, functional, mature&lt;br /&gt;
* Why not stick with pre-alpha, alpha, beta, stable, mature&lt;br /&gt;
&lt;br /&gt;
Decision postponed. :-) (Feel free to vote here anyway.)&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
{{Main|:Category talk:Categories}}&lt;br /&gt;
&lt;br /&gt;
== CSS ==&lt;br /&gt;
&lt;br /&gt;
We have discussed design on the mailing list, with the conclusion that revising was not a big priority. However, the wiki should be skinnable from user-space by editing : http://wiki.openmoko.org/wiki/MediaWiki:Common.css . And for development, each user can have his/her own CSS to eat his own dogfood. But I can't seem to make this feature work here.&lt;br /&gt;
Reference: http://en.wikipedia.org/wiki/Help:Monobook&lt;br /&gt;
[[User:MinhHaDuong|MinhHaDuong]] 12:26, 12 September 2008 (UTC).&lt;br /&gt;
&lt;br /&gt;
* The gutter is too wide&lt;br /&gt;
* Too much footer's padding&lt;br /&gt;
* Could shave 1 or 2 em of vertical space in the header&lt;br /&gt;
* The tabbed navigation layout is non-standard (no framing effect)&lt;br /&gt;
* The search box is below the fold (depends on window height of course)&lt;br /&gt;
* The toolbox (bottom left) has no border&lt;br /&gt;
* Mediawiki's user personal toolbox is prohibited&lt;br /&gt;
* Too many links in the navbar that belongs to the home page but not to every page&lt;br /&gt;
&lt;br /&gt;
== Portals ==&lt;br /&gt;
&lt;br /&gt;
We should explore another wiki organization tool: [http://en.wikipedia.org/wiki/Portal:Contents/Portals portals]. A portal is an introductory page for a given topic. It complements the main article of the subject by introducing the reader to key articles, images, and categories that further describe the subject. Portals also help editors find related projects and things they can do to help. [[User:MinhHaDuong|MinhHaDuong]] 13:53, 20 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Navigation templates ==&lt;br /&gt;
&lt;br /&gt;
(FYI Description moved to [[Openmoko_Wiki_Editing_Guidelines#Navigation_templates]], [[User:Kempelen|Kempelen]])&lt;br /&gt;
&lt;br /&gt;
* The [[Distributions]] page feature a non-templated navigation box&lt;br /&gt;
* We should name these templates distinctly. I suggest using a prefix like &amp;quot;NavBox:&amp;quot;.&lt;br /&gt;
* Visual design is by hand (not CSS), and not beautiful&lt;br /&gt;
* Need to test positioning at bottom of article.&lt;br /&gt;
&lt;br /&gt;
'''References'''&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/Wikipedia:Navigation_templates&lt;br /&gt;
http://en.wikipedia.org/wiki/Wikipedia:Categories,_lists,_and_series_boxes&lt;br /&gt;
&lt;br /&gt;
[http://lists.openmoko.org/pipermail/documentation/2008-August/000405.html First discussion in the mailing list] (Note: in the middle of a thread about left navboxes)&lt;br /&gt;
&lt;br /&gt;
* '''Yes votes''': [[User:Kempelen|Kempelen]] (For real wikipedia like navigation templates at the bottom, not at TOC position, we should move this section to editing guidelines as soon as template implementation improves a bit. Do not delete this please!)&lt;br /&gt;
&lt;br /&gt;
== DolfjeBot1 proposals ==&lt;br /&gt;
Their is a bot on the openmoko wiki that's controlled by [[User:Dolfje]]. If you have tasks for the bot, please put them [[User:DolfjeBot1|here]].&lt;br /&gt;
A request has been made to tag DolfjeBot1 user account with the 'bot' flag. [[Special:Listusers/bureaucrat| Here is the lists of users]] with permissions at the necessary `bureaucrat' level.&lt;br /&gt;
&lt;br /&gt;
==Wiki engine issues==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently. Test:&lt;br /&gt;
** &amp;lt;math&amp;gt; z =\left (1-\left(\frac{P_{ind}}{101.325}\right)^{0.190263} \right ) \times \frac{87.828}{0.00198122} &amp;lt;/math&amp;gt;&lt;br /&gt;
** &amp;lt;math&amp;gt; P_{ind} &amp;lt;/math&amp;gt;&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
* Make '''visited links''' a different color.&lt;br /&gt;
&lt;br /&gt;
== Change Sitename ==&lt;br /&gt;
&lt;br /&gt;
The name of this wiki is currently &amp;quot;Openmoko&amp;quot;. I think it should be &amp;quot;Openmoko Wiki&amp;quot; for the following reasons:&lt;br /&gt;
&lt;br /&gt;
* The other parts of this site (Planet, Projects, Docs) have similar names&lt;br /&gt;
* Media Wiki automatically creates a [http://www.mediawiki.org/wiki/Manual:Namespace namespace] for the Sitename (currently &amp;quot;Openmoko&amp;quot;). This means that content of pages beginning with &amp;quot;Openmoko:&amp;quot; cannot be found through the normal search function of this wiki. (At the moment there are five pages of this kind: [[Openmoko:About]], [[Openmoko:Community Portal]], [[Openmoko:Current events]], [[Openmoko:Searching]], [[Openmoko:Privacy policy]])--[[User:Marko Knöbl|Marko Knöbl]] 18:33, 8 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Yes votes''': [[User:Marko Knöbl|Marko Knöbl]], [[User:MinhHaDuong|Minh]]&lt;br /&gt;
&lt;br /&gt;
'''No votes''':&lt;br /&gt;
&lt;br /&gt;
::OpenmokoIT still do some research now. [[User:Coolcat|coolcat]]&lt;br /&gt;
&lt;br /&gt;
== Organize translations ==&lt;br /&gt;
&lt;br /&gt;
I suggest moving the translations to sub-wikis, like the way wikipedia does it. Currently all translations show up in searches and under category-lists. --[[User:Johndoesacc|Johndoesacc]] 12:03, 25 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
+1. See issues and solutions for a multilingual mediawiki at: &lt;br /&gt;
http://www.mediawiki.org/wiki/Multilingual_MediaWiki&lt;br /&gt;
Also, the correspondence between translation should be maintained with tags:&lt;br /&gt;
http://en.wikipedia.org/wiki/Help:Interlanguage_links&lt;br /&gt;
The request [http://lists.openmoko.org/pipermail/documentation/2008-September/000557.html has been heard] but maybe not in the right places. What is the best operational frequency to ping the hosting engineers for that ? [[User:MinhHaDuong|MinhHaDuong]] 13:02, 10 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
After discussion on the Documentation ML, sub-wikis are out. We want to try namespaces. [[User:MinhHaDuong|MinhHaDuong]] 09:31, 7 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
=== Symlinks in download directories ===&lt;br /&gt;
&lt;br /&gt;
This is not strictly Wiki issue, but discussed on the documentation list as being a serious usability disadvantage. Symlinks and .tar.gz files should be removed from the release directories because they confuse users. Ref: [http://lists.openmoko.org/pipermail/documentation/2008-September/000808.html]&lt;br /&gt;
&lt;br /&gt;
=== Improve README.html ===&lt;br /&gt;
&lt;br /&gt;
Example: http://downloads.openmoko.org/releases/Om2008.9/README.html  &lt;br /&gt;
&lt;br /&gt;
It should at least link to: [[Om2008.9_Update#Download_and_Flashing]]&lt;br /&gt;
&lt;br /&gt;
== Rejected requests ==&lt;br /&gt;
&lt;br /&gt;
When a requested Wiki Issue is voted for not to be done, it must be moved here, to make sure it won't get continously requested again.&lt;br /&gt;
&lt;br /&gt;
* '''Don't translate the wiki - rejected''' proposed by [[User:Minime|Minime]] August 2007, moved to rejected by [[User:Kempelen|Kempelen]] August 2008: the Documentation Team looks to support the idea.&lt;br /&gt;
* '''Use namespaces to separate user-oriented and developper-oriented content'''. Assuming the default namespace is user-oriented that would exclude developper-oriented pages from searches (unless the user ticks the box, but who does ?). And it can't be done purely in the wiki, it needs admin time. Better to use categories and a prefix in the page name (like BlendeWiki). [[:User:MinhHaDuong|MinhHaDuong]]&lt;br /&gt;
* '''Use category pages instead List Pages''' Good list pages are allowed and encouraged, as the documentation team today agreed on the mailing list. [[User:Kempelen|Kempelen]] 21:27, 30 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[Category:Wiki Editing]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_developer_guide</id>
		<title>Openmoko developer guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_developer_guide"/>
				<updated>2008-10-10T21:29:48Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: remove app box&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Openmoko developer guide}}&lt;br /&gt;
&lt;br /&gt;
This page describes how to start your Openmoko development plan - how to prepare your development environment and use the tools provided to help test and share your programs.&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenmokoFramework08.png|center|450px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Part I Choose your software development tool==&lt;br /&gt;
*[[System Developer]]&lt;br /&gt;
*[[Development Environment]]&lt;br /&gt;
*[[Java]]&lt;br /&gt;
*[[Development with Eclipse]]&lt;br /&gt;
*[[Python]]&lt;br /&gt;
*[[BitBake]]&lt;br /&gt;
*[[Qtopia_on_X11|Qtopia on X11]]&lt;br /&gt;
*[[Developing with C++ and Qt|C++ / Qt]]&lt;br /&gt;
===OS===&lt;br /&gt;
*[[Other OSes]]&lt;br /&gt;
&lt;br /&gt;
==Part II Coding and compiling==&lt;br /&gt;
*[[Toolchain]]&lt;br /&gt;
*[[OpenEmbedded]]&lt;br /&gt;
**[[BitBake]]&lt;br /&gt;
*[[MokoMakeFile]]&lt;br /&gt;
*[[Application UI Design Recommendations]]&lt;br /&gt;
&lt;br /&gt;
==Part III Running your program==&lt;br /&gt;
&lt;br /&gt;
*[[Customizing the Openmoko Distribution]]&lt;br /&gt;
&lt;br /&gt;
===Emulation===&lt;br /&gt;
*[[Automatic emulation in Ubuntu]]&lt;br /&gt;
*[[Host-based development with Xoo and Xephyr]]&lt;br /&gt;
*[[Running Openmoko on PC]]&lt;br /&gt;
*[[Test Openmoko Emulation with chroot image]]&lt;br /&gt;
&lt;br /&gt;
==Part IV Sharing programs==&lt;br /&gt;
&lt;br /&gt;
So you have just made this cool program, and wonder what will be an efficient way to share it ? Consider the following options:&lt;br /&gt;
&lt;br /&gt;
* Adding a link in the [[Applications directory]] page.&lt;br /&gt;
* Creating a page on this wiki.&lt;br /&gt;
* Packaging for the [[Community Repository]].&lt;br /&gt;
* Hosting as a project on the [http://projects.openmoko.org/ Openmoko GForge]&lt;br /&gt;
* Entering a record on [http://freshmeat.net/ Freshmeat] or similar.&lt;br /&gt;
* Announcing on the [http://lists.openmoko.org/mailman/listinfo/community community mailing list].&lt;br /&gt;
&lt;br /&gt;
See also&lt;br /&gt;
&lt;br /&gt;
*[[Latest Images]]&lt;br /&gt;
*[[Users Repositories]]&lt;br /&gt;
*[[Distributions]]&lt;br /&gt;
&lt;br /&gt;
==Part V Installation==&lt;br /&gt;
===Install===&lt;br /&gt;
*[[Package management]]&lt;br /&gt;
*[[How to run Openmoko Apps on PC]]&lt;br /&gt;
*[[Downloads]]&lt;br /&gt;
*[[Repositories ]]&lt;br /&gt;
&lt;br /&gt;
===Image Flashing===&lt;br /&gt;
* [[MacOS X]]&lt;br /&gt;
* [[Flashing the Neo Freerunner]]&lt;br /&gt;
* [[Flashing the Neo 1973]]&lt;br /&gt;
&lt;br /&gt;
==Part VI Tools used on Openmoko==&lt;br /&gt;
&lt;br /&gt;
*[[U-boot|Bootloader]]&lt;br /&gt;
*[[Bootloader_commands|Bootloader Command]]&lt;br /&gt;
*[[Bootloader_environment|Bootloader Environment]]&lt;br /&gt;
*[http://www.denx.de/wiki/U-Boot/WebHome u-boot]&lt;br /&gt;
*[[Bootloader versions]]&lt;br /&gt;
*[[NetBSD]]&lt;br /&gt;
*[[Dfu-util]]&lt;br /&gt;
&lt;br /&gt;
====Linux Core Services====&lt;br /&gt;
* [[Gsmd]]&lt;br /&gt;
*[[Alarm daemon]]&lt;br /&gt;
*[[Qpegps]]&lt;br /&gt;
*[[D-Bus]]&lt;br /&gt;
*[[Dbus device API]]&lt;br /&gt;
*[[Opkg]]&lt;br /&gt;
*[[QEMU command line]]&lt;br /&gt;
*[[Ompower]] Power management daemon&lt;br /&gt;
====Resources====&lt;br /&gt;
*[[Development resources]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Application Developer]]&lt;br /&gt;
[[Category:System Developers]]&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_developer_guide</id>
		<title>Openmoko developer guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_developer_guide"/>
				<updated>2008-10-10T21:29:02Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Image Flashing */ broken links fixed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Openmoko developer guide}}&lt;br /&gt;
&lt;br /&gt;
This page describes how to start your Openmoko development plan - how to prepare your development environment and use the tools provided to help test and share your programs.&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenmokoFramework08.png|center|450px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Part I Choose your software development tool==&lt;br /&gt;
*[[System Developer]]&lt;br /&gt;
*[[Development Environment]]&lt;br /&gt;
*[[Java]]&lt;br /&gt;
*[[Development with Eclipse]]&lt;br /&gt;
*[[Python]]&lt;br /&gt;
*[[BitBake]]&lt;br /&gt;
*[[Qtopia_on_X11|Qtopia on X11]]&lt;br /&gt;
*[[Developing with C++ and Qt|C++ / Qt]]&lt;br /&gt;
===OS===&lt;br /&gt;
*[[Other OSes]]&lt;br /&gt;
&lt;br /&gt;
==Part II Coding and compiling==&lt;br /&gt;
*[[Toolchain]]&lt;br /&gt;
*[[OpenEmbedded]]&lt;br /&gt;
**[[BitBake]]&lt;br /&gt;
*[[MokoMakeFile]]&lt;br /&gt;
*[[Application UI Design Recommendations]]&lt;br /&gt;
&lt;br /&gt;
==Part III Running your program==&lt;br /&gt;
&lt;br /&gt;
*[[Customizing the Openmoko Distribution]]&lt;br /&gt;
&lt;br /&gt;
===Emulation===&lt;br /&gt;
*[[Automatic emulation in Ubuntu]]&lt;br /&gt;
*[[Host-based development with Xoo and Xephyr]]&lt;br /&gt;
*[[Running Openmoko on PC]]&lt;br /&gt;
*[[Test Openmoko Emulation with chroot image]]&lt;br /&gt;
&lt;br /&gt;
==Part IV Sharing programs==&lt;br /&gt;
&lt;br /&gt;
So you have just made this cool program, and wonder what will be an efficient way to share it ? Consider the following options:&lt;br /&gt;
&lt;br /&gt;
* Adding a link in the [[Applications directory]] page.&lt;br /&gt;
* Creating a page on this wiki.&lt;br /&gt;
* Packaging for the [[Community Repository]].&lt;br /&gt;
* Hosting as a project on the [http://projects.openmoko.org/ Openmoko GForge]&lt;br /&gt;
* Entering a record on [http://freshmeat.net/ Freshmeat] or similar.&lt;br /&gt;
* Announcing on the [http://lists.openmoko.org/mailman/listinfo/community community mailing list].&lt;br /&gt;
&lt;br /&gt;
See also&lt;br /&gt;
&lt;br /&gt;
*[[Latest Images]]&lt;br /&gt;
*[[Users Repositories]]&lt;br /&gt;
*[[Distributions]]&lt;br /&gt;
&lt;br /&gt;
==Part V Installation==&lt;br /&gt;
===Install===&lt;br /&gt;
*[[Package management]]&lt;br /&gt;
*[[How to run Openmoko Apps on PC]]&lt;br /&gt;
*[[Downloads]]&lt;br /&gt;
*[[Repositories ]]&lt;br /&gt;
&lt;br /&gt;
===Image Flashing===&lt;br /&gt;
* [[MacOS X]]&lt;br /&gt;
* [[Flashing the Neo Freerunner]]&lt;br /&gt;
* [[Flashing the Neo 1973]]&lt;br /&gt;
&lt;br /&gt;
==Part VI Tools used on Openmoko==&lt;br /&gt;
&lt;br /&gt;
*[[U-boot|Bootloader]]&lt;br /&gt;
*[[Bootloader_commands|Bootloader Command]]&lt;br /&gt;
*[[Bootloader_environment|Bootloader Environment]]&lt;br /&gt;
*[http://www.denx.de/wiki/U-Boot/WebHome u-boot]&lt;br /&gt;
*[[Bootloader versions]]&lt;br /&gt;
*[[NetBSD]]&lt;br /&gt;
*[[Dfu-util]]&lt;br /&gt;
&lt;br /&gt;
====Linux Core Services====&lt;br /&gt;
* [[Gsmd]]&lt;br /&gt;
*[[Alarm daemon]]&lt;br /&gt;
*[[Qpegps]]&lt;br /&gt;
*[[D-Bus]]&lt;br /&gt;
*[[Dbus device API]]&lt;br /&gt;
*[[Opkg]]&lt;br /&gt;
*[[QEMU command line]]&lt;br /&gt;
*[[Ompower]] Power management daemon&lt;br /&gt;
====Resources====&lt;br /&gt;
*[[Development resources]]&lt;br /&gt;
===Community Applications===&lt;br /&gt;
{{app}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Application Developer]]&lt;br /&gt;
[[Category:System Developers]]&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File_talk:Nokia-charging-stand.jpg</id>
		<title>File talk:Nokia-charging-stand.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File_talk:Nokia-charging-stand.jpg"/>
				<updated>2008-10-10T20:29:44Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note that I tested this with a non-Nokia wall charger! [[User:Kempelen|Kempelen]] 20:29, 10 October 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File_talk:Nokia-charging-stand.jpg</id>
		<title>File talk:Nokia-charging-stand.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File_talk:Nokia-charging-stand.jpg"/>
				<updated>2008-10-10T20:29:33Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: New page: Note that I tested this with a non-Nokia wall charger!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note that I tested this with a non-Nokia wall charger!&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Repository</id>
		<title>Community Repository</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Repository"/>
				<updated>2008-10-09T18:41:44Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: broken link fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are many [[Users Repositories]] where people can feed software for their Neo smartphones. This diversity makes it sometimes difficult to find the right package for the right distribution. Openmoko Inc. hosts a Community Repository as a central service where independent Neo application developers can release projects, so that installing a new application `just works out of the box'. It is a similar concept to the [http://www.ubuntu.com/community/ubuntustory/components Universe repository in Ubuntu]. The Repository is at:&lt;br /&gt;
&lt;br /&gt;
 http://downloads.openmoko.org/repository/Multiverse&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to use the repository ? ==&lt;br /&gt;
&lt;br /&gt;
This feed is already installed by default in [[Om2008.8 | Om 2008.8]].&lt;br /&gt;
&lt;br /&gt;
Otherwise, see instructions on the [http://wiki.openmoko.org/wiki/Om_2008.8_Installer installer page]. They involve creating a one line file in the /etc/opkg directory.&lt;br /&gt;
&lt;br /&gt;
== How to release packages ? ==&lt;br /&gt;
&lt;br /&gt;
Please use the mailing list: http://lists.openmoko.org/mailman/listinfo/community-repository .&lt;br /&gt;
The package manager derives from [[opkg]], so applications should be released as .ipk files.&lt;br /&gt;
&lt;br /&gt;
* [[Create package on projects.openmoko.org and upload]]&lt;br /&gt;
* Here are [http://handhelds.org/moin/moin.cgi/BuildingIpkgs instructions to build ipkgs].&lt;br /&gt;
** Using OE&lt;br /&gt;
** [[Toolchain|Meta-toolchain]]&lt;br /&gt;
&lt;br /&gt;
Packages in '''Installer''' are displayed according to '''Package Tags'''.&lt;br /&gt;
To display a package through [[Om2008.8_Installer |Installer]], add the appropriate tag message. &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border:1px ;&lt;br /&gt;
! Category !! Tag &lt;br /&gt;
|- &lt;br /&gt;
| Communication || group::communication &lt;br /&gt;
|-&lt;br /&gt;
| Development   || group::programming&lt;br /&gt;
|-&lt;br /&gt;
| Games         || group::games&lt;br /&gt;
|-&lt;br /&gt;
| Maps          || group::maps&lt;br /&gt;
|-&lt;br /&gt;
| Miscellaneous || group::unknown&lt;br /&gt;
|-&lt;br /&gt;
| Network       || group::network&lt;br /&gt;
|-&lt;br /&gt;
|Repos          || group::repos&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* For OpenEmbedded users, add a Tag by adding one line in your bb file&lt;br /&gt;
:For [http://code.google.com/p/comic-reader/source/browse/trunk/data/comic-reader_svn.bb example]:&lt;br /&gt;
 PKG_TAGS_${PN} = &amp;quot;group::games&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Packages quality control ==&lt;br /&gt;
&lt;br /&gt;
The reviewer will check if there have new packages on the mailing list. If you are reviewer and want to review that package&lt;br /&gt;
* reply that mail, and say you want to review that&lt;br /&gt;
* check if the package follows the policy &lt;br /&gt;
* download the package on projects.openmoko.org&lt;br /&gt;
* install that package to see if &lt;br /&gt;
** installable?&lt;br /&gt;
** executable?&lt;br /&gt;
** functions the claimed works actually works?&lt;br /&gt;
** does it do something bad?&lt;br /&gt;
** uninstall it and see if everything still ok?&lt;br /&gt;
* if the package is okay, put the package in this [https://svn.openmoko.org/trunk/feeds/community-repository/file-index.txt file] and the package will shown next day. &lt;br /&gt;
&lt;br /&gt;
Good packages should conform to these quality guidelines:&lt;br /&gt;
&lt;br /&gt;
* Packages in this repository shall not be in OM Official repositories&lt;br /&gt;
* Program shall not collect user information and send to others unless it has very clear notification&lt;br /&gt;
* Program shall not destroy the system&lt;br /&gt;
* All packages shall be run-able on Neo&lt;br /&gt;
* The package file name should refer which version of the project is compiled.&lt;br /&gt;
&lt;br /&gt;
== How to contribute ? ==&lt;br /&gt;
&lt;br /&gt;
We need reviewers who can review new packages. This is currently a low workload. If you want to help, please send e-mail to the mailing list The mailing list: [http://lists.openmoko.org/mailman/listinfo/community-repository community-repository@lists.openmoko.org].&lt;br /&gt;
&lt;br /&gt;
Reviewers must have the following:&lt;br /&gt;
* an account on projects.openmoko.org&lt;br /&gt;
* ssh public key on projects.openmoko.org&lt;br /&gt;
* basic svn skills&lt;br /&gt;
* basic opkg skills&lt;br /&gt;
&lt;br /&gt;
Openmoko really appreciates your help!&lt;br /&gt;
  '''Current Reviewers'''&lt;br /&gt;
  [http://wiki.openmoko.org/wiki/User_talk:Tick Tick]&lt;br /&gt;
&lt;br /&gt;
== How to create your own repository ? ==&lt;br /&gt;
&lt;br /&gt;
TBD&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* http://admin-trac.openmoko.org/trac/ticket/1518&lt;br /&gt;
* http://admin-trac.openmoko.org/trac/ticket/1543&lt;br /&gt;
&lt;br /&gt;
[[category:Distributions]]&lt;br /&gt;
[[category:Community]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko:Copyrights</id>
		<title>Openmoko:Copyrights</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko:Copyrights"/>
				<updated>2008-10-09T14:53:50Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: we need this page recreated because all article edit boxes link to this as license.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please note that by contributing to the Openmoko wiki you agree to provide your contribution under the GNU Free Documentation License 1.2. If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here. You are also promising Openmoko that you wrote this yourself, or copied it from a public domain or similar free resource. DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION! &lt;br /&gt;
&lt;br /&gt;
See: http://www.gnu.org/copyleft/fdl.html&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Main_Page/hu</id>
		<title>Main Page/hu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Main_Page/hu"/>
				<updated>2008-10-09T14:51:35Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: newz&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main Page}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__ [[Image:Freerunner02.gif|thumb|150px|right|Neo FreeRunners]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2.5ex; text-align: center; font: bold x-large sans&amp;quot;&amp;gt;Openmoko™ - Open. Mobile. Free.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Az Openmoko™ projekt célja teljesen szabadszoftver alapokon működő mobiltelefonok készítése. Az Openmoko Inc jelenleg haladó felhasználók részére árulja a [[Neo FreeRunner]] telefont, a hétköznapi használatra való terjesztés a szoftver további stabilizálása után kezdődik.&lt;br /&gt;
&lt;br /&gt;
Az Openmoko szoftvere lehetővé teszi, hogy a felhasználók és a fejlesztők a mobil hardver platformot igényeik szerinti, egyedi termékké alakítsák. A licenc biztosítja, hogy a felhasználók kisebb kozmetikai átalakításokon túl, teljesen saját igényeikhez formálják a telefonokat: a telefont akár orvosi készülékké vagy POS terminállá alakíthassák, illetve kedvenc szoftvereiket feltelepíthessék. A szoftver szabad licencelésén felül a készülék CAD fájlai is elérhetőek, Creative Commons licenc alatt, illetve letölthetőek a készülékek kapcsolási rajzai is.&lt;br /&gt;
&lt;br /&gt;
''Megjegyzés: Ez a weboldal jelenleg '''csak angolul''' olvasható.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;6&amp;quot; width=&amp;quot;100%&amp;quot; style=&amp;quot;color:white&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Hírek és események&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Mi az az Openmoko?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
* 2008.10.8.: [[Weekly Engineering News|Openmoko heti fejlesztési hírek]]&lt;br /&gt;
* 2008.10.6.: [[Community_Updates/October_3rd%2C_2008|Közösségi hírek]]&lt;br /&gt;
* 2008.10.2.: A Nokia kiadta a [http://qtextended.org/ Qt Extented 4.4.1] változatot. ([http://qtextended.org/modules/mydownloads/visit.php?lid=86 image], [http://qtextended.org/modules/mydownloads/visit.php?lid=85 SDK])&lt;br /&gt;
* 2008.9.27.: Újabb [[FDOM]] kiadás jelent meg.&lt;br /&gt;
* 2008.9.27.: Fissítés az Om 2008.8-hoz: [[Om2008.9_Update|Om 2008.9]]&lt;br /&gt;
* 2008.9.17.: [[17th_September%2C_2008_-_Activity_since_launch|Közösségi hírek 2008.9.17.]] &lt;br /&gt;
* 2008.9.11.: Az FSO disztribúció kiadta a [http://downloads.openmoko.org/framework/milestone3/ milestone 3] változatot.&lt;br /&gt;
* 2008.9.2.: A Trolltech loadta a [http://www.qtopia.net/modules/mydownloads/singlefile.php?lid=83 Qtopia 4.3.3-snapshot] változatot.&lt;br /&gt;
* [[News Archive|(hírarchívum)]]&amp;lt;!--Editors: copy removed news to News Archive! --&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Az Openmokoról&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Introduction|Bevezető]]&lt;br /&gt;
* [[Why Openmoko|Miért Openmoko]]&lt;br /&gt;
* [[Neo FreeRunner|A Neo FreeRunner telefon]]&lt;br /&gt;
* [[Supported Hardware|Támogatott hardware]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko beszerzése&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Openmoko|Openmoko beszerzése]]&lt;br /&gt;
* [http://www.openmoko.com Openmoko Inc.]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background:#ff6600; text-align:center; font-weight:bold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Felhasználóknak&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;Fejlesztőknek&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot; style=&amp;quot;background:#333333&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Kezdőknek&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Getting Started with your Neo FreeRunner|Neo FreeRunner kezdőknek]]&lt;br /&gt;
* [[Applications|Alkalmazások]]&lt;br /&gt;
* [[FAQ|Gyakori kérdések]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Disztribúciók&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Distributions|Disztribúciók összehasonlítása]]&lt;br /&gt;
* [[Om 2008.8|Om 2008.8 (ASU)]] - [[Om 2007.2|Om 2007.2 (old stable)]]&lt;br /&gt;
* [[OpenmokoFramework|FSO]] - [[FDOM - a Fat and Dirty OM based distribution|FDOM]] - [[Qtopia_on_FreeRunner|Qtopia]] - [[Debian|Debian]] - [[Gentoo|Gentoo]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Openmoko közösség&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Discussion_Forums|Közösségi fórumok]]&lt;br /&gt;
* [[Community Repository|Közösségi szoftverek]]&lt;br /&gt;
* [[Development resources|Fejlesztői erőforrások]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Alkalmazásfejlesztés&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko developer guide|Openmoko fejlesztői kézikönyv]]&lt;br /&gt;
* [[Toolchain|A toolchain]]&lt;br /&gt;
* [[Python|Bevezetés a Pythonba]]&lt;br /&gt;
* [http://projects.openmoko.org/ Openmoko projektek]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Disztribúciók&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[OpenEmbedded|Az OpenEmbedded disztribúció fejlesztési keretrendszer]]&lt;br /&gt;
* [[MokoMakefile|Openmoko fejlesztése MokoMakefile-lal ]]&lt;br /&gt;
* [[Opkg|Az Opkg csomagkezelő]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=white&amp;gt;Emuláció&amp;lt;/font&amp;gt;===&lt;br /&gt;
* [[Openmoko under QEMU|Openmoko QEMU-ban]] &lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Böngészés: [[:Category:Categories|Kategóriák]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_local_Groups:_Brussels</id>
		<title>Openmoko local Groups: Brussels</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_local_Groups:_Brussels"/>
				<updated>2008-10-09T12:21:36Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: Openmoko local Groups: Brussels moved to Openmoko Local Groups: Brussels: follow other group pages naming style&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Openmoko Local Groups: Brussels]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Brussels</id>
		<title>Openmoko Local Groups: Brussels</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Brussels"/>
				<updated>2008-10-09T12:21:36Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: Openmoko local Groups: Brussels moved to Openmoko Local Groups: Brussels: follow other group pages naming style&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Level of Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Other&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
|-&lt;br /&gt;
|[[User:OliverSchneider|Oliver]]&lt;br /&gt;
|&lt;br /&gt;
|use it as primary phone&lt;br /&gt;
|Brussels&lt;br /&gt;
|&lt;br /&gt;
|[[ Image:Moko.jpg |center]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[category:Openmoko Local Groups]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Download</id>
		<title>Download</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Download"/>
				<updated>2008-10-09T11:28:15Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Qt Extended (formerly Qtopia) images */ removed a broken link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists various images you can try out on your Openmoko supported smartphone and some [[#Other downloads]].&lt;br /&gt;
&lt;br /&gt;
See [[Distributions]] for a more descriptive comparison. Then see [[Development Branches Policy]] when you want to know where the really bleeding edge is.&lt;br /&gt;
&lt;br /&gt;
== Installation instructions ==&lt;br /&gt;
&lt;br /&gt;
See [[Flashing the Neo FreeRunner]] for installation instructions. Neo 1973 users: [[Getting Started with your Neo1973]]. If you want to install a system to a microSD card, see [[Booting from SD]].&lt;br /&gt;
&lt;br /&gt;
The release directories can contain up to four files:&lt;br /&gt;
&lt;br /&gt;
* a Root FileSystem image. These are the files with '''rootfs''' in their name. They come both as a .jffs2 ready-to-flash image, and as a .tar.gz ready-to-cp tarball.&lt;br /&gt;
* a Kernel image (files with '''uimage''' in their name).&lt;br /&gt;
* a u-boot bootloader (file with '''u-boot''' in the name).&lt;br /&gt;
* a splash image file.&lt;br /&gt;
&lt;br /&gt;
Also, the archive directory contains two identical versions of most files, one having the date in the filename. For those convenience ?&lt;br /&gt;
&lt;br /&gt;
One usually needs only to flash the phone with the root filesystem and the kernel image. The splash image is eyecandy. The u-Boot bootloader is a critical component, you don't want to install a new version of that systematically, but there have been improvements since the one released in shipping phones.&lt;br /&gt;
&lt;br /&gt;
== Openmoko Inc. driven release targets ==&lt;br /&gt;
=== Om 2008.9 (ASU) ===&lt;br /&gt;
&lt;br /&gt;
Om 2008.9 is an updated release of Om 2008.8. &lt;br /&gt;
{{Main|Om2008.9 Update}}&lt;br /&gt;
&lt;br /&gt;
'''Neo FreeRunner images'''&lt;br /&gt;
&lt;br /&gt;
If you want the exact bits released on September 19th, go to:&lt;br /&gt;
http://downloads.openmoko.org/releases/Om2008.9/&lt;br /&gt;
&lt;br /&gt;
If you plan to update your distribution, you may as well flash directly from:&lt;br /&gt;
http://downloads.openmoko.org/releases/Om2008.8-update/&lt;br /&gt;
&lt;br /&gt;
There is no need to reflash if you have installed Om 2008.8 and used ''opkg update &amp;amp;&amp;amp; opkg upgrade''. For older releases of this distribution, see [[Old Openmoko Distribution Releases]]&lt;br /&gt;
&lt;br /&gt;
 [http://lists.openmoko.org/pipermail/community/2008-September/031003.html].&lt;br /&gt;
&lt;br /&gt;
=== The bleeding edge: Om &amp;quot;base / empty&amp;quot; images ===&lt;br /&gt;
&lt;br /&gt;
The ''org.openmoko.dev'' branch does not have any applications preinstalled other than settings and installer, and it is unstable for now.&lt;br /&gt;
&lt;br /&gt;
Images for ''testing'' are at:&lt;br /&gt;
http://downloads.openmoko.org/daily/&lt;br /&gt;
&lt;br /&gt;
To get packages from ''testing'', use this ''/etc/opkg/testing.conf'' :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
src/gz testing-all http://downloads.openmoko.org/repository/testing/all&lt;br /&gt;
src/gz testing-arm http://downloads.openmoko.org/repository/testing/armv4t&lt;br /&gt;
src/gz testing-i686 http://downloads.openmoko.org/repository/testing/i686&lt;br /&gt;
src/gz testing-neo http://downloads.openmoko.org/repository/testing/neo1973&lt;br /&gt;
src/gz testing-gta02 http://downloads.openmoko.org/repository/testing/om-gta02&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''unstable'' comes from the same branch, compiled with the AUTOREV flag. There are no images, but packages are at http://downloads.openmoko.org/repository/unstable/&lt;br /&gt;
&lt;br /&gt;
Reference: See [http://lists.openmoko.org/pipermail/community/2008-August/027997.html &amp;quot;Repository and Images&amp;quot; announcement] for details on other &amp;quot;Base image&amp;quot;, &amp;quot;testing&amp;quot; and &amp;quot;unstable&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Once you have this base image, you can install the GTK+ telephony apps including gsmd, or Qtopia, or Mickey's framework. Check out the [[FDOM]] page for an idea of what to install.&lt;br /&gt;
&lt;br /&gt;
=== Om 2007.2 images (GTK) ===&lt;br /&gt;
&lt;br /&gt;
{{Main|Om 2007.2}}&lt;br /&gt;
&lt;br /&gt;
Openmoko '''discontinued support''' for this release. The host that used to distribute it has been taken offline at the end of August 2008. Old images have been archived at http://downloads.openmoko.org/releases/Om2007.11/ .&lt;br /&gt;
&lt;br /&gt;
Celtune offers different Images and a huge amount of packages (2007.2, pyneo, fso) for neo1973, freerunner and others. Celtune images can be found at http://rabenfrost.net/celtune/ .&lt;br /&gt;
&lt;br /&gt;
[http://blog.automated.it/category/openmoko/ Andy Powell] maintains (or used to maintain ?) images based on the 2007.2 software stack for the gta01 and gta02. A. Powell's ScaredyCat images can be found at: http://buildhost.automated.it/OM2007.2/ .&lt;br /&gt;
&lt;br /&gt;
=== FSO images (freesmartphone.org) ===&lt;br /&gt;
&lt;br /&gt;
{{Main|OpenmokoFramework}}&lt;br /&gt;
&lt;br /&gt;
Download Milestone 3 is here: http://downloads.openmoko.org/framework/milestone3/&lt;br /&gt;
&lt;br /&gt;
The file system will be in a jffs2 &amp;quot;summary&amp;quot; file. A file with the extension &amp;quot;.jffs2.summary&amp;quot; can be flashed to the FreeRunner just like an ordinary jffs2 file.&lt;br /&gt;
&lt;br /&gt;
Browse the source: http://trac.freesmartphone.org:8000/trac-example/browser&lt;br /&gt;
&lt;br /&gt;
== Openmoko Community driven release targets ==&lt;br /&gt;
&lt;br /&gt;
=== FDOM ===&lt;br /&gt;
&lt;br /&gt;
{{Main|FDOM - a Fat and Dirty OM based distribution}}&lt;br /&gt;
&lt;br /&gt;
Download images: http://compartida.net/openmoko/FDOM/&lt;br /&gt;
&lt;br /&gt;
=== SHR images (Stable Hybrid Release) ===&lt;br /&gt;
{{Main|SHR}}&lt;br /&gt;
&lt;br /&gt;
There are no downloadable images yet.&lt;br /&gt;
&lt;br /&gt;
== Non-Openmoko distributions ==&lt;br /&gt;
&lt;br /&gt;
=== Qt Extended (formerly Qtopia) images ===&lt;br /&gt;
&lt;br /&gt;
{{Main|qtopia}}&lt;br /&gt;
&lt;br /&gt;
Images are available on the [http://www.qtopia.net/modules/mydownloads/index.php Qtopia.net images] page, make sure your browser sends referer Header when downloading. (Note: direct linking to the files does not work.)&lt;br /&gt;
&lt;br /&gt;
'''Neo FreeRunner'''&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;Qt Extended flash image for FIC Neo Freerunner (gta02)&amp;quot;&lt;br /&gt;
version 4.4.1 from qtextended: http://qtextended.org/modules/mydownloads/viewcat.php?cid=6&lt;br /&gt;
* You need to also download mwester's daily kernel. If the link at qtextended is stale, so go there and download it directly for gta02: http://moko.mwester.net/dl.html#kernels&lt;br /&gt;
&lt;br /&gt;
'''Neo 1973'''&lt;br /&gt;
&lt;br /&gt;
* Find &amp;quot;Qtopia flash image for FIC Neo 1973 (gta01)&amp;quot; on [http://www.qtopia.net/modules/mydownloads/index.php Qtopia.net images] (a tarball with both a rootfs and kernel)&lt;br /&gt;
&lt;br /&gt;
*A Neo 1973 image is also available from here [http://buildhost.automated.it/OM2007.2/openmoko-qtopia-image-om-gta01.tar.gz openmoko-qtopia-image-om-gta01.tar.gz]&lt;br /&gt;
&lt;br /&gt;
'''More Qtopia downloads'''&lt;br /&gt;
&lt;br /&gt;
Addtional packages can be added from the Trolltech feed for this image, found at&lt;br /&gt;
http://qtopia.net/packages/feed/4.3.2/neo/&lt;br /&gt;
To get to these packages, you need to add the feed as a source in the Qtopia package manager.&lt;br /&gt;
&lt;br /&gt;
=== Debian images ===&lt;br /&gt;
&lt;br /&gt;
See [[Debian]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other downloads ==&lt;br /&gt;
&lt;br /&gt;
=== Applications repositories ===&lt;br /&gt;
&lt;br /&gt;
If you are looking for a specific application instead of a full filesystem image:&lt;br /&gt;
* {{Main|Community Repository}} &lt;br /&gt;
* {{Main|Users Repositories}}&lt;br /&gt;
&lt;br /&gt;
=== CAD files ===&lt;br /&gt;
You can download CAD files here.&lt;br /&gt;
http://downloads.openmoko.org/CAD/ &lt;br /&gt;
&lt;br /&gt;
=== Schematics ===&lt;br /&gt;
&lt;br /&gt;
You can download the schematics of [[Neo 1973]] (GTA01) and [[Neo FreeRunner]] (GTA02) here: &lt;br /&gt;
http://downloads.openmoko.org/schematics/&lt;br /&gt;
&lt;br /&gt;
=== Press material ===&lt;br /&gt;
&lt;br /&gt;
Download Neo FreeRunner photos in various sizes for print and web use here:&lt;br /&gt;
http://openmoko.com/press-press-material.html&lt;br /&gt;
&lt;br /&gt;
=== Tiddlywiki version of wiki.openmoko.org ===&lt;br /&gt;
If you want to carry this wiki along with you and to use it offline, then download&lt;br /&gt;
[http://om-tiddlywiki.projects.openmoko.org/openmokowiki.html http://om-tiddlywiki.projects.openmoko.org/openmokowiki.html] and store it locally, then browse through the pages which you think you need to have, click  &amp;quot;save changes&amp;quot;, so next time you open it all articles you have fetched previously will be available to you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Hardware:Neo1973:Alternate_Cases:Digital_gaming</id>
		<title>Hardware:Neo1973:Alternate Cases:Digital gaming</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Hardware:Neo1973:Alternate_Cases:Digital_gaming"/>
				<updated>2008-10-07T21:08:23Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Interest */ format, + myself&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Digital gaming alternate case for the Neo1973&lt;br /&gt;
&lt;br /&gt;
==Concept==&lt;br /&gt;
A case with a [http://en.wikipedia.org/wiki/D-pad digital D-pad], four face-mounted buttons and four shoulder-mounted buttons.&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Neogame90.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
==Rendered images==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==3D model==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Materials==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Processes==&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
Directional pad.&lt;br /&gt;
Buttons&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Interest==&lt;br /&gt;
Leave your nickname here if you are interested in having one made. This is not an order form, but is intended to gauge interest before effort is expended designing the case.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# [[User:orzo|orzo]]&lt;br /&gt;
# [[User:mrfeetio|mrfeetio]]&lt;br /&gt;
# [[User:ruskie|ruskie]]&lt;br /&gt;
# [[User:NJarek|NJarek]]&lt;br /&gt;
# [[User:gwylim|gwylim]]&lt;br /&gt;
# [[User:vozka|vozka]]&lt;br /&gt;
# [[User:Globbi|Globbi]]&lt;br /&gt;
# [[User:Shahn|Shahn]]&lt;br /&gt;
# [[User:DStulle|dStulle]]&lt;br /&gt;
# [[User:KrisAbsinthe|KrisAbsinthe]]&lt;br /&gt;
# [[User:Methril|Methril]]&lt;br /&gt;
# [[User:sin|sin]]&lt;br /&gt;
# [[User:Shmuck|Shmuck]]&lt;br /&gt;
# [[User:Ritz|Ritesh Khadgaray]]&lt;br /&gt;
# [[User:xcerj01|Jan Černý]]&lt;br /&gt;
# [[User:leinir|Dan Leinir Turthra Jensen]]&lt;br /&gt;
# [[User:Alcantor|Alcantor]]&lt;br /&gt;
# [[User:Kempelen|Kempelen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Neo1973_alternate_cases]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File_transfer</id>
		<title>File transfer</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File_transfer"/>
				<updated>2008-10-06T20:27:45Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: sshfs section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Openmoko hardware and software offer several ways to transfer files to and from the system.&lt;br /&gt;
&lt;br /&gt;
== SCP ==&lt;br /&gt;
&lt;br /&gt;
Examples use the IP address of the default USB network setup on Om 2008.8. If you use a different connection, for example Wifi, use the Wifi IP address of the phone.&lt;br /&gt;
&lt;br /&gt;
copy a file from Openmoko smartphone to to PC type this on your PC:&lt;br /&gt;
&lt;br /&gt;
 scp root@192.168.0.202:/full/path/to/filename .&lt;br /&gt;
&lt;br /&gt;
from phone's /home/root you can use shorter format:&lt;br /&gt;
&lt;br /&gt;
 scp root@192.168.0.202:filename .&lt;br /&gt;
&lt;br /&gt;
to copy file to the SD card in phone type this on your PC:&lt;br /&gt;
&lt;br /&gt;
 scp filename root@192.168.0.202:/media/card/&lt;br /&gt;
&lt;br /&gt;
to recursively copy a directory to the phone, use -r:&lt;br /&gt;
&lt;br /&gt;
 scp -r somedirectory root@192.168.0.202:&lt;br /&gt;
&lt;br /&gt;
== SSHFS ==&lt;br /&gt;
&lt;br /&gt;
You can use sshfs to mount directories on your Openmoko smartphone into directories on your desktop computer. You can mount sshfs as normal user if you add yourself to the &amp;quot;fuse&amp;quot; group.&lt;br /&gt;
&lt;br /&gt;
This &amp;lt;tt&amp;gt;Makefile&amp;lt;/tt&amp;gt; makes it very easy to mount and umount sshfs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Usage: set the three vars here and then type &lt;br /&gt;
# make moko&lt;br /&gt;
# that will create &amp;quot;moko&amp;quot; in the current dir and mount the specified path&lt;br /&gt;
# You need sshfs installed and your user added to &amp;quot;fuse&amp;quot; group on your PC.&lt;br /&gt;
moko_u=root&lt;br /&gt;
moko_h=192.168.0.202&lt;br /&gt;
moko_p=/media/card&lt;br /&gt;
#remote_h=example.org     # host or ip&lt;br /&gt;
#remote_u=username        # remote username&lt;br /&gt;
#remote_p=/path/to/mount  # uses home if left empty&lt;br /&gt;
&lt;br /&gt;
%:&lt;br /&gt;
	mkdir -p $(PWD)/$*&lt;br /&gt;
	sshfs -C -o reconnect -o idmap=user $($*_u)@$($*_h):$($*_p) $(PWD)/$* || rmdir $(PWD)/$*&lt;br /&gt;
&lt;br /&gt;
%_:&lt;br /&gt;
	mkdir -p $(PWD)/$*&lt;br /&gt;
	sshfs -C -o reconnect -o idmap=user -o follow_symlinks $($*_u)@$($*_h):$($*_p) $(PWD)/$* || rmdir $(PWD)/$*&lt;br /&gt;
&lt;br /&gt;
%-:&lt;br /&gt;
	-fusermount -u $(PWD)/$*&lt;br /&gt;
	rmdir $(PWD)/$*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Type &amp;lt;tt&amp;gt;make moko&amp;lt;/tt&amp;gt; to mount and &amp;lt;tt&amp;gt;make moko-&amp;lt;/tt&amp;gt; to umount, once you have [[USB_Networking]] set up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== TFTP ==&lt;br /&gt;
client ('tftp')&lt;br /&gt;
&lt;br /&gt;
server?&lt;br /&gt;
&lt;br /&gt;
== NFS ==&lt;br /&gt;
client (on Neo: 'mount -t nfs ...' or edit /etc/fstab and '/etc/init.d/mountnfs.sh start')&lt;br /&gt;
&lt;br /&gt;
server?&lt;br /&gt;
&lt;br /&gt;
== HTTP ==&lt;br /&gt;
client (on Neo: 'wget',web browser)&lt;br /&gt;
&lt;br /&gt;
== MicroSD ==&lt;br /&gt;
It is possible to write data to micro SD on a desktop machine with the suitable writer and then have it accessible from inside the Openmoko after the card is inserted into that device. To get this working, the micro SD must be formatted in some filesystem that both Openmoko and host understand (ext2, for instance). &lt;br /&gt;
&lt;br /&gt;
The problem with this approach is that micro SD is difficult to access in the Neo. Both  battery and even SIM card must be removed to reach it.&lt;br /&gt;
&lt;br /&gt;
== SFTP ==&lt;br /&gt;
SFTP can be an excellent way to transfer files as it is supported by many possible clients on the desktop machine. After USB network is set up, it is possible to try to open sftp connection by entering sftp://192.168.0.202 or sftp://{username}:{password}@192.168.0.202  into the address bar of the browser that supports sftp.&lt;br /&gt;
&lt;br /&gt;
You can also use the sftp console client under Linux or something like psftp.exe, the sftp client that goes with PuTTY for Windows.&lt;br /&gt;
&lt;br /&gt;
Name and password is the same as for normal logins (root and no password by default).&lt;br /&gt;
&lt;br /&gt;
== FTP ==&lt;br /&gt;
FTP is currently considered insecure. There is no any reason to use FTP, SFTP should be used instead.&lt;br /&gt;
&lt;br /&gt;
== USB Mass Storage ==&lt;br /&gt;
The Freerunner can be configured to appear as a USB mass storage device to the desktop.  see [[Using the Neo as a Mass storage device]].&lt;br /&gt;
&lt;br /&gt;
== Common methods not supported ==&lt;br /&gt;
*Bluetooth (except via other network methods)&lt;br /&gt;
&lt;br /&gt;
[[Category:Advanced End User]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/XBill</id>
		<title>XBill</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/XBill"/>
				<updated>2008-10-05T18:04:49Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Installing */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Xbill.png|right|thumb|150px|XBill on Om 2008.8.]]&lt;br /&gt;
{{Application|XBill}}&lt;br /&gt;
&lt;br /&gt;
The classical game, as original author describes: You're a sysadmin, and someone's trying to destroy your computers. The little people running around the screen are trying to infect your computers with Wingdows [TM], a virus cleverly designed to resemble a popular operating system.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
Using [[Toolchain]] you can compile XBill from the official source code. Make sure you do NOT have a &amp;quot;gtk-config&amp;quot; in your path on your host OS while compiling, otherwise that will add the GTK include paths of your PC and linking will fail.&lt;br /&gt;
&lt;br /&gt;
Get the source:&lt;br /&gt;
&lt;br /&gt;
 mypc$ wget http://www.xbill.org/download/xbill-2.1.tar.gz&lt;br /&gt;
 mypc$ tar -xzvf xbill-2.1.tar.gz&lt;br /&gt;
&lt;br /&gt;
Compile with your Toolchain tools, this will install the required Athena library into your Toolchain setup. (You must do the &amp;lt;tt&amp;gt;opkg-target install&amp;lt;/tt&amp;gt; part as root, unless you changed the owner of /usr/local/openmoko to your own user! These commands are part of the [[Toolchain]].)&lt;br /&gt;
&lt;br /&gt;
 mypc$ . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 mypc$ opkg-target install libxaw-dev&lt;br /&gt;
 mypc$ om-conf --enable-athena&lt;br /&gt;
 mypc$ cd xbill-2.1&lt;br /&gt;
 mypc$ make&lt;br /&gt;
&lt;br /&gt;
On Openmoko you need Athena again and a directory for XBill pixmaps:&lt;br /&gt;
&lt;br /&gt;
 om-gta02$ opkg install libxaw&lt;br /&gt;
 om-gta02$ mkdir /usr/share/xbill&lt;br /&gt;
 &lt;br /&gt;
Copy to your Openmoko:&lt;br /&gt;
&lt;br /&gt;
 mypc$ scp xbill root@192.168.0.202:/usr/bin&lt;br /&gt;
 mypc$ scp -r pixmaps root@192.168.0.202:/usr/share/xbill&lt;br /&gt;
 mypc$ scp -r bitmaps root@192.168.0.202:/usr/share/xbill&lt;br /&gt;
&lt;br /&gt;
== Desktop icon ==&lt;br /&gt;
&lt;br /&gt;
Here is an example desktop entry. Create a file called &amp;quot;/usr/share/applications/xbill.desktop&amp;quot; with content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Version=2.1&lt;br /&gt;
Type=Application&lt;br /&gt;
Encoding=UTF-8&lt;br /&gt;
Name=XBill&lt;br /&gt;
Comment=XBill&lt;br /&gt;
Exec=/usr/bin/xbill --size 470&lt;br /&gt;
Icon=drm/Drm.png&lt;br /&gt;
Categories=Application;Games&lt;br /&gt;
Terminal=false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Further improvements ==&lt;br /&gt;
&lt;br /&gt;
Building against GTK+ would be cool. You could try &amp;lt;tt&amp;gt;om-conf --enable-gtk&amp;lt;/tt&amp;gt;, but ./configure will either unable to find &amp;lt;tt&amp;gt;gtk-config&amp;lt;/tt&amp;gt; or it will use the host OS &amp;lt;tt&amp;gt;gtk-config&amp;lt;/tt&amp;gt;, so it won't work. Please extend this documentation if you know how to build against GTK+.&lt;br /&gt;
&lt;br /&gt;
Please send comments or questions about this installation guide to [[:User:Kempelen]]. Please extend this artcile if you think something is missing.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Dragged items are not visible (but they work). (For example when you drag the bucket to a sparc.)&lt;br /&gt;
* Windows could fit nicer (hopefully a GTK+ build will fix that).&lt;br /&gt;
* Can't type in player name for high-scores.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
{{ApplicationBox|&lt;br /&gt;
  Name=[[XBill]]|&lt;br /&gt;
  Description=Save your computers from Wingdows(tm).|&lt;br /&gt;
  Screenshot=Xbill.png|&lt;br /&gt;
  Homepage=http://www.xbill.org|&lt;br /&gt;
  TestedOn=Om 2008.8|&lt;br /&gt;
  PackageName=-&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Gaming]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/XBill</id>
		<title>XBill</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/XBill"/>
				<updated>2008-10-05T18:04:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Installing */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Xbill.png|right|thumb|150px|XBill on Om 2008.8.]]&lt;br /&gt;
{{Application|XBill}}&lt;br /&gt;
&lt;br /&gt;
The classical game, as original author describes: You're a sysadmin, and someone's trying to destroy your computers. The little people running around the screen are trying to infect your computers with Wingdows [TM], a virus cleverly designed to resemble a popular operating system.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
Using [[Toolchain]] you can compile XBill from the official source code. Make sure you do NOT have a &amp;quot;gtk-config&amp;quot; in your path on your host OS while compiling, otherwise that will add the GTK include paths of your PC and linking will fail.&lt;br /&gt;
&lt;br /&gt;
Get the source:&lt;br /&gt;
&lt;br /&gt;
 mypc$ wget http://www.xbill.org/download/xbill-2.1.tar.gz&lt;br /&gt;
 mypc$ tar -xzvf xbill-2.1&lt;br /&gt;
&lt;br /&gt;
Compile with your Toolchain tools, this will install the required Athena library into your Toolchain setup. (You must do the &amp;lt;tt&amp;gt;opkg-target install&amp;lt;/tt&amp;gt; part as root, unless you changed the owner of /usr/local/openmoko to your own user! These commands are part of the [[Toolchain]].)&lt;br /&gt;
&lt;br /&gt;
 mypc$ . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 mypc$ opkg-target install libxaw-dev&lt;br /&gt;
 mypc$ om-conf --enable-athena&lt;br /&gt;
 mypc$ cd xbill-2.1&lt;br /&gt;
 mypc$ make&lt;br /&gt;
&lt;br /&gt;
On Openmoko you need Athena again and a directory for XBill pixmaps:&lt;br /&gt;
&lt;br /&gt;
 om-gta02$ opkg install libxaw&lt;br /&gt;
 om-gta02$ mkdir /usr/share/xbill&lt;br /&gt;
 &lt;br /&gt;
Copy to your Openmoko:&lt;br /&gt;
&lt;br /&gt;
 mypc$ scp xbill root@192.168.0.202:/usr/bin&lt;br /&gt;
 mypc$ scp -r pixmaps root@192.168.0.202:/usr/share/xbill&lt;br /&gt;
 mypc$ scp -r bitmaps root@192.168.0.202:/usr/share/xbill&lt;br /&gt;
&lt;br /&gt;
== Desktop icon ==&lt;br /&gt;
&lt;br /&gt;
Here is an example desktop entry. Create a file called &amp;quot;/usr/share/applications/xbill.desktop&amp;quot; with content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Version=2.1&lt;br /&gt;
Type=Application&lt;br /&gt;
Encoding=UTF-8&lt;br /&gt;
Name=XBill&lt;br /&gt;
Comment=XBill&lt;br /&gt;
Exec=/usr/bin/xbill --size 470&lt;br /&gt;
Icon=drm/Drm.png&lt;br /&gt;
Categories=Application;Games&lt;br /&gt;
Terminal=false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Further improvements ==&lt;br /&gt;
&lt;br /&gt;
Building against GTK+ would be cool. You could try &amp;lt;tt&amp;gt;om-conf --enable-gtk&amp;lt;/tt&amp;gt;, but ./configure will either unable to find &amp;lt;tt&amp;gt;gtk-config&amp;lt;/tt&amp;gt; or it will use the host OS &amp;lt;tt&amp;gt;gtk-config&amp;lt;/tt&amp;gt;, so it won't work. Please extend this documentation if you know how to build against GTK+.&lt;br /&gt;
&lt;br /&gt;
Please send comments or questions about this installation guide to [[:User:Kempelen]]. Please extend this artcile if you think something is missing.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Dragged items are not visible (but they work). (For example when you drag the bucket to a sparc.)&lt;br /&gt;
* Windows could fit nicer (hopefully a GTK+ build will fix that).&lt;br /&gt;
* Can't type in player name for high-scores.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
{{ApplicationBox|&lt;br /&gt;
  Name=[[XBill]]|&lt;br /&gt;
  Description=Save your computers from Wingdows(tm).|&lt;br /&gt;
  Screenshot=Xbill.png|&lt;br /&gt;
  Homepage=http://www.xbill.org|&lt;br /&gt;
  TestedOn=Om 2008.8|&lt;br /&gt;
  PackageName=-&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Gaming]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Applications</id>
		<title>Applications</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Applications"/>
				<updated>2008-10-05T17:55:34Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Games */ xbill added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the wiki's master application directory for the Openmoko smartphones. It can not be exhaustive, as new things are showing up every week. If you are looking for a specific application and it is not listed there, you have found a bug so please add it. You may provide an outgoing link, or use the opportunity to create a new wiki page for the application.&lt;br /&gt;
&lt;br /&gt;
In this case, note that the directory is organized in sections and that it only provides a short explanation for each entry. For each section ''X'', we also have a separate wiki page named &amp;quot;List of ''X'' applications&amp;quot; . These ''List of ...'' pages includes more details like screenshots, installation instructions, availability. If you add an application in this directory, please also consider updating the &amp;quot;List of ''X'' applications&amp;quot; page.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
* Openmoko Mediaplayer 2 - Play music and video (mp3...)&lt;br /&gt;
* Qtopia Mediaplayer - Play music (mp3...)&lt;br /&gt;
* [[Openmokast]] - Play audio stream and slideshow stream&lt;br /&gt;
* [http://projects.openmoko.org/projects/pythm/ pythm] - Audio player GUI using mplayer and mpd as backend.&lt;br /&gt;
&lt;br /&gt;
More about these audio applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of Audio Applications]]&lt;br /&gt;
&lt;br /&gt;
Note that most of the video applications also play audio, see below.&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
* [[Games/Om 2007.2]] - Many small games on Om 2007.2&lt;br /&gt;
* [[Om 2008.8 Sudoku]] - Number placement based puzzle game&lt;br /&gt;
* Moko-sudoku - Another sudoku puzzle game.&lt;br /&gt;
* [[Scummvm]] - Plays certain classic graphical point-and-click adventure games&lt;br /&gt;
* [[Kobodeluxe]] - A top-view space shooter, available from 2008.8 repositories.&lt;br /&gt;
* xjig - A virtual jigsaw puzzle.&lt;br /&gt;
* Battle of Wesnoth - An addictive turn-based strategy game.&lt;br /&gt;
* Pingus - Pingus is a lemmings clone with penguins.&lt;br /&gt;
* [[Duke Nukem 3D]] - Legendary First Person Shooter.&lt;br /&gt;
* [[Numptyphysics]] - A drawing puzzle game.&lt;br /&gt;
* Gnuboy - An emulator for the handheld gaming all-time bestseller.&lt;br /&gt;
* Chess - Gnuchess, console based.&lt;br /&gt;
* [[XBill]] - Little action game to stop Bill from installing Wingdows(tm) on computers.&lt;br /&gt;
&lt;br /&gt;
More about games:&lt;br /&gt;
&lt;br /&gt;
* [[List of Games]]&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
&lt;br /&gt;
* [[GPS Sight]] - Display GPS information, location, tracks, etc, without maps.&lt;br /&gt;
* [[Gpsdrive]] - Car (bike, etc) navigation system&lt;br /&gt;
* [[Om 2008.8 Locations]] - (aka Splinter) - Location sharing based on GPS and SMS&lt;br /&gt;
* [[Navit]] - Car navigation system with routing engine&lt;br /&gt;
* [[TangoGPS]] - Display map (OSM..), record GPS tracks...&lt;br /&gt;
* [[Pyroute]] - &lt;br /&gt;
* [[QMapControl]] - Display maps (OSM..) and add points, lines...&lt;br /&gt;
* [[Qpegps]] - Display map with current position&lt;br /&gt;
* [[Idle Hands]] - Give a task to you based on your location&lt;br /&gt;
&lt;br /&gt;
More about GPS applications:&lt;br /&gt;
&lt;br /&gt;
* [[GPS applications|List of GPS applications]]&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
&lt;br /&gt;
* [[Orrery]] - Displays the night sky&lt;br /&gt;
* [[OMView]] - Image viewer&lt;br /&gt;
* [[PyPenNotes]] - Write notes using pen and touchscreen&lt;br /&gt;
* [[Gpe-scap]] - Take screenshots&lt;br /&gt;
&lt;br /&gt;
More about graphics applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of Graphics Applications]]&lt;br /&gt;
&lt;br /&gt;
== Internet ==&lt;br /&gt;
&lt;br /&gt;
* [[Linphone]] - Voice over IP&lt;br /&gt;
* [[Midori]] - Webkit based web browser&lt;br /&gt;
* [[Minimo]] - Mozilla based web browser&lt;br /&gt;
* [[Mokopedia]] - Read small Wikipedia dumps offline&lt;br /&gt;
* Openmoko-browser2 - The original Openmoko web browser&lt;br /&gt;
* [[Openmokast]] - Play audio stream and slideshow stream&lt;br /&gt;
* [[Openmoko Mail]] - E-mail client&lt;br /&gt;
* [[Instant Messaging|Pidgin]] - Instant messaging client (ICQ, MSN, Jabber, Yahoo and more.)&lt;br /&gt;
* [[PyFeedRead]] - RSS feed reader&lt;br /&gt;
* [[Qtmail]] - Default mail program on Om 2008.8&lt;br /&gt;
&lt;br /&gt;
More about internet applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of Internet Applications]]&lt;br /&gt;
&lt;br /&gt;
== Office ==&lt;br /&gt;
&lt;br /&gt;
* [[Epdfview]] - PDF reader.&lt;br /&gt;
* Evince - Document reader for PDF, PS, DJVU and more.&lt;br /&gt;
* [[FBReader]] - E-book reader program (TXT, FB2, HTML and more)&lt;br /&gt;
* [[Gutenflash]] - Fast text reader by scrolling text&lt;br /&gt;
&lt;br /&gt;
More about office applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of Office Applications]]&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
* [[Mofi]] - Wifi setup tool&lt;br /&gt;
* [[Lint-wifi]] - Wifi setup tool&lt;br /&gt;
* [[Om 2008.8 Installer]] - Graphical software installer&lt;br /&gt;
* [[Opkg]] - Command line software installer&lt;br /&gt;
* [[Sephora]] - Settings manager&lt;br /&gt;
* [[SettingsGUI]] - Edit various settings&lt;br /&gt;
* [[Wicd]] - Wifi setup tool&lt;br /&gt;
&lt;br /&gt;
More about Settings applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of Settings Applications]] TBD&lt;br /&gt;
&lt;br /&gt;
== System ==&lt;br /&gt;
&lt;br /&gt;
* [[Display Locker]] - Screen lock&lt;br /&gt;
* [[Gestures]] - Detect movement and display information, rotate screen&lt;br /&gt;
* [[Keychain]] - SSH keys&lt;br /&gt;
* [[MokoFEM]] - Monitors GMS information&lt;br /&gt;
* [[Mokostat]] - Monitors battery&lt;br /&gt;
* [[Openmoko Bluetooth remote controller|ReMoko]] - Control stuff via BlueTooth&lt;br /&gt;
* [[Rotate]] - Rotate screen when phone is rotated&lt;br /&gt;
* [[Terminal]] - Commando prompt&lt;br /&gt;
* [[Ts calibrate]] - Calibrates touchscreen&lt;br /&gt;
* [[Zedlock]] - Screen locker&lt;br /&gt;
&lt;br /&gt;
More about system applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of System Applications]]&lt;br /&gt;
&lt;br /&gt;
== Telephony ==&lt;br /&gt;
&lt;br /&gt;
* [[Dialer/2007.2]] - The dialer application in Om 2007.2&lt;br /&gt;
&lt;br /&gt;
More about telephony applications:&lt;br /&gt;
&lt;br /&gt;
* [[List of Telephony Applications]] TBD&lt;br /&gt;
* [[:Category:Telephony|Telephony category]]&lt;br /&gt;
&lt;br /&gt;
== Utility ==&lt;br /&gt;
&lt;br /&gt;
* [[HP48 Series RPN Calculator]] - Calculator with many functions&lt;br /&gt;
&lt;br /&gt;
More about utility applications&lt;br /&gt;
&lt;br /&gt;
* [[List of Utility Applications]] TBD&lt;br /&gt;
* [[:Category:Utility Applications|Utility Applications]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
* [[Video Player]] - Using Mplayer on Openmoko smartphones&lt;br /&gt;
* [http://katastrophos.net/andre/blog/software/quasar-media-player/ Quasar] - a mplayer frontend for X11&lt;br /&gt;
&lt;br /&gt;
More about video applications&lt;br /&gt;
&lt;br /&gt;
* [[List of Video Applications]] &lt;br /&gt;
&lt;br /&gt;
== An automatic list of application-related wiki pages ==&lt;br /&gt;
&lt;br /&gt;
The pages linked above are all maintained manually. We also maintain an automatic categorization system by tagging wiki pages. Here is the list of application-related pages in this wiki. Normally, every page listed below should be also listed above in the same category. The converse is false: there are applications without a wiki page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: solid 1px black; padding: 1ex&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Applications in this Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;categorytree mode=pages depth=2 hideroot=on&amp;gt;Applications&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Where to find more applications? ==&lt;br /&gt;
&lt;br /&gt;
Not all Openmoko apps are listed on this wiki - there are much more [http://projects.openmoko.org/softwaremap/ projects at the Openmoko GForge] than the wiki can list, not to mention self-hosted applications on their own websites. Actually the phones can run most Linux based Free Software, using for example the [[Debian]] distribution. The [http://handhelds.freshmeat.net/browse/1038/ mobile phones section of Freshmeat] may be a interesting place to look.&lt;br /&gt;
&lt;br /&gt;
More application download related pages:&lt;br /&gt;
&lt;br /&gt;
* [[Community Repository]]&lt;br /&gt;
* [[Users Repositories]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where to find full distributions ? ==&lt;br /&gt;
&lt;br /&gt;
* [[Download]]: for complete system downloads&lt;br /&gt;
&lt;br /&gt;
== The usual warnings ==&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
* Some of these software are developed by Openmoko Inc. and some are contributed by the community. Any problems with community contributed software should be reported to the individual software developer rather than the Openmoko core team.&lt;br /&gt;
* Most programs listed here are not mature/stable, but only useable/beta.&lt;br /&gt;
* Many programs listed here are not yet packaged for your distribution and integrated in its repositories. Whichever it is.&lt;br /&gt;
* Installing experimental software from the internet is certain to break things. Running it as root is a very insecure thing to do. Kown that you will be burned, have backups, and be ready to apologize to everybody in your phone contact list in case they receive strange SMSs...&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Basic End User]]&lt;br /&gt;
[[Category:Applications| ]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/XBill</id>
		<title>XBill</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/XBill"/>
				<updated>2008-10-05T17:52:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kempelen: /* Bugs */ +1 bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Xbill.png|right|thumb|150px|XBill on Om 2008.8.]]&lt;br /&gt;
{{Application|XBill}}&lt;br /&gt;
&lt;br /&gt;
The classical game, as original author describes: You're a sysadmin, and someone's trying to destroy your computers. The little people running around the screen are trying to infect your computers with Wingdows [TM], a virus cleverly designed to resemble a popular operating system.&lt;br /&gt;
&lt;br /&gt;
== Installing ==&lt;br /&gt;
&lt;br /&gt;
Using [[Toolchain]] you can compile XBill from the official source code. Make sure you do NOT have a &amp;quot;gtk-config&amp;quot; in your path on your host OS while compiling, otherwise that will add the GTK include paths of your PC and linking will fail.&lt;br /&gt;
&lt;br /&gt;
Get the source:&lt;br /&gt;
&lt;br /&gt;
 mypc$ wget http://www.xbill.org/download/xbill-2.1.tar.gz&lt;br /&gt;
 mypc$ tar -xzvf xbill-2.1&lt;br /&gt;
&lt;br /&gt;
Compile with your Toolchain tools, this will install the required Athena library into your Toolchain setup. (You must do the &amp;lt;tt&amp;gt;opkg-target install&amp;lt;/tt&amp;gt; part as root, unless you changed the owner of /usr/local/openmoko to your own user! These commands are part of the [[Toolchain]].)&lt;br /&gt;
&lt;br /&gt;
 mypc$ . /usr/local/openmoko/arm/setup-env&lt;br /&gt;
 mypc$ opkg-target install libxaw&lt;br /&gt;
 mypc$ om-conf --enable-athena&lt;br /&gt;
 mypc$ cd xbill-2.1&lt;br /&gt;
 mypc$ make&lt;br /&gt;
&lt;br /&gt;
On Openmoko you need Athena again and a directory for XBill pixmaps:&lt;br /&gt;
&lt;br /&gt;
 om-gta02$ opkg install libxaw&lt;br /&gt;
 om-gta02$ mkdir /usr/share/xbill&lt;br /&gt;
 &lt;br /&gt;
Copy to your Openmoko:&lt;br /&gt;
&lt;br /&gt;
 mypc$ scp xbill root@192.168.0.202:/usr/bin&lt;br /&gt;
 mypc$ scp -r pixmaps root@192.168.0.202:/usr/share/xbill&lt;br /&gt;
 mypc$ scp -r bitmaps root@192.168.0.202:/usr/share/xbill&lt;br /&gt;
&lt;br /&gt;
== Desktop icon ==&lt;br /&gt;
&lt;br /&gt;
Here is an example desktop entry. Create a file called &amp;quot;/usr/share/applications/xbill.desktop&amp;quot; with content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Version=2.1&lt;br /&gt;
Type=Application&lt;br /&gt;
Encoding=UTF-8&lt;br /&gt;
Name=XBill&lt;br /&gt;
Comment=XBill&lt;br /&gt;
Exec=/usr/bin/xbill --size 470&lt;br /&gt;
Icon=drm/Drm.png&lt;br /&gt;
Categories=Application;Games&lt;br /&gt;
Terminal=false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Further improvements ==&lt;br /&gt;
&lt;br /&gt;
Building against GTK+ would be cool. You could try &amp;lt;tt&amp;gt;om-conf --enable-gtk&amp;lt;/tt&amp;gt;, but ./configure will either unable to find &amp;lt;tt&amp;gt;gtk-config&amp;lt;/tt&amp;gt; or it will use the host OS &amp;lt;tt&amp;gt;gtk-config&amp;lt;/tt&amp;gt;, so it won't work. Please extend this documentation if you know how to build against GTK+.&lt;br /&gt;
&lt;br /&gt;
Please send comments or questions about this installation guide to [[:User:Kempelen]]. Please extend this artcile if you think something is missing.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
* Dragged items are not visible (but they work). (For example when you drag the bucket to a sparc.)&lt;br /&gt;
* Windows could fit nicer (hopefully a GTK+ build will fix that).&lt;br /&gt;
* Can't type in player name for high-scores.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
{{ApplicationBox|&lt;br /&gt;
  Name=[[XBill]]|&lt;br /&gt;
  Description=Save your computers from Wingdows(tm).|&lt;br /&gt;
  Screenshot=Xbill.png|&lt;br /&gt;
  Homepage=http://www.xbill.org|&lt;br /&gt;
  TestedOn=Om 2008.8|&lt;br /&gt;
  PackageName=-&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Gaming]]&lt;/div&gt;</summary>
		<author><name>Kempelen</name></author>	</entry>

	</feed>