<?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=Cbaird&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=Cbaird&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Special:Contributions/Cbaird"/>
		<updated>2013-05-19T23:19:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.6</generator>

	<entry>
		<id>http://wiki.openmoko.org/wiki/ReMoko</id>
		<title>ReMoko</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/ReMoko"/>
				<updated>2008-08-30T01:13:46Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Wish List .. sign language recognition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{applications|ReMoko}}&lt;br /&gt;
[[Image:Remoko_menu.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
&lt;br /&gt;
* Openmoko remote controller is a [[Summer of Code 2008]] project, that aims to write a application that can make Openmoko-powered devices appear to be a mixed Bluetooth keyboard-and-mouse device.&lt;br /&gt;
*'''Student:''' [http://www.valeriovalerio.org Valério Valério]&lt;br /&gt;
*'''Mentor:''' Daniel Willmann&lt;br /&gt;
&lt;br /&gt;
==ReMoko v0.3==&lt;br /&gt;
&lt;br /&gt;
===Downloads===&lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/remoko/downloads/list ReMoko Packages]&lt;br /&gt;
&lt;br /&gt;
===Install Instructions===&lt;br /&gt;
&lt;br /&gt;
*'''ReMoko dependencies'''&lt;br /&gt;
**bluez-utils (&amp;gt;= 3.23) remokoserver python-ecore python-edbus python-edje python-evas python-dbus python-textutils&lt;br /&gt;
&lt;br /&gt;
*'''FSO Milestone 2'''&lt;br /&gt;
** The FSO images built before 20080807 have a bug in the framework bluetooth system, to use remoko in a older FSO image you will need to change the lines below in '/usr/lib/python2.5/site-packages/framework/subsystems/ousaged/generic.py':&lt;br /&gt;
&lt;br /&gt;
  Line 98&lt;br /&gt;
  - proxy = self.bus.get_object( &amp;quot;org.freesmartphone.Device&amp;quot;, &amp;quot;/org/freesmartphone/Device/PowerControl/&amp;quot; + self.name )&lt;br /&gt;
  + proxy = self.bus.get_object( &amp;quot;org.freesmartphone.odeviced&amp;quot;, &amp;quot;/org/freesmartphone/Device/PowerControl/&amp;quot; + self.name )&lt;br /&gt;
&lt;br /&gt;
  Line 209&lt;br /&gt;
  - genericUsageControl.addResource( DummyResource( genericUsageControl, &amp;quot;Bluetooth&amp;quot; ) )&lt;br /&gt;
  + genericUsageControl.addResource( ODeviceDResource( genericUsageControl, &amp;quot;Bluetooth&amp;quot; ) )&lt;br /&gt;
&lt;br /&gt;
after that you will need to restart the framework (kill the process and start it again or simply restart the device).&lt;br /&gt;
&lt;br /&gt;
*'''ASU 2008.08'''&lt;br /&gt;
** Careful with this bug: [https://docs.openmoko.org/trac/ticket/1744 Ticket #1744];&lt;br /&gt;
** Require remoko_0.2;&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
* Linux&lt;br /&gt;
** Start the remoko app in the neo;&lt;br /&gt;
** In a shell type 'hidd --connect &amp;lt;neo_bt_addr&amp;gt;' (need root privileges) or use a user interface to choose the neo as a bluetooth keyboard;&lt;br /&gt;
&lt;br /&gt;
* Windows XP and Media Center Edition&lt;br /&gt;
** Start the remoko app in the neo;&lt;br /&gt;
** Go to the bluetooth preferences and choose 'Add a new device';&lt;br /&gt;
** Choose the neo (default name is  'BlueZ (0)') and choose 'no password';&lt;br /&gt;
&lt;br /&gt;
===Using custom keys===&lt;br /&gt;
* The keys bellow don't exist by default in the Illume/qtopia keyboard's, to add the keys to a profile you have to write it.&lt;br /&gt;
  Allowed Keys:&lt;br /&gt;
   f1-f12&lt;br /&gt;
   win (plus any letter or number, the f key is not allowed it the 'win' key, due a small bug)&lt;br /&gt;
&lt;br /&gt;
===Using Gestures===&lt;br /&gt;
* To use [[gestures]] to send events, you just need to install the gestures package (no need to start the gestures listener). You can also train the gestures.&lt;br /&gt;
&lt;br /&gt;
===Features===&lt;br /&gt;
*'''Connection'''&lt;br /&gt;
** Connection to the majority of the bluetooth stacks;&lt;br /&gt;
** Connection status daemon (possibility to connect to the remote device when the connection are closed);&lt;br /&gt;
** Information about the remote device;&lt;br /&gt;
*'''Mouse Profile'''&lt;br /&gt;
** 3 button's mouse;&lt;br /&gt;
** Left button mouse holding (for drawing for example);&lt;br /&gt;
** Tapping functionality, like a touchpad;&lt;br /&gt;
** Vertical Scroll;&lt;br /&gt;
*'''Keyboard Profile'''&lt;br /&gt;
** Full qwerty keyboard;&lt;br /&gt;
** Numeric keyboard;&lt;br /&gt;
** Holding for Capslock, Shift, Control, Alt and Control + Alt;&lt;br /&gt;
** Mouse area with tapping functionality;&lt;br /&gt;
*'''Settings Profile'''&lt;br /&gt;
** Option to run the app in fullscreen mode or window mode;&lt;br /&gt;
** Option to set the sensitivity of the mouse scroll;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Known Issus===&lt;br /&gt;
* The installer is a little bit broken at the moment, so check all the ReMoko dependencies, for Om 2008.8 the package: python-textutils should be the only dependence missing by default.&lt;br /&gt;
* In some images (last FSO) the keyboard only show up, if the app is in window mode;&lt;br /&gt;
* The mouse profile can slow down a little bit if you have the gestures daemon and other program running on the phone. &lt;br /&gt;
* Connection problems with Symbian S60 devices with BT-HID keyboard app provided by Nokia;&lt;br /&gt;
&lt;br /&gt;
===Tested Bluetooth Stacks ===&lt;br /&gt;
*'''Working'''&lt;br /&gt;
** Linux BlueZ Stack&lt;br /&gt;
** Windows XP SP2&lt;br /&gt;
** Windows Media Center Edition (Toshiba Bluetooth Stack)&lt;br /&gt;
&lt;br /&gt;
*'''Not Working'''&lt;br /&gt;
** Symbian Nokia's S60 - tested with Nokia Navigator (probably a BlueZ SDP bug)&lt;br /&gt;
&lt;br /&gt;
===TODO===&lt;br /&gt;
&lt;br /&gt;
* Games profile;&lt;br /&gt;
&lt;br /&gt;
===Need help in:===&lt;br /&gt;
* Application logo (Tag name: ReMoko);&lt;br /&gt;
* Set of menu icon related to the neo (Icons in use are from the Gnome project, enlightenment project and [http://wiki.openmoko.org/wiki/User:Nenadgrujicic Nenadgrujicic]. ReMoko icon made by [http://wiki.openmoko.org/wiki/User:Fradeve11 Fradeve11])&lt;br /&gt;
&lt;br /&gt;
===ScreenShots===&lt;br /&gt;
*Remoko Menu &amp;lt;br/&amp;gt;[[Image:Remoko_menu.jpg]]&lt;br /&gt;
*Remoko Mouse profile &amp;lt;br/&amp;gt;[[Image:remoko_mouse.jpg]]&lt;br /&gt;
*Remoko Presentation menu &amp;lt;br/&amp;gt; [[Image:remoko_presentation_menu.jpg]]&lt;br /&gt;
*Remoko Multimedia menu &amp;lt;br/&amp;gt; [[Image:remoko_multimedia_menu.jpg]]&lt;br /&gt;
*Remoko Multimedia menu configurations &amp;lt;br/&amp;gt; [[Image: remoko_multimedia_conf.jpg]]&lt;br /&gt;
*Remoko About Screen &amp;lt;br/&amp;gt; [[Image:remoko_about.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Ideas for the application name==&lt;br /&gt;
&lt;br /&gt;
*MokoRemote&lt;br /&gt;
*BlueRemote&lt;br /&gt;
*&amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;ReMoko&amp;lt;/font&amp;gt; or ReMoto (maybe some character that's a combination of t and k, at least in the splash/logo)&lt;br /&gt;
*Mokomote&lt;br /&gt;
*Mokomo (shorter) -- + 1 vote&lt;br /&gt;
*FreeMote (Builds on freerunner and remote) -- +1 vote&lt;br /&gt;
*MokoKeyMouse (It can be a bit too long, so you can make it shorter as: MKM)&lt;br /&gt;
&lt;br /&gt;
*'''Add your idea here'''&lt;br /&gt;
&lt;br /&gt;
==Ideas for the application logo==&lt;br /&gt;
* [[Image:Mokomote.png]]&amp;lt;br&amp;gt;svg source avaiable, contact me --[[User:Fradeve11|Fradeve11]] 15:14, 27 April 2008 (CEST)&lt;br /&gt;
* '''Add your idea here'''&lt;br /&gt;
&lt;br /&gt;
==Wish List==&lt;br /&gt;
* Possibility to control presentations easily (few buttons, PG-UP, PG-DOWN for example) - &amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;Done&amp;lt;/font&amp;gt;&lt;br /&gt;
** maybe even navigation via gestures - &amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;Done&amp;lt;/font&amp;gt;&lt;br /&gt;
** possibly use the touchscreen similar to a touchpad (mouse) - &amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;Done&amp;lt;/font&amp;gt;&lt;br /&gt;
*** maybe it is too much, but if you manage to make the touchpad, you could get a small screenshot of the big screen (it is useful for presentations if you want to draw/write something without quality).&lt;br /&gt;
* ideally generic GUI that loads controls from some xml config file to make it fully customizable for different purposes (media remote, presenter stick, ...)&lt;br /&gt;
* Connect as a Bluetooth remote to a Sony Playstation 3 for Bluray/DVD playback. (JReese)&lt;br /&gt;
* Make use of profiles to change the interface easy and fast (interface for mouse, keyboard, a mix of those two, presentations, remote controller for videos and music, ...) - &amp;lt;font color=&amp;quot;#FF9900&amp;quot;&amp;gt;In progress&amp;lt;/font&amp;gt;&lt;br /&gt;
* Top part of screen as touch-pad, row of three mouse buttons across middle and whichever keyboard the user usually uses on the phone popped-up at the bottom as when adding text in any other app. - &amp;lt;font color=&amp;quot;#FF9900&amp;quot;&amp;gt;In progress&amp;lt;/font&amp;gt;&lt;br /&gt;
* A MythTV remote would be handy, just a subset of a BT keyboard for common commands with a few nice icons rather than letters on (large) keys.&lt;br /&gt;
* Avahi search for HTTP services labeled say &amp;quot;remote&amp;quot; via ethernet (BT/LAN or Wifi). MythTV/Elisa and OOPresentation can develop their own html/flash/javascript/etc. &amp;quot;remotes&amp;quot; to hearts content without fine-grain syncing every change of code/GUI/API with your &amp;quot;Openmoko Remote App&amp;quot;. Avahi/HTTP also lets desktop/laptop browsers to control &amp;quot;remotes&amp;quot;; this means a bigger community.&lt;br /&gt;
* Have one Neo work as a keyboard for another Neo (which becomes the screen)! (should be possible even now i guess)&lt;br /&gt;
* Change the icons on the mouse screen, so they are oriented as one's mouse would be. Right now the left mouse button is on the left, which is good. However, the image of the mouse is facing the user and the left mouse button is to the right of the image.&lt;br /&gt;
* To improve on the current 'crude' gestures, have it recognize many of the motions used in sign-language (not fingerspelling).&lt;br /&gt;
* '''Add your wish here'''&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
* 1- Write a HID BlueZ driver that can enable the Openmoko to be seen as a mixed keyboard and mouse in the three major OS's. - &amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;Done&amp;lt;/font&amp;gt;&lt;br /&gt;
* 2- Map keys and mouse gestures to the USB HID usage tables. - &amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;Done&amp;lt;/font&amp;gt;&lt;br /&gt;
* 3- Write the UI and some other features. - &amp;lt;font color=&amp;quot;#FF9900&amp;quot;&amp;gt;In progress&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:User]]&lt;br /&gt;
[[Category:Ideas| ]]&lt;br /&gt;
[[Category:Software ideas]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo_FreeRunner_Battery</id>
		<title>Neo FreeRunner Battery</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo_FreeRunner_Battery"/>
				<updated>2008-08-06T16:29:43Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Compatible Replacement Batteries .. worked on the language */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gta02menu}}&lt;br /&gt;
=== GTA02 1200 mAh Smart Battery ===&lt;br /&gt;
&lt;br /&gt;
*Using SANYO 1200mAh cell&lt;br /&gt;
*Battery Technical information: [http://people.openmoko.org/tony_tu/GTA02/hardware/GTA02/CT-GTA02.pdf Detailed Battery Information]&lt;br /&gt;
&lt;br /&gt;
* 1200mAh Smart Battery with Coulomb-counter and protection circuit&lt;br /&gt;
* The Smart Battery keeps track of maximum and current capacity for precise prediction of remaining battery power and time until shutdown, based on actual power dissipation.&lt;br /&gt;
&lt;br /&gt;
For more information, see the GTA01 battery info at [[Neo1973 Battery]]&lt;br /&gt;
&lt;br /&gt;
=== Notes about expected battery life ===&lt;br /&gt;
Battery life is a work in progress. The power saving software is in a very rudimentary state. At the moment 12h is about the most (note though a [http://lists.openmoko.org/pipermail/community/2008-July/020339.html recent result of at least 21h], mostly in suspend, with multiple short wakeups, on the predecessor device GTA01). A week standby and 6 hours talk, 20 hours mp3 might be attainable when power saving software is complete.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Make sure that the battery never discharges completely. This is an issue because &lt;br /&gt;
 the internal charging circuitry can not be turned on until the FreeRunner has &lt;br /&gt;
 booted, and booting through USB power alone does not work. (If you have the newest kernel images, you should be save due to a software fix.)&lt;br /&gt;
Should the battery become  completely discharged, your options are: &lt;br /&gt;
* Use external stand-alone charger (compatible with the Nokia BL-5C battery) &lt;br /&gt;
* Boot the FreeRunner with an alternative battery, or with a spare GTA01 or GTA02 battery, plug USB power, then switch to the empty battery. &lt;br /&gt;
* Boot the FreeRunner with a 4.5VDC external power source (steady hand and great care involved), plug USB power, then insert the empty battery.&lt;br /&gt;
&lt;br /&gt;
=== Compatible Replacement Batteries ===&lt;br /&gt;
&lt;br /&gt;
Other known FreeRunner-compatible batteries include the BL-series (BL-4X, BL-5X) from Nokia, and their third-party equivalents.&lt;br /&gt;
These may not work to revive a device and may not report charge information.&lt;br /&gt;
It is probably a good idea to check that your battery is not greater than the stock battery's voltage of 3.7V (the above suggests that 4.5VDC should be fine) unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Battery Model&lt;br /&gt;
!Capacity (mAh)&lt;br /&gt;
!Charge info reported&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-4&lt;br /&gt;
|&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-4C&lt;br /&gt;
|750&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-5B&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-5C&lt;br /&gt;
|&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-6C&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|unverified&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:GTA02 Hardware]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo_FreeRunner_Battery</id>
		<title>Neo FreeRunner Battery</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo_FreeRunner_Battery"/>
				<updated>2008-08-05T16:12:34Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: compatible battery table added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== GTA02 1200 mAh Smart Battery ===&lt;br /&gt;
&lt;br /&gt;
*Using SANYO 1200mAh cell&lt;br /&gt;
*Battery Technical information: [http://people.openmoko.org/tony_tu/GTA02/hardware/GTA02/CT-GTA02.pdf Detailed Battery Information]&lt;br /&gt;
&lt;br /&gt;
* 1200mAh Smart Battery with Coulomb-counter and protection circuit&lt;br /&gt;
*The Smart Battery keeps track of maximum and current capacity for precise prediction of remaining battery power and time until shutdown, based on actual power dissipation.&lt;br /&gt;
&lt;br /&gt;
** Other pages which have been recently edited by [[mickeyl]] and others suggest 1200mAh ([[Neo1973: GTA01Bv4 versus GTA02 comparison]])&lt;br /&gt;
** The [[prototypes]] pages also suggest that current FreeRunner prototypes are using 1200mAH batteries&lt;br /&gt;
** &lt;br /&gt;
&lt;br /&gt;
For more information, see the GTA01 battery info at [[Neo1973 Battery]]&lt;br /&gt;
&lt;br /&gt;
=== Notes about expected battery life ===&lt;br /&gt;
Battery life is a work in progress. The power saving software is in a very rudimentary state. At the moment 12h is about the most (note though a [http://lists.openmoko.org/pipermail/community/2008-July/020339.html recent result of at least 21h], mostly in suspend, with multiple short wakeups, on the predecessor device GTA01). A week standby and 6 hours talk, 20 hours mp3 might be attainable when power saving software is complete.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Make sure that the battery never discharges completely. This is an issue because &lt;br /&gt;
 the internal charging circuitry can not be turned on until the FreeRunner has &lt;br /&gt;
 booted, and booting through USB power alone does not work. &lt;br /&gt;
Should the battery become  completely discharged, your options are: - Use external stand-alone charger (compatible with the Nokia BL-5C battery) - Boot the FreeRunner with an alternative battery, or with a spare GTA01 or GTA02 battery, plug USB power, then switch to the empty battery. - Boot the FreeRunner with a 4.5VDC external power source (steady hand and great care involved), plug USB power, then insert the empty battery.&lt;br /&gt;
&lt;br /&gt;
=== Compatible Replacement Batteries ===&lt;br /&gt;
&lt;br /&gt;
Other known good batteries (that can power the freerunner) include the  bl4, bl4c. &lt;br /&gt;
These may not work to revive a device and may not report charge information.&lt;br /&gt;
It is probably a good idea to check that your battery is not greater than the &lt;br /&gt;
stock  battery's voltage of 3.7V unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Battery Model&lt;br /&gt;
!Capacity (mAh)&lt;br /&gt;
!Charge info reported&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-4&lt;br /&gt;
|&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-4C&lt;br /&gt;
|750&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-5B&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-5C&lt;br /&gt;
|&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-6C&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|unverified&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:GTA02 Hardware]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Vibrator</id>
		<title>Vibrator</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Vibrator"/>
				<updated>2008-08-04T01:32:49Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: added vibrate on ring trick ..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Vibrator ==&lt;br /&gt;
&lt;br /&gt;
This is in reference to the vibrator in the Neo Freerunner, however it is likely identical to the Neo 1973, as best I can tell.&lt;br /&gt;
&lt;br /&gt;
=== Controlling ===&lt;br /&gt;
The vibrator is controlled through:&lt;br /&gt;
  /sys/class/leds/neo1973\:vibrator/brightness&lt;br /&gt;
When off, it will read 0.  Valid ranges appear to be 0-255, with 255 being the fastest.&lt;br /&gt;
&lt;br /&gt;
=== Vibrate only on Ring ===&lt;br /&gt;
&lt;br /&gt;
*OM2007.2&lt;br /&gt;
The general means of configuring the ringtone is done in the file /etc/pulse/session:&lt;br /&gt;
 load-sample ringtone /usr/share/openmoko/sounds/ringtone_class.wav&lt;br /&gt;
Without that file, the phone will be silent, but still continue to vibrate on ring. A convenient way is to gzip the ringtone file:&lt;br /&gt;
 gzip /usr/share/openmoko/sounds/ringtone_class.wav&lt;br /&gt;
The pulseaudio daemon (or the phone) will need to be restarted:&lt;br /&gt;
 /etc/init.d/pulseaudio restart&lt;br /&gt;
&lt;br /&gt;
=== Python Script For Playing Beats ===&lt;br /&gt;
Reads beats from a file and plays them on the openmoko vibrator.&lt;br /&gt;
 &lt;br /&gt;
File format is human readable text, consisting of a simple sequence of integer pairs.  The first number in the pair representing the intensity of the vibration from 0 to 255.  The second number represents the duration in milliseconds to hold that intensity.  Any non digit characters in the file count as a separators between numbers, but are otherwise ignored.&lt;br /&gt;
&lt;br /&gt;
It requires packages python-core and python-re from opkg.&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/python&lt;br /&gt;
 &amp;quot;&amp;quot;&amp;quot;Vibrator Beat Player&lt;br /&gt;
 &lt;br /&gt;
 Usage: python beatplay.py [filename]&lt;br /&gt;
 &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
 import sys&lt;br /&gt;
 import time&lt;br /&gt;
 import re&lt;br /&gt;
 &lt;br /&gt;
 def loadFromTextFile(filename):&lt;br /&gt;
     infile = open(filename)&lt;br /&gt;
     contents = infile.read()&lt;br /&gt;
     return re.findall(&amp;quot;(\d+)\D*(\d+)&amp;quot;, contents)&lt;br /&gt;
 &lt;br /&gt;
 def playNote(frequency, duration):&lt;br /&gt;
     outfile.write(str(frequency) + &amp;quot;\n&amp;quot;)&lt;br /&gt;
     time.sleep(float(duration) / 1000.0)&lt;br /&gt;
 &lt;br /&gt;
 def playNotes(notes):&lt;br /&gt;
     for frequency, duration in notes:&lt;br /&gt;
         #print frequency + &amp;quot;, &amp;quot; + duration&lt;br /&gt;
         playNote(frequency, duration)&lt;br /&gt;
 &lt;br /&gt;
 def playFile(filename):&lt;br /&gt;
     global outfile&lt;br /&gt;
     notes = loadFromTextFile(filename)&lt;br /&gt;
     outfile = open(&amp;quot;/sys/class/leds/neo1973:vibrator/brightness&amp;quot;, &amp;quot;w&amp;quot;, 1)&lt;br /&gt;
     playNotes(notes)&lt;br /&gt;
     playNote(0, 0)&lt;br /&gt;
     outfile.close()&lt;br /&gt;
 &lt;br /&gt;
 if __name__ == &amp;quot;__main__&amp;quot;:&lt;br /&gt;
     playFile(sys.argv[1])&lt;br /&gt;
&lt;br /&gt;
==== Example Beat ====&lt;br /&gt;
The following is an example &amp;quot;song&amp;quot; file that can be used to test the beat player.&lt;br /&gt;
&lt;br /&gt;
 125 400&lt;br /&gt;
 0 200&lt;br /&gt;
 250 600&lt;br /&gt;
 0 400&lt;br /&gt;
 &lt;br /&gt;
 125 400&lt;br /&gt;
 0 200&lt;br /&gt;
 250 600&lt;br /&gt;
 0 400&lt;br /&gt;
 &lt;br /&gt;
 125 400&lt;br /&gt;
 0 200&lt;br /&gt;
 250 600&lt;br /&gt;
 0 400&lt;br /&gt;
 &lt;br /&gt;
 125 400&lt;br /&gt;
 0 200&lt;br /&gt;
 250 600&lt;br /&gt;
 0 400&lt;br /&gt;
 &lt;br /&gt;
[[Category: Hardware]]&lt;br /&gt;
[[Category: Vibrator]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/FreeRunner_LED_signals</id>
		<title>FreeRunner LED signals</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/FreeRunner_LED_signals"/>
				<updated>2008-08-03T09:49:26Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Red LED */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Red LED =&lt;br /&gt;
Located behind the AUX button at the top-left of the device.&lt;br /&gt;
&lt;br /&gt;
* Flashes briefly&lt;br /&gt;
:occurs during a normal cold-start.&lt;br /&gt;
&lt;br /&gt;
* Flashing constantly&lt;br /&gt;
:signifies a kernel panic&lt;br /&gt;
&lt;br /&gt;
* Constantly on&lt;br /&gt;
:unknown. Fast-charge enabled? USB networking watchdog signal?&lt;br /&gt;
&lt;br /&gt;
= Blue LED =&lt;br /&gt;
Located behind the POWER button at the bottom-right of the device.&lt;br /&gt;
&lt;br /&gt;
= Orange LED =&lt;br /&gt;
Located behind the POWER button.&lt;br /&gt;
&lt;br /&gt;
= Purple LED =&lt;br /&gt;
Located behind the POWER button. This is from both the Blue and Orange LEDs being enabled.&lt;br /&gt;
&lt;br /&gt;
= Vibrator =&lt;br /&gt;
&lt;br /&gt;
* Enabled briefly&lt;br /&gt;
:occurs during a normal cold-start.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
[[Category:Power button]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/FreeRunner_LED_signals</id>
		<title>FreeRunner LED signals</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/FreeRunner_LED_signals"/>
				<updated>2008-08-02T18:38:50Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: New page: = Red LED = Located behind the AUX button at the top-left of the device.  * Flashes briefly :occurs during a normal cold-start.  * Flashing constantly :signifies a kernel panic  * Constant...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Red LED =&lt;br /&gt;
Located behind the AUX button at the top-left of the device.&lt;br /&gt;
&lt;br /&gt;
* Flashes briefly&lt;br /&gt;
:occurs during a normal cold-start.&lt;br /&gt;
&lt;br /&gt;
* Flashing constantly&lt;br /&gt;
:signifies a kernel panic&lt;br /&gt;
&lt;br /&gt;
* Constantly on&lt;br /&gt;
:unknown. Fast-charge enabled?&lt;br /&gt;
&lt;br /&gt;
= Blue LED =&lt;br /&gt;
Located behind the POWER button at the bottom-right of the device.&lt;br /&gt;
&lt;br /&gt;
= Orange LED =&lt;br /&gt;
Located behind the POWER button.&lt;br /&gt;
&lt;br /&gt;
= Purple LED =&lt;br /&gt;
Located behind the POWER button. This is from both the Blue and Orange LEDs being enabled.&lt;br /&gt;
&lt;br /&gt;
= Vibrator =&lt;br /&gt;
&lt;br /&gt;
* Enabled briefly&lt;br /&gt;
:occurs during a normal cold-start.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
[[Category:Power button]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Debug_Board_v3</id>
		<title>Talk:Debug Board v3</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Debug_Board_v3"/>
				<updated>2008-08-01T08:19:29Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: request for flex cable specs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is this the DBoard for the GTA01 or the GTA02?&lt;br /&gt;
&lt;br /&gt;
The opening paragraph says it's for GTA02 but the page title says Neo1973 not Freerunner.&lt;br /&gt;
&lt;br /&gt;
:I think this is because the page is very old. I'll remove the &amp;quot;Neo 1973&amp;quot; from the titles of the articles about the Debug Boards. --[[User:Galadh|Galadh]] 14:35, 17 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Can we get the specifications of the debugging flex cable? [[User:Cbaird|Cbaird]] 08:19, 1 August 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Cbaird</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>2008-05-18T15:18:20Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Unconfirmed .. moved myself. instructions are unclear */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko have announced a scheme to sell the forthcoming 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 to organise group purchases by region.&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;
== Australia ==&lt;br /&gt;
&lt;br /&gt;
=== Customs And Postage ===&lt;br /&gt;
&lt;br /&gt;
Customs information for Australia can be found [http://www.customs.gov.au/site/page.cfm?u=5549 here].&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Nick Devereaux] has worked out the per-phone cost of an Australian bulk order compared to an individual order:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Bulk Order'''&lt;br /&gt;
 |'''$US'''&lt;br /&gt;
 |'''$AUS'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Value (Cval)&lt;br /&gt;
 |$3690.00&lt;br /&gt;
 |$3960.03&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Duty (Duty) =5% of Cval&lt;br /&gt;
 |$184.50&lt;br /&gt;
 |$198.00&lt;br /&gt;
 |-&lt;br /&gt;
 |International Transport and Insurance or Postage (T&amp;amp;I)&lt;br /&gt;
 |$65.00&lt;br /&gt;
 |$69.76&lt;br /&gt;
 |-&lt;br /&gt;
 |Value Of Taxable Importation (VoTI) =Cval+Duty+T&amp;amp;I&lt;br /&gt;
 |$3939.50&lt;br /&gt;
 |$4227.79&lt;br /&gt;
 |-&lt;br /&gt;
 |Goods And Services Tax (GST) =10% of VoTI&lt;br /&gt;
 |$393.95&lt;br /&gt;
 |$422.78&lt;br /&gt;
 |-&lt;br /&gt;
 |Total Payable Duty + GST&lt;br /&gt;
 |$578.45&lt;br /&gt;
 |$620.78&lt;br /&gt;
 |- &lt;br /&gt;
 |Total Cost&lt;br /&gt;
 |$4333.45&lt;br /&gt;
 |$4650.57&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Per Person'''&lt;br /&gt;
 |'''$433.35'''&lt;br /&gt;
 |'''$465.06'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Individual Order'''&lt;br /&gt;
 |'''$US'''&lt;br /&gt;
 |'''$AUS'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Value&lt;br /&gt;
 |$399.00&lt;br /&gt;
 |$428.20&lt;br /&gt;
 |-&lt;br /&gt;
 |Postage&lt;br /&gt;
 | N/A&lt;br /&gt;
 | $52.65&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Total Cost'''&lt;br /&gt;
 |'''N/A'''&lt;br /&gt;
 |'''$480.85'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Postage quote from http://www1.auspost.com.au/pac/int_parcel.asp&lt;br /&gt;
&lt;br /&gt;
Figures accurate as of 16th May 2008, 1$ USD = $1.07 AUD.&lt;br /&gt;
&lt;br /&gt;
=== Western Australia ===&lt;br /&gt;
==== Perth ====&lt;br /&gt;
&lt;br /&gt;
Status: 9/10&lt;br /&gt;
&lt;br /&gt;
* 1x Fred Janon mailto:fjanon@yahoo.com&lt;br /&gt;
&lt;br /&gt;
* 1x Shanon Loughton [http://wiki.openmoko.org/wiki/Special:Emailuser/cgltower contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x Simon Matthews [http://wiki.openmoko.org/wiki/Special:Emailuser/simat contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Msquared [http://www.msquared.id.au/ contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x Alex Wilkinson mailto:alex.wilkinson@dsto.defence.gov.au&lt;br /&gt;
&lt;br /&gt;
* 1x Daniel Foote mailto:freefoote@dview.net&lt;br /&gt;
&lt;br /&gt;
* 1x Russell Steicke mailto:russells@adelie.cx&lt;br /&gt;
&lt;br /&gt;
* 1x William Kenworthy mailto:billk@iinet.net.au&lt;br /&gt;
&lt;br /&gt;
* 1x Clare Johnstone [http://wiki.openmoko.org/wiki/Special:Emailuser/claregj contact me here]&lt;br /&gt;
&lt;br /&gt;
=== New South Wales  ===&lt;br /&gt;
==== Sydney ====&lt;br /&gt;
&lt;br /&gt;
status: 10/10 ( one group)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add an &amp;quot;I exist&amp;quot; to end of your name here. &lt;br /&gt;
&lt;br /&gt;
We now have 10 people (that seem to exist). I would to suggest like openmoko the company allow group sale deposits into accounts on behalf of groups.&lt;br /&gt;
With perhaps the package sent to sydney and then to a po box or split to finish the journey to the buyers. &lt;br /&gt;
&lt;br /&gt;
=====Confirmed=====&lt;br /&gt;
* 1 x dbmoodb ---&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Dbmoodb contact me here] I exist.&lt;br /&gt;
* 1 x bing [http://wiki.openmoko.org/wiki/Special:Emailuser/Bingquick contact me here] I exist.&lt;br /&gt;
* 1 x Chris [http://wiki.openmoko.org/wiki/Special:Emailuser/ch0gan contact me here]. I exist.&lt;br /&gt;
* 1 x Neil Brown [http://wiki.openmoko.org/wiki/Special:Emailuser/Neilbrown contact me here] I'm wondering why I need to assert that I exist.&lt;br /&gt;
* 1 x Rob [http://wiki.openmoko.org/wiki/Special:Emailuser/Rob contact me here] Exist?  Of course I do.&lt;br /&gt;
* 1 x Tim [http://wiki.openmoko.org/wiki/Special:Emailuser/Voyd contact me here] I am almost certain I exist.&lt;br /&gt;
* 1 x porl [http://wiki.openmoko.org/wiki/Special:Emailuser/porl contact me here] I exist.&lt;br /&gt;
* 1 x tom [http://wiki.openmoko.org/wiki/Special:Emailuser/tom contact me here] I think I exist.&lt;br /&gt;
&lt;br /&gt;
=====Unconfirmed=====&lt;br /&gt;
* 1 x Scott [http://wiki.openmoko.org/wiki/Special:Emailuser/Cysp wikimail]&lt;br /&gt;
* 1 x Mark Chandler [http://wiki.openmoko.org/wiki/Special:Emailuser/Openmarko contact me here]&lt;br /&gt;
* 1 x cbaird [http://wiki.openmoko.org/wiki/Special:Emailuser/Cbaird contact me here] I exist-- but I assume someone's vetting confirmation?&lt;br /&gt;
&lt;br /&gt;
potential group 2 (0/10)&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=== Victoria ===&lt;br /&gt;
==== Melbourne ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
&lt;br /&gt;
* 4x Dennis Wollersheim, mailto: dewoller (at) gmail (dot) com&lt;br /&gt;
* 1x Nigel Cunningham, mailto: ncunningham (at) crca (dot) org (dot) au&lt;br /&gt;
  (I'm actually in Cobden, in the south-west)&lt;br /&gt;
* 1x Dale Maggee, mailto: antisol (at) earthling (dot) net&lt;br /&gt;
* 1x Matt Price: mailto: coolcat22 (at) bigpond (dot) com&lt;br /&gt;
&lt;br /&gt;
=== ACT ===&lt;br /&gt;
==== Canberra ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* J Dinale [http://wiki.openmoko.org/wiki/Special:Emailuser/Noledil Contact me here]&lt;br /&gt;
* Fergus [http://wiki.openmoko.org/wiki/Special:Emailuser/Someone Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Queensland ===&lt;br /&gt;
==== Brisbane ====&lt;br /&gt;
Status: 7/10 (possibly 20)&lt;br /&gt;
&lt;br /&gt;
* Nick Devereaux x 2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Contact me here]&lt;br /&gt;
* Matt Gallagher [http://wiki.openmoko.org/wiki/Special:Emailuser/mattg Contact me here]&lt;br /&gt;
* Jordan Keith [http://wiki.openmoko.org/wiki/Special:Emailuser/Zedd_D1abl0 Contact me here]&lt;br /&gt;
* Matt Blyde [http://wiki.openmoko.org/wiki/Special:Emailuser/Mattblyde Contact me here]&lt;br /&gt;
* David Baker [http://wiki.openmoko.org/wiki/Special:Emailuser/dtbaker Contact me here]&lt;br /&gt;
* Neil Davey (confirmed 1, maybe 2) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ndavey Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== South Australia ===&lt;br /&gt;
==== Adelaide ====&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
* Adrian Billiau [http://wiki.openmoko.org/wiki/Special:Emailuser/Carcin Contact me here]&lt;br /&gt;
* John Briggs [http://wiki.openmoko.org/wiki/Special:Emailuser/Erflungued Contact me here]&lt;br /&gt;
* Daniel Sobey [http://wiki.openmoko.org/wiki/Special:Emailuser/dns Contact me here]&lt;br /&gt;
* Nicholas Steicke [http://wiki.openmoko.org/wiki/Special:Emailuser/narthollis Contact me here]&lt;br /&gt;
* Joel Stanley [http://wiki.openmoko.org/wiki/Special:Emailuser/shenki Contact me here]&lt;br /&gt;
* Karl Goetz x3 [http://wiki.openmoko.org/wiki/Special:Emailuser/kgoetz Contact me here]&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 [http://wiki.openmoko.org/wiki/Special:Emailuser/Wedge Contact me here]&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;
* R Stoegbuchner [http://wiki.openmoko.org/wiki/Special:Emailuser/stoero 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;
* M Schlaipfer [http://wiki.openmoko.org/wiki/Special:Emailuser/maze 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;
&lt;br /&gt;
Group 2: Status: 2/10&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;
== Belgium ==&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Brussel/Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
* Yorick, mailto: yorick DOT matthys AT gmail DOT com&lt;br /&gt;
* 2x Dolfje [http://wiki.openmoko.org/wiki/Special:Emailuser/Dolfje Contact me here]&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
* Arno85, mailto: aaron DOT helin AT gmail DOT com, Kortrijk&lt;br /&gt;
* Rubenv, mailto: ruben D0T vandamme MAILAT belgacom D0T net, Kortrijk&lt;br /&gt;
* Js Op de Beeck [http://wiki.openmoko.org/wiki/Special:Emailuser/Js.opdebeeck Contact me here]&lt;br /&gt;
* Jan Keymeulen, mailto: spam@keymeulen.com&lt;br /&gt;
ps: Dolfje can bring freerunners to Brugge if needed&lt;br /&gt;
* Yvo Brasseur, mailto: yvo_brasseur@archon.be Living in Aarschot, working in Brussels.&lt;br /&gt;
* Emmanuel Mathot, mailto: aiieeee DOT gmail DOT com, Brussels&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 N [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubsy Contact me here]&lt;br /&gt;
* Ivo [http://wiki.openmoko.org/wiki/Special:Emailuser/Ivo 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;
* Sam Geeraerts (Laakdal) [http://wiki.openmoko.org/wiki/Special:Emailuser/Samgee Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Wallonia ===&lt;br /&gt;
==== Walloon Brabant ====&lt;br /&gt;
* Istvan, mailto: buki DOT istvan AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, mailto:meditache@gmail.com&lt;br /&gt;
* Vernim, [http://wiki.openmoko.org/wiki/Special:Emailuser/Vernim Contact]&lt;br /&gt;
* Geo, [http://wiki.openmoko.org/wiki/Special:Emailuser/geomer Contact]&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 9/10&lt;br /&gt;
&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group (unconfirmed but about 7 so far): mailto: doc AT skynet REMOVE dot REMOVE ie&lt;br /&gt;
* Steven (Victoria) - If someone in the group will remail the package for me. mailto: skurylo --&amp;gt; gmail dot com&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] : [mailto:wuth@acm.org]&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;
&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 9/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;
* Kristin Low, kristin dot low at gmail dot com (Kingston)&lt;br /&gt;
* Daniel Lister, dan.lister--&amp;gt;gmail&lt;br /&gt;
* Ronnie Wong: '''3 units''' - r25wong AT ryerson dOT ca&lt;br /&gt;
* Paul V [http://wiki.openmoko.org/wiki/Special:Emailuser/Roju Contact me here]&lt;br /&gt;
* Matt Manjos, matt (AT) manjos * com&lt;br /&gt;
&lt;br /&gt;
Group 2 Status (Hamilton): 3/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;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 4/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:Zeus]] Jonathan Gonzalez., mailto: zeus &amp;quot;remove this and add AT&amp;quot; gnu &amp;quot;dot&amp;quot; org&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
=== BeiJing ===&lt;br /&gt;
Status:8/10&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;
*Pccpu &amp;lt;br/&amp;gt; mailto:LFZILFZI@YAHOO.COM.CN &amp;lt;br/&amp;gt;  MSN:LFZI@SINA.COM  &amp;lt;br/&amp;gt; 1 freerunner&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;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:0/10&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;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 3/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;
* 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;
&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: 4/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;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 31/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fursund]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Fursund (contact)]&lt;br /&gt;
* [[User:Rasmusjensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Rasmusjensen (contact)]&lt;br /&gt;
* [[User:tabac | Thomas Ammitzbøll-Bach ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/tabac (contact)]&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)]&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)]&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)] (Pending final hw, eg. low-power LEDs)&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (I need 14 with invoice)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (I need 1 with invoice)&lt;br /&gt;
* [[User:Miwer | Michael Andersen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Miwer (contact)] (2 freerunners, 1 debug board, and a copy of invoice)&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)] (1+devkit with invoice)&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)] (1 + debug board)&lt;br /&gt;
* [[User:Coax | Lasse Poulsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Coax (contact)] (1)&lt;br /&gt;
* [[User:Lord_Zalzer | Dennis Andersen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Lord_Zalzer (contact)] (1)&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
=== Uusimaa ===&lt;br /&gt;
==== Helsinki I (Full)====&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;
* Arttu Sund &amp;lt;br /&amp;gt; [mailto:thearttu@gmail.com thearttu@gmail.com]&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;
&lt;br /&gt;
==== Helsinki II, Turku &amp;amp; Vaasa (Full)====&lt;br /&gt;
&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Piksi|Check &amp;amp; comment on my userpage for discussing payment &amp;amp; mail options]]'''&lt;br /&gt;
&lt;br /&gt;
Helsinki:&lt;br /&gt;
&lt;br /&gt;
* [[User:Piksi]] &amp;lt;br /&amp;gt;openmoko ÄT pi-xi PISTE net&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;
* Ismo Haanaho &amp;lt;br /&amp;gt; ismo DOT haanaho AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
Turku:&lt;br /&gt;
&lt;br /&gt;
* 2x Teemu Välimäki, [mailto:teemu.valimaki@iki.fi teemu.valimaki@iki.fi]&lt;br /&gt;
* Jaakko Lehtinen, jaakko dot lehtinen at gmail dot com&lt;br /&gt;
* Janne Junnila, janne dot junnila at gmail dot com&lt;br /&gt;
&lt;br /&gt;
Vaasa:&lt;br /&gt;
&lt;br /&gt;
* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&lt;br /&gt;
&lt;br /&gt;
=== Lappi ===&lt;br /&gt;
==== Kemi ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Cg|Discuss the order here]]'''&lt;br /&gt;
&lt;br /&gt;
Kemi:&lt;br /&gt;
* Henri Valta &amp;lt;br /&amp;gt;henri PISTE valta ÄT kemi PISTE fi&lt;br /&gt;
* Tommi Juvonen &amp;lt;br /&amp;gt;tassi ÄT mediapumppu PISTE info&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 : 2/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;
&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] (I may soon move to Bretagne/Brest)&lt;br /&gt;
&lt;br /&gt;
==== Nantes ====&lt;br /&gt;
&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;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 11/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* [[User:Phyce|Phyce]]&lt;br /&gt;
* Yann SLADEK ([http://wiki.openmoko.org/wiki/Special:Emailuser/Maveryck Contact me here])&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:OlivierBerger|OlivierBerger]]&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;
* [[User:Valos|Valéry Febvre]]&lt;br /&gt;
* [[User:Manou|Emmanuel Raviart]]&lt;br /&gt;
&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/openmoko/register&lt;br /&gt;
&lt;br /&gt;
=== Lorraine ===&lt;br /&gt;
==== Nancy ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:mosan|Nicolas Salles]]&lt;br /&gt;
&lt;br /&gt;
=== Rhône-Alpes ===&lt;br /&gt;
==== Lyon ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patou Vincent MEURISSE]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&lt;br /&gt;
&lt;br /&gt;
==== Grenoble ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pbollard Philippe BOLLARD]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aurelien Aurelien]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Hey_popey Damien]&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 : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/nico.inc Nicolas HUOT]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] 2 Freerunner. -- I'm managing the communication between the groupbuyers, so please contact me if you are interested and haven't received an email from me yet. We will meet at the Kalug Meeting http://www.karlsruhe.linux.de/ on 26. 5. 2008 to discuss things further.&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]]&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
* [[Special:Emailuser/Tedo|Tedo]]&lt;br /&gt;
* [[Special:Emailuser/ZaPPaS|ZaPPaS]] 7 devices at least, maybe we start a new group in Leonberg&lt;br /&gt;
&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/Ebi|Ebi]]&lt;br /&gt;
* [[Special:Emailuser/RIdd3r|Fabian]]&lt;br /&gt;
* [[Special:Emailuser/Agon|Agon]] in Stuttgart, but Karlsruhe is close enough&lt;br /&gt;
* [[Special:Emailuser/Gollum|Gollum]] in Mannheim, ditto :)  Maybe local postal service is an option?&lt;br /&gt;
* [[Special:Emailuser/Archimedes|Sebastian]] (in Kaiserslautern on workdays and Daun/Eifel during the weekend)&lt;br /&gt;
* [[Special:Emailuser/Cc|Cc]] In Böblingen, Karlsruhe is close enough, Leonberg would be ideal.&lt;br /&gt;
&lt;br /&gt;
==== Tübingen ====&lt;br /&gt;
* [[Special:Emailuser/MiTo|MiTo]]&lt;br /&gt;
&lt;br /&gt;
=== Bayern ===&lt;br /&gt;
==== München ====&lt;br /&gt;
&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Eriks|Eriks]]&lt;br /&gt;
* --[[User:Imitation|Imitation]] 21:42, 30 April 2008 (CEST)&lt;br /&gt;
* [[Special:Emailuser/meyerm|meyerm]] 16:25 CEST, 01. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/Koebi|koebi]] 05. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/wof|wof]] (2) 07. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/floe|floe]] 10. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/mathew muc|mathew muc]] 12. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/einalex|einalex]] 13. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/smurfy|smurfy]] 18. Mai 2008&lt;br /&gt;
&lt;br /&gt;
=== Berlin===&lt;br /&gt;
==== Berlin ====&lt;br /&gt;
&lt;br /&gt;
for berlin-talk: http://de.groups.yahoo.com/group/openmoko-berlin/&lt;br /&gt;
&lt;br /&gt;
* Conrad [http://wiki.openmoko.org/wiki/User:Caribu Contact me here]&lt;br /&gt;
&lt;br /&gt;
Status 13/20&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;
* Torsten [http://wiki.openmoko.org/wiki/User:Torsten_Grote 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;
&lt;br /&gt;
=== Bremen ===&lt;br /&gt;
==== Bremen ====&lt;br /&gt;
Status 2/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;
&lt;br /&gt;
==== Bremerhaven ====&lt;br /&gt;
&lt;br /&gt;
=== Hamburg ===&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;
&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 1&lt;br /&gt;
&lt;br /&gt;
* Dattel83 [http://wiki.openmoko.org/wiki/Special:Emailuser/Dattel83 Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* Henrik, infos on my [[User:Henrikz|user page]], or you can [[Special:Emailuser/Henrikz|contact me here]]&lt;br /&gt;
* David, infos on my [[User:TechnoFan|user page]], or you can [[Special:Emailuser/TechnoFan|contact me here]]&lt;br /&gt;
* Stephan, infos on my [[User:chaq|user page]], or you can [[Special:Emailuser/chaq|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
&lt;br /&gt;
* David, infos on my [[User:Raven|user page]], or you can [[Special:Emailuser/Raven|contact me here]]&lt;br /&gt;
* Sebastian, infos on my [[User:Seppi|user page]], or you can [[Special:Emailuser/Seppi|contact me here]]&lt;br /&gt;
* Dackel, infos on my [[User:Killerdackel|user page]], or you can [[Special:Emailuser/Killerdackel|contact me here]]&lt;br /&gt;
* Conny&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;
==== Düsseldorf ====&lt;br /&gt;
* mac2k, infos on my [[User:mac2k|user page]], or you can [[Special:Emailuser/mac2k|contact me here]]&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;
==== Chemnitz ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Tobias [http://wiki.openmoko.org/wiki/Special:Emailuser/Tobydox Contact me here]&lt;br /&gt;
* Michael [http://wiki.openmoko.org/wiki/Special:Emailuser/her Contact me here]&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;
== Hungary == &lt;br /&gt;
discussion here: http://hup.hu/node/54588&lt;br /&gt;
&lt;br /&gt;
=== Budapest ===&lt;br /&gt;
Status 20/10&lt;br /&gt;
&lt;br /&gt;
# Ferenc 'Lion' Veres [http://wiki.openmoko.org/wiki/Special:Emailuser/kempelen Contact]&lt;br /&gt;
# Laszlo 'rka' Szabo [http://wiki.openmoko.org/wiki/Special:Emailuser/rka Contact]&lt;br /&gt;
# tg [http://wiki.openmoko.org/wiki/Special:Emailuser/tg?wpSubject=OpenMoko%20GroupSales Contact]&lt;br /&gt;
# LiRul - lirul [KUKAC] hixsplit [PONT] hu&lt;br /&gt;
# Nyosigomboc - nyos [KUKAC] nyos [PONT] homelinux [PONT] net&lt;br /&gt;
# hunludvig - hunludvig [KUKAC] gmail [PONT] com&lt;br /&gt;
# [http://wiki.openmoko.org/wiki/Special:Emailuser/asdmin?wpSubject=OpenMoko%20GroupSales Dániel 'asd' Vásárhelyi]&lt;br /&gt;
#* i offer to handle ordering and dispatching the unit, please contact me for the details&lt;br /&gt;
# asch, asch [KUKAC] freemail [PONT] hu&lt;br /&gt;
# btamas, [http://wiki.openmoko.org/wiki/Special:Emailuser/btamas Contact]&lt;br /&gt;
# ka87, andras [kukac] csevego [pont] net&lt;br /&gt;
# pcm, pcm [kukac] freemail [pont] hu&lt;br /&gt;
# gpiros, geza [PONT] piros [KUKAC] gmail [PONT] com&lt;br /&gt;
# appa, appa00 [kukac] gmail [pont] com [http://wiki.openmoko.org/wiki/Special:Emailuser/appa Contact]&lt;br /&gt;
# pierre286, [http://wiki.openmoko.org/wiki/Special:Emailuser/pierre286 Contact]&lt;br /&gt;
# Hélei Zoltán, heleiz [kukac] gmail&lt;br /&gt;
# Fenwick, [http://wiki.openmoko.org/wiki/Special:Emailuser/fenwick Contact]&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;
&lt;br /&gt;
=== Kecskemét ===&lt;br /&gt;
Dániel Vásárhelyi handles transportation to Kecskemét, therefore it is not necessary to collect 10 all pieces here.&lt;br /&gt;
&lt;br /&gt;
== India ==&lt;br /&gt;
=== Delhi/NCR ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Goldwyn Rodrigues [http://wiki.openmoko.org/wiki/Special:Emailuser/goldwynr Contact]&lt;br /&gt;
* Sameer Mohamed Thahir [http://wiki.openmoko.org/wiki/Special:Emailuser/sameerthahir Contact]&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 10/10&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:pcav|Paolo Cavallini]] - ''cavallini [AT] faunalia.it''&lt;br /&gt;
* [[User:BiggMatt|Mattia Gentile]] - ''biggmatt@hotmail.it''&lt;br /&gt;
* Elisa ''[mailto:lab@kkk.it lab@kkk.it]'' (Empoli)&lt;br /&gt;
* [[User:Sugacapra|Sugacapra]] - alessio.chemeri [AT] gmailPUNTOcom&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;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano e dintorni ====&lt;br /&gt;
Status 20/20&lt;br /&gt;
&lt;br /&gt;
[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.&lt;br /&gt;
 Da ora in poi usiamo il [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''].&lt;br /&gt;
&lt;br /&gt;
'''Ad ogni modo, continuate ad aggiugerVi nella lista qui sotto'''&lt;br /&gt;
&lt;br /&gt;
* Marcello Gorla&lt;br /&gt;
* Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&lt;br /&gt;
* Pietro Montorfano [mailto:monto84@gmail.com monto84@gmail.com] (from como)&lt;br /&gt;
* Gianluigi Belli - [http://wiki.openmoko.org/wiki/Special:Emailuser/Pulciux Contacts here] (Milano)&lt;br /&gt;
* Michele Castellano - [http://wiki.openmoko.org/wiki/Special:Emailuser/mubumba Contacts here] (Milano)&lt;br /&gt;
* Maurizio Lipreri -  [http://wiki.openmoko.org/wiki/Special:Emailuser/Maldido Contacts here]( Como )&lt;br /&gt;
* Guido Conaldi - [http://wiki.openmoko.org/wiki/Special:Emailuser/skepz Contacts here] (Varese)&lt;br /&gt;
* [[User:Furester|Igor Scabini (furester)]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Furester Contacts here] (Milano)&lt;br /&gt;
* Dario Panico [http://wiki.openmoko.org/wiki/Special:Emailuser/Dareus Contacts here] (Busto Arsizio, VA)&lt;br /&gt;
* Marco Zanzotera (Milano città) &lt;br /&gt;
* Francesco Ricci (Milano, Dipartimento di Scienze dell'Informazione, via Comelico 39/41) - possibile punto di ricezione/distribuzione - [http://wiki.openmoko.org/wiki/Special:Emailuser/Alfa21 Contacts here]&lt;br /&gt;
* Danilo Sia (Birdack) [http://wiki.openmoko.org/wiki/Special:Emailuser/Birdack Contacts here] (Milano città)&lt;br /&gt;
* Federico Belvisi - [http://wiki.openmoko.org/wiki/Special:Emailuser/Armalite Contacts here] (Legnano, MI/Varese)&lt;br /&gt;
* Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
* [[User:Cga|Callea Gaetano Andrea]] (Milano zona Forlanini) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cga Contacts here]&lt;br /&gt;
* Pietro Isotti - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
* Baz - [mailto:buzzi.paolo@gmail.com buzzi.paolo@gmail.com]&lt;br /&gt;
* Mario Signorino (2 unità) ([[User:Dodiesis|Dodiesis]])- [mailto:mario@sgrunt.net mario@sgrunt.net] (Milano - possibile punto di ricezione alternativo )&lt;br /&gt;
* [[user:Stemby|Carlo Stemberger]] (Stemby) - '''carlo'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''stemberger'''&amp;lt;small&amp;gt;at&amp;lt;/small&amp;gt;'''gmail'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''com''' (Missaglia, LC)&lt;br /&gt;
* Marco Crobu - [http://wiki.openmoko.org/wiki/Special:Emailuser/Tron.tron Contacts here] (Zogno, BG)&lt;br /&gt;
&lt;br /&gt;
=== Piemonte ===&lt;br /&gt;
==== Torino (and province) ====&lt;br /&gt;
Per coordinamento [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''] (Torino)&lt;br /&gt;
&lt;br /&gt;
Status 8/10&lt;br /&gt;
&lt;br /&gt;
* Claudio Carnino &amp;lt;br/&amp;gt; (jollyr0g3r AT gmail DOT com)&lt;br /&gt;
* Alessandro Degano &amp;lt;br/&amp;gt; (a.degano AT gmail DOT com)&lt;br /&gt;
* Enrico Pigozzi &amp;lt;br/&amp;gt; (videokill71 AT gmail DOT com)&lt;br /&gt;
* Max Ciavarella - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cicchetebom Contacts here]&lt;br /&gt;
* Giuseppe Barbieri (elect86 at gmail dot com)&lt;br /&gt;
* Riccardo Issoglio &amp;lt;br/&amp;gt; (riccardo.issoglio AT polito DOT it)&lt;br /&gt;
* Flavio Pastore [http://wiki.openmoko.org/wiki/Special:Emailuser/Iron_Bishop Contacts here]&lt;br /&gt;
* Michele Renda ( mic DOT renda AT email DOT it )&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Slaytanic|Gianni Costanzi]] &amp;lt;br/&amp;gt; (gianni.costanzi AT gmail DOT com)&lt;br /&gt;
* Vincenzo D'Andrea (vincenzo.dandrea AT gmail DOT com) &amp;lt;br/&amp;gt; (also Verona is OK - and I can carry others' phone VR to TN or viceversa)&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) [[User:Tarch|Tarcisio Fedrizzi]] (tarcisio.fedrizzi AT gmail DOT com)&lt;br /&gt;
* Emanuele Olivetti (emanuele CHIOCCIOLA relativita PUNTO com)&lt;br /&gt;
* Marco Ciampa (ciampix (*) libero (*) it)&lt;br /&gt;
&lt;br /&gt;
=== Friuli Venezia Giulia ===&lt;br /&gt;
==== Trieste ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* dorje [mailto:dorje@libero.it dorje@libero.it] - [[User:dorje|dorje]]&lt;br /&gt;
&lt;br /&gt;
=== Veneto ===&lt;br /&gt;
Status: 12/20&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;
* Marco Franceschetti - [http://wiki.openmoko.org/wiki/Special:Emailuser/vonfritz Contacts here]&lt;br /&gt;
* AleksFalcone [mailto:aleks.falcone@gmail.com aleks.falcone@gmail.com] - [[User:AleksFalcone|AleksFalcone]]&lt;br /&gt;
* Roberto Previdi [mailto:hariseldon78(AT)gmail.com hariseldon78(AT)gmail.com] - [[User:hariseldon78|hariseldon78]] (also Milano is ok)&lt;br /&gt;
&lt;br /&gt;
==== Vicenza ====&lt;br /&gt;
&lt;br /&gt;
* Matteo [mailto:matteo@member.fsf.org matteo@member.fsf.org] - [[User:Tchernobog|Tchernobog]]&amp;lt;br /&amp;gt;Also Padova is okay.&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;
* Sandro [http://wiki.openmoko.org/wiki/Special:Emailuser/vigerty contact me here]&amp;lt;br /&amp;gt; Also Padova is okay.&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;
&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;
=== Emilia Romagna ===&lt;br /&gt;
==== Parma ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Delian|Marco Albanese]] [mailto:delian2@gmail.com delian2@gmail.com] For Me, it's ok for the decentralized shipment ( Milano for example :) ).&lt;br /&gt;
&lt;br /&gt;
* [[User:Jordano|Marco Grassi]] marco.gra AT Gmail Dot com Also for me it's ok the decentralized shipping.&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;
* [[User:Fano|Stefano Ronconi]] fanharlok AT libero Dot it It's ok anyway.&lt;br /&gt;
&lt;br /&gt;
=== Puglia ===&lt;br /&gt;
==== Lecce ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com]&lt;br /&gt;
* [[User:Italyanker|italyanker]] [mailto:italyanker@gmail.com italyanker@gmail.com]&lt;br /&gt;
&lt;br /&gt;
==== Bari ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org]&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;
Status 10/10&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 2 [mailto:obe_65@yahoo.it AntoMan](Roma)&lt;br /&gt;
* Christian X 1(Gino46) [mailto:christian.marzola@alice.it] (ferrara) Qualcuno me lo dovrebbe spedire. || Ci pensa Hire a spedirli a chi non è di Roma, mettete semplicemente in conto 8/9 euro in più per la spedizione.&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* 6xsempre X 1 [mailto:6xsempre@jumpy.it] (frosinone)&lt;br /&gt;
* lynx1673 X1 [mailto: acarfi at yahoo dot com] - lynx sei di Roma?&lt;br /&gt;
&lt;br /&gt;
=== Liguria ===&lt;br /&gt;
==== Genova ====&lt;br /&gt;
Status 8/10&lt;br /&gt;
&lt;br /&gt;
* Luca Maranzano X 1 (liuk AT linux DOT it) [[User:liuk|liuk]]&lt;br /&gt;
* Francesco Frassinelli X 1 (frafra AT autistici DOT org) [[User:Frafra|Frafra]]&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;
* Luca Arrigo X 1 (morph84@gmail.com) [[User:morph|morph]]&lt;br /&gt;
* Andrea De Gaetano X 1 (dega1999 AT gmail DOT com) [[User:Dega1999|Dega1999]]&lt;br /&gt;
* Salvo Schiavone X 1 (salvoschiavone AT gmail DOT com [[User:Salvador|Salvador]]&lt;br /&gt;
* Daniele Delmonte X1 (ryogazero chiocciola yahoo punto it)&lt;br /&gt;
&lt;br /&gt;
=== Sicilia ===&lt;br /&gt;
==== Palermo ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
&lt;br /&gt;
* Giorgio Marciano' X 1 [mailto:giorgio.marciano@email.it giorgio]&lt;br /&gt;
* Michele Puccio X 1 [mailto:narkos@iol.it michele]&lt;br /&gt;
* Roberto Calandra X 1 [mailto:isokazi@yahoo.it roberto]&lt;br /&gt;
* Vincenzo Moreno Luna X 6 [mailto:ciop85plus@hotmail.com vincenzo]&lt;br /&gt;
&lt;br /&gt;
==== Messina ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Melug X 5 [mailto:suuuper@messinalug.org MeLug]&lt;br /&gt;
&lt;br /&gt;
=== Calabria ===&lt;br /&gt;
==== Catanzaro ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Carlo Mangani X 1 [mailto:carlo.mangani@gmail.com carlo.mangani@gmail.com] - Lamezia Terme&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;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&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;
===Status ===&lt;br /&gt;
1/10&lt;br /&gt;
&lt;br /&gt;
== México ==&lt;br /&gt;
=== Ciudad de México ===&lt;br /&gt;
* Kozapatista [[Special:Emailuser/User:kozapatista|Contact]]&lt;br /&gt;
===Status ===&lt;br /&gt;
1/10&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;
* 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;
==== 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;
=== 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;
==== Bergen op Zoom ====&lt;br /&gt;
* [[User:Madjo|Marcel de Jong]] 1/10 [[Special:Emailuser/User:Madjo|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Christ van Willegen 1 [[User:ChristW]]&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;
&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;
* Boudewijn 1/10 [[User:Boudewijn|empty user page]] [[Special:Emailuser/User:Boudewijn|Contact]]; possibly got a second person interested&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;
&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;
* Peter van de Werken 2/10 [[Special:Emailuser/User:PWerken|Contact]]&lt;br /&gt;
* Kenny van Wanrooij 1/10 [[Special:Emailuser/User:kenneth|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
22/30&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
As Telecom are using the 850MHz network for their GSM network, and Vodafone/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;
According to jeremy list, telecom will not be rolling out GSM for four years, so the point becomes moot - no-one is likely to get an 850 gsm phone now and wait that long&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on info from steve (openmoko marketing) concerning weight and size, shipping via UPS will be about US$185 (NZ$23 each phone) to Auckland.&amp;lt;br&amp;gt;&lt;br /&gt;
UPS are far from the cheapest, but (again according to steve), OM have a contract with them, so this is what we are stuck with&amp;lt;br&amp;gt;&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;
As of 2008-05-08, US$369 is worth NZ$477&lt;br /&gt;
&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$63; 12.5% * {477 + 23), cos we pay GST on postage too...&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;
477 + 23 + 63&amp;lt;br&amp;gt;&lt;br /&gt;
= '''NZ$563'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand&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.&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;
*Glen Ogilvie [[User:Nelg]] [mailto:nelg@linuxsolutions.co.nz] Auckland, 900MHz&lt;br /&gt;
*Xuân Baldauf [[User:xbaldauf]] [mailto:xuan--2008.05--GroupSales--wiki.openmoko.org@baldauf.org] Auckland CBD, 900MHz+1800MHz GSM with an [http://www.ak2.com.tw/pd_main.asp?sg_id=11 '''EU''' charger clip] instead of an Australian one (if this is in need to be selected). This is &amp;lt;u&amp;gt;conditional&amp;lt;/u&amp;gt;: the transaction must complete by 2008-06-30, else I cannot participate, because I'm leaving the country afterwards.&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;
*Dave Lane [[User:dangerpossum]] [http://wiki.openmoko.org/wiki/Special:Emailuser/dangerpossum contact] Christchurch, 1 x 900MHz + 1800MHz GSM&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;
&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 13/20&lt;br /&gt;
&lt;br /&gt;
*[[User:andy000|Andreas Kalvå]] [mailto:andy@samfundet.no andy@samfundet.no]&lt;br /&gt;
Send mail om du er interessert.&lt;br /&gt;
&lt;br /&gt;
=== Østlandet ===&lt;br /&gt;
==== Oslo, Akershus, Buskerud, Vestfold ====&lt;br /&gt;
Status 20/20(30?)&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; Interessert? mail meg.&lt;br /&gt;
* [[User:Bobkare|Knut Arne Bjørndal]] [mailto:bob@cakebox.net]&lt;br /&gt;
&lt;br /&gt;
==== Østfold ====&lt;br /&gt;
Status 1/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;
&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: https://www.kumulator.pl/show/group/35 (in edition moment: 12/20)&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Ruben|Ruben Mendes]]&lt;br /&gt;
&lt;br /&gt;
=== Lisboa ===&lt;br /&gt;
==== Lisboa ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Pedrosilva|Pedro Silva]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Danielblues Daniel Branco]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Knuckles Ivo Anjo]&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&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 : 6/10&lt;br /&gt;
&lt;br /&gt;
* Erland Lewin &amp;lt;br /&amp;gt; mailto:erland@lewin.nu&lt;br /&gt;
* Simon Kågström &amp;lt;br /&amp;gt; mailto:simon.kagstrom@gmail.com&lt;br /&gt;
* Ingvaldur Sigurjonsson &amp;lt;br /&amp;gt; mailto:ingi@ultimalabor.se&lt;br /&gt;
* Adam Johansson &amp;lt;br /&amp;gt; mailto:adam@sollentunaholm.se&lt;br /&gt;
* Lowe Schmidt &amp;lt;br /&amp;gt; mailto:lowe.schmidt@gmail.com&lt;br /&gt;
&lt;br /&gt;
==== Örebro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Anders Petersson &amp;lt;br /&amp;gt; [mailto:demitar@worldforge.org demitar@worldforge.org]&lt;br /&gt;
&lt;br /&gt;
==== Västerås ====&lt;br /&gt;
Status : 1/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;
&lt;br /&gt;
==== Falun &amp;amp; Borlänge ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/User:Jth Johan Thelmén], Åke Hoff &amp;amp; a demo/backup&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/User:eagle87 Pär Eriksson], Borlänge&lt;br /&gt;
&lt;br /&gt;
=== Norrland ===&lt;br /&gt;
==== Umeå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Zash|Zash]] [[Special:Emailuser/Zash|Contact]]&lt;br /&gt;
* [[User:Benjamin|Benjamin]] [[Special:Emailuser/Benjamin|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Luleå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Mjukis|Mjukis]] [[Special:Emailuser/Mjukis|Contact]] - 2 Units. Can also join the Malmö group order.&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
Gabriel Ambuehl would volunteer to order the initial 10pack.&lt;br /&gt;
Alexandre Ghisoli could organize the second 10pack.&lt;br /&gt;
Luca Capello could organize the third 10pack (mostly for French Switzerland).&lt;br /&gt;
Mathieu will probably organisze the 4th 10pack. (Lausanne)&lt;br /&gt;
All the 4 with payment in advance (a 10pack will cost approx 3'800 USD).&lt;br /&gt;
&lt;br /&gt;
Probably we will organize shipping, if we cannot all move to Zürich/Genève to get our Neo.&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;
Status : 20/20&lt;br /&gt;
&lt;br /&gt;
WARNING, this list already contains 20 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Simon Wenner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Simon Schreiber &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Markus Huggler &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Raffael Schmid &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 Wirth &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Skarhand 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;
* Christian Corrodi &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matto Contact]&lt;br /&gt;
* Mirko Klingauf &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/RealAtaman Contact]&lt;br /&gt;
* Marcel Jost (Bern) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&lt;br /&gt;
* Marc Andre Tanner (Biel)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/mat Contact]&lt;br /&gt;
* Tobias Kündig (2 Geräte) (Luzern)&amp;lt;br /&amp;gt; [mailto:info@it-media.ch]&lt;br /&gt;
* Peter Salvisberg&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Psal Contact]&lt;br /&gt;
* Martin Kos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/KoS Contact]&lt;br /&gt;
* Lorenz Schori (Bern) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Znerol Contact]&lt;br /&gt;
* Matthias Cramer (Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/cramer Contact]&lt;br /&gt;
* Pascal Mages (Bern/Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/FreeMind Contact]&lt;br /&gt;
&lt;br /&gt;
==== Geneve ====&lt;br /&gt;
Status : 10/10&lt;br /&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;
* Jonas Schwarz (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jnsc 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;
==== Lausanne (EPFL) ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
WARNING, this list already contains 10 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Mathieu Habegger (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Contact]&lt;br /&gt;
* Matthias Brändli (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/hb9egm Contact]&lt;br /&gt;
* Yorick Brunet (EPFL) &amp;lt;br /&amp;gt;[mailto:yorick.brunet@epfl.ch Contact]&lt;br /&gt;
* Frédéric Fokan(Lausanne) &amp;lt;br /&amp;gt;[mailto:fredericfokan@gmail.com Contact]&lt;br /&gt;
* Gulu (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Gulu Contact]&lt;br /&gt;
* Edomaur (Lausanne, with Gulu) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Edomaur Contact]&lt;br /&gt;
* Layx (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Layx Contact]&lt;br /&gt;
* Mélanie Baumann (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/calis Contact]&lt;br /&gt;
* Laurent Fasnacht (EPFL) &amp;lt;br /&amp;gt;[http://gnugeneration.epfl.ch/users/fasnacht Contact]&lt;br /&gt;
* Urs Blaser (UNIL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/arctus Contact]&lt;br /&gt;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Rafael Campos [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact] &amp;lt;br /&amp;gt;1x ([[Image:MokoBox.jpg]] - advanced) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Pablo Ruiz Múzquiz [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here]&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;
=== Zaragoza ===&lt;br /&gt;
==== Zaragoza ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Alejandro R. Mosteo &amp;lt;br /&amp;gt; alejandro AT mosteo · com&lt;br /&gt;
* Arturo Giner&amp;lt;br/&amp;gt;[[Special:Emailuser/artginer|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* José Luis Pérez &amp;lt;br/&amp;gt;[[Special:Emailuser/jluis|Contact]]&lt;br /&gt;
* David Reyes Samblas Martinez&amp;lt;br/&amp;gt;[[Special:Emailuser/mutrox|Contact]]&lt;br /&gt;
* Sergio Arias &amp;lt;br/&amp;gt;[[Special:Emailuser/saerguio|Contact]]&lt;br /&gt;
* Alex Muntada &amp;lt;br/&amp;gt;[[Special:Emailuser/alexm|Contact]]&lt;br /&gt;
* Pascal co &amp;lt;br/&amp;gt;[[Special:Emailuser/pascalco|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Valencia ===&lt;br /&gt;
==== Valencia ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Pau Gaspar Díaz &amp;lt;br/&amp;gt;[[Special:Emailuser/pau|Contact]]&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;
== USA ==&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Boulder ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* Vinc Duran (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;
* Vlad Seghete &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/vloodo vloodo]&lt;br /&gt;
&lt;br /&gt;
==== Denver (Full) ====&lt;br /&gt;
Status: 10/10 (includes the gentleman from Utah)&lt;br /&gt;
* Shawn Sullivan &amp;lt;br /&amp;gt; [[mailto:shelbydz87@yahoo.com shelbydz87@yahoo.com]]&lt;br /&gt;
* Peter Abplanalp &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/alderion Contact]&lt;br /&gt;
* Ben Burdette &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Ansible Contact]&lt;br /&gt;
* Tom Russell &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/tazbert Contact]&lt;br /&gt;
* Trace &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/gnork Contact]&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact]&lt;br /&gt;
* Daniel &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Beaker82 Contact]&lt;br /&gt;
* James Robertson &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JamesRobertson Contact]&lt;br /&gt;
* Bill Sun &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/DancingSun Contact]&lt;br /&gt;
* Michael &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Bstudios Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
'''(inc. San Diego county and surrounding areas)'''&lt;br /&gt;
&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
Will combine with LA if too few.&lt;br /&gt;
&lt;br /&gt;
* Peter Naulls &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Pnaulls Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
Status: 7/10&lt;br /&gt;
&lt;br /&gt;
* Ajit Natarajan - [http://wiki.openmoko.org/wiki/Special:Emailuser/ajitk Contact]&lt;br /&gt;
&lt;br /&gt;
* Dirk Bergstrom - [http://wiki.openmoko.org/wiki/Special:Emailuser/krid Contact]&lt;br /&gt;
&lt;br /&gt;
* Tupshin Harper - [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* Lothar Werzinger (900MHz) - [http://wiki.openmoko.org/wiki/Special:Emailuser/Elektrolott Contact]&lt;br /&gt;
&lt;br /&gt;
* William Ray Yeager - [http://wiki.openmoko.org/wiki/Special:Emailuser/wyeager Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
==== Monterey ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Cry Regarder &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Cry_Regarder Contact]&lt;br /&gt;
&lt;br /&gt;
=== Idaho ===&lt;br /&gt;
==== Southwestern Idaho ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* 1 × Eugene Kravtsov [[Special:Emailuser/theUg|Contact]], Garden City (Boise).&lt;br /&gt;
&lt;br /&gt;
=== Midwest ===&lt;br /&gt;
'''(combine Illinois / Indiana / Iowa / Kentucky / Tennesee / Texas)'''&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Geoff Ruscoe    [[Special:Emailuser/Geocode|Contact]] - Louisville, KY&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;
&lt;br /&gt;
=== Indiana / Kentucky ===&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Dan Staley      [[Special:Emailuser/Pyrasi|Contact]] (Kentucky)&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;
&lt;br /&gt;
=== Ohio / Michigan ===&lt;br /&gt;
Status: 4/10&lt;br /&gt;
* David Pais (Unknown City) [mailto:davioh2001@yahoo.com email]&lt;br /&gt;
* Dave Ludlow (Toledo) (I can purchase and distribute) [[Special:Emailuser/adsllc|Contact]]&lt;br /&gt;
* Adam Steele (Cincinnati) [mailto:adam@laurasteele.net Contact]&lt;br /&gt;
* Elliot Bailey (Canton) [mailto:elliot.bailey@yahoo.com Contact]&lt;br /&gt;
* Richard Rowell (Grand Rapids) [mailto:richard.rowell@gmail.com Contact]&lt;br /&gt;
&lt;br /&gt;
=== Washington ===&lt;br /&gt;
==== Seattle ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Jon Pomeroy [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Tennessee ===&lt;br /&gt;
==== Memphis ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Peter O'Connor &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/poconnor Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin (12/10) ====&lt;br /&gt;
* Dale Schumacher [[Special:Emailuser/dalnefre|Contact]]&lt;br /&gt;
* Michael Cosby [[Special:Emailuser/mcosby|Contact]]&lt;br /&gt;
* Paul Jimenez [[Special:Emailuser/pj|Contact]]&lt;br /&gt;
* Charles [[Special:Emailuser/rbn|Contact]]&lt;br /&gt;
* Anthony Kitchin [[Special:Emailuser/akitchin|Contact]]&lt;br /&gt;
* Carl (x2) [[Special:Emailuser/texatopia|Contact]]&lt;br /&gt;
* Robert (+Debug Board) [[Special:Emailuser/SHaRK|Contact]] (Houston)&lt;br /&gt;
* Bryan DeLuca [[Special: Emailuser/Stupkid|Contact]] (Fort Worth)&lt;br /&gt;
* Dennis Parker [[Special: Emailuser/dparker|Contact]]&lt;br /&gt;
* Chip Rosenthal [[Special: Emailuser/chip|Contact]]&lt;br /&gt;
* Brad Mouring [[Special: Emailuser/Bmouring|Contact]] (Moving to Austin by mid-June, likely earlier)&lt;br /&gt;
&lt;br /&gt;
==== Dallas (3/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|Contact]]&lt;br /&gt;
* Mark Rinaudo [[Special:Emailuser/Mrinaudo|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&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 (2/10)=====&lt;br /&gt;
* Philippe Gerard [[Special:Emailuser/feydreva|Contact]]&amp;lt;br/&amp;gt;&lt;br /&gt;
*Steve Watson mailto:ssw0213@gmail.com&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York ====&lt;br /&gt;
Status: 3/10 or 4/10&lt;br /&gt;
&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;
* Jake Thebault-Spieker (probably, may not be able to afford it) [http://wiki.openmoko.org/Spcial:Emailuser/Summatusmentis Contact me here] &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;
&lt;br /&gt;
==== Maryland (2/10)====&lt;br /&gt;
* Paul Buede mailto:paul@buede.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Charles Lohr&lt;br /&gt;
* Alex (DC/Rosslyn; not 100% sure that will be able to afford it) [[Special:Emailuser/rakukin|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
Status: 10/10&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;
* 1x Nathan Perry - Derry, NH [[Special:Emailuser/Servel333|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Jeff Gold [[Special:Emailuser/jgold|Contact]]&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;
&lt;br /&gt;
* Stroller (Milton Keynes, can travel) &amp;lt;br /&amp;gt;mailto:stroller@stellar.eclipse.co.uk 01908 663 513. &amp;lt;br /&amp;gt;Thinks that breaking the UK up into regions - at least outside London - is silly. There are unlikely to be 10 people in $your_town who want a Freerunner, so some posting of Freerunners will surely be required; see [http://wiki.openmoko.org/wiki/Talk:GroupSales#Oxford the talk page]. This is the same cost anywhere in the UK.&lt;br /&gt;
&lt;br /&gt;
=== Scotland ===&lt;br /&gt;
==== Edinburgh ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Joe Wells (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/jbw Contact]&lt;br /&gt;
* Dave Ball (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/Daveb Contact]&lt;br /&gt;
* Stuart MacKinnon(Livingston) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/hoagster Contact]&lt;br /&gt;
&lt;br /&gt;
=== England ===&lt;br /&gt;
&lt;br /&gt;
==== Hampshire ====&lt;br /&gt;
&lt;br /&gt;
Status: 15/20 at 2008-05-12&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 : 10/10&lt;br /&gt;
&lt;br /&gt;
* Juergen Schinker &amp;lt;br /&amp;gt; mailto:ba1020@homie.homelinux.net&lt;br /&gt;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* Robert Piasek (actually in Southampton)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Queen6 Contact]&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;
* Weiss (Cambridge, could collect from London) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Weiss Contact]&lt;br /&gt;
* Neil Bentley (in Wiltshire) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ohnez Contact]&lt;br /&gt;
* rhn (one or two sets) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact]&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;
* Johan Badenhorst (London - Can't believe it's almost here!) &amp;lt;br /&amp;gt;[mailto:ezuall@gmail.com]&lt;br /&gt;
&lt;br /&gt;
==== Oxford ====&lt;br /&gt;
&lt;br /&gt;
Idea to re-ship within the UK, see [http://wiki.openmoko.org/wiki/Talk:GroupSales#Oxford talk]&lt;br /&gt;
&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* James Olney &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Webjames 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;
&lt;br /&gt;
==== West Midlands ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* Ilya &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* Ofer Herman &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/oferhe Contact]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Talba Talba]&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;4&amp;quot;&amp;gt;Status : 27/3*10&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Koordinátorem objednávání je Martin Šenkeřík [http://wiki.openmoko.org/wiki/User:Ohin Kontakty na mě]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Aktuálně ===&lt;br /&gt;
* Vzhledem k množství zájemců a zajištěné distribuci telefonů vlastními silami napříč republikami, jsem se rozhodl pro následující postup při objednání (jiný nebude možný):&lt;br /&gt;
*# stanoví se lehce nadhodnocená částka (zatím to vypadá na 7500-8000Kč za telefon), na bezpečné pokrytí očekávaných i neočekávaných výdajů spojených s objednávkou&lt;br /&gt;
*# každý zájemce odešle tuto sumu na můj účet, identifikuje se svým jménem a příjmením&lt;br /&gt;
*# jakmile budou peníze nashromážděny, provedu objednávku tolika telefonů, kolik zájemců zašle peníze&lt;br /&gt;
*# po obdržení balíku s telefony vypočtu finální částku za telefon, a případný přeplatek bude vrácen každému osobně při převzetí telefonu (lokální distributoři samozřejmě obdrží patričný počet telefonů a peněz, aby mohly být předány dále)&lt;br /&gt;
*# všem se dítko šťastně dopraví do rukou&lt;br /&gt;
**Stále přetrvává otazník nad objednávkou množství nedělitelným desíti.&lt;br /&gt;
&lt;br /&gt;
=== Základní informace ===&lt;br /&gt;
Jedná se o hromadnou objednávku Openmoko do České republiky, vzhledem k tomu, že balení po 10kusech je za $369 USD oproti $399 USD za kus a navíc přijde 10 obalů a sluchátek a ušetří se za poštovné '''A TO SE VYPLATÍ'''.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/GroupSales#Distribu.C4.8Dn.C3.AD_sch.C3.A9ma Toto] je jediný oficiální seznam zájemců. Přihlášení provedete editací této wiki stránky.&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.openmoko.org/wiki/Talk:GroupSales#Diskuze Diskuze]&lt;br /&gt;
*[http://wiki.openmoko.org/wiki/Talk:GroupSales#Dopl.C5.88uj.C3.ADc.C3.AD_informace Doplňující informace]&lt;br /&gt;
&lt;br /&gt;
=== Distribuční schéma ===&lt;br /&gt;
Zařazujte se pod nejvýše položené město v seznamu, kde můžete Openmoko převzít. Pokud můžete navíc distribuovat Openmoko ve městě, které není na seznamu, uveďte ho pod svým jménem s větším odsazením. &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Nezapomeňte [http://wiki.openmoko.org/wiki/GroupSales#Czech_Republic nahoře] navýšit o svůj požadavek status!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  n je počet kusů, bez n 1 kus&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;'''[*]'''  platím předem&amp;lt;/span&amp;gt;'' - zveřejněním postupu objednávky, pozbývá tahle možnost význam''&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] $99 USD + DPH (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;] ''' nepotvrzeno ''(lidé z původního seznamu, souhlasíte-li s pozicí odmažte [&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;] a nebo se přesuňte)''&amp;lt;br&amp;gt;&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více voleb oddělujeme čárkou''&lt;br /&gt;
&lt;br /&gt;
*'''Martin Šenkeřík [*]''' - [http://wiki.openmoko.org/wiki/User:Ohin Kontakty na mě]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Brno&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Radek Bartoň [*]''' - [[Special:Emailuser/Blackhex|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Frýdek-Místek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****-&lt;br /&gt;
***'''Radek Machulka [*]''' - [[Special:Emailuser/Werty|Contact]]&lt;br /&gt;
***'''Aleš Dvořák [*]''' - [[Special:Emailuser/Setr|Contact]]&lt;br /&gt;
***'''Jozef Mlich [*,D]''' - [[Special:Emailuser/joejoe|Contact]]&lt;br /&gt;
***'''Martin Faltičko''' - [[Special:Emailuser/MafRaf|Contact]]&lt;br /&gt;
***'''Karel Volný [*]''' - [[Special:Emailuser/kavol|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Bratislava&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''František Horínek [*]''' - [[Special:Emailuser/PipBoy2000|Contact]]&lt;br /&gt;
*****'''Martin Vyšný''' - [mailto:vysny@baka.sk Contact]&lt;br /&gt;
*****'''Tomáš Sirný [*]''' - [[Special:Emailuser/Junckritter|Contact]]&lt;br /&gt;
*****'''Ján Janech [*]''' - [[Special:Emailuser/Janik|Contact]]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;SK/Žilina&amp;lt;/span&amp;gt;''':&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;SK/Piešťany&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Tom Varga [*]''' - [[Special:Emailuser/Varg|Contact]] (eventuelní samostatná pražská větev [http://wiki.openmoko.org/wiki/Talk:GroupSales#Czech_Republic viz. diskuze])&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Praha&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Martin Dvořák [*]''' - [[Special:Emailuser/masca|Contact]] (vzhledem k zájmu to vypadá na založení Pražské buňky, ale nebráním se libovolnému způsobu dopravy)&lt;br /&gt;
*****'''Roman D. [*]''' - [[Special:Emailuser/Dergam|Contact]] (do poloviny června)&lt;br /&gt;
*****'''Michal Bořek [*,D]''' - [http://wiki.openmoko.org/wiki/User:Mibo Kontakt]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Plzeň&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*******-&lt;br /&gt;
*****'''Michal Pěnka [*,&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;]''' - [http://michal.penka.name/kontakt Contact]&lt;br /&gt;
*****'''Jan Mareš [*]''' - [[Special:Emailuser/iVir|Contact]]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Písek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*******''' Luboš Podrázský [*]''' - [[Special:Emailuser/zsman|Contact]]&lt;br /&gt;
*******-&lt;br /&gt;
*****'''Miloslav Machotka [*]''' - [[Special:Emailuser/Machy|Contact]]&lt;br /&gt;
*****'''David Kozub [*,D]''' - [[Special:Emailuser/Zub|Contact]] (Kdyby z Prahy seslo, volim Zlin jako fallback.)&lt;br /&gt;
*****'''Milan Vontorčík [*]''' - [[Special:Emailuser/Mvontorcik|Contact]]&lt;br /&gt;
*****'''Vojtěch Vozáb ''' - [mailto:vojtav@centrum.cz Contact]&lt;br /&gt;
***'''Petr Ondo [2,*]''' - [[Special:Emailuser/Votik|Contact]]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Zlín&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Martin Holec''' - [[Special:Emailuser/Martix|Contact]]&lt;br /&gt;
***'''Pavel Kovář [*]''' - [[Special:Emailuser/Fox|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Ostrava&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Marian Krucina [*]''' - [[Special:Emailuser/oak|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Slovak Republic ==&lt;br /&gt;
[http://wiki.openmoko.org/wiki/GroupSales#Czech_Republic Spojeno s Czech Republic]&lt;br /&gt;
&lt;br /&gt;
== Croatia ==&lt;br /&gt;
Status : 6/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;
(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;
== Russia ==&lt;br /&gt;
=== Moscow ===&lt;br /&gt;
Status : 8/10&lt;br /&gt;
* 1x sinister - [[Special:Emailuser/sinister|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) shallburn - [[Special:Emailuser/shallburn|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) cracatau - [[Special:Emailuser/cracatau|Contact]] (actual location - Saint-Petersburg)&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) vadson - [[Special:Emailuser/vadson|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Tallex - [[Special:Emailuser/tallex|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) mex3 - [[Special:Emailuser/mex3|Contact]]&lt;br /&gt;
* 1x Alexxy (with debug board if possible) - [[Special:Emailuser/Alexxy|Contact]] (Actual location - Saint-Petersburg)&lt;br /&gt;
* 1x pva (with debug board if possible) - [[Special:Emailuser/Pva|Contact]] (Moscow if matters)&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Cbaird</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>2008-05-18T15:16:57Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Confirmed */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko have announced a scheme to sell the forthcoming 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 to organise group purchases by region.&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;
== Australia ==&lt;br /&gt;
&lt;br /&gt;
=== Customs And Postage ===&lt;br /&gt;
&lt;br /&gt;
Customs information for Australia can be found [http://www.customs.gov.au/site/page.cfm?u=5549 here].&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Nick Devereaux] has worked out the per-phone cost of an Australian bulk order compared to an individual order:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Bulk Order'''&lt;br /&gt;
 |'''$US'''&lt;br /&gt;
 |'''$AUS'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Value (Cval)&lt;br /&gt;
 |$3690.00&lt;br /&gt;
 |$3960.03&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Duty (Duty) =5% of Cval&lt;br /&gt;
 |$184.50&lt;br /&gt;
 |$198.00&lt;br /&gt;
 |-&lt;br /&gt;
 |International Transport and Insurance or Postage (T&amp;amp;I)&lt;br /&gt;
 |$65.00&lt;br /&gt;
 |$69.76&lt;br /&gt;
 |-&lt;br /&gt;
 |Value Of Taxable Importation (VoTI) =Cval+Duty+T&amp;amp;I&lt;br /&gt;
 |$3939.50&lt;br /&gt;
 |$4227.79&lt;br /&gt;
 |-&lt;br /&gt;
 |Goods And Services Tax (GST) =10% of VoTI&lt;br /&gt;
 |$393.95&lt;br /&gt;
 |$422.78&lt;br /&gt;
 |-&lt;br /&gt;
 |Total Payable Duty + GST&lt;br /&gt;
 |$578.45&lt;br /&gt;
 |$620.78&lt;br /&gt;
 |- &lt;br /&gt;
 |Total Cost&lt;br /&gt;
 |$4333.45&lt;br /&gt;
 |$4650.57&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Per Person'''&lt;br /&gt;
 |'''$433.35'''&lt;br /&gt;
 |'''$465.06'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Individual Order'''&lt;br /&gt;
 |'''$US'''&lt;br /&gt;
 |'''$AUS'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Value&lt;br /&gt;
 |$399.00&lt;br /&gt;
 |$428.20&lt;br /&gt;
 |-&lt;br /&gt;
 |Postage&lt;br /&gt;
 | N/A&lt;br /&gt;
 | $52.65&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Total Cost'''&lt;br /&gt;
 |'''N/A'''&lt;br /&gt;
 |'''$480.85'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Postage quote from http://www1.auspost.com.au/pac/int_parcel.asp&lt;br /&gt;
&lt;br /&gt;
Figures accurate as of 16th May 2008, 1$ USD = $1.07 AUD.&lt;br /&gt;
&lt;br /&gt;
=== Western Australia ===&lt;br /&gt;
==== Perth ====&lt;br /&gt;
&lt;br /&gt;
Status: 9/10&lt;br /&gt;
&lt;br /&gt;
* 1x Fred Janon mailto:fjanon@yahoo.com&lt;br /&gt;
&lt;br /&gt;
* 1x Shanon Loughton [http://wiki.openmoko.org/wiki/Special:Emailuser/cgltower contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x Simon Matthews [http://wiki.openmoko.org/wiki/Special:Emailuser/simat contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Msquared [http://www.msquared.id.au/ contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x Alex Wilkinson mailto:alex.wilkinson@dsto.defence.gov.au&lt;br /&gt;
&lt;br /&gt;
* 1x Daniel Foote mailto:freefoote@dview.net&lt;br /&gt;
&lt;br /&gt;
* 1x Russell Steicke mailto:russells@adelie.cx&lt;br /&gt;
&lt;br /&gt;
* 1x William Kenworthy mailto:billk@iinet.net.au&lt;br /&gt;
&lt;br /&gt;
* 1x Clare Johnstone [http://wiki.openmoko.org/wiki/Special:Emailuser/claregj contact me here]&lt;br /&gt;
&lt;br /&gt;
=== New South Wales  ===&lt;br /&gt;
==== Sydney ====&lt;br /&gt;
&lt;br /&gt;
status: 10/10 ( one group)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add an &amp;quot;I exist&amp;quot; to end of your name here. &lt;br /&gt;
&lt;br /&gt;
We now have 10 people (that seem to exist). I would to suggest like openmoko the company allow group sale deposits into accounts on behalf of groups.&lt;br /&gt;
With perhaps the package sent to sydney and then to a po box or split to finish the journey to the buyers. &lt;br /&gt;
&lt;br /&gt;
=====Confirmed=====&lt;br /&gt;
* 1 x dbmoodb ---&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Dbmoodb contact me here] I exist.&lt;br /&gt;
* 1 x bing [http://wiki.openmoko.org/wiki/Special:Emailuser/Bingquick contact me here] I exist.&lt;br /&gt;
* 1 x Chris [http://wiki.openmoko.org/wiki/Special:Emailuser/ch0gan contact me here]. I exist.&lt;br /&gt;
* 1 x Neil Brown [http://wiki.openmoko.org/wiki/Special:Emailuser/Neilbrown contact me here] I'm wondering why I need to assert that I exist.&lt;br /&gt;
* 1 x Rob [http://wiki.openmoko.org/wiki/Special:Emailuser/Rob contact me here] Exist?  Of course I do.&lt;br /&gt;
* 1 x Tim [http://wiki.openmoko.org/wiki/Special:Emailuser/Voyd contact me here] I am almost certain I exist.&lt;br /&gt;
* 1 x porl [http://wiki.openmoko.org/wiki/Special:Emailuser/porl contact me here] I exist.&lt;br /&gt;
* 1 x tom [http://wiki.openmoko.org/wiki/Special:Emailuser/tom contact me here] I think I exist.&lt;br /&gt;
&lt;br /&gt;
=====Unconfirmed=====&lt;br /&gt;
* 1 x Scott [http://wiki.openmoko.org/wiki/Special:Emailuser/Cysp wikimail]&lt;br /&gt;
* 1 x Mark Chandler [http://wiki.openmoko.org/wiki/Special:Emailuser/Openmarko contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
potential group 2 (0/10)&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=== Victoria ===&lt;br /&gt;
==== Melbourne ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
&lt;br /&gt;
* 4x Dennis Wollersheim, mailto: dewoller (at) gmail (dot) com&lt;br /&gt;
* 1x Nigel Cunningham, mailto: ncunningham (at) crca (dot) org (dot) au&lt;br /&gt;
  (I'm actually in Cobden, in the south-west)&lt;br /&gt;
* 1x Dale Maggee, mailto: antisol (at) earthling (dot) net&lt;br /&gt;
* 1x Matt Price: mailto: coolcat22 (at) bigpond (dot) com&lt;br /&gt;
&lt;br /&gt;
=== ACT ===&lt;br /&gt;
==== Canberra ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* J Dinale [http://wiki.openmoko.org/wiki/Special:Emailuser/Noledil Contact me here]&lt;br /&gt;
* Fergus [http://wiki.openmoko.org/wiki/Special:Emailuser/Someone Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Queensland ===&lt;br /&gt;
==== Brisbane ====&lt;br /&gt;
Status: 7/10 (possibly 20)&lt;br /&gt;
&lt;br /&gt;
* Nick Devereaux x 2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Contact me here]&lt;br /&gt;
* Matt Gallagher [http://wiki.openmoko.org/wiki/Special:Emailuser/mattg Contact me here]&lt;br /&gt;
* Jordan Keith [http://wiki.openmoko.org/wiki/Special:Emailuser/Zedd_D1abl0 Contact me here]&lt;br /&gt;
* Matt Blyde [http://wiki.openmoko.org/wiki/Special:Emailuser/Mattblyde Contact me here]&lt;br /&gt;
* David Baker [http://wiki.openmoko.org/wiki/Special:Emailuser/dtbaker Contact me here]&lt;br /&gt;
* Neil Davey (confirmed 1, maybe 2) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ndavey Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== South Australia ===&lt;br /&gt;
==== Adelaide ====&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
* Adrian Billiau [http://wiki.openmoko.org/wiki/Special:Emailuser/Carcin Contact me here]&lt;br /&gt;
* John Briggs [http://wiki.openmoko.org/wiki/Special:Emailuser/Erflungued Contact me here]&lt;br /&gt;
* Daniel Sobey [http://wiki.openmoko.org/wiki/Special:Emailuser/dns Contact me here]&lt;br /&gt;
* Nicholas Steicke [http://wiki.openmoko.org/wiki/Special:Emailuser/narthollis Contact me here]&lt;br /&gt;
* Joel Stanley [http://wiki.openmoko.org/wiki/Special:Emailuser/shenki Contact me here]&lt;br /&gt;
* Karl Goetz x3 [http://wiki.openmoko.org/wiki/Special:Emailuser/kgoetz Contact me here]&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 [http://wiki.openmoko.org/wiki/Special:Emailuser/Wedge Contact me here]&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;
* R Stoegbuchner [http://wiki.openmoko.org/wiki/Special:Emailuser/stoero 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;
* M Schlaipfer [http://wiki.openmoko.org/wiki/Special:Emailuser/maze 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;
&lt;br /&gt;
Group 2: Status: 2/10&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;
== Belgium ==&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Brussel/Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
* Yorick, mailto: yorick DOT matthys AT gmail DOT com&lt;br /&gt;
* 2x Dolfje [http://wiki.openmoko.org/wiki/Special:Emailuser/Dolfje Contact me here]&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
* Arno85, mailto: aaron DOT helin AT gmail DOT com, Kortrijk&lt;br /&gt;
* Rubenv, mailto: ruben D0T vandamme MAILAT belgacom D0T net, Kortrijk&lt;br /&gt;
* Js Op de Beeck [http://wiki.openmoko.org/wiki/Special:Emailuser/Js.opdebeeck Contact me here]&lt;br /&gt;
* Jan Keymeulen, mailto: spam@keymeulen.com&lt;br /&gt;
ps: Dolfje can bring freerunners to Brugge if needed&lt;br /&gt;
* Yvo Brasseur, mailto: yvo_brasseur@archon.be Living in Aarschot, working in Brussels.&lt;br /&gt;
* Emmanuel Mathot, mailto: aiieeee DOT gmail DOT com, Brussels&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 N [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubsy Contact me here]&lt;br /&gt;
* Ivo [http://wiki.openmoko.org/wiki/Special:Emailuser/Ivo 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;
* Sam Geeraerts (Laakdal) [http://wiki.openmoko.org/wiki/Special:Emailuser/Samgee Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Wallonia ===&lt;br /&gt;
==== Walloon Brabant ====&lt;br /&gt;
* Istvan, mailto: buki DOT istvan AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, mailto:meditache@gmail.com&lt;br /&gt;
* Vernim, [http://wiki.openmoko.org/wiki/Special:Emailuser/Vernim Contact]&lt;br /&gt;
* Geo, [http://wiki.openmoko.org/wiki/Special:Emailuser/geomer Contact]&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 9/10&lt;br /&gt;
&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group (unconfirmed but about 7 so far): mailto: doc AT skynet REMOVE dot REMOVE ie&lt;br /&gt;
* Steven (Victoria) - If someone in the group will remail the package for me. mailto: skurylo --&amp;gt; gmail dot com&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] : [mailto:wuth@acm.org]&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;
&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 9/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;
* Kristin Low, kristin dot low at gmail dot com (Kingston)&lt;br /&gt;
* Daniel Lister, dan.lister--&amp;gt;gmail&lt;br /&gt;
* Ronnie Wong: '''3 units''' - r25wong AT ryerson dOT ca&lt;br /&gt;
* Paul V [http://wiki.openmoko.org/wiki/Special:Emailuser/Roju Contact me here]&lt;br /&gt;
* Matt Manjos, matt (AT) manjos * com&lt;br /&gt;
&lt;br /&gt;
Group 2 Status (Hamilton): 3/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;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 4/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:Zeus]] Jonathan Gonzalez., mailto: zeus &amp;quot;remove this and add AT&amp;quot; gnu &amp;quot;dot&amp;quot; org&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
=== BeiJing ===&lt;br /&gt;
Status:8/10&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;
*Pccpu &amp;lt;br/&amp;gt; mailto:LFZILFZI@YAHOO.COM.CN &amp;lt;br/&amp;gt;  MSN:LFZI@SINA.COM  &amp;lt;br/&amp;gt; 1 freerunner&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;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:0/10&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;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 3/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;
* 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;
&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: 4/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;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 31/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fursund]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Fursund (contact)]&lt;br /&gt;
* [[User:Rasmusjensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Rasmusjensen (contact)]&lt;br /&gt;
* [[User:tabac | Thomas Ammitzbøll-Bach ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/tabac (contact)]&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)]&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)]&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)] (Pending final hw, eg. low-power LEDs)&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (I need 14 with invoice)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (I need 1 with invoice)&lt;br /&gt;
* [[User:Miwer | Michael Andersen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Miwer (contact)] (2 freerunners, 1 debug board, and a copy of invoice)&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)] (1+devkit with invoice)&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)] (1 + debug board)&lt;br /&gt;
* [[User:Coax | Lasse Poulsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Coax (contact)] (1)&lt;br /&gt;
* [[User:Lord_Zalzer | Dennis Andersen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Lord_Zalzer (contact)] (1)&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
=== Uusimaa ===&lt;br /&gt;
==== Helsinki I (Full)====&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;
* Arttu Sund &amp;lt;br /&amp;gt; [mailto:thearttu@gmail.com thearttu@gmail.com]&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;
&lt;br /&gt;
==== Helsinki II, Turku &amp;amp; Vaasa (Full)====&lt;br /&gt;
&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Piksi|Check &amp;amp; comment on my userpage for discussing payment &amp;amp; mail options]]'''&lt;br /&gt;
&lt;br /&gt;
Helsinki:&lt;br /&gt;
&lt;br /&gt;
* [[User:Piksi]] &amp;lt;br /&amp;gt;openmoko ÄT pi-xi PISTE net&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;
* Ismo Haanaho &amp;lt;br /&amp;gt; ismo DOT haanaho AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
Turku:&lt;br /&gt;
&lt;br /&gt;
* 2x Teemu Välimäki, [mailto:teemu.valimaki@iki.fi teemu.valimaki@iki.fi]&lt;br /&gt;
* Jaakko Lehtinen, jaakko dot lehtinen at gmail dot com&lt;br /&gt;
* Janne Junnila, janne dot junnila at gmail dot com&lt;br /&gt;
&lt;br /&gt;
Vaasa:&lt;br /&gt;
&lt;br /&gt;
* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&lt;br /&gt;
&lt;br /&gt;
=== Lappi ===&lt;br /&gt;
==== Kemi ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Cg|Discuss the order here]]'''&lt;br /&gt;
&lt;br /&gt;
Kemi:&lt;br /&gt;
* Henri Valta &amp;lt;br /&amp;gt;henri PISTE valta ÄT kemi PISTE fi&lt;br /&gt;
* Tommi Juvonen &amp;lt;br /&amp;gt;tassi ÄT mediapumppu PISTE info&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 : 2/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;
&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] (I may soon move to Bretagne/Brest)&lt;br /&gt;
&lt;br /&gt;
==== Nantes ====&lt;br /&gt;
&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;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 11/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* [[User:Phyce|Phyce]]&lt;br /&gt;
* Yann SLADEK ([http://wiki.openmoko.org/wiki/Special:Emailuser/Maveryck Contact me here])&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:OlivierBerger|OlivierBerger]]&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;
* [[User:Valos|Valéry Febvre]]&lt;br /&gt;
* [[User:Manou|Emmanuel Raviart]]&lt;br /&gt;
&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/openmoko/register&lt;br /&gt;
&lt;br /&gt;
=== Lorraine ===&lt;br /&gt;
==== Nancy ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:mosan|Nicolas Salles]]&lt;br /&gt;
&lt;br /&gt;
=== Rhône-Alpes ===&lt;br /&gt;
==== Lyon ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patou Vincent MEURISSE]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&lt;br /&gt;
&lt;br /&gt;
==== Grenoble ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pbollard Philippe BOLLARD]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aurelien Aurelien]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Hey_popey Damien]&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 : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/nico.inc Nicolas HUOT]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] 2 Freerunner. -- I'm managing the communication between the groupbuyers, so please contact me if you are interested and haven't received an email from me yet. We will meet at the Kalug Meeting http://www.karlsruhe.linux.de/ on 26. 5. 2008 to discuss things further.&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]]&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
* [[Special:Emailuser/Tedo|Tedo]]&lt;br /&gt;
* [[Special:Emailuser/ZaPPaS|ZaPPaS]] 7 devices at least, maybe we start a new group in Leonberg&lt;br /&gt;
&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/Ebi|Ebi]]&lt;br /&gt;
* [[Special:Emailuser/RIdd3r|Fabian]]&lt;br /&gt;
* [[Special:Emailuser/Agon|Agon]] in Stuttgart, but Karlsruhe is close enough&lt;br /&gt;
* [[Special:Emailuser/Gollum|Gollum]] in Mannheim, ditto :)  Maybe local postal service is an option?&lt;br /&gt;
* [[Special:Emailuser/Archimedes|Sebastian]] (in Kaiserslautern on workdays and Daun/Eifel during the weekend)&lt;br /&gt;
* [[Special:Emailuser/Cc|Cc]] In Böblingen, Karlsruhe is close enough, Leonberg would be ideal.&lt;br /&gt;
&lt;br /&gt;
==== Tübingen ====&lt;br /&gt;
* [[Special:Emailuser/MiTo|MiTo]]&lt;br /&gt;
&lt;br /&gt;
=== Bayern ===&lt;br /&gt;
==== München ====&lt;br /&gt;
&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Eriks|Eriks]]&lt;br /&gt;
* --[[User:Imitation|Imitation]] 21:42, 30 April 2008 (CEST)&lt;br /&gt;
* [[Special:Emailuser/meyerm|meyerm]] 16:25 CEST, 01. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/Koebi|koebi]] 05. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/wof|wof]] (2) 07. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/floe|floe]] 10. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/mathew muc|mathew muc]] 12. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/einalex|einalex]] 13. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/smurfy|smurfy]] 18. Mai 2008&lt;br /&gt;
&lt;br /&gt;
=== Berlin===&lt;br /&gt;
==== Berlin ====&lt;br /&gt;
&lt;br /&gt;
for berlin-talk: http://de.groups.yahoo.com/group/openmoko-berlin/&lt;br /&gt;
&lt;br /&gt;
* Conrad [http://wiki.openmoko.org/wiki/User:Caribu Contact me here]&lt;br /&gt;
&lt;br /&gt;
Status 13/20&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;
* Torsten [http://wiki.openmoko.org/wiki/User:Torsten_Grote 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;
&lt;br /&gt;
=== Bremen ===&lt;br /&gt;
==== Bremen ====&lt;br /&gt;
Status 2/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;
&lt;br /&gt;
==== Bremerhaven ====&lt;br /&gt;
&lt;br /&gt;
=== Hamburg ===&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;
&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 1&lt;br /&gt;
&lt;br /&gt;
* Dattel83 [http://wiki.openmoko.org/wiki/Special:Emailuser/Dattel83 Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* Henrik, infos on my [[User:Henrikz|user page]], or you can [[Special:Emailuser/Henrikz|contact me here]]&lt;br /&gt;
* David, infos on my [[User:TechnoFan|user page]], or you can [[Special:Emailuser/TechnoFan|contact me here]]&lt;br /&gt;
* Stephan, infos on my [[User:chaq|user page]], or you can [[Special:Emailuser/chaq|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
&lt;br /&gt;
* David, infos on my [[User:Raven|user page]], or you can [[Special:Emailuser/Raven|contact me here]]&lt;br /&gt;
* Sebastian, infos on my [[User:Seppi|user page]], or you can [[Special:Emailuser/Seppi|contact me here]]&lt;br /&gt;
* Dackel, infos on my [[User:Killerdackel|user page]], or you can [[Special:Emailuser/Killerdackel|contact me here]]&lt;br /&gt;
* Conny&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;
==== Düsseldorf ====&lt;br /&gt;
* mac2k, infos on my [[User:mac2k|user page]], or you can [[Special:Emailuser/mac2k|contact me here]]&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;
==== Chemnitz ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Tobias [http://wiki.openmoko.org/wiki/Special:Emailuser/Tobydox Contact me here]&lt;br /&gt;
* Michael [http://wiki.openmoko.org/wiki/Special:Emailuser/her Contact me here]&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;
== Hungary == &lt;br /&gt;
discussion here: http://hup.hu/node/54588&lt;br /&gt;
&lt;br /&gt;
=== Budapest ===&lt;br /&gt;
Status 20/10&lt;br /&gt;
&lt;br /&gt;
# Ferenc 'Lion' Veres [http://wiki.openmoko.org/wiki/Special:Emailuser/kempelen Contact]&lt;br /&gt;
# Laszlo 'rka' Szabo [http://wiki.openmoko.org/wiki/Special:Emailuser/rka Contact]&lt;br /&gt;
# tg [http://wiki.openmoko.org/wiki/Special:Emailuser/tg?wpSubject=OpenMoko%20GroupSales Contact]&lt;br /&gt;
# LiRul - lirul [KUKAC] hixsplit [PONT] hu&lt;br /&gt;
# Nyosigomboc - nyos [KUKAC] nyos [PONT] homelinux [PONT] net&lt;br /&gt;
# hunludvig - hunludvig [KUKAC] gmail [PONT] com&lt;br /&gt;
# [http://wiki.openmoko.org/wiki/Special:Emailuser/asdmin?wpSubject=OpenMoko%20GroupSales Dániel 'asd' Vásárhelyi]&lt;br /&gt;
#* i offer to handle ordering and dispatching the unit, please contact me for the details&lt;br /&gt;
# asch, asch [KUKAC] freemail [PONT] hu&lt;br /&gt;
# btamas, [http://wiki.openmoko.org/wiki/Special:Emailuser/btamas Contact]&lt;br /&gt;
# ka87, andras [kukac] csevego [pont] net&lt;br /&gt;
# pcm, pcm [kukac] freemail [pont] hu&lt;br /&gt;
# gpiros, geza [PONT] piros [KUKAC] gmail [PONT] com&lt;br /&gt;
# appa, appa00 [kukac] gmail [pont] com [http://wiki.openmoko.org/wiki/Special:Emailuser/appa Contact]&lt;br /&gt;
# pierre286, [http://wiki.openmoko.org/wiki/Special:Emailuser/pierre286 Contact]&lt;br /&gt;
# Hélei Zoltán, heleiz [kukac] gmail&lt;br /&gt;
# Fenwick, [http://wiki.openmoko.org/wiki/Special:Emailuser/fenwick Contact]&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;
&lt;br /&gt;
=== Kecskemét ===&lt;br /&gt;
Dániel Vásárhelyi handles transportation to Kecskemét, therefore it is not necessary to collect 10 all pieces here.&lt;br /&gt;
&lt;br /&gt;
== India ==&lt;br /&gt;
=== Delhi/NCR ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Goldwyn Rodrigues [http://wiki.openmoko.org/wiki/Special:Emailuser/goldwynr Contact]&lt;br /&gt;
* Sameer Mohamed Thahir [http://wiki.openmoko.org/wiki/Special:Emailuser/sameerthahir Contact]&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 10/10&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:pcav|Paolo Cavallini]] - ''cavallini [AT] faunalia.it''&lt;br /&gt;
* [[User:BiggMatt|Mattia Gentile]] - ''biggmatt@hotmail.it''&lt;br /&gt;
* Elisa ''[mailto:lab@kkk.it lab@kkk.it]'' (Empoli)&lt;br /&gt;
* [[User:Sugacapra|Sugacapra]] - alessio.chemeri [AT] gmailPUNTOcom&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;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano e dintorni ====&lt;br /&gt;
Status 20/20&lt;br /&gt;
&lt;br /&gt;
[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.&lt;br /&gt;
 Da ora in poi usiamo il [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''].&lt;br /&gt;
&lt;br /&gt;
'''Ad ogni modo, continuate ad aggiugerVi nella lista qui sotto'''&lt;br /&gt;
&lt;br /&gt;
* Marcello Gorla&lt;br /&gt;
* Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&lt;br /&gt;
* Pietro Montorfano [mailto:monto84@gmail.com monto84@gmail.com] (from como)&lt;br /&gt;
* Gianluigi Belli - [http://wiki.openmoko.org/wiki/Special:Emailuser/Pulciux Contacts here] (Milano)&lt;br /&gt;
* Michele Castellano - [http://wiki.openmoko.org/wiki/Special:Emailuser/mubumba Contacts here] (Milano)&lt;br /&gt;
* Maurizio Lipreri -  [http://wiki.openmoko.org/wiki/Special:Emailuser/Maldido Contacts here]( Como )&lt;br /&gt;
* Guido Conaldi - [http://wiki.openmoko.org/wiki/Special:Emailuser/skepz Contacts here] (Varese)&lt;br /&gt;
* [[User:Furester|Igor Scabini (furester)]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Furester Contacts here] (Milano)&lt;br /&gt;
* Dario Panico [http://wiki.openmoko.org/wiki/Special:Emailuser/Dareus Contacts here] (Busto Arsizio, VA)&lt;br /&gt;
* Marco Zanzotera (Milano città) &lt;br /&gt;
* Francesco Ricci (Milano, Dipartimento di Scienze dell'Informazione, via Comelico 39/41) - possibile punto di ricezione/distribuzione - [http://wiki.openmoko.org/wiki/Special:Emailuser/Alfa21 Contacts here]&lt;br /&gt;
* Danilo Sia (Birdack) [http://wiki.openmoko.org/wiki/Special:Emailuser/Birdack Contacts here] (Milano città)&lt;br /&gt;
* Federico Belvisi - [http://wiki.openmoko.org/wiki/Special:Emailuser/Armalite Contacts here] (Legnano, MI/Varese)&lt;br /&gt;
* Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
* [[User:Cga|Callea Gaetano Andrea]] (Milano zona Forlanini) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cga Contacts here]&lt;br /&gt;
* Pietro Isotti - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
* Baz - [mailto:buzzi.paolo@gmail.com buzzi.paolo@gmail.com]&lt;br /&gt;
* Mario Signorino (2 unità) ([[User:Dodiesis|Dodiesis]])- [mailto:mario@sgrunt.net mario@sgrunt.net] (Milano - possibile punto di ricezione alternativo )&lt;br /&gt;
* [[user:Stemby|Carlo Stemberger]] (Stemby) - '''carlo'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''stemberger'''&amp;lt;small&amp;gt;at&amp;lt;/small&amp;gt;'''gmail'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''com''' (Missaglia, LC)&lt;br /&gt;
* Marco Crobu - [http://wiki.openmoko.org/wiki/Special:Emailuser/Tron.tron Contacts here] (Zogno, BG)&lt;br /&gt;
&lt;br /&gt;
=== Piemonte ===&lt;br /&gt;
==== Torino (and province) ====&lt;br /&gt;
Per coordinamento [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''] (Torino)&lt;br /&gt;
&lt;br /&gt;
Status 8/10&lt;br /&gt;
&lt;br /&gt;
* Claudio Carnino &amp;lt;br/&amp;gt; (jollyr0g3r AT gmail DOT com)&lt;br /&gt;
* Alessandro Degano &amp;lt;br/&amp;gt; (a.degano AT gmail DOT com)&lt;br /&gt;
* Enrico Pigozzi &amp;lt;br/&amp;gt; (videokill71 AT gmail DOT com)&lt;br /&gt;
* Max Ciavarella - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cicchetebom Contacts here]&lt;br /&gt;
* Giuseppe Barbieri (elect86 at gmail dot com)&lt;br /&gt;
* Riccardo Issoglio &amp;lt;br/&amp;gt; (riccardo.issoglio AT polito DOT it)&lt;br /&gt;
* Flavio Pastore [http://wiki.openmoko.org/wiki/Special:Emailuser/Iron_Bishop Contacts here]&lt;br /&gt;
* Michele Renda ( mic DOT renda AT email DOT it )&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Slaytanic|Gianni Costanzi]] &amp;lt;br/&amp;gt; (gianni.costanzi AT gmail DOT com)&lt;br /&gt;
* Vincenzo D'Andrea (vincenzo.dandrea AT gmail DOT com) &amp;lt;br/&amp;gt; (also Verona is OK - and I can carry others' phone VR to TN or viceversa)&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) [[User:Tarch|Tarcisio Fedrizzi]] (tarcisio.fedrizzi AT gmail DOT com)&lt;br /&gt;
* Emanuele Olivetti (emanuele CHIOCCIOLA relativita PUNTO com)&lt;br /&gt;
* Marco Ciampa (ciampix (*) libero (*) it)&lt;br /&gt;
&lt;br /&gt;
=== Friuli Venezia Giulia ===&lt;br /&gt;
==== Trieste ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* dorje [mailto:dorje@libero.it dorje@libero.it] - [[User:dorje|dorje]]&lt;br /&gt;
&lt;br /&gt;
=== Veneto ===&lt;br /&gt;
Status: 12/20&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;
* Marco Franceschetti - [http://wiki.openmoko.org/wiki/Special:Emailuser/vonfritz Contacts here]&lt;br /&gt;
* AleksFalcone [mailto:aleks.falcone@gmail.com aleks.falcone@gmail.com] - [[User:AleksFalcone|AleksFalcone]]&lt;br /&gt;
* Roberto Previdi [mailto:hariseldon78(AT)gmail.com hariseldon78(AT)gmail.com] - [[User:hariseldon78|hariseldon78]] (also Milano is ok)&lt;br /&gt;
&lt;br /&gt;
==== Vicenza ====&lt;br /&gt;
&lt;br /&gt;
* Matteo [mailto:matteo@member.fsf.org matteo@member.fsf.org] - [[User:Tchernobog|Tchernobog]]&amp;lt;br /&amp;gt;Also Padova is okay.&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;
* Sandro [http://wiki.openmoko.org/wiki/Special:Emailuser/vigerty contact me here]&amp;lt;br /&amp;gt; Also Padova is okay.&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;
&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;
=== Emilia Romagna ===&lt;br /&gt;
==== Parma ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Delian|Marco Albanese]] [mailto:delian2@gmail.com delian2@gmail.com] For Me, it's ok for the decentralized shipment ( Milano for example :) ).&lt;br /&gt;
&lt;br /&gt;
* [[User:Jordano|Marco Grassi]] marco.gra AT Gmail Dot com Also for me it's ok the decentralized shipping.&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;
* [[User:Fano|Stefano Ronconi]] fanharlok AT libero Dot it It's ok anyway.&lt;br /&gt;
&lt;br /&gt;
=== Puglia ===&lt;br /&gt;
==== Lecce ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com]&lt;br /&gt;
* [[User:Italyanker|italyanker]] [mailto:italyanker@gmail.com italyanker@gmail.com]&lt;br /&gt;
&lt;br /&gt;
==== Bari ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org]&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;
Status 10/10&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 2 [mailto:obe_65@yahoo.it AntoMan](Roma)&lt;br /&gt;
* Christian X 1(Gino46) [mailto:christian.marzola@alice.it] (ferrara) Qualcuno me lo dovrebbe spedire. || Ci pensa Hire a spedirli a chi non è di Roma, mettete semplicemente in conto 8/9 euro in più per la spedizione.&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* 6xsempre X 1 [mailto:6xsempre@jumpy.it] (frosinone)&lt;br /&gt;
* lynx1673 X1 [mailto: acarfi at yahoo dot com] - lynx sei di Roma?&lt;br /&gt;
&lt;br /&gt;
=== Liguria ===&lt;br /&gt;
==== Genova ====&lt;br /&gt;
Status 8/10&lt;br /&gt;
&lt;br /&gt;
* Luca Maranzano X 1 (liuk AT linux DOT it) [[User:liuk|liuk]]&lt;br /&gt;
* Francesco Frassinelli X 1 (frafra AT autistici DOT org) [[User:Frafra|Frafra]]&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;
* Luca Arrigo X 1 (morph84@gmail.com) [[User:morph|morph]]&lt;br /&gt;
* Andrea De Gaetano X 1 (dega1999 AT gmail DOT com) [[User:Dega1999|Dega1999]]&lt;br /&gt;
* Salvo Schiavone X 1 (salvoschiavone AT gmail DOT com [[User:Salvador|Salvador]]&lt;br /&gt;
* Daniele Delmonte X1 (ryogazero chiocciola yahoo punto it)&lt;br /&gt;
&lt;br /&gt;
=== Sicilia ===&lt;br /&gt;
==== Palermo ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
&lt;br /&gt;
* Giorgio Marciano' X 1 [mailto:giorgio.marciano@email.it giorgio]&lt;br /&gt;
* Michele Puccio X 1 [mailto:narkos@iol.it michele]&lt;br /&gt;
* Roberto Calandra X 1 [mailto:isokazi@yahoo.it roberto]&lt;br /&gt;
* Vincenzo Moreno Luna X 6 [mailto:ciop85plus@hotmail.com vincenzo]&lt;br /&gt;
&lt;br /&gt;
==== Messina ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Melug X 5 [mailto:suuuper@messinalug.org MeLug]&lt;br /&gt;
&lt;br /&gt;
=== Calabria ===&lt;br /&gt;
==== Catanzaro ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Carlo Mangani X 1 [mailto:carlo.mangani@gmail.com carlo.mangani@gmail.com] - Lamezia Terme&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;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&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;
===Status ===&lt;br /&gt;
1/10&lt;br /&gt;
&lt;br /&gt;
== México ==&lt;br /&gt;
=== Ciudad de México ===&lt;br /&gt;
* Kozapatista [[Special:Emailuser/User:kozapatista|Contact]]&lt;br /&gt;
===Status ===&lt;br /&gt;
1/10&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;
* 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;
==== 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;
=== 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;
==== Bergen op Zoom ====&lt;br /&gt;
* [[User:Madjo|Marcel de Jong]] 1/10 [[Special:Emailuser/User:Madjo|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Christ van Willegen 1 [[User:ChristW]]&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;
&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;
* Boudewijn 1/10 [[User:Boudewijn|empty user page]] [[Special:Emailuser/User:Boudewijn|Contact]]; possibly got a second person interested&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;
&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;
* Peter van de Werken 2/10 [[Special:Emailuser/User:PWerken|Contact]]&lt;br /&gt;
* Kenny van Wanrooij 1/10 [[Special:Emailuser/User:kenneth|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
22/30&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
As Telecom are using the 850MHz network for their GSM network, and Vodafone/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;
According to jeremy list, telecom will not be rolling out GSM for four years, so the point becomes moot - no-one is likely to get an 850 gsm phone now and wait that long&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on info from steve (openmoko marketing) concerning weight and size, shipping via UPS will be about US$185 (NZ$23 each phone) to Auckland.&amp;lt;br&amp;gt;&lt;br /&gt;
UPS are far from the cheapest, but (again according to steve), OM have a contract with them, so this is what we are stuck with&amp;lt;br&amp;gt;&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;
As of 2008-05-08, US$369 is worth NZ$477&lt;br /&gt;
&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$63; 12.5% * {477 + 23), cos we pay GST on postage too...&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;
477 + 23 + 63&amp;lt;br&amp;gt;&lt;br /&gt;
= '''NZ$563'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand&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.&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;
*Glen Ogilvie [[User:Nelg]] [mailto:nelg@linuxsolutions.co.nz] Auckland, 900MHz&lt;br /&gt;
*Xuân Baldauf [[User:xbaldauf]] [mailto:xuan--2008.05--GroupSales--wiki.openmoko.org@baldauf.org] Auckland CBD, 900MHz+1800MHz GSM with an [http://www.ak2.com.tw/pd_main.asp?sg_id=11 '''EU''' charger clip] instead of an Australian one (if this is in need to be selected). This is &amp;lt;u&amp;gt;conditional&amp;lt;/u&amp;gt;: the transaction must complete by 2008-06-30, else I cannot participate, because I'm leaving the country afterwards.&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;
*Dave Lane [[User:dangerpossum]] [http://wiki.openmoko.org/wiki/Special:Emailuser/dangerpossum contact] Christchurch, 1 x 900MHz + 1800MHz GSM&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;
&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 13/20&lt;br /&gt;
&lt;br /&gt;
*[[User:andy000|Andreas Kalvå]] [mailto:andy@samfundet.no andy@samfundet.no]&lt;br /&gt;
Send mail om du er interessert.&lt;br /&gt;
&lt;br /&gt;
=== Østlandet ===&lt;br /&gt;
==== Oslo, Akershus, Buskerud, Vestfold ====&lt;br /&gt;
Status 20/20(30?)&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; Interessert? mail meg.&lt;br /&gt;
* [[User:Bobkare|Knut Arne Bjørndal]] [mailto:bob@cakebox.net]&lt;br /&gt;
&lt;br /&gt;
==== Østfold ====&lt;br /&gt;
Status 1/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;
&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: https://www.kumulator.pl/show/group/35 (in edition moment: 12/20)&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Ruben|Ruben Mendes]]&lt;br /&gt;
&lt;br /&gt;
=== Lisboa ===&lt;br /&gt;
==== Lisboa ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Pedrosilva|Pedro Silva]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Danielblues Daniel Branco]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Knuckles Ivo Anjo]&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&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 : 6/10&lt;br /&gt;
&lt;br /&gt;
* Erland Lewin &amp;lt;br /&amp;gt; mailto:erland@lewin.nu&lt;br /&gt;
* Simon Kågström &amp;lt;br /&amp;gt; mailto:simon.kagstrom@gmail.com&lt;br /&gt;
* Ingvaldur Sigurjonsson &amp;lt;br /&amp;gt; mailto:ingi@ultimalabor.se&lt;br /&gt;
* Adam Johansson &amp;lt;br /&amp;gt; mailto:adam@sollentunaholm.se&lt;br /&gt;
* Lowe Schmidt &amp;lt;br /&amp;gt; mailto:lowe.schmidt@gmail.com&lt;br /&gt;
&lt;br /&gt;
==== Örebro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Anders Petersson &amp;lt;br /&amp;gt; [mailto:demitar@worldforge.org demitar@worldforge.org]&lt;br /&gt;
&lt;br /&gt;
==== Västerås ====&lt;br /&gt;
Status : 1/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;
&lt;br /&gt;
==== Falun &amp;amp; Borlänge ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/User:Jth Johan Thelmén], Åke Hoff &amp;amp; a demo/backup&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/User:eagle87 Pär Eriksson], Borlänge&lt;br /&gt;
&lt;br /&gt;
=== Norrland ===&lt;br /&gt;
==== Umeå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Zash|Zash]] [[Special:Emailuser/Zash|Contact]]&lt;br /&gt;
* [[User:Benjamin|Benjamin]] [[Special:Emailuser/Benjamin|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Luleå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Mjukis|Mjukis]] [[Special:Emailuser/Mjukis|Contact]] - 2 Units. Can also join the Malmö group order.&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
Gabriel Ambuehl would volunteer to order the initial 10pack.&lt;br /&gt;
Alexandre Ghisoli could organize the second 10pack.&lt;br /&gt;
Luca Capello could organize the third 10pack (mostly for French Switzerland).&lt;br /&gt;
Mathieu will probably organisze the 4th 10pack. (Lausanne)&lt;br /&gt;
All the 4 with payment in advance (a 10pack will cost approx 3'800 USD).&lt;br /&gt;
&lt;br /&gt;
Probably we will organize shipping, if we cannot all move to Zürich/Genève to get our Neo.&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;
Status : 20/20&lt;br /&gt;
&lt;br /&gt;
WARNING, this list already contains 20 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Simon Wenner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Simon Schreiber &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Markus Huggler &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Raffael Schmid &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 Wirth &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Skarhand 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;
* Christian Corrodi &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matto Contact]&lt;br /&gt;
* Mirko Klingauf &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/RealAtaman Contact]&lt;br /&gt;
* Marcel Jost (Bern) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&lt;br /&gt;
* Marc Andre Tanner (Biel)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/mat Contact]&lt;br /&gt;
* Tobias Kündig (2 Geräte) (Luzern)&amp;lt;br /&amp;gt; [mailto:info@it-media.ch]&lt;br /&gt;
* Peter Salvisberg&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Psal Contact]&lt;br /&gt;
* Martin Kos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/KoS Contact]&lt;br /&gt;
* Lorenz Schori (Bern) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Znerol Contact]&lt;br /&gt;
* Matthias Cramer (Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/cramer Contact]&lt;br /&gt;
* Pascal Mages (Bern/Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/FreeMind Contact]&lt;br /&gt;
&lt;br /&gt;
==== Geneve ====&lt;br /&gt;
Status : 10/10&lt;br /&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;
* Jonas Schwarz (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jnsc 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;
==== Lausanne (EPFL) ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
WARNING, this list already contains 10 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Mathieu Habegger (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Contact]&lt;br /&gt;
* Matthias Brändli (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/hb9egm Contact]&lt;br /&gt;
* Yorick Brunet (EPFL) &amp;lt;br /&amp;gt;[mailto:yorick.brunet@epfl.ch Contact]&lt;br /&gt;
* Frédéric Fokan(Lausanne) &amp;lt;br /&amp;gt;[mailto:fredericfokan@gmail.com Contact]&lt;br /&gt;
* Gulu (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Gulu Contact]&lt;br /&gt;
* Edomaur (Lausanne, with Gulu) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Edomaur Contact]&lt;br /&gt;
* Layx (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Layx Contact]&lt;br /&gt;
* Mélanie Baumann (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/calis Contact]&lt;br /&gt;
* Laurent Fasnacht (EPFL) &amp;lt;br /&amp;gt;[http://gnugeneration.epfl.ch/users/fasnacht Contact]&lt;br /&gt;
* Urs Blaser (UNIL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/arctus Contact]&lt;br /&gt;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Rafael Campos [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact] &amp;lt;br /&amp;gt;1x ([[Image:MokoBox.jpg]] - advanced) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Pablo Ruiz Múzquiz [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here]&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;
=== Zaragoza ===&lt;br /&gt;
==== Zaragoza ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Alejandro R. Mosteo &amp;lt;br /&amp;gt; alejandro AT mosteo · com&lt;br /&gt;
* Arturo Giner&amp;lt;br/&amp;gt;[[Special:Emailuser/artginer|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* José Luis Pérez &amp;lt;br/&amp;gt;[[Special:Emailuser/jluis|Contact]]&lt;br /&gt;
* David Reyes Samblas Martinez&amp;lt;br/&amp;gt;[[Special:Emailuser/mutrox|Contact]]&lt;br /&gt;
* Sergio Arias &amp;lt;br/&amp;gt;[[Special:Emailuser/saerguio|Contact]]&lt;br /&gt;
* Alex Muntada &amp;lt;br/&amp;gt;[[Special:Emailuser/alexm|Contact]]&lt;br /&gt;
* Pascal co &amp;lt;br/&amp;gt;[[Special:Emailuser/pascalco|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Valencia ===&lt;br /&gt;
==== Valencia ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Pau Gaspar Díaz &amp;lt;br/&amp;gt;[[Special:Emailuser/pau|Contact]]&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;
== USA ==&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Boulder ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* Vinc Duran (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;
* Vlad Seghete &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/vloodo vloodo]&lt;br /&gt;
&lt;br /&gt;
==== Denver (Full) ====&lt;br /&gt;
Status: 10/10 (includes the gentleman from Utah)&lt;br /&gt;
* Shawn Sullivan &amp;lt;br /&amp;gt; [[mailto:shelbydz87@yahoo.com shelbydz87@yahoo.com]]&lt;br /&gt;
* Peter Abplanalp &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/alderion Contact]&lt;br /&gt;
* Ben Burdette &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Ansible Contact]&lt;br /&gt;
* Tom Russell &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/tazbert Contact]&lt;br /&gt;
* Trace &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/gnork Contact]&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact]&lt;br /&gt;
* Daniel &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Beaker82 Contact]&lt;br /&gt;
* James Robertson &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JamesRobertson Contact]&lt;br /&gt;
* Bill Sun &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/DancingSun Contact]&lt;br /&gt;
* Michael &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Bstudios Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
'''(inc. San Diego county and surrounding areas)'''&lt;br /&gt;
&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
Will combine with LA if too few.&lt;br /&gt;
&lt;br /&gt;
* Peter Naulls &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Pnaulls Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
Status: 7/10&lt;br /&gt;
&lt;br /&gt;
* Ajit Natarajan - [http://wiki.openmoko.org/wiki/Special:Emailuser/ajitk Contact]&lt;br /&gt;
&lt;br /&gt;
* Dirk Bergstrom - [http://wiki.openmoko.org/wiki/Special:Emailuser/krid Contact]&lt;br /&gt;
&lt;br /&gt;
* Tupshin Harper - [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* Lothar Werzinger (900MHz) - [http://wiki.openmoko.org/wiki/Special:Emailuser/Elektrolott Contact]&lt;br /&gt;
&lt;br /&gt;
* William Ray Yeager - [http://wiki.openmoko.org/wiki/Special:Emailuser/wyeager Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
==== Monterey ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Cry Regarder &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Cry_Regarder Contact]&lt;br /&gt;
&lt;br /&gt;
=== Idaho ===&lt;br /&gt;
==== Southwestern Idaho ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* 1 × Eugene Kravtsov [[Special:Emailuser/theUg|Contact]], Garden City (Boise).&lt;br /&gt;
&lt;br /&gt;
=== Midwest ===&lt;br /&gt;
'''(combine Illinois / Indiana / Iowa / Kentucky / Tennesee / Texas)'''&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Geoff Ruscoe    [[Special:Emailuser/Geocode|Contact]] - Louisville, KY&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;
&lt;br /&gt;
=== Indiana / Kentucky ===&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Dan Staley      [[Special:Emailuser/Pyrasi|Contact]] (Kentucky)&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;
&lt;br /&gt;
=== Ohio / Michigan ===&lt;br /&gt;
Status: 4/10&lt;br /&gt;
* David Pais (Unknown City) [mailto:davioh2001@yahoo.com email]&lt;br /&gt;
* Dave Ludlow (Toledo) (I can purchase and distribute) [[Special:Emailuser/adsllc|Contact]]&lt;br /&gt;
* Adam Steele (Cincinnati) [mailto:adam@laurasteele.net Contact]&lt;br /&gt;
* Elliot Bailey (Canton) [mailto:elliot.bailey@yahoo.com Contact]&lt;br /&gt;
* Richard Rowell (Grand Rapids) [mailto:richard.rowell@gmail.com Contact]&lt;br /&gt;
&lt;br /&gt;
=== Washington ===&lt;br /&gt;
==== Seattle ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Jon Pomeroy [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Tennessee ===&lt;br /&gt;
==== Memphis ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Peter O'Connor &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/poconnor Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin (12/10) ====&lt;br /&gt;
* Dale Schumacher [[Special:Emailuser/dalnefre|Contact]]&lt;br /&gt;
* Michael Cosby [[Special:Emailuser/mcosby|Contact]]&lt;br /&gt;
* Paul Jimenez [[Special:Emailuser/pj|Contact]]&lt;br /&gt;
* Charles [[Special:Emailuser/rbn|Contact]]&lt;br /&gt;
* Anthony Kitchin [[Special:Emailuser/akitchin|Contact]]&lt;br /&gt;
* Carl (x2) [[Special:Emailuser/texatopia|Contact]]&lt;br /&gt;
* Robert (+Debug Board) [[Special:Emailuser/SHaRK|Contact]] (Houston)&lt;br /&gt;
* Bryan DeLuca [[Special: Emailuser/Stupkid|Contact]] (Fort Worth)&lt;br /&gt;
* Dennis Parker [[Special: Emailuser/dparker|Contact]]&lt;br /&gt;
* Chip Rosenthal [[Special: Emailuser/chip|Contact]]&lt;br /&gt;
* Brad Mouring [[Special: Emailuser/Bmouring|Contact]] (Moving to Austin by mid-June, likely earlier)&lt;br /&gt;
&lt;br /&gt;
==== Dallas (3/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|Contact]]&lt;br /&gt;
* Mark Rinaudo [[Special:Emailuser/Mrinaudo|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&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 (2/10)=====&lt;br /&gt;
* Philippe Gerard [[Special:Emailuser/feydreva|Contact]]&amp;lt;br/&amp;gt;&lt;br /&gt;
*Steve Watson mailto:ssw0213@gmail.com&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York ====&lt;br /&gt;
Status: 3/10 or 4/10&lt;br /&gt;
&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;
* Jake Thebault-Spieker (probably, may not be able to afford it) [http://wiki.openmoko.org/Spcial:Emailuser/Summatusmentis Contact me here] &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;
&lt;br /&gt;
==== Maryland (2/10)====&lt;br /&gt;
* Paul Buede mailto:paul@buede.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Charles Lohr&lt;br /&gt;
* Alex (DC/Rosslyn; not 100% sure that will be able to afford it) [[Special:Emailuser/rakukin|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
Status: 10/10&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;
* 1x Nathan Perry - Derry, NH [[Special:Emailuser/Servel333|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Jeff Gold [[Special:Emailuser/jgold|Contact]]&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;
&lt;br /&gt;
* Stroller (Milton Keynes, can travel) &amp;lt;br /&amp;gt;mailto:stroller@stellar.eclipse.co.uk 01908 663 513. &amp;lt;br /&amp;gt;Thinks that breaking the UK up into regions - at least outside London - is silly. There are unlikely to be 10 people in $your_town who want a Freerunner, so some posting of Freerunners will surely be required; see [http://wiki.openmoko.org/wiki/Talk:GroupSales#Oxford the talk page]. This is the same cost anywhere in the UK.&lt;br /&gt;
&lt;br /&gt;
=== Scotland ===&lt;br /&gt;
==== Edinburgh ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Joe Wells (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/jbw Contact]&lt;br /&gt;
* Dave Ball (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/Daveb Contact]&lt;br /&gt;
* Stuart MacKinnon(Livingston) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/hoagster Contact]&lt;br /&gt;
&lt;br /&gt;
=== England ===&lt;br /&gt;
&lt;br /&gt;
==== Hampshire ====&lt;br /&gt;
&lt;br /&gt;
Status: 15/20 at 2008-05-12&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 : 10/10&lt;br /&gt;
&lt;br /&gt;
* Juergen Schinker &amp;lt;br /&amp;gt; mailto:ba1020@homie.homelinux.net&lt;br /&gt;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* Robert Piasek (actually in Southampton)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Queen6 Contact]&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;
* Weiss (Cambridge, could collect from London) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Weiss Contact]&lt;br /&gt;
* Neil Bentley (in Wiltshire) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ohnez Contact]&lt;br /&gt;
* rhn (one or two sets) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact]&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;
* Johan Badenhorst (London - Can't believe it's almost here!) &amp;lt;br /&amp;gt;[mailto:ezuall@gmail.com]&lt;br /&gt;
&lt;br /&gt;
==== Oxford ====&lt;br /&gt;
&lt;br /&gt;
Idea to re-ship within the UK, see [http://wiki.openmoko.org/wiki/Talk:GroupSales#Oxford talk]&lt;br /&gt;
&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* James Olney &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Webjames 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;
&lt;br /&gt;
==== West Midlands ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* Ilya &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* Ofer Herman &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/oferhe Contact]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Talba Talba]&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;4&amp;quot;&amp;gt;Status : 27/3*10&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Koordinátorem objednávání je Martin Šenkeřík [http://wiki.openmoko.org/wiki/User:Ohin Kontakty na mě]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Aktuálně ===&lt;br /&gt;
* Vzhledem k množství zájemců a zajištěné distribuci telefonů vlastními silami napříč republikami, jsem se rozhodl pro následující postup při objednání (jiný nebude možný):&lt;br /&gt;
*# stanoví se lehce nadhodnocená částka (zatím to vypadá na 7500-8000Kč za telefon), na bezpečné pokrytí očekávaných i neočekávaných výdajů spojených s objednávkou&lt;br /&gt;
*# každý zájemce odešle tuto sumu na můj účet, identifikuje se svým jménem a příjmením&lt;br /&gt;
*# jakmile budou peníze nashromážděny, provedu objednávku tolika telefonů, kolik zájemců zašle peníze&lt;br /&gt;
*# po obdržení balíku s telefony vypočtu finální částku za telefon, a případný přeplatek bude vrácen každému osobně při převzetí telefonu (lokální distributoři samozřejmě obdrží patričný počet telefonů a peněz, aby mohly být předány dále)&lt;br /&gt;
*# všem se dítko šťastně dopraví do rukou&lt;br /&gt;
**Stále přetrvává otazník nad objednávkou množství nedělitelným desíti.&lt;br /&gt;
&lt;br /&gt;
=== Základní informace ===&lt;br /&gt;
Jedná se o hromadnou objednávku Openmoko do České republiky, vzhledem k tomu, že balení po 10kusech je za $369 USD oproti $399 USD za kus a navíc přijde 10 obalů a sluchátek a ušetří se za poštovné '''A TO SE VYPLATÍ'''.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/GroupSales#Distribu.C4.8Dn.C3.AD_sch.C3.A9ma Toto] je jediný oficiální seznam zájemců. Přihlášení provedete editací této wiki stránky.&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.openmoko.org/wiki/Talk:GroupSales#Diskuze Diskuze]&lt;br /&gt;
*[http://wiki.openmoko.org/wiki/Talk:GroupSales#Dopl.C5.88uj.C3.ADc.C3.AD_informace Doplňující informace]&lt;br /&gt;
&lt;br /&gt;
=== Distribuční schéma ===&lt;br /&gt;
Zařazujte se pod nejvýše položené město v seznamu, kde můžete Openmoko převzít. Pokud můžete navíc distribuovat Openmoko ve městě, které není na seznamu, uveďte ho pod svým jménem s větším odsazením. &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Nezapomeňte [http://wiki.openmoko.org/wiki/GroupSales#Czech_Republic nahoře] navýšit o svůj požadavek status!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  n je počet kusů, bez n 1 kus&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;'''[*]'''  platím předem&amp;lt;/span&amp;gt;'' - zveřejněním postupu objednávky, pozbývá tahle možnost význam''&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] $99 USD + DPH (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;] ''' nepotvrzeno ''(lidé z původního seznamu, souhlasíte-li s pozicí odmažte [&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;] a nebo se přesuňte)''&amp;lt;br&amp;gt;&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více voleb oddělujeme čárkou''&lt;br /&gt;
&lt;br /&gt;
*'''Martin Šenkeřík [*]''' - [http://wiki.openmoko.org/wiki/User:Ohin Kontakty na mě]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Brno&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Radek Bartoň [*]''' - [[Special:Emailuser/Blackhex|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Frýdek-Místek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****-&lt;br /&gt;
***'''Radek Machulka [*]''' - [[Special:Emailuser/Werty|Contact]]&lt;br /&gt;
***'''Aleš Dvořák [*]''' - [[Special:Emailuser/Setr|Contact]]&lt;br /&gt;
***'''Jozef Mlich [*,D]''' - [[Special:Emailuser/joejoe|Contact]]&lt;br /&gt;
***'''Martin Faltičko''' - [[Special:Emailuser/MafRaf|Contact]]&lt;br /&gt;
***'''Karel Volný [*]''' - [[Special:Emailuser/kavol|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Bratislava&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''František Horínek [*]''' - [[Special:Emailuser/PipBoy2000|Contact]]&lt;br /&gt;
*****'''Martin Vyšný''' - [mailto:vysny@baka.sk Contact]&lt;br /&gt;
*****'''Tomáš Sirný [*]''' - [[Special:Emailuser/Junckritter|Contact]]&lt;br /&gt;
*****'''Ján Janech [*]''' - [[Special:Emailuser/Janik|Contact]]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;SK/Žilina&amp;lt;/span&amp;gt;''':&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;SK/Piešťany&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Tom Varga [*]''' - [[Special:Emailuser/Varg|Contact]] (eventuelní samostatná pražská větev [http://wiki.openmoko.org/wiki/Talk:GroupSales#Czech_Republic viz. diskuze])&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Praha&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Martin Dvořák [*]''' - [[Special:Emailuser/masca|Contact]] (vzhledem k zájmu to vypadá na založení Pražské buňky, ale nebráním se libovolnému způsobu dopravy)&lt;br /&gt;
*****'''Roman D. [*]''' - [[Special:Emailuser/Dergam|Contact]] (do poloviny června)&lt;br /&gt;
*****'''Michal Bořek [*,D]''' - [http://wiki.openmoko.org/wiki/User:Mibo Kontakt]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Plzeň&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*******-&lt;br /&gt;
*****'''Michal Pěnka [*,&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;]''' - [http://michal.penka.name/kontakt Contact]&lt;br /&gt;
*****'''Jan Mareš [*]''' - [[Special:Emailuser/iVir|Contact]]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Písek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*******''' Luboš Podrázský [*]''' - [[Special:Emailuser/zsman|Contact]]&lt;br /&gt;
*******-&lt;br /&gt;
*****'''Miloslav Machotka [*]''' - [[Special:Emailuser/Machy|Contact]]&lt;br /&gt;
*****'''David Kozub [*,D]''' - [[Special:Emailuser/Zub|Contact]] (Kdyby z Prahy seslo, volim Zlin jako fallback.)&lt;br /&gt;
*****'''Milan Vontorčík [*]''' - [[Special:Emailuser/Mvontorcik|Contact]]&lt;br /&gt;
*****'''Vojtěch Vozáb ''' - [mailto:vojtav@centrum.cz Contact]&lt;br /&gt;
***'''Petr Ondo [2,*]''' - [[Special:Emailuser/Votik|Contact]]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Zlín&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Martin Holec''' - [[Special:Emailuser/Martix|Contact]]&lt;br /&gt;
***'''Pavel Kovář [*]''' - [[Special:Emailuser/Fox|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Ostrava&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Marian Krucina [*]''' - [[Special:Emailuser/oak|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Slovak Republic ==&lt;br /&gt;
[http://wiki.openmoko.org/wiki/GroupSales#Czech_Republic Spojeno s Czech Republic]&lt;br /&gt;
&lt;br /&gt;
== Croatia ==&lt;br /&gt;
Status : 6/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;
(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;
== Russia ==&lt;br /&gt;
=== Moscow ===&lt;br /&gt;
Status : 8/10&lt;br /&gt;
* 1x sinister - [[Special:Emailuser/sinister|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) shallburn - [[Special:Emailuser/shallburn|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) cracatau - [[Special:Emailuser/cracatau|Contact]] (actual location - Saint-Petersburg)&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) vadson - [[Special:Emailuser/vadson|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Tallex - [[Special:Emailuser/tallex|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) mex3 - [[Special:Emailuser/mex3|Contact]]&lt;br /&gt;
* 1x Alexxy (with debug board if possible) - [[Special:Emailuser/Alexxy|Contact]] (Actual location - Saint-Petersburg)&lt;br /&gt;
* 1x pva (with debug board if possible) - [[Special:Emailuser/Pva|Contact]] (Moscow if matters)&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Cbaird</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>2008-05-18T13:19:22Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Confirmed .. adding cbaird/myself */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Openmoko have announced a scheme to sell the forthcoming 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 to organise group purchases by region.&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;
== Australia ==&lt;br /&gt;
&lt;br /&gt;
=== Customs And Postage ===&lt;br /&gt;
&lt;br /&gt;
Customs information for Australia can be found [http://www.customs.gov.au/site/page.cfm?u=5549 here].&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Nick Devereaux] has worked out the per-phone cost of an Australian bulk order compared to an individual order:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Bulk Order'''&lt;br /&gt;
 |'''$US'''&lt;br /&gt;
 |'''$AUS'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Value (Cval)&lt;br /&gt;
 |$3690.00&lt;br /&gt;
 |$3960.03&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Duty (Duty) =5% of Cval&lt;br /&gt;
 |$184.50&lt;br /&gt;
 |$198.00&lt;br /&gt;
 |-&lt;br /&gt;
 |International Transport and Insurance or Postage (T&amp;amp;I)&lt;br /&gt;
 |$65.00&lt;br /&gt;
 |$69.76&lt;br /&gt;
 |-&lt;br /&gt;
 |Value Of Taxable Importation (VoTI) =Cval+Duty+T&amp;amp;I&lt;br /&gt;
 |$3939.50&lt;br /&gt;
 |$4227.79&lt;br /&gt;
 |-&lt;br /&gt;
 |Goods And Services Tax (GST) =10% of VoTI&lt;br /&gt;
 |$393.95&lt;br /&gt;
 |$422.78&lt;br /&gt;
 |-&lt;br /&gt;
 |Total Payable Duty + GST&lt;br /&gt;
 |$578.45&lt;br /&gt;
 |$620.78&lt;br /&gt;
 |- &lt;br /&gt;
 |Total Cost&lt;br /&gt;
 |$4333.45&lt;br /&gt;
 |$4650.57&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Per Person'''&lt;br /&gt;
 |'''$433.35'''&lt;br /&gt;
 |'''$465.06'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Individual Order'''&lt;br /&gt;
 |'''$US'''&lt;br /&gt;
 |'''$AUS'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Value&lt;br /&gt;
 |$399.00&lt;br /&gt;
 |$428.20&lt;br /&gt;
 |-&lt;br /&gt;
 |Postage&lt;br /&gt;
 | N/A&lt;br /&gt;
 | $52.65&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Total Cost'''&lt;br /&gt;
 |'''N/A'''&lt;br /&gt;
 |'''$480.85'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Postage quote from http://www1.auspost.com.au/pac/int_parcel.asp&lt;br /&gt;
&lt;br /&gt;
Figures accurate as of 16th May 2008, 1$ USD = $1.07 AUD.&lt;br /&gt;
&lt;br /&gt;
=== Western Australia ===&lt;br /&gt;
==== Perth ====&lt;br /&gt;
&lt;br /&gt;
Status: 9/10&lt;br /&gt;
&lt;br /&gt;
* 1x Fred Janon mailto:fjanon@yahoo.com&lt;br /&gt;
&lt;br /&gt;
* 1x Shanon Loughton [http://wiki.openmoko.org/wiki/Special:Emailuser/cgltower contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x Simon Matthews [http://wiki.openmoko.org/wiki/Special:Emailuser/simat contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Msquared [http://www.msquared.id.au/ contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x Alex Wilkinson mailto:alex.wilkinson@dsto.defence.gov.au&lt;br /&gt;
&lt;br /&gt;
* 1x Daniel Foote mailto:freefoote@dview.net&lt;br /&gt;
&lt;br /&gt;
* 1x Russell Steicke mailto:russells@adelie.cx&lt;br /&gt;
&lt;br /&gt;
* 1x William Kenworthy mailto:billk@iinet.net.au&lt;br /&gt;
&lt;br /&gt;
* 1x Clare Johnstone [http://wiki.openmoko.org/wiki/Special:Emailuser/claregj contact me here]&lt;br /&gt;
&lt;br /&gt;
=== New South Wales  ===&lt;br /&gt;
==== Sydney ====&lt;br /&gt;
&lt;br /&gt;
status: 10/10 ( one group)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please add an &amp;quot;I exist&amp;quot; to end of your name here. &lt;br /&gt;
&lt;br /&gt;
We now have 10 people (that seem to exist). I would to suggest like openmoko the company allow group sale deposits into accounts on behalf of groups.&lt;br /&gt;
With perhaps the package sent to sydney and then to a po box or split to finish the journey to the buyers. &lt;br /&gt;
&lt;br /&gt;
=====Confirmed=====&lt;br /&gt;
* 1 x dbmoodb ---&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Dbmoodb contact me here] I exist.&lt;br /&gt;
* 1 x bing [http://wiki.openmoko.org/wiki/Special:Emailuser/Bingquick contact me here] I exist.&lt;br /&gt;
* 1 x Chris [http://wiki.openmoko.org/wiki/Special:Emailuser/ch0gan contact me here]. I exist.&lt;br /&gt;
* 1 x Neil Brown [http://wiki.openmoko.org/wiki/Special:Emailuser/Neilbrown contact me here] I'm wondering why I need to assert that I exist.&lt;br /&gt;
* 1 x Rob [http://wiki.openmoko.org/wiki/Special:Emailuser/Rob contact me here] Exist?  Of course I do.&lt;br /&gt;
* 1 x Tim [http://wiki.openmoko.org/wiki/Special:Emailuser/Voyd contact me here] I am almost certain I exist.&lt;br /&gt;
* 1 x porl [http://wiki.openmoko.org/wiki/Special:Emailuser/porl contact me here] I exist.&lt;br /&gt;
* 1 x tom [http://wiki.openmoko.org/wiki/Special:Emailuser/tom contact me here] I think I exist.&lt;br /&gt;
* 1 x cbaird [http://wiki.openmoko.org/wiki/Special:Emailuser/Cbaird contact me here] I exist.&lt;br /&gt;
&lt;br /&gt;
=====Unconfirmed=====&lt;br /&gt;
* 1 x Scott [http://wiki.openmoko.org/wiki/Special:Emailuser/Cysp wikimail]&lt;br /&gt;
* 1 x Mark Chandler [http://wiki.openmoko.org/wiki/Special:Emailuser/Openmarko contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
potential group 2 (0/10)&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=== Victoria ===&lt;br /&gt;
==== Melbourne ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
&lt;br /&gt;
* 4x Dennis Wollersheim, mailto: dewoller (at) gmail (dot) com&lt;br /&gt;
* 1x Nigel Cunningham, mailto: ncunningham (at) crca (dot) org (dot) au&lt;br /&gt;
  (I'm actually in Cobden, in the south-west)&lt;br /&gt;
* 1x Dale Maggee, mailto: antisol (at) earthling (dot) net&lt;br /&gt;
* 1x Matt Price: mailto: coolcat22 (at) bigpond (dot) com&lt;br /&gt;
&lt;br /&gt;
=== ACT ===&lt;br /&gt;
==== Canberra ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* J Dinale [http://wiki.openmoko.org/wiki/Special:Emailuser/Noledil Contact me here]&lt;br /&gt;
* Fergus [http://wiki.openmoko.org/wiki/Special:Emailuser/Someone Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Queensland ===&lt;br /&gt;
==== Brisbane ====&lt;br /&gt;
Status: 7/10 (possibly 20)&lt;br /&gt;
&lt;br /&gt;
* Nick Devereaux x 2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Contact me here]&lt;br /&gt;
* Matt Gallagher [http://wiki.openmoko.org/wiki/Special:Emailuser/mattg Contact me here]&lt;br /&gt;
* Jordan Keith [http://wiki.openmoko.org/wiki/Special:Emailuser/Zedd_D1abl0 Contact me here]&lt;br /&gt;
* Matt Blyde [http://wiki.openmoko.org/wiki/Special:Emailuser/Mattblyde Contact me here]&lt;br /&gt;
* David Baker [http://wiki.openmoko.org/wiki/Special:Emailuser/dtbaker Contact me here]&lt;br /&gt;
* Neil Davey (confirmed 1, maybe 2) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ndavey Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== South Australia ===&lt;br /&gt;
==== Adelaide ====&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
* Adrian Billiau [http://wiki.openmoko.org/wiki/Special:Emailuser/Carcin Contact me here]&lt;br /&gt;
* John Briggs [http://wiki.openmoko.org/wiki/Special:Emailuser/Erflungued Contact me here]&lt;br /&gt;
* Daniel Sobey [http://wiki.openmoko.org/wiki/Special:Emailuser/dns Contact me here]&lt;br /&gt;
* Nicholas Steicke [http://wiki.openmoko.org/wiki/Special:Emailuser/narthollis Contact me here]&lt;br /&gt;
* Joel Stanley [http://wiki.openmoko.org/wiki/Special:Emailuser/shenki Contact me here]&lt;br /&gt;
* Karl Goetz x3 [http://wiki.openmoko.org/wiki/Special:Emailuser/kgoetz Contact me here]&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 [http://wiki.openmoko.org/wiki/Special:Emailuser/Wedge Contact me here]&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;
* R Stoegbuchner [http://wiki.openmoko.org/wiki/Special:Emailuser/stoero 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;
* M Schlaipfer [http://wiki.openmoko.org/wiki/Special:Emailuser/maze 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;
&lt;br /&gt;
Group 2: Status: 2/10&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;
== Belgium ==&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Brussel/Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
* Yorick, mailto: yorick DOT matthys AT gmail DOT com&lt;br /&gt;
* 2x Dolfje [http://wiki.openmoko.org/wiki/Special:Emailuser/Dolfje Contact me here]&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
* Arno85, mailto: aaron DOT helin AT gmail DOT com, Kortrijk&lt;br /&gt;
* Rubenv, mailto: ruben D0T vandamme MAILAT belgacom D0T net, Kortrijk&lt;br /&gt;
* Js Op de Beeck [http://wiki.openmoko.org/wiki/Special:Emailuser/Js.opdebeeck Contact me here]&lt;br /&gt;
* Jan Keymeulen, mailto: spam@keymeulen.com&lt;br /&gt;
ps: Dolfje can bring freerunners to Brugge if needed&lt;br /&gt;
* Yvo Brasseur, mailto: yvo_brasseur@archon.be Living in Aarschot, working in Brussels.&lt;br /&gt;
* Emmanuel Mathot, mailto: aiieeee DOT gmail DOT com, Brussels&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 N [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubsy Contact me here]&lt;br /&gt;
* Ivo [http://wiki.openmoko.org/wiki/Special:Emailuser/Ivo 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;
* Sam Geeraerts (Laakdal) [http://wiki.openmoko.org/wiki/Special:Emailuser/Samgee Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Wallonia ===&lt;br /&gt;
==== Walloon Brabant ====&lt;br /&gt;
* Istvan, mailto: buki DOT istvan AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, mailto:meditache@gmail.com&lt;br /&gt;
* Vernim, [http://wiki.openmoko.org/wiki/Special:Emailuser/Vernim Contact]&lt;br /&gt;
* Geo, [http://wiki.openmoko.org/wiki/Special:Emailuser/geomer Contact]&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 9/10&lt;br /&gt;
&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group (unconfirmed but about 7 so far): mailto: doc AT skynet REMOVE dot REMOVE ie&lt;br /&gt;
* Steven (Victoria) - If someone in the group will remail the package for me. mailto: skurylo --&amp;gt; gmail dot com&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] : [mailto:wuth@acm.org]&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;
&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 9/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;
* Kristin Low, kristin dot low at gmail dot com (Kingston)&lt;br /&gt;
* Daniel Lister, dan.lister--&amp;gt;gmail&lt;br /&gt;
* Ronnie Wong: '''3 units''' - r25wong AT ryerson dOT ca&lt;br /&gt;
* Paul V [http://wiki.openmoko.org/wiki/Special:Emailuser/Roju Contact me here]&lt;br /&gt;
* Matt Manjos, matt (AT) manjos * com&lt;br /&gt;
&lt;br /&gt;
Group 2 Status (Hamilton): 3/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;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 4/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:Zeus]] Jonathan Gonzalez., mailto: zeus &amp;quot;remove this and add AT&amp;quot; gnu &amp;quot;dot&amp;quot; org&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
=== BeiJing ===&lt;br /&gt;
Status:8/10&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;
*Pccpu &amp;lt;br/&amp;gt; mailto:LFZILFZI@YAHOO.COM.CN &amp;lt;br/&amp;gt;  MSN:LFZI@SINA.COM  &amp;lt;br/&amp;gt; 1 freerunner&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;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:0/10&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;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 3/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;
* 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;
&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: 4/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;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 31/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fursund]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Fursund (contact)]&lt;br /&gt;
* [[User:Rasmusjensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Rasmusjensen (contact)]&lt;br /&gt;
* [[User:tabac | Thomas Ammitzbøll-Bach ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/tabac (contact)]&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)]&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)]&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)] (Pending final hw, eg. low-power LEDs)&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (I need 14 with invoice)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (I need 1 with invoice)&lt;br /&gt;
* [[User:Miwer | Michael Andersen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Miwer (contact)] (2 freerunners, 1 debug board, and a copy of invoice)&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)] (1+devkit with invoice)&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)] (1 + debug board)&lt;br /&gt;
* [[User:Coax | Lasse Poulsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Coax (contact)] (1)&lt;br /&gt;
* [[User:Lord_Zalzer | Dennis Andersen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Lord_Zalzer (contact)] (1)&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
=== Uusimaa ===&lt;br /&gt;
==== Helsinki I (Full)====&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;
* Arttu Sund &amp;lt;br /&amp;gt; [mailto:thearttu@gmail.com thearttu@gmail.com]&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;
&lt;br /&gt;
==== Helsinki II, Turku &amp;amp; Vaasa (Full)====&lt;br /&gt;
&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Piksi|Check &amp;amp; comment on my userpage for discussing payment &amp;amp; mail options]]'''&lt;br /&gt;
&lt;br /&gt;
Helsinki:&lt;br /&gt;
&lt;br /&gt;
* [[User:Piksi]] &amp;lt;br /&amp;gt;openmoko ÄT pi-xi PISTE net&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;
* Ismo Haanaho &amp;lt;br /&amp;gt; ismo DOT haanaho AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
Turku:&lt;br /&gt;
&lt;br /&gt;
* 2x Teemu Välimäki, [mailto:teemu.valimaki@iki.fi teemu.valimaki@iki.fi]&lt;br /&gt;
* Jaakko Lehtinen, jaakko dot lehtinen at gmail dot com&lt;br /&gt;
* Janne Junnila, janne dot junnila at gmail dot com&lt;br /&gt;
&lt;br /&gt;
Vaasa:&lt;br /&gt;
&lt;br /&gt;
* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&lt;br /&gt;
&lt;br /&gt;
=== Lappi ===&lt;br /&gt;
==== Kemi ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Cg|Discuss the order here]]'''&lt;br /&gt;
&lt;br /&gt;
Kemi:&lt;br /&gt;
* Henri Valta &amp;lt;br /&amp;gt;henri PISTE valta ÄT kemi PISTE fi&lt;br /&gt;
* Tommi Juvonen &amp;lt;br /&amp;gt;tassi ÄT mediapumppu PISTE info&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 : 2/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;
&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] (I may soon move to Bretagne/Brest)&lt;br /&gt;
&lt;br /&gt;
==== Nantes ====&lt;br /&gt;
&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;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 11/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* [[User:Phyce|Phyce]]&lt;br /&gt;
* Yann SLADEK ([http://wiki.openmoko.org/wiki/Special:Emailuser/Maveryck Contact me here])&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:OlivierBerger|OlivierBerger]]&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;
* [[User:Valos|Valéry Febvre]]&lt;br /&gt;
* [[User:Manou|Emmanuel Raviart]]&lt;br /&gt;
&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/openmoko/register&lt;br /&gt;
&lt;br /&gt;
=== Lorraine ===&lt;br /&gt;
==== Nancy ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:mosan|Nicolas Salles]]&lt;br /&gt;
&lt;br /&gt;
=== Rhône-Alpes ===&lt;br /&gt;
==== Lyon ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patou Vincent MEURISSE]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&lt;br /&gt;
&lt;br /&gt;
==== Grenoble ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pbollard Philippe BOLLARD]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aurelien Aurelien]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Hey_popey Damien]&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 : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/nico.inc Nicolas HUOT]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] 2 Freerunner. -- I'm managing the communication between the groupbuyers, so please contact me if you are interested and haven't received an email from me yet. We will meet at the Kalug Meeting http://www.karlsruhe.linux.de/ on 26. 5. 2008 to discuss things further.&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]]&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
* [[Special:Emailuser/Tedo|Tedo]]&lt;br /&gt;
* [[Special:Emailuser/ZaPPaS|ZaPPaS]] 7 devices at least, maybe we start a new group in Leonberg&lt;br /&gt;
&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/Ebi|Ebi]]&lt;br /&gt;
* [[Special:Emailuser/RIdd3r|Fabian]]&lt;br /&gt;
* [[Special:Emailuser/Agon|Agon]] in Stuttgart, but Karlsruhe is close enough&lt;br /&gt;
* [[Special:Emailuser/Gollum|Gollum]] in Mannheim, ditto :)  Maybe local postal service is an option?&lt;br /&gt;
* [[Special:Emailuser/Archimedes|Sebastian]] (in Kaiserslautern on workdays and Daun/Eifel during the weekend)&lt;br /&gt;
* [[Special:Emailuser/Cc|Cc]] In Böblingen, Karlsruhe is close enough, Leonberg would be ideal.&lt;br /&gt;
&lt;br /&gt;
==== Tübingen ====&lt;br /&gt;
* [[Special:Emailuser/MiTo|MiTo]]&lt;br /&gt;
&lt;br /&gt;
=== Bayern ===&lt;br /&gt;
==== München ====&lt;br /&gt;
&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Eriks|Eriks]]&lt;br /&gt;
* --[[User:Imitation|Imitation]] 21:42, 30 April 2008 (CEST)&lt;br /&gt;
* [[Special:Emailuser/meyerm|meyerm]] 16:25 CEST, 01. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/Koebi|koebi]] 05. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/wof|wof]] (2) 07. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/floe|floe]] 10. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/mathew muc|mathew muc]] 12. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/einalex|einalex]] 13. Mai 2008&lt;br /&gt;
* [[Special:Emailuser/smurfy|smurfy]] 18. Mai 2008&lt;br /&gt;
&lt;br /&gt;
=== Berlin===&lt;br /&gt;
==== Berlin ====&lt;br /&gt;
&lt;br /&gt;
for berlin-talk: http://de.groups.yahoo.com/group/openmoko-berlin/&lt;br /&gt;
&lt;br /&gt;
* Conrad [http://wiki.openmoko.org/wiki/User:Caribu Contact me here]&lt;br /&gt;
&lt;br /&gt;
Status 13/20&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;
* Torsten [http://wiki.openmoko.org/wiki/User:Torsten_Grote 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;
&lt;br /&gt;
=== Bremen ===&lt;br /&gt;
==== Bremen ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Gero Mudersbach [http://wiki.openmoko.org/wiki/Special:Emailuser/Gero Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Bremerhaven ====&lt;br /&gt;
&lt;br /&gt;
=== Hamburg ===&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;
&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 1&lt;br /&gt;
&lt;br /&gt;
* Dattel83 [http://wiki.openmoko.org/wiki/Special:Emailuser/Dattel83 Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* Henrik, infos on my [[User:Henrikz|user page]], or you can [[Special:Emailuser/Henrikz|contact me here]]&lt;br /&gt;
* David, infos on my [[User:TechnoFan|user page]], or you can [[Special:Emailuser/TechnoFan|contact me here]]&lt;br /&gt;
* Stephan, infos on my [[User:chaq|user page]], or you can [[Special:Emailuser/chaq|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
&lt;br /&gt;
* David, infos on my [[User:Raven|user page]], or you can [[Special:Emailuser/Raven|contact me here]]&lt;br /&gt;
* Sebastian, infos on my [[User:Seppi|user page]], or you can [[Special:Emailuser/Seppi|contact me here]]&lt;br /&gt;
* Dackel, infos on my [[User:Killerdackel|user page]], or you can [[Special:Emailuser/Killerdackel|contact me here]]&lt;br /&gt;
* Conny&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;
==== Düsseldorf ====&lt;br /&gt;
* mac2k, infos on my [[User:mac2k|user page]], or you can [[Special:Emailuser/mac2k|contact me here]]&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;
==== Chemnitz ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Tobias [http://wiki.openmoko.org/wiki/Special:Emailuser/Tobydox Contact me here]&lt;br /&gt;
* Michael [http://wiki.openmoko.org/wiki/Special:Emailuser/her Contact me here]&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;
== Hungary == &lt;br /&gt;
discussion here: http://hup.hu/node/54588&lt;br /&gt;
&lt;br /&gt;
=== Budapest ===&lt;br /&gt;
Status 20/10&lt;br /&gt;
&lt;br /&gt;
# Ferenc 'Lion' Veres [http://wiki.openmoko.org/wiki/Special:Emailuser/kempelen Contact]&lt;br /&gt;
# Laszlo 'rka' Szabo [http://wiki.openmoko.org/wiki/Special:Emailuser/rka Contact]&lt;br /&gt;
# tg [http://wiki.openmoko.org/wiki/Special:Emailuser/tg?wpSubject=OpenMoko%20GroupSales Contact]&lt;br /&gt;
# LiRul - lirul [KUKAC] hixsplit [PONT] hu&lt;br /&gt;
# Nyosigomboc - nyos [KUKAC] nyos [PONT] homelinux [PONT] net&lt;br /&gt;
# hunludvig - hunludvig [KUKAC] gmail [PONT] com&lt;br /&gt;
# [http://wiki.openmoko.org/wiki/Special:Emailuser/asdmin?wpSubject=OpenMoko%20GroupSales Dániel 'asd' Vásárhelyi]&lt;br /&gt;
#* i offer to handle ordering and dispatching the unit, please contact me for the details&lt;br /&gt;
# asch, asch [KUKAC] freemail [PONT] hu&lt;br /&gt;
# btamas, [http://wiki.openmoko.org/wiki/Special:Emailuser/btamas Contact]&lt;br /&gt;
# ka87, andras [kukac] csevego [pont] net&lt;br /&gt;
# pcm, pcm [kukac] freemail [pont] hu&lt;br /&gt;
# gpiros, geza [PONT] piros [KUKAC] gmail [PONT] com&lt;br /&gt;
# appa, appa00 [kukac] gmail [pont] com [http://wiki.openmoko.org/wiki/Special:Emailuser/appa Contact]&lt;br /&gt;
# pierre286, [http://wiki.openmoko.org/wiki/Special:Emailuser/pierre286 Contact]&lt;br /&gt;
# Hélei Zoltán, heleiz [kukac] gmail&lt;br /&gt;
# Fenwick, [http://wiki.openmoko.org/wiki/Special:Emailuser/fenwick Contact]&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;
&lt;br /&gt;
=== Kecskemét ===&lt;br /&gt;
Dániel Vásárhelyi handles transportation to Kecskemét, therefore it is not necessary to collect 10 all pieces here.&lt;br /&gt;
&lt;br /&gt;
== India ==&lt;br /&gt;
=== Delhi/NCR ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Goldwyn Rodrigues [http://wiki.openmoko.org/wiki/Special:Emailuser/goldwynr Contact]&lt;br /&gt;
* Sameer Mohamed Thahir [http://wiki.openmoko.org/wiki/Special:Emailuser/sameerthahir Contact]&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 10/10&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:pcav|Paolo Cavallini]] - ''cavallini [AT] faunalia.it''&lt;br /&gt;
* [[User:BiggMatt|Mattia Gentile]] - ''biggmatt@hotmail.it''&lt;br /&gt;
* Elisa ''[mailto:lab@kkk.it lab@kkk.it]'' (Empoli)&lt;br /&gt;
* [[User:Sugacapra|Sugacapra]] - alessio.chemeri [AT] gmailPUNTOcom&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;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano e dintorni ====&lt;br /&gt;
Status 20/20&lt;br /&gt;
&lt;br /&gt;
[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.&lt;br /&gt;
 Da ora in poi usiamo il [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''].&lt;br /&gt;
&lt;br /&gt;
'''Ad ogni modo, continuate ad aggiugerVi nella lista qui sotto'''&lt;br /&gt;
&lt;br /&gt;
* Marcello Gorla&lt;br /&gt;
* Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&lt;br /&gt;
* Pietro Montorfano [mailto:monto84@gmail.com monto84@gmail.com] (from como)&lt;br /&gt;
* Gianluigi Belli - [http://wiki.openmoko.org/wiki/Special:Emailuser/Pulciux Contacts here] (Milano)&lt;br /&gt;
* Michele Castellano - [http://wiki.openmoko.org/wiki/Special:Emailuser/mubumba Contacts here] (Milano)&lt;br /&gt;
* Maurizio Lipreri -  [http://wiki.openmoko.org/wiki/Special:Emailuser/Maldido Contacts here]( Como )&lt;br /&gt;
* Guido Conaldi - [http://wiki.openmoko.org/wiki/Special:Emailuser/skepz Contacts here] (Varese)&lt;br /&gt;
* [[User:Furester|Igor Scabini (furester)]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Furester Contacts here] (Milano)&lt;br /&gt;
* Dario Panico [http://wiki.openmoko.org/wiki/Special:Emailuser/Dareus Contacts here] (Busto Arsizio, VA)&lt;br /&gt;
* Marco Zanzotera (Milano città) &lt;br /&gt;
* Francesco Ricci (Milano, Dipartimento di Scienze dell'Informazione, via Comelico 39/41) - possibile punto di ricezione/distribuzione - [http://wiki.openmoko.org/wiki/Special:Emailuser/Alfa21 Contacts here]&lt;br /&gt;
* Danilo Sia (Birdack) [http://wiki.openmoko.org/wiki/Special:Emailuser/Birdack Contacts here] (Milano città)&lt;br /&gt;
* Federico Belvisi - [http://wiki.openmoko.org/wiki/Special:Emailuser/Armalite Contacts here] (Legnano, MI/Varese)&lt;br /&gt;
* Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
* [[User:Cga|Callea Gaetano Andrea]] (Milano zona Forlanini) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cga Contacts here]&lt;br /&gt;
* Pietro Isotti - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
* Baz - [mailto:buzzi.paolo@gmail.com buzzi.paolo@gmail.com]&lt;br /&gt;
* Mario Signorino (2 unità) ([[User:Dodiesis|Dodiesis]])- [mailto:mario@sgrunt.net mario@sgrunt.net] (Milano - possibile punto di ricezione alternativo )&lt;br /&gt;
* [[user:Stemby|Carlo Stemberger]] (Stemby) - '''carlo'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''stemberger'''&amp;lt;small&amp;gt;at&amp;lt;/small&amp;gt;'''gmail'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''com''' (Missaglia, LC)&lt;br /&gt;
* Marco Crobu - [http://wiki.openmoko.org/wiki/Special:Emailuser/Tron.tron Contacts here] (Zogno, BG)&lt;br /&gt;
&lt;br /&gt;
=== Piemonte ===&lt;br /&gt;
==== Torino (and province) ====&lt;br /&gt;
Per coordinamento [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''] (Torino)&lt;br /&gt;
&lt;br /&gt;
Status 8/10&lt;br /&gt;
&lt;br /&gt;
* Claudio Carnino &amp;lt;br/&amp;gt; (jollyr0g3r AT gmail DOT com)&lt;br /&gt;
* Alessandro Degano &amp;lt;br/&amp;gt; (a.degano AT gmail DOT com)&lt;br /&gt;
* Enrico Pigozzi &amp;lt;br/&amp;gt; (videokill71 AT gmail DOT com)&lt;br /&gt;
* Max Ciavarella - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cicchetebom Contacts here]&lt;br /&gt;
* Giuseppe Barbieri (elect86 at gmail dot com)&lt;br /&gt;
* Riccardo Issoglio &amp;lt;br/&amp;gt; (riccardo.issoglio AT polito DOT it)&lt;br /&gt;
* Flavio Pastore [http://wiki.openmoko.org/wiki/Special:Emailuser/Iron_Bishop Contacts here]&lt;br /&gt;
* Michele Renda ( mic DOT renda AT email DOT it )&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Slaytanic|Gianni Costanzi]] &amp;lt;br/&amp;gt; (gianni.costanzi AT gmail DOT com)&lt;br /&gt;
* Vincenzo D'Andrea (vincenzo.dandrea AT gmail DOT com) &amp;lt;br/&amp;gt; (also Verona is OK - and I can carry others' phone VR to TN or viceversa)&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) [[User:Tarch|Tarcisio Fedrizzi]] (tarcisio.fedrizzi AT gmail DOT com)&lt;br /&gt;
* Emanuele Olivetti (emanuele CHIOCCIOLA relativita PUNTO com)&lt;br /&gt;
* Marco Ciampa (ciampix (*) libero (*) it)&lt;br /&gt;
&lt;br /&gt;
=== Friuli Venezia Giulia ===&lt;br /&gt;
==== Trieste ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* dorje [mailto:dorje@libero.it dorje@libero.it] - [[User:dorje|dorje]]&lt;br /&gt;
&lt;br /&gt;
=== Veneto ===&lt;br /&gt;
Status: 12/20&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;
* Marco Franceschetti - [http://wiki.openmoko.org/wiki/Special:Emailuser/vonfritz Contacts here]&lt;br /&gt;
* AleksFalcone [mailto:aleks.falcone@gmail.com aleks.falcone@gmail.com] - [[User:AleksFalcone|AleksFalcone]]&lt;br /&gt;
* Roberto Previdi [mailto:hariseldon78(AT)gmail.com hariseldon78(AT)gmail.com] - [[User:hariseldon78|hariseldon78]] (also Milano is ok)&lt;br /&gt;
&lt;br /&gt;
==== Vicenza ====&lt;br /&gt;
&lt;br /&gt;
* Matteo [mailto:matteo@member.fsf.org matteo@member.fsf.org] - [[User:Tchernobog|Tchernobog]]&amp;lt;br /&amp;gt;Also Padova is okay.&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;
* Sandro [http://wiki.openmoko.org/wiki/Special:Emailuser/vigerty contact me here]&amp;lt;br /&amp;gt; Also Padova is okay.&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;
&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;
=== Emilia Romagna ===&lt;br /&gt;
==== Parma ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Delian|Marco Albanese]] [mailto:delian2@gmail.com delian2@gmail.com] For Me, it's ok for the decentralized shipment ( Milano for example :) ).&lt;br /&gt;
&lt;br /&gt;
* [[User:Jordano|Marco Grassi]] marco.gra AT Gmail Dot com Also for me it's ok the decentralized shipping.&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;
* [[User:Fano|Stefano Ronconi]] fanharlok AT libero Dot it It's ok anyway.&lt;br /&gt;
&lt;br /&gt;
=== Puglia ===&lt;br /&gt;
==== Lecce ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com]&lt;br /&gt;
* [[User:Italyanker|italyanker]] [mailto:italyanker@gmail.com italyanker@gmail.com]&lt;br /&gt;
&lt;br /&gt;
==== Bari ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org]&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;
Status 10/10&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 2 [mailto:obe_65@yahoo.it AntoMan](Roma)&lt;br /&gt;
* Christian X 1(Gino46) [mailto:christian.marzola@alice.it] (ferrara) Qualcuno me lo dovrebbe spedire. || Ci pensa Hire a spedirli a chi non è di Roma, mettete semplicemente in conto 8/9 euro in più per la spedizione.&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* 6xsempre X 1 [mailto:6xsempre@jumpy.it] (frosinone)&lt;br /&gt;
* lynx1673 X1 [mailto: acarfi at yahoo dot com] - lynx sei di Roma?&lt;br /&gt;
&lt;br /&gt;
=== Liguria ===&lt;br /&gt;
==== Genova ====&lt;br /&gt;
Status 8/10&lt;br /&gt;
&lt;br /&gt;
* Luca Maranzano X 1 (liuk AT linux DOT it) [[User:liuk|liuk]]&lt;br /&gt;
* Francesco Frassinelli X 1 (frafra AT autistici DOT org) [[User:Frafra|Frafra]]&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;
* Luca Arrigo X 1 (morph84@gmail.com) [[User:morph|morph]]&lt;br /&gt;
* Andrea De Gaetano X 1 (dega1999 AT gmail DOT com) [[User:Dega1999|Dega1999]]&lt;br /&gt;
* Salvo Schiavone X 1 (salvoschiavone AT gmail DOT com [[User:Salvador|Salvador]]&lt;br /&gt;
* Daniele Delmonte X1 (ryogazero chiocciola yahoo punto it)&lt;br /&gt;
&lt;br /&gt;
=== Sicilia ===&lt;br /&gt;
==== Palermo ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
&lt;br /&gt;
* Giorgio Marciano' X 1 [mailto:giorgio.marciano@email.it giorgio]&lt;br /&gt;
* Michele Puccio X 1 [mailto:narkos@iol.it michele]&lt;br /&gt;
* Roberto Calandra X 1 [mailto:isokazi@yahoo.it roberto]&lt;br /&gt;
* Vincenzo Moreno Luna X 6 [mailto:ciop85plus@hotmail.com vincenzo]&lt;br /&gt;
&lt;br /&gt;
==== Messina ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Melug X 5 [mailto:suuuper@messinalug.org MeLug]&lt;br /&gt;
&lt;br /&gt;
=== Calabria ===&lt;br /&gt;
==== Catanzaro ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Carlo Mangani X 1 [mailto:carlo.mangani@gmail.com carlo.mangani@gmail.com] - Lamezia Terme&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;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&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;
===Status ===&lt;br /&gt;
1/10&lt;br /&gt;
&lt;br /&gt;
== México ==&lt;br /&gt;
=== Ciudad de México ===&lt;br /&gt;
* Kozapatista [[Special:Emailuser/User:kozapatista|Contact]]&lt;br /&gt;
===Status ===&lt;br /&gt;
1/10&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;
* 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;
==== 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;
=== 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;
==== Bergen op Zoom ====&lt;br /&gt;
* [[User:Madjo|Marcel de Jong]] 1/10 [[Special:Emailuser/User:Madjo|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Christ van Willegen 1 [[User:ChristW]]&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;
&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;
* Boudewijn 1/10 [[User:Boudewijn|empty user page]] [[Special:Emailuser/User:Boudewijn|Contact]]; possibly got a second person interested&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;
&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;
* Peter van de Werken 2/10 [[Special:Emailuser/User:PWerken|Contact]]&lt;br /&gt;
* Kenny van Wanrooij 1/10 [[Special:Emailuser/User:kenneth|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
22/30&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
As Telecom are using the 850MHz network for their GSM network, and Vodafone/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;
According to jeremy list, telecom will not be rolling out GSM for four years, so the point becomes moot - no-one is likely to get an 850 gsm phone now and wait that long&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on info from steve (openmoko marketing) concerning weight and size, shipping via UPS will be about US$185 (NZ$23 each phone) to Auckland.&amp;lt;br&amp;gt;&lt;br /&gt;
UPS are far from the cheapest, but (again according to steve), OM have a contract with them, so this is what we are stuck with&amp;lt;br&amp;gt;&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;
As of 2008-05-08, US$369 is worth NZ$477&lt;br /&gt;
&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$63; 12.5% * {477 + 23), cos we pay GST on postage too...&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;
477 + 23 + 63&amp;lt;br&amp;gt;&lt;br /&gt;
= '''NZ$563'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand&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.&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;
*Glen Ogilvie [[User:Nelg]] [mailto:nelg@linuxsolutions.co.nz] Auckland, 900MHz&lt;br /&gt;
*Xuân Baldauf [[User:xbaldauf]] [mailto:xuan--2008.05--GroupSales--wiki.openmoko.org@baldauf.org] Auckland CBD, 900MHz+1800MHz GSM with an [http://www.ak2.com.tw/pd_main.asp?sg_id=11 '''EU''' charger clip] instead of an Australian one (if this is in need to be selected). This is &amp;lt;u&amp;gt;conditional&amp;lt;/u&amp;gt;: the transaction must complete by 2008-06-30, else I cannot participate, because I'm leaving the country afterwards.&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;
*Dave Lane [[User:dangerpossum]] [http://wiki.openmoko.org/wiki/Special:Emailuser/dangerpossum contact] Christchurch, 1 x 900MHz + 1800MHz GSM&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;
&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 13/20&lt;br /&gt;
&lt;br /&gt;
*[[User:andy000|Andreas Kalvå]] [mailto:andy@samfundet.no andy@samfundet.no]&lt;br /&gt;
Send mail om du er interessert.&lt;br /&gt;
&lt;br /&gt;
=== Østlandet ===&lt;br /&gt;
==== Oslo, Akershus, Buskerud, Vestfold ====&lt;br /&gt;
Status 20/20(30?)&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; Interessert? mail meg.&lt;br /&gt;
* [[User:Bobkare|Knut Arne Bjørndal]] [mailto:bob@cakebox.net]&lt;br /&gt;
&lt;br /&gt;
==== Østfold ====&lt;br /&gt;
Status 1/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;
&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: https://www.kumulator.pl/show/group/35 (in edition moment: 11/10)&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Ruben|Ruben Mendes]]&lt;br /&gt;
&lt;br /&gt;
=== Lisboa ===&lt;br /&gt;
==== Lisboa ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Pedrosilva|Pedro Silva]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Danielblues Daniel Branco]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Knuckles Ivo Anjo]&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&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 : 6/10&lt;br /&gt;
&lt;br /&gt;
* Erland Lewin &amp;lt;br /&amp;gt; mailto:erland@lewin.nu&lt;br /&gt;
* Simon Kågström &amp;lt;br /&amp;gt; mailto:simon.kagstrom@gmail.com&lt;br /&gt;
* Ingvaldur Sigurjonsson &amp;lt;br /&amp;gt; mailto:ingi@ultimalabor.se&lt;br /&gt;
* Adam Johansson &amp;lt;br /&amp;gt; mailto:adam@sollentunaholm.se&lt;br /&gt;
* Lowe Schmidt &amp;lt;br /&amp;gt; mailto:lowe.schmidt@gmail.com&lt;br /&gt;
&lt;br /&gt;
==== Örebro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Anders Petersson &amp;lt;br /&amp;gt; [mailto:demitar@worldforge.org demitar@worldforge.org]&lt;br /&gt;
&lt;br /&gt;
==== Västerås ====&lt;br /&gt;
Status : 1/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;
&lt;br /&gt;
==== Falun &amp;amp; Borlänge ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/User:Jth Johan Thelmén], Åke Hoff &amp;amp; a demo/backup&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/User:eagle87 Pär Eriksson], Borlänge&lt;br /&gt;
&lt;br /&gt;
=== Norrland ===&lt;br /&gt;
==== Umeå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Zash|Zash]] [[Special:Emailuser/Zash|Contact]]&lt;br /&gt;
* [[User:Benjamin|Benjamin]] [[Special:Emailuser/Benjamin|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Luleå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Mjukis|Mjukis]] [[Special:Emailuser/Mjukis|Contact]] - 2 Units. Can also join the Malmö group order.&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
Gabriel Ambuehl would volunteer to order the initial 10pack.&lt;br /&gt;
Alexandre Ghisoli could organize the second 10pack.&lt;br /&gt;
Luca Capello could organize the third 10pack (mostly for French Switzerland).&lt;br /&gt;
Mathieu will probably organisze the 4th 10pack. (Lausanne)&lt;br /&gt;
All the 4 with payment in advance (a 10pack will cost approx 3'800 USD).&lt;br /&gt;
&lt;br /&gt;
Probably we will organize shipping, if we cannot all move to Zürich/Genève to get our Neo.&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;
Status : 20/20&lt;br /&gt;
&lt;br /&gt;
WARNING, this list already contains 20 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Simon Wenner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Simon Schreiber &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Markus Huggler &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Raffael Schmid &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 Wirth &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Skarhand 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;
* Christian Corrodi &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matto Contact]&lt;br /&gt;
* Mirko Klingauf &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/RealAtaman Contact]&lt;br /&gt;
* Marcel Jost (Bern) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&lt;br /&gt;
* Marc Andre Tanner (Biel)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/mat Contact]&lt;br /&gt;
* Tobias Kündig (2 Geräte) (Luzern)&amp;lt;br /&amp;gt; [mailto:info@it-media.ch]&lt;br /&gt;
* Peter Salvisberg&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Psal Contact]&lt;br /&gt;
* Martin Kos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/KoS Contact]&lt;br /&gt;
* Lorenz Schori (Bern) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Znerol Contact]&lt;br /&gt;
* Matthias Cramer (Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/cramer Contact]&lt;br /&gt;
* Pascal Mages (Bern/Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/FreeMind Contact]&lt;br /&gt;
&lt;br /&gt;
==== Geneve ====&lt;br /&gt;
Status : 10/10&lt;br /&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;
* Jonas Schwarz (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jnsc 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;
==== Lausanne (EPFL) ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
WARNING, this list already contains 10 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Mathieu Habegger (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Contact]&lt;br /&gt;
* Matthias Brändli (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/hb9egm Contact]&lt;br /&gt;
* Yorick Brunet (EPFL) &amp;lt;br /&amp;gt;[mailto:yorick.brunet@epfl.ch Contact]&lt;br /&gt;
* Frédéric Fokan(Lausanne) &amp;lt;br /&amp;gt;[mailto:fredericfokan@gmail.com Contact]&lt;br /&gt;
* Gulu (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Gulu Contact]&lt;br /&gt;
* Edomaur (Lausanne, with Gulu) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Edomaur Contact]&lt;br /&gt;
* Layx (Lausanne) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Layx Contact]&lt;br /&gt;
* Mélanie Baumann (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/calis Contact]&lt;br /&gt;
* Laurent Fasnacht (EPFL) &amp;lt;br /&amp;gt;[http://gnugeneration.epfl.ch/users/fasnacht Contact]&lt;br /&gt;
* Urs Blaser (UNIL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/arctus Contact]&lt;br /&gt;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Rafael Campos [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact] &amp;lt;br /&amp;gt;1x ([[Image:MokoBox.jpg]] - advanced) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Pablo Ruiz Múzquiz [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here]&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;
=== Zaragoza ===&lt;br /&gt;
==== Zaragoza ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Alejandro R. Mosteo &amp;lt;br /&amp;gt; alejandro AT mosteo · com&lt;br /&gt;
* Arturo Giner&amp;lt;br/&amp;gt;[[Special:Emailuser/artginer|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* José Luis Pérez &amp;lt;br/&amp;gt;[[Special:Emailuser/jluis|Contact]]&lt;br /&gt;
* David Reyes Samblas Martinez&amp;lt;br/&amp;gt;[[Special:Emailuser/mutrox|Contact]]&lt;br /&gt;
* Sergio Arias &amp;lt;br/&amp;gt;[[Special:Emailuser/saerguio|Contact]]&lt;br /&gt;
* Alex Muntada &amp;lt;br/&amp;gt;[[Special:Emailuser/alexm|Contact]]&lt;br /&gt;
* Pascal co &amp;lt;br/&amp;gt;[[Special:Emailuser/pascalco|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Valencia ===&lt;br /&gt;
==== Valencia ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Pau Gaspar Díaz &amp;lt;br/&amp;gt;[[Special:Emailuser/pau|Contact]]&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;
== USA ==&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Boulder ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* Vinc Duran (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;
* Vlad Seghete &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/vloodo vloodo]&lt;br /&gt;
&lt;br /&gt;
==== Denver (Full) ====&lt;br /&gt;
Status: 10/10 (includes the gentleman from Utah)&lt;br /&gt;
* Shawn Sullivan &amp;lt;br /&amp;gt; [[mailto:shelbydz87@yahoo.com shelbydz87@yahoo.com]]&lt;br /&gt;
* Peter Abplanalp &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/alderion Contact]&lt;br /&gt;
* Ben Burdette &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Ansible Contact]&lt;br /&gt;
* Tom Russell &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/tazbert Contact]&lt;br /&gt;
* Trace &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/gnork Contact]&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 6/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact]&lt;br /&gt;
* Daniel &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Beaker82 Contact]&lt;br /&gt;
* James Robertson &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JamesRobertson Contact]&lt;br /&gt;
* Bill Sun &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/DancingSun Contact]&lt;br /&gt;
* Michael &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Bstudios Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
'''(inc. San Diego county and surrounding areas)'''&lt;br /&gt;
&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
Will combine with LA if too few.&lt;br /&gt;
&lt;br /&gt;
* Peter Naulls &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Pnaulls Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
Status: 7/10&lt;br /&gt;
&lt;br /&gt;
* Ajit Natarajan - [http://wiki.openmoko.org/wiki/Special:Emailuser/ajitk Contact]&lt;br /&gt;
&lt;br /&gt;
* Dirk Bergstrom - [http://wiki.openmoko.org/wiki/Special:Emailuser/krid Contact]&lt;br /&gt;
&lt;br /&gt;
* Tupshin Harper - [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* Lothar Werzinger (900MHz) - [http://wiki.openmoko.org/wiki/Special:Emailuser/Elektrolott Contact]&lt;br /&gt;
&lt;br /&gt;
* William Ray Yeager - [http://wiki.openmoko.org/wiki/Special:Emailuser/wyeager Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
==== Monterey ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Cry Regarder &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Cry_Regarder Contact]&lt;br /&gt;
&lt;br /&gt;
=== Idaho ===&lt;br /&gt;
==== Southwestern Idaho ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* 1 × Eugene Kravtsov [[Special:Emailuser/theUg|Contact]], Garden City (Boise).&lt;br /&gt;
&lt;br /&gt;
=== Midwest ===&lt;br /&gt;
'''(combine Illinois / Indiana / Iowa / Kentucky / Tennesee / Texas)'''&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Geoff Ruscoe    [[Special:Emailuser/Geocode|Contact]] - Louisville, KY&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;
&lt;br /&gt;
=== Indiana / Kentucky ===&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Dan Staley      [[Special:Emailuser/Pyrasi|Contact]] (Kentucky)&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;
&lt;br /&gt;
=== Ohio / Michigan ===&lt;br /&gt;
Status: 4/10&lt;br /&gt;
* David Pais (Unknown City) [mailto:davioh2001@yahoo.com email]&lt;br /&gt;
* Dave Ludlow (Toledo) (I can purchase and distribute) [[Special:Emailuser/adsllc|Contact]]&lt;br /&gt;
* Adam Steele (Cincinnati) [mailto:adam@laurasteele.net Contact]&lt;br /&gt;
* Elliot Bailey (Canton) [mailto:elliot.bailey@yahoo.com Contact]&lt;br /&gt;
* Richard Rowell (Grand Rapids) [mailto:richard.rowell@gmail.com Contact]&lt;br /&gt;
&lt;br /&gt;
=== Washington ===&lt;br /&gt;
==== Seattle ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Jon Pomeroy [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Tennessee ===&lt;br /&gt;
==== Memphis ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Peter O'Connor &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/poconnor Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin (12/10) ====&lt;br /&gt;
* Dale Schumacher [[Special:Emailuser/dalnefre|Contact]]&lt;br /&gt;
* Michael Cosby [[Special:Emailuser/mcosby|Contact]]&lt;br /&gt;
* Paul Jimenez [[Special:Emailuser/pj|Contact]]&lt;br /&gt;
* Charles [[Special:Emailuser/rbn|Contact]]&lt;br /&gt;
* Anthony Kitchin [[Special:Emailuser/akitchin|Contact]]&lt;br /&gt;
* Carl (x2) [[Special:Emailuser/texatopia|Contact]]&lt;br /&gt;
* Robert (+Debug Board) [[Special:Emailuser/SHaRK|Contact]] (Houston)&lt;br /&gt;
* Bryan DeLuca [[Special: Emailuser/Stupkid|Contact]] (Fort Worth)&lt;br /&gt;
* Dennis Parker [[Special: Emailuser/dparker|Contact]]&lt;br /&gt;
* Chip Rosenthal [[Special: Emailuser/chip|Contact]]&lt;br /&gt;
* Brad Mouring [[Special: Emailuser/Bmouring|Contact]] (Moving to Austin by mid-June, likely earlier)&lt;br /&gt;
&lt;br /&gt;
==== Dallas (3/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|Contact]]&lt;br /&gt;
* Mark Rinaudo [[Special:Emailuser/Mrinaudo|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&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 (2/10)=====&lt;br /&gt;
* Philippe Gerard [[Special:Emailuser/feydreva|Contact]]&amp;lt;br/&amp;gt;&lt;br /&gt;
*Steve Watson mailto:ssw0213@gmail.com&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York ====&lt;br /&gt;
Status: 3/10 or 4/10&lt;br /&gt;
&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;
* Jake Thebault-Spieker (probably, may not be able to afford it) [http://wiki.openmoko.org/Spcial:Emailuser/Summatusmentis Contact me here] &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;
&lt;br /&gt;
==== Maryland (2/10)====&lt;br /&gt;
* Paul Buede mailto:paul@buede.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Charles Lohr&lt;br /&gt;
* Alex (DC/Rosslyn; not 100% sure that will be able to afford it) [[Special:Emailuser/rakukin|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
Status: 10/10&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;
* 1x Nathan Perry - Derry, NH [[Special:Emailuser/Servel333|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Jeff Gold [[Special:Emailuser/jgold|Contact]]&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;
&lt;br /&gt;
* Stroller (Milton Keynes, can travel) &amp;lt;br /&amp;gt;mailto:stroller@stellar.eclipse.co.uk 01908 663 513. &amp;lt;br /&amp;gt;Thinks that breaking the UK up into regions - at least outside London - is silly. There are unlikely to be 10 people in $your_town who want a Freerunner, so some posting of Freerunners will surely be required; see [http://wiki.openmoko.org/wiki/Talk:GroupSales#Oxford the talk page]. This is the same cost anywhere in the UK.&lt;br /&gt;
&lt;br /&gt;
=== Scotland ===&lt;br /&gt;
==== Edinburgh ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Joe Wells (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/jbw Contact]&lt;br /&gt;
* Dave Ball (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/Daveb Contact]&lt;br /&gt;
* Stuart MacKinnon(Livingston) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/hoagster Contact]&lt;br /&gt;
&lt;br /&gt;
=== England ===&lt;br /&gt;
&lt;br /&gt;
==== Hampshire ====&lt;br /&gt;
&lt;br /&gt;
Status: 15/20 at 2008-05-12&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 : 10/10&lt;br /&gt;
&lt;br /&gt;
* Juergen Schinker &amp;lt;br /&amp;gt; mailto:ba1020@homie.homelinux.net&lt;br /&gt;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* Robert Piasek (actually in Southampton)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Queen6 Contact]&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;
* Weiss (Cambridge, could collect from London) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Weiss Contact]&lt;br /&gt;
* Neil Bentley (in Wiltshire) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ohnez Contact]&lt;br /&gt;
* rhn (one or two sets) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact]&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;
* Johan Badenhorst (London - Can't believe it's almost here!) &amp;lt;br /&amp;gt;[mailto:ezuall@gmail.com]&lt;br /&gt;
&lt;br /&gt;
==== Oxford ====&lt;br /&gt;
&lt;br /&gt;
Idea to re-ship within the UK, see [http://wiki.openmoko.org/wiki/Talk:GroupSales#Oxford talk]&lt;br /&gt;
&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* James Olney &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Webjames 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;
&lt;br /&gt;
==== West Midlands ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* Ilya &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* Ofer Herman &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/oferhe Contact]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Talba Talba]&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;&amp;lt;font size=&amp;quot;4&amp;quot;&amp;gt;Status : 27/3*10&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Koordinátorem objednávání je Martin Šenkeřík [http://wiki.openmoko.org/wiki/User:Ohin Kontakty na mě]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Aktuálně ===&lt;br /&gt;
* Vzhledem k množství zájemců a zajištěné distribuci telefonů vlastními silami napříč republikami, jsem se rozhodl pro následující postup při objednání (jiný nebude možný):&lt;br /&gt;
*# stanoví se lehce nadhodnocená částka (zatím to vypadá na 7500-8000Kč za telefon), na bezpečné pokrytí očekávaných i neočekávaných výdajů spojených s objednávkou&lt;br /&gt;
*# každý zájemce odešle tuto sumu na můj účet, identifikuje se svým jménem a příjmením&lt;br /&gt;
*# jakmile budou peníze nashromážděny, provedu objednávku tolika telefonů, kolik zájemců zašle peníze&lt;br /&gt;
*# po obdržení balíku s telefony vypočtu finální částku za telefon, a případný přeplatek bude vrácen každému osobně při převzetí telefonu (lokální distributoři samozřejmě obdrží patričný počet telefonů a peněz, aby mohly být předány dále)&lt;br /&gt;
*# všem se dítko šťastně dopraví do rukou&lt;br /&gt;
**Stále přetrvává otazník nad objednávkou množství nedělitelným desíti.&lt;br /&gt;
&lt;br /&gt;
=== Základní informace ===&lt;br /&gt;
Jedná se o hromadnou objednávku Openmoko do České republiky, vzhledem k tomu, že balení po 10kusech je za $369 USD oproti $399 USD za kus a navíc přijde 10 obalů a sluchátek a ušetří se za poštovné '''A TO SE VYPLATÍ'''.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/GroupSales#Distribu.C4.8Dn.C3.AD_sch.C3.A9ma Toto] je jediný oficiální seznam zájemců. Přihlášení provedete editací této wiki stránky.&lt;br /&gt;
&lt;br /&gt;
*[http://wiki.openmoko.org/wiki/Talk:GroupSales#Diskuze Diskuze]&lt;br /&gt;
*[http://wiki.openmoko.org/wiki/Talk:GroupSales#Dopl.C5.88uj.C3.ADc.C3.AD_informace Doplňující informace]&lt;br /&gt;
&lt;br /&gt;
=== Distribuční schéma ===&lt;br /&gt;
Zařazujte se pod nejvýše položené město v seznamu, kde můžete Openmoko převzít. Pokud můžete navíc distribuovat Openmoko ve městě, které není na seznamu, uveďte ho pod svým jménem s větším odsazením. &amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;Nezapomeňte [http://wiki.openmoko.org/wiki/GroupSales#Czech_Republic nahoře] navýšit o svůj požadavek status!&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  n je počet kusů, bez n 1 kus&lt;br /&gt;
 &amp;lt;span style=&amp;quot;color:gray&amp;quot;&amp;gt;'''[*]'''  platím předem&amp;lt;/span&amp;gt;'' - zveřejněním postupu objednávky, pozbývá tahle možnost význam''&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] $99 USD + DPH (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;] ''' nepotvrzeno ''(lidé z původního seznamu, souhlasíte-li s pozicí odmažte [&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;] a nebo se přesuňte)''&amp;lt;br&amp;gt;&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více voleb oddělujeme čárkou''&lt;br /&gt;
&lt;br /&gt;
*'''Martin Šenkeřík [*]''' - [http://wiki.openmoko.org/wiki/User:Ohin Kontakty na mě]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Brno&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Radek Bartoň [*]''' - [[Special:Emailuser/Blackhex|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Frýdek-Místek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****-&lt;br /&gt;
***'''Radek Machulka [*]''' - [[Special:Emailuser/Werty|Contact]]&lt;br /&gt;
***'''Aleš Dvořák [*]''' - [[Special:Emailuser/Setr|Contact]]&lt;br /&gt;
***'''Jozef Mlich [*,D]''' - [[Special:Emailuser/joejoe|Contact]]&lt;br /&gt;
***'''Martin Faltičko''' - [[Special:Emailuser/MafRaf|Contact]]&lt;br /&gt;
***'''Karel Volný [*]''' - [[Special:Emailuser/kavol|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Bratislava&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''František Horínek [*]''' - [[Special:Emailuser/PipBoy2000|Contact]]&lt;br /&gt;
*****'''Martin Vyšný''' - [mailto:vysny@baka.sk Contact]&lt;br /&gt;
*****'''Tomáš Sirný [*]''' - [[Special:Emailuser/Junckritter|Contact]]&lt;br /&gt;
*****'''Ján Janech [*]''' - [[Special:Emailuser/Janik|Contact]]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;SK/Žilina&amp;lt;/span&amp;gt;''':&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;SK/Piešťany&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Tom Varga [*]''' - [[Special:Emailuser/Varg|Contact]] (eventuelní samostatná pražská větev [http://wiki.openmoko.org/wiki/Talk:GroupSales#Czech_Republic viz. diskuze])&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Praha&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Martin Dvořák [*]''' - [[Special:Emailuser/masca|Contact]] (vzhledem k zájmu to vypadá na založení Pražské buňky, ale nebráním se libovolnému způsobu dopravy)&lt;br /&gt;
*****'''Roman D. [*]''' - [[Special:Emailuser/Dergam|Contact]] (do poloviny června)&lt;br /&gt;
*****'''Michal Bořek [*,D]''' - [http://wiki.openmoko.org/wiki/User:Mibo Kontakt]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Plzeň&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*******-&lt;br /&gt;
*****'''Michal Pěnka [*,&amp;lt;font color=red&amp;gt;?&amp;lt;/font&amp;gt;]''' - [http://michal.penka.name/kontakt Contact]&lt;br /&gt;
*****'''Jan Mareš [*]''' - [[Special:Emailuser/iVir|Contact]]&lt;br /&gt;
******'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Písek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*******''' Luboš Podrázský [*]''' - [[Special:Emailuser/zsman|Contact]]&lt;br /&gt;
*******-&lt;br /&gt;
*****'''Miloslav Machotka [*]''' - [[Special:Emailuser/Machy|Contact]]&lt;br /&gt;
*****'''David Kozub [*,D]''' - [[Special:Emailuser/Zub|Contact]] (Kdyby z Prahy seslo, volim Zlin jako fallback.)&lt;br /&gt;
*****'''Milan Vontorčík [*]''' - [[Special:Emailuser/Mvontorcik|Contact]]&lt;br /&gt;
*****'''Vojtěch Vozáb ''' - [mailto:vojtav@centrum.cz Contact]&lt;br /&gt;
***'''Petr Ondo [2,*]''' - [[Special:Emailuser/Votik|Contact]]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Zlín&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''Martin Holec''' - [[Special:Emailuser/Martix|Contact]]&lt;br /&gt;
***'''Pavel Kovář [*]''' - [[Special:Emailuser/Fox|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Ostrava&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Marian Krucina [*]''' - [[Special:Emailuser/oak|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Slovak Republic ==&lt;br /&gt;
[http://wiki.openmoko.org/wiki/GroupSales#Czech_Republic Spojeno s Czech Republic]&lt;br /&gt;
&lt;br /&gt;
== Croatia ==&lt;br /&gt;
Status : 6/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;
(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;
== Russia ==&lt;br /&gt;
=== Moscow ===&lt;br /&gt;
Status : 8/10&lt;br /&gt;
* 1x sinister - [[Special:Emailuser/sinister|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) shallburn - [[Special:Emailuser/shallburn|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) cracatau - [[Special:Emailuser/cracatau|Contact]] (actual location - Saint-Petersburg)&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) vadson - [[Special:Emailuser/vadson|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Tallex - [[Special:Emailuser/tallex|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) mex3 - [[Special:Emailuser/mex3|Contact]]&lt;br /&gt;
* 1x Alexxy (with debug board if possible) - [[Special:Emailuser/Alexxy|Contact]] (Actual location - Saint-Petersburg)&lt;br /&gt;
* 1x pva (with debug board if possible) - [[Special:Emailuser/Pva|Contact]] (Moscow if matters)&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Sydney</id>
		<title>Openmoko Local Groups: Sydney</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Sydney"/>
				<updated>2007-11-18T12:38:53Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: added myself&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Sydney Neo1973 interest group.&lt;br /&gt;
&lt;br /&gt;
{|border=1&lt;br /&gt;
!Name&lt;br /&gt;
!Skills&lt;br /&gt;
!Level of Interest&lt;br /&gt;
!Location&lt;br /&gt;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
!Other&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Openmarko|Mark Chandler]]&lt;br /&gt;
|&amp;quot;UNIX&amp;quot; administrator (AIX, GNU/Linux, HP-UX, Solaris)&lt;br /&gt;
|User/Tester&lt;br /&gt;
|Sydney&lt;br /&gt;
| [[Image: Moko.jpg|center]]&lt;br /&gt;
|&lt;br /&gt;
|http://www.bitwise.org&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Brettb|Brett Bailie]]&lt;br /&gt;
|DBA/Developer (Ingres/SQL-Server/... + Java/C/...)&lt;br /&gt;
|&lt;br /&gt;
|Sydney&lt;br /&gt;
| [[Image: Moko.jpg|center]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Paulzag|Paul Zagoridis]]&lt;br /&gt;
|Entrepreneur/Marketer/Blogger/Business Networker/MBA Student&lt;br /&gt;
|User/Promoter&lt;br /&gt;
|Sydney&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|[http://www.wealthesteem.org WealthEsteem.Org: Psychology of the Deal]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Cbaird|Chris Baird]]&lt;br /&gt;
|APANA Admin/Rabid Stallmanite&lt;br /&gt;
|User/Minor Developer&lt;br /&gt;
|Newcastle&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cbaird</id>
		<title>User:Cbaird</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cbaird"/>
				<updated>2007-04-11T03:21:58Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Agenda */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====Agenda====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Geocaching&lt;br /&gt;
:Currently fiddling-out software to replace my yellow Garmin eTrex, and provide a better option than the existing 'paperless geocaching' systems (..having free software that parses plain GPX files directly..)&lt;br /&gt;
&lt;br /&gt;
*A mobile phone that even rms might use&lt;br /&gt;
:&amp;quot;Only a fool trusts his life to proprietary software.&amp;quot; -- Grey Fox, Metal Gear Solid (I think).&lt;br /&gt;
&lt;br /&gt;
:I've run a non-profit ISP for the past 16 years-- there's just no way I'll waste money on non-free software in a production setting. (I've watched everyone else who 'compromised' get screwed in the @ss eventually..)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;I don't have any friends...&amp;quot;&lt;br /&gt;
:I've made maybe 2 mobile phone calls in the past 12 months (everyone who counts either has email, or I meet them in person at the relevant time; landline phones didn't stop existing in 1992, either). I'd rather not waste money on a brick that sits there doing nothing for 525595 minutes of the year.&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Cbaird</id>
		<title>User:Cbaird</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Cbaird"/>
				<updated>2007-04-11T03:11:03Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====Agenda====&lt;br /&gt;
&lt;br /&gt;
:Geocaching&lt;br /&gt;
::Currently fiddling-out software to replace my yellow Garmin eTrex, and provide a better option than the existing 'paperless geocaching' systems (..having free software that parses plain GPX files directly..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:A mobile phone that even rms might use&lt;br /&gt;
::&amp;quot;Only a fool trusts his life to proprietary software.&amp;quot; -- Grey Fox, Metal Gear Solid.&lt;br /&gt;
&lt;br /&gt;
::I've run a non-profit ISP for the past 16 years-- there's just no way I'll waste money on non-free software in a production setting. (I've watched everyone else who 'compromised' get screwed in the @ss eventually..)&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wishlist/Determine_Position</id>
		<title>Wishlist/Determine Position</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wishlist/Determine_Position"/>
				<updated>2007-04-10T22:38:14Z</updated>
		
		<summary type="html">&lt;p&gt;Cbaird: /* Determine Position ... added 'other uses' and corrected some spelling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Determine Position ==&lt;br /&gt;
&lt;br /&gt;
GPS can be used to determine the position with a fair accuracy.&lt;br /&gt;
&lt;br /&gt;
GPS requires you to be able to see the GPS satellites. If you are in a tunnel or on a subway this will not work.&lt;br /&gt;
&lt;br /&gt;
Another way that might be considered to determine your position is using [http://en.wikipedia.org/wiki/inertial_navigation inertial navigation]. If you know the position, speed and orientation precisely at a given time and you know all the accelerations and rotations done since that time you can compute the current location. &lt;br /&gt;
&lt;br /&gt;
You need both accelerometers, and gyroscopes to determine your position by this method.&lt;br /&gt;
Even disregarding budget, the current devices available are not good enough for this for any more than very short periods (seconds).&lt;br /&gt;
&lt;br /&gt;
[http://www.analog.com/en/prod/0,,764_800_ADXL202,00.html] is the datasheet for an example of the sort of accelerometer that might be put into the neo.&lt;br /&gt;
&lt;br /&gt;
Accelerometers have a certain amount of noise.&lt;br /&gt;
&lt;br /&gt;
This noise gives you severe positioning errors. An error of only a thousandth of a G gives an uncertainty of velocity of 10mm/s after a second, 1.2m/s after 2 minutes.&lt;br /&gt;
This is 80m after 1 minute, 8Km after 10 minutes.&lt;br /&gt;
The integrated gyroscopes are around as bad, and drift typically at degrees per minute.&lt;br /&gt;
&lt;br /&gt;
Accelerometers have also been utilized creatively doing:&lt;br /&gt;
* drop detection&lt;br /&gt;
* over-engineered pedometers. Nokia have 'sports' mobiles with this feature.&lt;br /&gt;
* automatic wakeup&lt;/div&gt;</summary>
		<author><name>Cbaird</name></author>	</entry>

	</feed>