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

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Manually_using_Bluetooth</id>
		<title>Talk:Manually using Bluetooth</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Manually_using_Bluetooth"/>
				<updated>2009-12-09T08:14:58Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Suspend/resume &amp;amp; bt headset question.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bluetooth keyboards which doesn't support HID ==&lt;br /&gt;
&lt;br /&gt;
There exists several bluetooth keyboards which doesn't support the normal HID protocol.&lt;br /&gt;
This means you can not simply use &amp;quot;hidd --connect 11:22:33:44:55:66&amp;quot;.&lt;br /&gt;
I've searched the net a bit and found this: http://www.handhelds.org/moin/moin.cgi/kbdd. The program kbdd seems like the thing to use. The source code is available. I'm not able to test this program myself as I do not have a Neo yet. [[User:EsbenDamgaard|EsbenDamgaard]] 22:10, 16 August 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
I have tried it and it works ok for me, there is even an ipkg package for kbdd in Angstrom, see the details in http://n2.nabble.com/Non-HID-Bluetooth-keyboard.-Success%21-td1496389ef1958.html#a1496389 . --[[User:Glownan|Glownan]] 10:56, 14 November 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Phone does not detect laptop ==&lt;br /&gt;
If running hcitool scan on the phone does not detect your laptop, check if ISCAN is enabled on the laptop by typing hciconfig and seeing the output.Like in the following output ISCAN is not enabled.&lt;br /&gt;
&lt;br /&gt;
        hci0:   Type: USB&lt;br /&gt;
                BD Address: 00:19:7E:E5:C2:2F ACL MTU: 1017:8 SCO MTU: 64:8&lt;br /&gt;
                UP RUNNING PSCAN &lt;br /&gt;
                RX bytes:1651 acl:0 sco:0 events:42 errors:0&lt;br /&gt;
                TX bytes:368 acl:0 sco:0 commands:31 errors:0&lt;br /&gt;
&lt;br /&gt;
It is not enabled by default on Ubuntu Edgy systems.&lt;br /&gt;
&lt;br /&gt;
If it is not then either type : hciconfig hci0 piscan&lt;br /&gt;
&lt;br /&gt;
Also you can permanently fix this bug by doing the following steps on the laptop: &lt;br /&gt;
&lt;br /&gt;
1. Add &amp;quot;discovto 0;&amp;quot; to the device section of hcid.conf file in /etc/bluetooth.&lt;br /&gt;
&lt;br /&gt;
2. Remove all the files present in /var/lib/bluetooth&lt;br /&gt;
&lt;br /&gt;
3. Restart Bluetooth&lt;br /&gt;
&lt;br /&gt;
4. Check hciconfig and ISCAN will be enabled.[[User:Deepank|Deepank]] 20:21, 22 August 2007&lt;br /&gt;
&lt;br /&gt;
== This does not work with 2007.2 / .08 image plus ipkg updates up until August 24? ==&lt;br /&gt;
&lt;br /&gt;
After starting everything as described, I only get error messages:&lt;br /&gt;
&lt;br /&gt;
 root@fic-gta01:~$ hciconfig&lt;br /&gt;
 Can't open HCI socket.: Address family not supported by protocol&lt;br /&gt;
&lt;br /&gt;
 root@fic-gta01:~$ modprobe gta01-pm-bt&lt;br /&gt;
 FATAL: Module gta01_pm_bt not found.&lt;br /&gt;
&lt;br /&gt;
 root@fic-gta01:~$ modprobe hci_usb    &lt;br /&gt;
 WARNING: Could not open '/lib/modules/2.6.21.5-moko10/kernel/net/bluetooth/bluetooth.ko': No such file or directory&lt;br /&gt;
 FATAL: Could not open '/lib/modules/2.6.21.5-moko10/kernel/drivers/bluetooth/hci_usb.ko': No such file or directory&lt;br /&gt;
&lt;br /&gt;
Can someone let me know if BT is supposed to work with 2007.2 / .08 plus updates? &lt;br /&gt;
&lt;br /&gt;
This issue is SOLVED, in a way: kernel 2.6.21.6 seems to be required.&lt;br /&gt;
&lt;br /&gt;
[[user:hhf423]]&lt;br /&gt;
&lt;br /&gt;
== Bluetooth keyboards which doesn't support HID: tested a keyboard ==&lt;br /&gt;
&lt;br /&gt;
I've tested a &amp;quot;Freedom Universal Keyboard&amp;quot;, model G912. Wiki says it should work but...&lt;br /&gt;
&lt;br /&gt;
Doesn't connect on HID mode (connection reset by peer), while on SPP just gives wrong characters, and also keeps sending chars even when not typing.&lt;br /&gt;
&lt;br /&gt;
Used kbdd too, this time on my desktop with usb dongle. Same thing as above, maybe this model is incompatible/needs special driver?&lt;br /&gt;
&lt;br /&gt;
[[User:Kiantis|Kiantis]] - 31 Aug 2008&lt;br /&gt;
&lt;br /&gt;
:I configured the G912 (Freedom Universal Keyboard²) in SPP and directly read serial input. There you get for each typed key a byte.  If the MSB is not set (0x80) the key is pressed. With python I managed to feed this keys to /dev/input/uinput.  But in the moment I think the script is only usable by myself.--[[User:Plaicy|Plaicy]] 21:31, 31 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
fyi: http://timwise.wikispaces.com/freedom+universal+keyboard (don't know what model it is off hand).&lt;br /&gt;
--[[User:Tim abell|tim_abell]] 03:16, 25 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Which rules.yaml file? ==&lt;br /&gt;
I have found some rules.yaml files, which do you mean in the main article? I would sugguest here using the absolute path. :) --[[User:Quix0r|Quix0r]] 12:33, 16 July 2009 (UTC)&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
I use paroli-testing5 here and the file in question is /etc/freesmartphone/oevents/'''old_'''rules.yaml. The modification is already done so (I '''think''', need confirmation here) no patching for paroli-testing5 users --[[User:Quix0r|Quix0r]] 13:22, 16 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Headset reconnect after resume? ==&lt;br /&gt;
Is there any solution that automatically reconnects the bt headset after suspend/resume, or could it be possible to keep the bt chip polling the headset every few seconds even while in suspend(If not, I consider it a design flaw, all bt headsets turn off after a few minutes without connection.) I tried coding a suspend/resume reconnector in fso some time back, but it didn't solve anything because my headset always turned off after a minute or two of fr suspend.--[[User:Rakshasa|Rakshasa]] 08:14, 9 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Helsinki</id>
		<title>Openmoko Local Groups: Helsinki</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Helsinki"/>
				<updated>2009-12-07T11:20:48Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[Talk:Openmoko Local Groups: Helsinki|discussion]]&lt;br /&gt;
&lt;br /&gt;
Subgroup of [[Openmoko Local Groups: Finland|Finland]]&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;
!Other&lt;br /&gt;
|-&lt;br /&gt;
|Mikko Rauhala&lt;br /&gt;
|Sysadmin, networking, programming, propaganda&lt;br /&gt;
|Awaiting GTA01Bv4, Neo Advanced&lt;br /&gt;
|Pihlajisto, Helsinki&lt;br /&gt;
|Speaking about Openmoko at FUUG cruise (tba) and Linux theme night (Nov. 14th)&lt;br /&gt;
|-&lt;br /&gt;
|[[User:csnellman|Carl Snellman]]&lt;br /&gt;
|Programming&lt;br /&gt;
|Application development/Location based services&lt;br /&gt;
|Helsinki (currently @ Palo Alto, CA, USA)&lt;br /&gt;
|-&lt;br /&gt;
|[[User:raynet|Allan Savolainen]]&lt;br /&gt;
|Sysadmin, networking, programming&lt;br /&gt;
|Development; Location Aware Applications, Interaction with cars (OBD-II)&lt;br /&gt;
|Near Lahti, office in Helsinki&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Xkr47|Jonas Berlin]]&lt;br /&gt;
|Sysadmin, networking, programming&lt;br /&gt;
|Userspace-level framework &amp;amp;amp; application hacking; communicating with other computers over bluetooth &amp;amp; gprs&lt;br /&gt;
|Perkkaa, Espoo&lt;br /&gt;
|-&lt;br /&gt;
|[[User:TimoJyrinki|Timo Jyrinki]]&lt;br /&gt;
|Programming, community stuff&lt;br /&gt;
|All-around hacking, GPS+OSM, translations to Finnish at some point&lt;br /&gt;
|Helsinki area&lt;br /&gt;
|-&lt;br /&gt;
|[[User:rhk|Risto H. Kurppa]]&lt;br /&gt;
|Community&lt;br /&gt;
|OSM, communication w. computers, everyday communication &amp;amp; internet apps&lt;br /&gt;
|Helsinki area&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Aapo|Aapo Rantalainen]]&lt;br /&gt;
|Programming&lt;br /&gt;
|User applications, games, pda-stuff, everyday communication&lt;br /&gt;
|Helsinki area&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Rakshasa|Jaakko Nissi]]&lt;br /&gt;
|Jack of all trades, master of none.&lt;br /&gt;
|everyday communication, gps.&lt;br /&gt;
|Lake Lawn&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Openmoko Local Groups]]&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Rakshasa</id>
		<title>User:Rakshasa</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Rakshasa"/>
				<updated>2009-12-07T07:37:50Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just an average kode kiddie(Being only 27years atm) from Finland.&lt;br /&gt;
&lt;br /&gt;
Gotten a freerunner quite some time ago. Now if it would just work I'd really start coding.&lt;br /&gt;
Update: It's already been more than a year since I got the freerunner. It's been sitting on the shelf in its rather unusable state, and i'm not coding. Feel kinda sad it all turned that way.&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Sarahclomid</id>
		<title>User:Sarahclomid</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Sarahclomid"/>
				<updated>2009-11-24T11:43:23Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Manually_using_Bluetooth</id>
		<title>Manually using Bluetooth</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Manually_using_Bluetooth"/>
				<updated>2009-07-18T08:39:29Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* List of known to work headsets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InProgress}}&lt;br /&gt;
Bluetooth is one of the core functions of the Neo1973, however it is basically unimplemented on the software side at the moment.&lt;br /&gt;
Hardware problems in the P1 phone mean that the CPU has to be active in order to wake on external bluetooth events, which will reduce the battery life to some 2 days at best in standby.&lt;br /&gt;
&lt;br /&gt;
This page details how to use bluetooth from the command line.&lt;br /&gt;
We have quite a lot of plans about what exactly Bluetooth should be used for.&lt;br /&gt;
&lt;br /&gt;
== Power it up ==&lt;br /&gt;
&lt;br /&gt;
Power up the adapter by clicking on the bluetooth icon in the top bar and selecting power on.&lt;br /&gt;
&lt;br /&gt;
The old way to do it is a shell command (for kernels before 2.6.24):&lt;br /&gt;
&lt;br /&gt;
 root@fic-gta01:~# echo 1 &amp;gt; /sys/bus/platform/devices/gta01-pm-bt.0/power_on&lt;br /&gt;
&lt;br /&gt;
For kernel 2.6.24 (or later) use&lt;br /&gt;
&lt;br /&gt;
 root@om-gta02:~# echo 1 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/power_on&lt;br /&gt;
&lt;br /&gt;
and on the GTA02 *only* (i.e. not on the GTA01) also use&lt;br /&gt;
&lt;br /&gt;
 root@om-gta02:~# echo 0 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/reset&lt;br /&gt;
&lt;br /&gt;
But nowadays[http://permalink.gmane.org/gmane.comp.hardware.smartphones.userland/165], one should use [[Dbus device API]]s!&lt;br /&gt;
&lt;br /&gt;
At the shell, &amp;quot;hciconfig&amp;quot; should print information about the adapter if it powered up properly:&lt;br /&gt;
&lt;br /&gt;
 hciconfig&lt;br /&gt;
&lt;br /&gt;
The devices should show as UP. If not you can use&lt;br /&gt;
&lt;br /&gt;
 hciconfig &amp;lt;device&amp;gt; up&lt;br /&gt;
&lt;br /&gt;
i.e.&lt;br /&gt;
&lt;br /&gt;
 hciconfig hci0 up&lt;br /&gt;
&lt;br /&gt;
== Bluetooth Functions ==&lt;br /&gt;
&lt;br /&gt;
===Configuring Bluetooth on Openmoko 2007.2 (August 27 snapshot with kernel 2.6.21.6-moko11) ===&lt;br /&gt;
&lt;br /&gt;
In file /etc/bluetooth/hcid.conf you should change the passkey from BlueZ to something numeric. For testing you may use &amp;quot;0000&amp;quot;. Also, you can set the name to &amp;quot;Neo (%d)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Scanning for bluetooth devices ===&lt;br /&gt;
&lt;br /&gt;
 hcitool scan&lt;br /&gt;
&lt;br /&gt;
This will list the addresses of any discoverable bluetooth devices in the vicinity&lt;br /&gt;
&lt;br /&gt;
=== passkey agent example ===&lt;br /&gt;
&lt;br /&gt;
There should be a passkey agent built into openmoko, but for now you can start up the example passkey agent and set the pin code there. This will allow for new pairings to be made when you attempt a connection.&lt;br /&gt;
&lt;br /&gt;
 passkey-agent --default 0000 &amp;amp;&lt;br /&gt;
&lt;br /&gt;
Note: the passkey-agent is not required in Openmoko 2007.2 with kernel 2.6.21.6 as of at least since August 27 (maybe earlier).&lt;br /&gt;
&lt;br /&gt;
In debian there is no passkey-agent binary but the package bluez-utils has its source code at /usr/share/doc/bluez-utils/examples/passkey-agent.c.gz.&lt;br /&gt;
&lt;br /&gt;
=== HID (Human Input Device) ===&lt;br /&gt;
&lt;br /&gt;
==== Being able to use HID devices ====&lt;br /&gt;
&lt;br /&gt;
If you are trying to connect a keyboard and you have bluez4, see [[Freedom_Slim_Keyboard]].&lt;br /&gt;
&lt;br /&gt;
Using a bluetooth keyboard with the built-in terminal is a little funky... I can only type into the console using the bt keyboard if the onscreen keyboard is visible. Also, pressing &amp;quot;p&amp;quot; twice on the bt keyboard actually gives you a &amp;quot;q&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We want to be able to use a bluetooth keyboard to type into the various applications of our Neo1973.&lt;br /&gt;
To use a Bluetooth Keyboard type: (11:22:33:44:55:66 is the Address of your BT-Keyboard)&lt;br /&gt;
&lt;br /&gt;
hidd --connect 11:22:33:44:55:66&lt;br /&gt;
&lt;br /&gt;
and press &amp;quot;Connect&amp;quot; on your BT-KB.  Alternately, if you know that only one BT-Keyboard is within range, you can just:&lt;br /&gt;
&lt;br /&gt;
hidd --search&lt;br /&gt;
&lt;br /&gt;
to find and connect to any BT-Keyboard. There are some bluetooth keyboard only support SPP profile can't direct using hidd comannd to connect. Please reference the discussion of this page for more information.&lt;br /&gt;
&lt;br /&gt;
Tested on:&lt;br /&gt;
* [http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3848&amp;amp;cl=us,en Logitech diNovo Mini] Works well, very portable and the touchpad also works just fine.  Also has no problems with double letters.&lt;br /&gt;
* [http://www.logitech.com/index.cfm/products/details/US/EN,CRID=2166,CONTENTID=10717 Logitech Dinovo Edge]&lt;br /&gt;
* [http://www.logitech.com/index.cfm/keyboards/keyboard_mice_combos/devices/164&amp;amp;cl=us,en Logitech Dinovo Media Desktop (keyboard)]&lt;br /&gt;
* [http://www.nokia.es/A4181580 Nokia SU-8W].  Switched on the BT keyboard, scanned for BT address and ran the connect statement above.  Works fine.&lt;br /&gt;
* [http://blog.russnelson.com/chordite Chordite].  This keyboard uses the Broadcom BCM2042 BT keyboard controller along with a custom driver.&lt;br /&gt;
* [http://www.apple.com/keyboard/ Apple's Aluminum Keyboard]. You may have to add 'auth enable; encrypt enable;' to device {} in  hcid.conf. Run the passkey agent the first time. --search works to pair and every time after. (Might be obvious for those who have used BT in other spots, but you have to type in y our passkey on the keyboard as the connect is happening, otherwise pairing doesn't take place. I don't think there is a prompt on the Neo for this)&lt;br /&gt;
* [http://www.apple.com/support/keyboard/ Apple's white &amp;quot;Wireless Keyboard (original)&amp;quot;] - details may be the same as above. (tested some time ago)&lt;br /&gt;
* [http://www.frogpad.com/ FrogPad] - as above&lt;br /&gt;
* [http://freedominput.com The freedom keyboard] and its many rebranded models (they look like this: [http://rabenfrost.net/openmoko/keyboard.jpg]) need 'modprobe uinput' to circumvent the 'Can't open input device: No such file or directory (2)' error of 'hidd --search'. It works as of february 7th 2008.&lt;br /&gt;
** Freeedom Universal Keyboard Model G912 does not work (see Discussion Page)&lt;br /&gt;
* [http://www.nextag.com/Playstation-3-Logitech-Cordless-564345667/prices-html?nxtg=f8320a24052a-7789F8FE732FF6E3 Logitech Playstation 3 Keyboard] Works well, Mouse pad works.&lt;br /&gt;
* [http://corporate.igo.com/product_details.aspx?id=16 iGo Stowaway UltraSlim] (which was apparently discontinued early 2008, but can still be bought in some places) ([[user:ChristW]] I have 2008.8 on it, and using hidd --search to connect to the iGo works perfectly. I also used it to edit a new contact, dial a number and edit a settings text box in [[TangoGPS]]. So far, no problems...)&lt;br /&gt;
* [http://www.vkb-support.com/ I-Tech Virtual Laser Keyboard] works.  Cursor keys not recognized as such, but produce keycodes than can be mapped.&lt;br /&gt;
&lt;br /&gt;
This is a script that I've ([[User:ChristW]]) been using with varying results. YMMV:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo Power on&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/power_on&lt;br /&gt;
sleep 1&lt;br /&gt;
echo Reset on&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/reset&lt;br /&gt;
sleep 1&lt;br /&gt;
echo Reset off&lt;br /&gt;
echo 0 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/reset&lt;br /&gt;
sleep 1&lt;br /&gt;
echo hciconfig down&lt;br /&gt;
hciconfig hci0 down&lt;br /&gt;
sleep 1&lt;br /&gt;
echo hciconfig up&lt;br /&gt;
hciconfig hci0 up&lt;br /&gt;
sleep 1&lt;br /&gt;
echo Connect&lt;br /&gt;
hidd --connect XX:XX:XX:XX:XX:XX&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(See also [[Freedom_Slim_Keyboard]] for fso scripts which work with bluez4.)&lt;br /&gt;
&lt;br /&gt;
==== Acting as HID device ====&lt;br /&gt;
&lt;br /&gt;
We want to be able to use the Neo as a HID device, being able to use it as controller for presentations. See [[ReMoko]]&lt;br /&gt;
&lt;br /&gt;
=== RFCOMM ===&lt;br /&gt;
&lt;br /&gt;
Here's how to connect to an external Bluetooth GPS and read NMEA data (Tested with a Holux GPSSlim236 and a Nokia LD-3W ).&lt;br /&gt;
&lt;br /&gt;
First, switch on the GPS and identify the BT address:&lt;br /&gt;
&lt;br /&gt;
  hcitool scan&lt;br /&gt;
&lt;br /&gt;
Then, edit /etc/bluetooth/rfcomm.conf, which by default has all settings commented out, to something like this:&lt;br /&gt;
&lt;br /&gt;
  rfcomm0 {&lt;br /&gt;
        # Automatically bind the device at startup&lt;br /&gt;
        bind no;&lt;br /&gt;
        # Bluetooth address of the device&lt;br /&gt;
        device 00:11:22:33:44:55;&lt;br /&gt;
        # RFCOMM channel for the connection (check your GPS docs for details)&lt;br /&gt;
        channel 1;&lt;br /&gt;
        # Description of the connection&lt;br /&gt;
        comment &amp;quot;Bluetooth GPS&amp;quot;;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Restart the BT services:&lt;br /&gt;
&lt;br /&gt;
  root@neo:~$ /etc/init.d/bluetooth stop&lt;br /&gt;
  root@neo:~$ /etc/init.d/bluetooth start&lt;br /&gt;
&lt;br /&gt;
You should now be able to bind the GPS to /dev/rfcomm0, like this:&lt;br /&gt;
&lt;br /&gt;
  root@neo:~$ rfcomm bind 0&lt;br /&gt;
&lt;br /&gt;
Confirm the connect:&lt;br /&gt;
&lt;br /&gt;
  root@neo:~$ rfcomm&lt;br /&gt;
  rfcomm0: 00:11:22:33:44:55 channel 1 clean &lt;br /&gt;
&lt;br /&gt;
... and watch the NMEA strings coming from your GPS:&lt;br /&gt;
&lt;br /&gt;
  root@neo:~$ cat /dev/rfcomm0 &lt;br /&gt;
  $GPGGA,111748.000,5907.6964,N,01121.1787,E,1,06,1.2,57.7,M,40.1,M,,0000*6F&lt;br /&gt;
  $GPRMC,111748.000,A,5907.6964,N,01121.1787,E,0.00,94.94,160807,,,A*50&lt;br /&gt;
  $GPVTG,94.94,T,,M,0.00,N,0.0,K,A*3D&lt;br /&gt;
&lt;br /&gt;
If you have nothing better to do, you can now pinpoint my office :-).&lt;br /&gt;
&lt;br /&gt;
=== OBEX ===&lt;br /&gt;
OBEX (abbreviation of OBject EXchange, also termed IrOBEX) is a communications protocol that facilitates the exchange of binary objects between devices. Here is the notes about how to use OBEX to send/receive files via bluetooth in NEO.&lt;br /&gt;
&lt;br /&gt;
power on bluetooth: &lt;br /&gt;
if you use FSO image&lt;br /&gt;
 root@om-gta02:~# dbus-send --system --dest=org.freesmartphone.odeviced --type=method_call --print-reply &lt;br /&gt;
 /org/freesmartphone/Device/PowerControl/Bluetooth org.freesmartphone.Device.PowerControl.SetPower int32:1&lt;br /&gt;
else: (GTA02 only)&lt;br /&gt;
 root@om-gta02:~# echo 1 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/reset&lt;br /&gt;
 root@om-gta02:~# echo 0 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/reset&lt;br /&gt;
&lt;br /&gt;
[http://linux.die.net/man/5/hcid.conf hcid.conf] &lt;br /&gt;
modify /etc/bluetooth/hcid.conf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
# HCI daemon configuration file.&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
# HCId options&lt;br /&gt;
options {&lt;br /&gt;
	# Automatically initialize new devices&lt;br /&gt;
	autoinit yes;&lt;br /&gt;
&lt;br /&gt;
	# Security Manager mode&lt;br /&gt;
	#   none - Security manager disabled&lt;br /&gt;
	#   auto - Use local PIN for incoming connections&lt;br /&gt;
	#   user - Always ask user for a PIN&lt;br /&gt;
	#&lt;br /&gt;
	security auto;&lt;br /&gt;
&lt;br /&gt;
	# Pairing mode&lt;br /&gt;
	#   none  - Pairing disabled&lt;br /&gt;
	#   multi - Allow pairing with already paired devices&lt;br /&gt;
	#   once  - Pair once and deny successive attempts&lt;br /&gt;
	pairing multi;&lt;br /&gt;
&lt;br /&gt;
	# Default PIN code for incoming connections&lt;br /&gt;
	passkey &amp;quot;1234&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# Default settings for HCI devices&lt;br /&gt;
device {&lt;br /&gt;
	# Local device name&lt;br /&gt;
	#   %d - device id&lt;br /&gt;
	#   %h - host name&lt;br /&gt;
	name &amp;quot;%h-%d&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
	# Local device class&lt;br /&gt;
	class 0x000100;&lt;br /&gt;
&lt;br /&gt;
	# Default packet type&lt;br /&gt;
	pkt_type DH1,DM1,HV1;&lt;br /&gt;
&lt;br /&gt;
	# Inquiry and Page scan&lt;br /&gt;
	iscan enable; pscan enable;&lt;br /&gt;
&lt;br /&gt;
	# Default link mode&lt;br /&gt;
	#   none   - no specific policy &lt;br /&gt;
	#   accept - always accept incoming connections&lt;br /&gt;
	#   master - become master on incoming connections,&lt;br /&gt;
	#            deny role switch on outgoing connections&lt;br /&gt;
	lm accept;&lt;br /&gt;
&lt;br /&gt;
	# Default link policy&lt;br /&gt;
	#   none    - no specific policy&lt;br /&gt;
	#   rswitch - allow role switch&lt;br /&gt;
	#   hold    - allow hold mode&lt;br /&gt;
	#   sniff   - allow sniff mode&lt;br /&gt;
	#   park    - allow park mode&lt;br /&gt;
	lp rswitch,hold,sniff,park;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://linux.die.net/man/8/hcid hcid] - Bluetooth Host Controller Interface Daemon &lt;br /&gt;
&lt;br /&gt;
All paired devices information are stored in /var/lib/bluetooth/BT HW addr folder &lt;br /&gt;
eg. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@om-gta02:/var/lib/bluetooth/00:06:6E:16:EB:C7# ls&lt;br /&gt;
classes        features       lastused       names          panu&lt;br /&gt;
config         gn             manufacturers  nap&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Display local devices&lt;br /&gt;
 root@om-gta02:/# hcitool dev&lt;br /&gt;
&lt;br /&gt;
Scan all nearby bluetooth devices&lt;br /&gt;
 root@om-gta02:~# hcitool scan&lt;br /&gt;
&lt;br /&gt;
Browse what kind of services in this device&lt;br /&gt;
 root@om-gta02:~# sdptool browse 00:18:C5:42:18:78&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Browsing 00:18:C5:42:18:78 ...&lt;br /&gt;
&lt;br /&gt;
Service Name: OBEX File Transfer&lt;br /&gt;
Service RecHandle: 0x1005b&lt;br /&gt;
Service Class ID List:&lt;br /&gt;
  &amp;quot;OBEX File Transfer&amp;quot; (0x1106)&lt;br /&gt;
Protocol Descriptor List:&lt;br /&gt;
  &amp;quot;L2CAP&amp;quot; (0x0100)&lt;br /&gt;
  &amp;quot;RFCOMM&amp;quot; (0x0003)&lt;br /&gt;
    Channel: 11&lt;br /&gt;
  &amp;quot;OBEX&amp;quot; (0x0008)&lt;br /&gt;
Language Base Attr List:&lt;br /&gt;
  code_ISO639: 0x454e&lt;br /&gt;
  encoding:    0x6a&lt;br /&gt;
  base_offset: 0x100&lt;br /&gt;
Profile Descriptor List:&lt;br /&gt;
  &amp;quot;OBEX File Transfer&amp;quot; (0x1106)&lt;br /&gt;
    Version: 0x0100&lt;br /&gt;
&lt;br /&gt;
Service Name: OBEX Object Push&lt;br /&gt;
Service RecHandle: 0x1005e&lt;br /&gt;
Service Class ID List:&lt;br /&gt;
  &amp;quot;OBEX Object Push&amp;quot; (0x1105)&lt;br /&gt;
Protocol Descriptor List:&lt;br /&gt;
  &amp;quot;L2CAP&amp;quot; (0x0100)&lt;br /&gt;
  &amp;quot;RFCOMM&amp;quot; (0x0003)&lt;br /&gt;
    Channel: 9&lt;br /&gt;
  &amp;quot;OBEX&amp;quot; (0x0008)&lt;br /&gt;
Language Base Attr List:&lt;br /&gt;
  code_ISO639: 0x454e&lt;br /&gt;
  encoding:    0x6a&lt;br /&gt;
  base_offset: 0x100&lt;br /&gt;
Profile Descriptor List:&lt;br /&gt;
  &amp;quot;OBEX Object Push&amp;quot; (0x1105)&lt;br /&gt;
    Version: 0x0100&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Use obexpush and obexftp tools&lt;br /&gt;
 &lt;br /&gt;
install obexpush, obexftp packages&lt;br /&gt;
 opkg install obexpush [http://www.go2linux.org/linux-command-line-obexftp-man-page obexftp]&lt;br /&gt;
&lt;br /&gt;
obexpush would launch 'opd' and it's a obex data server. It starts OBEX file transfer service. The default folder is /home/root and it would store all received files here. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 root@om-gta02:~# ps aux | grep opd&lt;br /&gt;
 root      1322  0.0  0.4   1972   604 ?        Ss   16:21   0:00 opd: waiting for incomming OBEX connections on channel 10...&lt;br /&gt;
&amp;lt;/pre&amp;gt;                 &lt;br /&gt;
&lt;br /&gt;
How to pair with a bluetooth device, check [http://wiki.bluez.org/wiki/Security bluez wiki]&lt;br /&gt;
&lt;br /&gt;
=== Networking ===&lt;br /&gt;
&lt;br /&gt;
==== Using PC's connection from Neo ====&lt;br /&gt;
&lt;br /&gt;
===== Bluetooth networking with a Linux system =====&lt;br /&gt;
&lt;br /&gt;
Bluetooth should behave just like our usbnet and provide full TCP/IP access to the phone.  BNEP has to be used.&lt;br /&gt;
&lt;br /&gt;
'''On the laptop'''&lt;br /&gt;
&lt;br /&gt;
* Start bluetooth&lt;br /&gt;
 /etc/init.d/bluetooth start&lt;br /&gt;
&lt;br /&gt;
* Start pand as server&lt;br /&gt;
 pand -s&lt;br /&gt;
&lt;br /&gt;
* As soon as pand is started on the phone configure your IP address&lt;br /&gt;
 ip a add 10.0.0.1/24 dev bnep0&lt;br /&gt;
 ip l set bnep0 up&lt;br /&gt;
&lt;br /&gt;
* Configure IP forwarding and masquerading to your liking (see [[USB_Networking]]). You can even set up Udev rules to do this for you once the bnep0 interface appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''On the Neo'''&lt;br /&gt;
&lt;br /&gt;
* There is a little script that does the steps below (and retries the pand -c command; I had issues with it not working the first time every time) at [[Bt-net-script]]  You shouldn't need the other steps below if you use the script.&lt;br /&gt;
&lt;br /&gt;
* Power on bluetooth (see above)&lt;br /&gt;
&lt;br /&gt;
* Scan for the laptop&lt;br /&gt;
 root@fic-gta01:~$ hcitool scan&lt;br /&gt;
 Scanning ...&lt;br /&gt;
 00:0E:6D:C0:0l:6A       Sho&lt;br /&gt;
 00:20:E0:5A:FE:C8       BlueZ (0)&lt;br /&gt;
&lt;br /&gt;
* Connect to the laptop pand&lt;br /&gt;
 root@fic-gta01:~$ pand -c 00:20:E0:5A:FE:C8&lt;br /&gt;
&lt;br /&gt;
* Configure your IP address&lt;br /&gt;
 ip a add 10.0.0.2/24 dev bnep0&lt;br /&gt;
 ip r add default via 10.0.0.1&lt;br /&gt;
&lt;br /&gt;
* Sometimes you may need to bring up the bnep0 on the phone as well:&lt;br /&gt;
 ip l set bnep0 up&lt;br /&gt;
* Enjoy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*--[[User:Mantis|Mantis]] 18:37, 15 October 2008 (UTC)  Note for use on OpenSuse 11.0 - I was getting a connection failure with 'Host is down(112)' errors in /var/log/messages (on neo).&lt;br /&gt;
I found that editing  /etc/bluetooth/hcid.conf  to set  'pscan enable'  instead of 'pscan disable' and making passkey consistent with Neo Freerunner made it work.&lt;br /&gt;
&lt;br /&gt;
Should see log line like&lt;br /&gt;
 ''pand[17965]: New connection from 00:06:6E:XX:XX:XX at bnep0''&lt;br /&gt;
&lt;br /&gt;
if connection is successful in server's /var/log/messages.&lt;br /&gt;
&lt;br /&gt;
===== Bluetooth networking with a MacOS X system =====&lt;br /&gt;
&lt;br /&gt;
Please refer to [[MacOS_X#Bluetooth_2]]&lt;br /&gt;
&lt;br /&gt;
For using the Neo as a dialup Bluetooth server and the Mac as the client, please see below at [[Manually_using_Bluetooth#PPP_Networking]]&lt;br /&gt;
&lt;br /&gt;
===== Bluetooth networking with a Windows XP system =====&lt;br /&gt;
&lt;br /&gt;
This was tested with a Windows XP SP2 on a IBM Thinkpad T41 with the Widcomm BT stack&lt;br /&gt;
&lt;br /&gt;
* Start bluetooth on Windows XP&lt;br /&gt;
&lt;br /&gt;
* Enable &amp;quot;Network Access&amp;quot; in the Bluetooth configuration&lt;br /&gt;
&lt;br /&gt;
* Scan for the Neo and pair with the Neo (right click, select pair)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the Neo&lt;br /&gt;
&lt;br /&gt;
* Enable PAN support on the Neo by changing Autostart from false to true in /etc/bluetooth/network.service&lt;br /&gt;
&lt;br /&gt;
* Power on bluetooth (see above)&lt;br /&gt;
&lt;br /&gt;
* Scan for the laptop&lt;br /&gt;
 root@fic-gta01:~$ hcitool scan&lt;br /&gt;
 Scanning ...&lt;br /&gt;
         &amp;lt;laptop_bt_address&amp;gt;     Thinkpad&lt;br /&gt;
         ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Connect to the laptop pand&lt;br /&gt;
 pand -c &amp;lt;laptop_bt_address&amp;gt; -r PANU -d NAP -e bnep0 -A -E -S&lt;br /&gt;
(add '-n' to see the pand status messages until you get it right)&lt;br /&gt;
&lt;br /&gt;
For some reason, I was not able to initiate PAN connections from the Neo, I got 'Permission denied (13)' even when I had explicitly allowed the Neo to connect (right click on Neo icon, set properties, on Authorization tab). But initiating 'PAN User' from Windows worked when executing on Neo:&lt;br /&gt;
 pand -l -r PANU -d NAP -e bnep0 -A -E -S&lt;br /&gt;
(add '-n' to see the pand status messages until you get it right)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Configure your IP address. It should work like when connecting to Linux:&lt;br /&gt;
 ip a add 10.0.0.2/24 dev bnep0&lt;br /&gt;
 ip r add default via 10.0.0.1&lt;br /&gt;
If this does not work, the IP stacks may have auto-assigned network addresses to themselves. You can look this up with 'ifconfig' on the Neo and with 'ipconfig' on Windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* You should now be able to ssh/putty from Windows to your Neo. Enjoy!&lt;br /&gt;
By setting up the Windows Bluetooth connection properly, it should also be possible to share the Internet Connection of the Windows box with the Neo.&lt;br /&gt;
&lt;br /&gt;
===== PPP Networking =====&lt;br /&gt;
&lt;br /&gt;
If you are unable to use the 'BNEP' method described above, you may be able to use [[PPP]] and a DUN (dialup-networking) emulation mode. On the Neo:&lt;br /&gt;
&lt;br /&gt;
* Edit the /etc/default/bluetooth file and set the following options:&lt;br /&gt;
 RFCOMM_ENABLE=true&lt;br /&gt;
 DUND_ENABLE=true&lt;br /&gt;
 DUND_OPTIONS=&amp;quot;--listen --persist call dun&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Create an /etc/ppp/peers/dun file with options like the following:&lt;br /&gt;
 115200&lt;br /&gt;
 192.168.2.202:192.168.2.200&lt;br /&gt;
 passive&lt;br /&gt;
 local&lt;br /&gt;
 noipdefault&lt;br /&gt;
 noauth&lt;br /&gt;
 nodefaultroute&lt;br /&gt;
 &lt;br /&gt;
* Restart bluetooth (/etc/init.d/bluetooth stop ; /etc/init.d/bluetooth start)&lt;br /&gt;
&lt;br /&gt;
To connect from a MacOS 10.3 client:&lt;br /&gt;
&lt;br /&gt;
* Open &amp;quot;Applications/Utilities/Bluetooth Serial Utility&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Click on &amp;quot;New&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Choose a name, then click &amp;quot;Choose Device&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Locate your Neo, then select the &amp;quot;LAN Access Point&amp;quot; service. If your device is not found, or if this service does not show up, then you will need to troubleshoot and fix that before continuing. Bluetooth is designed for short-range communication, so make sure that the devices are physically close to each other. &lt;br /&gt;
&lt;br /&gt;
* Select &amp;quot;Port type: RS-232&amp;quot; and &amp;quot;Show in Network Preferences&amp;quot;. Click OK.&lt;br /&gt;
&lt;br /&gt;
* Open the Network Preferences page then &amp;quot;Show: Network Port Configurations&amp;quot;. Enable the new device that you defined in the previous step and drag it to the bottom of the device list (so that it will not interfere with your other network connections)&lt;br /&gt;
&lt;br /&gt;
* Choose &amp;quot;Show: &amp;lt;your-device-name&amp;gt;&amp;quot;, then click &amp;quot;Modem&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Select &amp;quot;Null Modem 115200&amp;quot; from the list of available devices. Uncheck &amp;quot;Wait for dial tone&amp;quot; and &amp;quot;Enable error correction and compression in modem&amp;quot;. Optionally check &amp;quot;Show modem status in menu bar&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
* Click &amp;quot;Connect&amp;quot;. If everything worked, you will end up with a 'ppp0' device on your Mac with a local address of 192.168.2.200 and you will be able to access your Neo at 192.168.2.202.&lt;br /&gt;
&lt;br /&gt;
===== Bluetooth networking with a Linux system - More secure way =====&lt;br /&gt;
&lt;br /&gt;
''Check this, probably needs some corrections''&lt;br /&gt;
&lt;br /&gt;
Bluetooth should behave just like our usbnet and provide full TCP/IP access to the phone.  BNEP has to be used.&lt;br /&gt;
&lt;br /&gt;
On the laptop&lt;br /&gt;
&lt;br /&gt;
* check these options in /etc/bluetooth/hcid.conf&lt;br /&gt;
 security auto;&lt;br /&gt;
 passkey &amp;quot;your pin&amp;quot;;&lt;br /&gt;
 lm master;&lt;br /&gt;
&lt;br /&gt;
* Start bluetooth&lt;br /&gt;
 # /etc/init.d/bluetooth start&lt;br /&gt;
&lt;br /&gt;
* Start pand as server&lt;br /&gt;
  pand --listen --role NAP --encrypt&lt;br /&gt;
&lt;br /&gt;
* Add in /etc/network/interfaces (see [[USB_Networking]])&lt;br /&gt;
 auto bnep0&lt;br /&gt;
 iface bnep0 inet static&lt;br /&gt;
 address 192.168.1.1&lt;br /&gt;
 netmask 255.255.255.0&lt;br /&gt;
 network 192.168.1.0&lt;br /&gt;
        post-up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.1.0/24&lt;br /&gt;
        post-up echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
        post-up iptables -P FORWARD ACCEPT&lt;br /&gt;
&lt;br /&gt;
On the Neo&lt;br /&gt;
&lt;br /&gt;
* Power on bluetooth (see above)&lt;br /&gt;
&lt;br /&gt;
* Scan for the laptop&lt;br /&gt;
 root@fic-gta01:~$ hcitool scan&lt;br /&gt;
 Scanning ...&lt;br /&gt;
         00:20:E0:5A:FE:C8       laptop&lt;br /&gt;
&lt;br /&gt;
* Set pin&lt;br /&gt;
 root@fic-gta01:~$ passkey-agent 'your pin' 00:20:E0:5A:FE:C8 &amp;amp;&lt;br /&gt;
&lt;br /&gt;
* Connect to the laptop pand&lt;br /&gt;
 root@fic-gta01:~$ pand -c 00:20:E0:5A:FE:C8&lt;br /&gt;
&lt;br /&gt;
* Configure your IP address&lt;br /&gt;
 root@fic-gta01:~$ ifconfig bnep0 192.168.1.2&lt;br /&gt;
 root@fic-gta01:~$ route add default gateway 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
* Enjoy&lt;br /&gt;
&lt;br /&gt;
==== Using Neo's connection from PC ====&lt;br /&gt;
&lt;br /&gt;
===== Calling Neo's GPRS modem via Bluetooth =====&lt;br /&gt;
&lt;br /&gt;
In this mode, Neo would behave like any other phone which can be used from a PC to get a network connection.&lt;br /&gt;
&lt;br /&gt;
This section not written yet. Has someone set it up?&lt;br /&gt;
&lt;br /&gt;
===== Sharing existing Neo's connection =====&lt;br /&gt;
&lt;br /&gt;
In this mode, Neo already has a network connection (GPRS, WLAN, ...), and it should get shared to the PC. This guide is general on how to forward network connection from a machine running Linux to another machine. If interested, please see more information for example at http://www.gentoo.org/doc/en/bluetooth-guide.xml.&lt;br /&gt;
&lt;br /&gt;
On the PC&lt;br /&gt;
# Check with hciconfig you have working Bluetooth&lt;br /&gt;
On the Neo&lt;br /&gt;
(if on Debian etc., remember modprobe ohci_hcd hci_usb)&lt;br /&gt;
# Initialize Bluetooth as told before:&lt;br /&gt;
## echo 1 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/power_on&lt;br /&gt;
## echo 0 &amp;gt; /sys/bus/platform/devices/neo1973-pm-bt.0/reset&lt;br /&gt;
# install iptables: opkg install http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/iptables_1.3.8-r4.1_armv4t.ipk&lt;br /&gt;
# modprobe bnep&lt;br /&gt;
# Check that hcid is running both on Neo and PC (Bluetooth 4.x: install bluez-compat)&lt;br /&gt;
# Use default passkey &amp;quot;1234&amp;quot; in /etc/bluetooth/hcid.conf&lt;br /&gt;
# pand --listen --role NAP --master --autozap # note: after this you might have to the the step 1 below (&amp;quot;On the PC&amp;quot;) or the next step of getting the interface up does not work # note2: you could automate pand listener to start automatically when Bluetooth is turned on&lt;br /&gt;
# ifconfig bnep0 10.0.5.2 up&lt;br /&gt;
# echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
# iptables -t nat -A POSTROUTING -j MASQUERADE -o ppp0&lt;br /&gt;
On the PC:&lt;br /&gt;
# sudo pand --connect &amp;lt;your bluetooth mac address&amp;gt; --service NAP --autozap&lt;br /&gt;
# ifconfig bnep0 10.0.5.1 up&lt;br /&gt;
# You can test the connection with ping 10.0.5.2&lt;br /&gt;
# sudo ip route add default via 10.0.5.2 dev bnep0&lt;br /&gt;
# [not automated yet] add GPRS connection's nameservers to /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
== Advanced Audio Distribution Profile (A2DP) ==&lt;br /&gt;
&lt;br /&gt;
See [[A2DP]].&lt;br /&gt;
&lt;br /&gt;
== Headset Audio ==&lt;br /&gt;
&lt;br /&gt;
[[Neo1973_Audio_Subsystem]] has detail about alsa settings and a proposal for audio scenario management.&lt;br /&gt;
&lt;br /&gt;
To try this out, follow the instructions on the [[A2DP]] page to install software and run the passkey agent.&lt;br /&gt;
&lt;br /&gt;
Remove or disable the stuff you put in asound.conf. When using a voice headset, the application uses the regular system audio device and it gets routed to bluetooth in the codec.&lt;br /&gt;
&lt;br /&gt;
Put the headset in pairing mode. Replace the bluetooth address below with your headset's and run the python script:&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/python&lt;br /&gt;
 import dbus&lt;br /&gt;
 bus = dbus.SystemBus()&lt;br /&gt;
 manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'), 'org.bluez.Manager')&lt;br /&gt;
 conn = manager.ActivateService('audio')&lt;br /&gt;
 audio = dbus.Interface(bus.get_object(conn, '/org/bluez/audio'), 'org.bluez.audio.Manager')&lt;br /&gt;
 path = audio.CreateHeadset('00:0B:2E:39:33:22')&lt;br /&gt;
 audio.ChangeDefaultHeadset(path)&lt;br /&gt;
 headset = dbus.Interface (bus.get_object(conn, path), 'org.bluez.audio.Headset')&lt;br /&gt;
 headset.Connect()&lt;br /&gt;
 headset.Play()&lt;br /&gt;
&lt;br /&gt;
Now place a call and try to route it to bluetooth (after it's in progress):&lt;br /&gt;
&lt;br /&gt;
 alsactl -f /etc/gsmbluetooth.state restore&lt;br /&gt;
&lt;br /&gt;
You may also be able to listen to system audio given the right state file:&lt;br /&gt;
&lt;br /&gt;
 alsactl -f /etc/systembluetooth.state restore&lt;br /&gt;
 madplay song.mp3&lt;br /&gt;
&lt;br /&gt;
==Bluetooth Headset on Freerunner ==&lt;br /&gt;
&lt;br /&gt;
'''The following describes a procedure applicable only to some old deprecated shit (namely OM2008.x), skip to the next section if you want to see instructions on using BT headset with modern FSO-based distros.'''&lt;br /&gt;
&lt;br /&gt;
[http://lists.openmoko.org/pipermail/support/2008-September/thread.html#2627 This thread] suggests the following:&lt;br /&gt;
&lt;br /&gt;
:Turn on bluetooth. If some of the scripts below fail you may need to reboot [https://docs.openmoko.org/trac/ticket/1744 Bluetooth after suspend]&lt;br /&gt;
&lt;br /&gt;
:Pair your headset according to [http://wiki.bluez.org/ these] instructions or use the script below. The script will change your .asoundrc so make a backup before you run it.&lt;br /&gt;
&lt;br /&gt;
:http://handheldshell.com/BtConfigure.py&lt;br /&gt;
:Put the headset in pairing mode ( this only needs to be done once for each new headset ) and run&lt;br /&gt;
 BtConfigure.py &lt;br /&gt;
&lt;br /&gt;
:Download the the following python scripts to set up the audio service and set the headset as the default device:&lt;br /&gt;
&lt;br /&gt;
:http://handheldshell.com/BtHeadset.py&lt;br /&gt;
:http://handheldshell.com/passkey.py&lt;br /&gt;
:http://handheldshell.com/BtHeadsetDisconnect.py&lt;br /&gt;
:http://handheldshell.com/python-pyalsaaudio_0.3-ml0_armv4t.ipk  - can someone add python-pyalsa to the feeds ?&lt;br /&gt;
&lt;br /&gt;
:Download the the following python scripts if you prefer not to mess around with alsactl:&lt;br /&gt;
&lt;br /&gt;
:http://handheldshell.com/pymixer.py&lt;br /&gt;
:http://handheldshell.com/volume.desktop&lt;br /&gt;
&lt;br /&gt;
:put pymixer in /usr/bin&lt;br /&gt;
&lt;br /&gt;
 chmod u+x /usr/bin/pymixer.py&lt;br /&gt;
&lt;br /&gt;
:put volume.desktop in /usr/share/applications&lt;br /&gt;
&lt;br /&gt;
:Get the [[http://handheldshell.com/gsm_headset.txt alsa state file]] - this state file _WORKS_, mic and earphones are properly routed&lt;br /&gt;
&lt;br /&gt;
 cp gsm_headset.txt /usr/share/openmoko/scenarios/btheadset.state&lt;br /&gt;
&lt;br /&gt;
:from the home screen run Volume&lt;br /&gt;
&lt;br /&gt;
:from the terminal run&lt;br /&gt;
&lt;br /&gt;
 BtHeadset.py &lt;br /&gt;
&lt;br /&gt;
:Wait until it says waiting for call to end, you should hear static in the headset. If you don't something has gone wrong.&lt;br /&gt;
&lt;br /&gt;
:Now start the call&lt;br /&gt;
&lt;br /&gt;
:In the volume control switch to the btheadset tab. press restore&lt;br /&gt;
&lt;br /&gt;
:You should now hear the call in your headset. &lt;br /&gt;
&lt;br /&gt;
:End the call&lt;br /&gt;
&lt;br /&gt;
 BtHeadsetDisconnect.py &lt;br /&gt;
&lt;br /&gt;
:This was all done with the 2008-updates image from sept 4. &lt;br /&gt;
&lt;br /&gt;
:The new scripts rely on a specific format for the .asoundrc . A stanza like this is required :&lt;br /&gt;
&lt;br /&gt;
 pcm.headset {&lt;br /&gt;
     type bluetooth&lt;br /&gt;
     device &amp;lt;headset mac&amp;gt;&lt;br /&gt;
     profile &amp;quot;voice&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
== Once Again, Bluetooth Headset on Freerunner ==&lt;br /&gt;
&lt;br /&gt;
=== List of known to work headsets ===&lt;br /&gt;
no-name &amp;quot;Jabra&amp;quot;, discovered as &amp;quot;Bluetooth headset&amp;quot; -- PaulFertser&lt;br /&gt;
&lt;br /&gt;
'''Plantronics Voyager 855''' -- DigitalPioneer &lt;br /&gt;
&lt;br /&gt;
no-name '''BT Headset-12''' -- Vanous&lt;br /&gt;
&lt;br /&gt;
'''Plantronics Explorer 220''' -- Vendion&lt;br /&gt;
&lt;br /&gt;
'''Insmat (HS200?), a real cheap one''' -- Rakshasa&lt;br /&gt;
&lt;br /&gt;
=== List of non-working headsets ===&lt;br /&gt;
'''Iqua BHS-333''' (it turns on/off, beeps etc properly, but gives no sound) -- PaulFertser&lt;br /&gt;
&lt;br /&gt;
=== User reports ===&lt;br /&gt;
Heh, firsthand success experience finally :) I did everything according to these instructions, restarted frameworkd, started zhone, used fsoraw to request bluetooth resource (once i needed to press button on headset to turn it on). Call ring sounds at the Freerunner, calls got automatically routed to the headset, the sound was ok both ways (probably some tweaking might be needed depending on your headset's mic sensitivity). Unfortunately, alsa python bindings in Debian are too old so this works only for the first call (updating bindings should solve that). - &amp;lt;i&amp;gt;this is not valid for SHR users, more calls can be placed and even after suspend when the bt device get's disconnected, it can be manually reconnected via dbus call (see bellow) -- Vanous&amp;lt;/i&amp;gt;.  -- PaulFertser&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
PLEASE NOTE: You will need a recent git revision of frameworkd (latest in SHR-Unstable repos will do) and bluez4 to do this.&lt;br /&gt;
&lt;br /&gt;
If you're using SHR unstable, you already has a correct state file and rules.yaml, so you can skip to the pairing section.&lt;br /&gt;
&lt;br /&gt;
==== State file ====&lt;br /&gt;
To prepare, you will need a fixed statefile for bluetooth. You can download this at:&lt;br /&gt;
http://dl.getdropbox.com/u/453116/gsmbluetooth.state&lt;br /&gt;
You need to put it on your Freerunner in the /usr/share/openmoko/scenarios/ directory.&lt;br /&gt;
&lt;br /&gt;
==== Rules file ====&lt;br /&gt;
You will also need to modify your oevents/rules.yaml file. You should replace the entire section from '''Call -&amp;gt; Audio Scenario Handling''' (Which is shown) to (but not including) '''while: PowerStatus()''' with the following:&lt;br /&gt;
&lt;br /&gt;
 -&lt;br /&gt;
     #&lt;br /&gt;
     # Call -&amp;gt; Audio Scenario Handling&lt;br /&gt;
     #&lt;br /&gt;
     trigger: IncomingMessage()&lt;br /&gt;
     actions: MessageTone(play)&lt;br /&gt;
 &lt;br /&gt;
 -&lt;br /&gt;
     while: CallListContains(&amp;quot;incoming&amp;quot;)&lt;br /&gt;
     filters: Not(CallListContains(&amp;quot;active&amp;quot;))&lt;br /&gt;
     actions:&lt;br /&gt;
              - RingTone()&lt;br /&gt;
              - SetDisplayBrightness(&amp;quot;0&amp;quot;, 90)&lt;br /&gt;
              - OccupyResource(CPU)&lt;br /&gt;
 &lt;br /&gt;
 -&lt;br /&gt;
     while: CallStatus()&lt;br /&gt;
     filters: Or(HasAttr(status, &amp;quot;outgoing&amp;quot;), HasAttr(status, &amp;quot;active&amp;quot;))&lt;br /&gt;
     actions:&lt;br /&gt;
             - OccupyResource(CPU)&lt;br /&gt;
 -&lt;br /&gt;
     while: CallStatus()&lt;br /&gt;
     filters:&lt;br /&gt;
             - Or(HasAttr(status, &amp;quot;outgoing&amp;quot;), HasAttr(status, &amp;quot;active&amp;quot;))&lt;br /&gt;
             - Not(BTHeadsetIsConnected())&lt;br /&gt;
     actions:&lt;br /&gt;
             - SetScenario(gsmhandset)&lt;br /&gt;
 -&lt;br /&gt;
     while: CallStatus()&lt;br /&gt;
     filters:&lt;br /&gt;
             - Or(HasAttr(status, &amp;quot;outgoing&amp;quot;), HasAttr(status, &amp;quot;active&amp;quot;))&lt;br /&gt;
             - BTHeadsetIsConnected()&lt;br /&gt;
     actions:&lt;br /&gt;
             - SetScenario(gsmbluetooth)&lt;br /&gt;
             - BTHeadsetPlaying()&lt;br /&gt;
 -&lt;br /&gt;
&lt;br /&gt;
Now you will need to restart frameworkd:&lt;br /&gt;
 /etc/init.d/frameworkd restart&lt;br /&gt;
This causes problems for me, so you may find it easier to reboot. (Restarting ophonekitd seems to help with this):&lt;br /&gt;
&lt;br /&gt;
 killall ophonekitd &amp;amp;&amp;amp; ophonekitd&amp;amp;&lt;br /&gt;
&lt;br /&gt;
=== Pairing === &lt;br /&gt;
Now, you must pair the bluetooth headset with your Freerunner. Make sure the bluetooth chip is powered up (can be done through the Connectivity section in the SHR-Unstable settings manager) and that bluetoothd is running:&lt;br /&gt;
 /etc/init.d/bluetooth start&lt;br /&gt;
Now, to actually pair the bluetooth headset, you will need the simple-agent script. If you already have it, excellent. If you, like me, do not, then you can get it here:&lt;br /&gt;
http://dl.getdropbox.com/u/453116/simple-agent&lt;br /&gt;
Put it in /usr/bin/ and run '''chmod a+x /usr/bin/simple-agent'''&lt;br /&gt;
&lt;br /&gt;
Now put your headset into pairing mode and run '''hcitool scan'''. Find your headset and use its address in the command '''simple-agent hci0 XX:XX:XX:XX:XX:XX'''. If you give a third parameter (what it is doesn't matter) to simple-agent, it will disconnect then reconnect to the headset. &lt;br /&gt;
&lt;br /&gt;
=== Configuring bluez ===&lt;br /&gt;
Uncomment '''SCORouting=PCM''' setting in '''[General]''' section of&lt;br /&gt;
&lt;br /&gt;
 /etc/bluetooth/audio.conf&lt;br /&gt;
&lt;br /&gt;
do not forget to restart bluetoothd after that.&lt;br /&gt;
&lt;br /&gt;
=== Configuring FSO ===&lt;br /&gt;
Now we must tell frameworkd that you have a bluetooth headset. Headset parameters should be set in&lt;br /&gt;
&lt;br /&gt;
 /etc/freesmartphone/opreferences/conf/phone/default.yaml&lt;br /&gt;
&lt;br /&gt;
Parameters bt-headset-enabled and bt-headset-address (see opreferences/schema/phone.yaml for semantics).&lt;br /&gt;
&lt;br /&gt;
You need to restart FSO for the changes to take effect.&lt;br /&gt;
&lt;br /&gt;
===Connecting and reconnecting the bt device===&lt;br /&gt;
&lt;br /&gt;
You might need to get the bluetooth headset connected manually on the beggining and also after suspend:&lt;br /&gt;
&lt;br /&gt;
 mdbus -s org.bluez /org/bluez/`pidof bluetoothd`/hci0/dev_xx_xx_xx_xx_xx_xx org.bluez.Headset.Connect&lt;br /&gt;
&lt;br /&gt;
where xx_xx_xx_xx_xx_xx is address of the device, for example:&lt;br /&gt;
&lt;br /&gt;
 mdbus -s org.bluez /org/bluez/`pidof bluetoothd`/hci0/dev_00_09_DD_31_92_98 org.bluez.Headset.Connect&lt;br /&gt;
&lt;br /&gt;
Hopefully, your bluetooth headset now works. Good luck!&lt;br /&gt;
&lt;br /&gt;
===Additional helpfull testing commands===&lt;br /&gt;
Unfortunately, some headsets do not output any sound while everything else (it turns on, beeps, powers amplifier, turns off) works as expected. The reason is unknown but nevertheless one might try these commands (please don't forget to report the results on ML!):&lt;br /&gt;
&lt;br /&gt;
 rmmod sco&lt;br /&gt;
 modprobe sco disable_esco=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to manually play with bluetooth and statefiles, take into account that there's a kernel bug that makes loading gsmbluetooth state file not enough to actually work. One has to do&lt;br /&gt;
&lt;br /&gt;
 amixer sset &amp;quot;Capture Left Mixer&amp;quot; &amp;quot;Analogue Mix Right&amp;quot;&lt;br /&gt;
 amixer sset &amp;quot;Capture Left Mixer&amp;quot; &amp;quot;Analogue Mix Left&amp;quot;&lt;br /&gt;
&lt;br /&gt;
every time after loading this statefile.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
Ensure you have bluetooth powered and that bluetoothd is running. Read frameworkd log for the hints. Report on IRC/ML.&lt;br /&gt;
&lt;br /&gt;
== Debugging ==&lt;br /&gt;
&lt;br /&gt;
If anything goes wrong, capture the bluetooth traffic with&lt;br /&gt;
 sudo hcidump -l 4096 -w bt.dump&lt;br /&gt;
and attach bt.dump to your bug reports etc.&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
&lt;br /&gt;
http://www.holtmann.org/papers/bluetooth/ols2006_slides.pdf&lt;br /&gt;
http://wiki.bluez.org/wiki/Audio#org.bluez.Audio&lt;br /&gt;
http://www.gentoo.org/doc/en/bluetooth-guide.xml&lt;br /&gt;
&lt;br /&gt;
{{Languages|Manually_using_Bluetooth}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth| ]]&lt;br /&gt;
[[Category:Application Developer]]&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Rakshasa</id>
		<title>User:Rakshasa</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Rakshasa"/>
				<updated>2009-06-17T08:16:15Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just an average kode kiddie(Being only 27years atm) from Finland.&lt;br /&gt;
&lt;br /&gt;
Gotten a freerunner quite some time ago. Now if it would just work I'd really start coding.&lt;br /&gt;
Update: It's already been almost a year since I got the freerunner. It's been sitting on the shelf in its rather unusable state, and i'm not coding. Feel kinda sad it all turned that way.&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Robin7894</id>
		<title>User talk:Robin7894</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Robin7894"/>
				<updated>2009-05-26T09:31:48Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Edward2603</id>
		<title>User talk:Edward2603</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Edward2603"/>
				<updated>2009-05-18T05:30:51Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Robin7894</id>
		<title>User talk:Robin7894</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Robin7894"/>
				<updated>2009-05-18T05:30:12Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Edward2603</id>
		<title>User talk:Edward2603</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Edward2603"/>
				<updated>2009-05-15T20:12:58Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Rakshasa</id>
		<title>User:Rakshasa</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Rakshasa"/>
				<updated>2009-05-14T11:22:37Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: age++&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just an average kode kiddie(Being only 27years atm) from Finland.&lt;br /&gt;
&lt;br /&gt;
Gotten a freerunner quite some time ago. Now if it would just work I'd really start coding.&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Robin7894</id>
		<title>User talk:Robin7894</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Robin7894"/>
				<updated>2009-05-14T11:16:30Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Edward2603</id>
		<title>User talk:Edward2603</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Edward2603"/>
				<updated>2009-05-14T11:15:56Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Main_Page</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Main_Page"/>
				<updated>2009-05-14T11:12:55Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: Removed spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Page goal ==&lt;br /&gt;
&lt;br /&gt;
I think the functions should be limited to:&lt;br /&gt;
&lt;br /&gt;
1. Orient visitors, as a large fraction of them enter by this page (bookmarkability). We separate between newcomers, users and developers, so 3 boxes here.&lt;br /&gt;
&lt;br /&gt;
2. Announce news and upcoming events. One box.&lt;br /&gt;
&lt;br /&gt;
--[[User:MinhHaDuong|MinhHaDuong]] 10:29, 1 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Earlier Page Design ==&lt;br /&gt;
&lt;br /&gt;
Earlier page design was a lot better than the current state. Why we changed to this one. We are missing so much here. Specially the new visitors wont be able to get to the all the content that this Wiki has to offer.&lt;br /&gt;
&lt;br /&gt;
Please revert&lt;br /&gt;
--[[User:Kunaldeo|Kunaldeo]] 07:22, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for the feedback! The wiki maintainers team have agreed that there was too much content on the main page, so we removed much of the content for developpers. Could you please tell us what you are missing on this page? Is there some specific content you would like to see here? We will probably be able to add it in again. --[[User:Marko Knöbl|Marko Knöbl]] 12:55, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I can figure out everything, but I feel The complete intro section was very useful &amp;quot;Introduction to Openmoko,Meet the original core team,  Software Distributions  New Framework Initiative License, Why Openmoko?&amp;quot; --[[User:Kunaldeo|Kunaldeo]] 17:18, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I added a link to [[Why Openmoko]] in the &amp;quot;New to Openmoko?&amp;quot; box. I think this is a useful page, thanks for pointing this out! Please note that most of the section &amp;quot;Introduction to Openmoko&amp;quot; and the link to &amp;quot;Software Distributions&amp;quot; are still present. On the mailing list some have said that the contents of &amp;quot;Meet the original core team&amp;quot; and &amp;quot;license&amp;quot; are too specific for content of the main page, and I agree with that. I can't say anything about &amp;quot;New Framework Initiative&amp;quot; as I'm not a developer. Probably someone else can check if a link to this page is useful? --[[User:Marko Knöbl|Marko Knöbl]] 20:48, 7 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Design notes ==&lt;br /&gt;
&lt;br /&gt;
Please try to keep these elements in the top part of the screen (above the fold): Page title, motto, welcome statement, objective project definition, product picture, search box (not there yet !).&lt;br /&gt;
&lt;br /&gt;
Please try to keep also on the page (not necessarily above the fold): links to other official information sources (trac, mailing lists, etc.),  language chooser, more elaborated mission statement (historical overview),  philosophical position,  top level navigation within the wiki.&lt;br /&gt;
&lt;br /&gt;
--[[User:MinhHaDuong|MinhHaDuong]] 10:29, 1 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Please keep the language chooser on the top of the page.&lt;br /&gt;
&lt;br /&gt;
Consider that not all the people in the world are familiar with English. An only-English wiki is considered as an index of a poor project.  Please read my comment on the Translation point.&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;
&lt;br /&gt;
--[[User:Panta|Panta]] 22:59, 25 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2007.2 link ==&lt;br /&gt;
&lt;br /&gt;
In the software categories&lt;br /&gt;
The link to the 2007.2 distribution goes to a picture of the software stack. That is not very appealing. Maybe this link should point to a software description  (as the link to ASU, FSO, Qtopia does).&lt;br /&gt;
&lt;br /&gt;
--[[User:Feydreva|Feydreva]] 11:20, 1 August 2008 (ET)&lt;br /&gt;
&lt;br /&gt;
:Thanks for pointing this out! I changed the link. --[[User:Galadh|Galadh]] 22:23, 3 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nav Bar on left ==&lt;br /&gt;
&lt;br /&gt;
The Nav bar on the left is out of date, incorrect and has duplications.&lt;br /&gt;
&lt;br /&gt;
Software is linked to a Developers page?&lt;br /&gt;
There are two community links/&lt;br /&gt;
There is a Press Coverage on the left and in the new part&lt;br /&gt;
What exactly is Technical,  the whole site is technical.&lt;br /&gt;
&lt;br /&gt;
There are many more items that make the nav bar on the left confusing, unproductive, incorrect and it needs to be fixed or wacked. Brenda seems to be attached to it or afraid to change it as this has come up before and all we got were lame excuses as to why it is like it is.&lt;br /&gt;
&lt;br /&gt;
Please change it or remove it.&lt;br /&gt;
&lt;br /&gt;
:I've made a few suggestions to the sidebar on [[MediaWiki_talk:Sidebar | its talk page]]. I think this discussion is probably best kept there. --[[User:Kbjorgensen|KB Jørgensen]] 19:11, 25 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Translations ==&lt;br /&gt;
&lt;br /&gt;
The continuous updating of pages result as an impossible-to-solve game to people who likes to localize wikie's pages.&lt;br /&gt;
&lt;br /&gt;
Also, people visiting the site, may find outdated pages, thinking the project is dead or not so alive.&lt;br /&gt;
&lt;br /&gt;
Please, consider to use a translation friendly wiki like anwiki (www.anwiki.com) used for build Ulteo's site (www.ulteo.com).&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can consider to find a way to comunicate to guests and translators if a page is outdated or not and put a link to the right english page.&lt;br /&gt;
&lt;br /&gt;
Thank you and excuse my poor english: I can assure you I speak a more correct italian ;)&lt;br /&gt;
--[[User:panta|panta]] 11:17, 5 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have added language Hindi in the template, but its not getting reflected here.&lt;br /&gt;
--[[User:Kunaldeo|Kunaldeo]] 08:39, 23 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
It takes a while for template changes to propagate, [http://www.mediawiki.org/wiki/Manual:Job_queue the mediawiki engine is not completely synchronous]. [[User:MinhHaDuong|MinhHaDuong]] 10:46, 23 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Love the new design! ==&lt;br /&gt;
&lt;br /&gt;
Looks great!&lt;br /&gt;
&lt;br /&gt;
== Link to Jokes ==&lt;br /&gt;
&lt;br /&gt;
I think the link to [[Jokes]] does not fit the box &amp;quot;New to Openmoko?&amp;quot;. People who are new to this project won't get most of these jokes. May I delete this link? --[[User:Marko Knöbl|Marko Knöbl]] 11:20, 10 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I deem the link frontpage worthy because humor a good way to go deeply to the heart of things that can hardly be said otherwise (but not sidebar worthy of course it is not an essential navigation page). I added the link in that box because it belongs somewhere visible and I had no idea as to where else to put it, so any alternative placement suggestion should be considered. And it is true that even I don't get all the jokes, but newbies should get about half of them if they have the geek hacker subculture. What do you other guys think ? [[User:MinhHaDuong|MinhHaDuong]] 14:57, 10 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for your explanation! If we really want this on the main page I'd rather put it into the &amp;quot;for Users&amp;quot; box under &amp;quot;Openmoko community&amp;quot;. Would that be okay? --[[User:Marko Knöbl|Marko Knöbl]] 13:02, 12 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I've just moved it. I hope it's okay.--[[User:Marko Knöbl|Marko Knöbl]] 09:53, 20 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Boasting freedom ==&lt;br /&gt;
&lt;br /&gt;
I think it would be a good idea to provide a link near the top where people can learn more about the 'freedom' that's boasted about.  Many site visitors (including GNU/Linux users) will not be aware of the benefits and importance of what we mean by &amp;quot;freedom&amp;quot; for software users.&lt;br /&gt;
&lt;br /&gt;
Descripts of &amp;quot;rebuild the house&amp;quot; and linking &amp;quot;open source&amp;quot; to a page about getting source code are ways to get programmers interested, but I think it would be very unlikely for a non-hacker visitor to openmoko.org to discover how giving source code to hackers helps them, and why software freedom affects their lives.&lt;br /&gt;
&lt;br /&gt;
The no-work way to fix this would be to make the big word &amp;quot;free&amp;quot;, or an eary mention of &amp;quot;freedom&amp;quot;, a link to an existing explanation such as gnu.org's[http://www.gnu.org/philosophy/free-sw.html] or FSFE's.[http://fsfeurope.org/documents/freesoftware]&lt;br /&gt;
&lt;br /&gt;
When someone has time, this could be replaced with a page on openmoko.org with a more specific explanation of how why freedom is essential for mobile phones and mobile computing, and what benefits this leads to. [[User:Ciaran|Ciaran]] 23:22, 5 January 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu</id>
		<title>Automatic emulation in Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu"/>
				<updated>2008-07-17T04:37:38Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Qemu-ubuntu1.png|thumb|emulation of [[Openmoko]] running on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
This is a tutorial for getting an emulation environment on an Ubuntu system. For other systems see the [[Installation guide]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
You have to know that there is a great tool to get it running on a linux system, namely the [[MokoMakefile]]. This is a sort of wrapper round several instructions, so it is easy to set up and maintain a development environment. If you build the whole [[MokoMakefile]], you will need approximately 12GB, a swap+ram memory of about 1GB and minimum 5 hours time. But we will only build it for Qemu (the emulator that I will use) and that needs (on my system) only 890mb and a 15 min of your time.&lt;br /&gt;
&lt;br /&gt;
To get it running, you will have to tweak your ubuntu a little bit (This will not damage other programs, everything will work as before).&lt;br /&gt;
* Configure your sources (System -&amp;gt; Administration -&amp;gt; Software Sources) to include:&lt;br /&gt;
** Canonical-supported Open Source software (main)&lt;br /&gt;
** Community-maintained Open Source software (universe)&lt;br /&gt;
* Open your terminal (Applications -&amp;gt; Accessories -&amp;gt; Terminal).&lt;br /&gt;
* Enter following command and select NO when it asks to install dash as /bin/sh (You will have to enter your password)&lt;br /&gt;
    sudo dpkg-reconfigure dash&lt;br /&gt;
* Install the needed programs on Hardy Heron 8.04 (You will have to enter your password):&lt;br /&gt;
     sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
 git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
 libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
 libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
 libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
 dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
 help2man python-psyco lynx&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*For older versions (git-svn git-email git-cvs git-arch gitk are replaced by cogito)&lt;br /&gt;
    sudo apt-get install monotone git-core cogito python-dev ccache m4 sed bison \&lt;br /&gt;
 make cvs gawk libc6-dev g++ subversion sharutils docbook openjade quilt \&lt;br /&gt;
 libmpfr-dev libpcre3-dev texinfo texi2html libboost-date-time-dev \&lt;br /&gt;
 libboost-filesystem-dev libboost-regex-dev libboost-test-dev libboost-dev \&lt;br /&gt;
 zlib1g-dev build-essential dh-make debhelper devscripts gcc-3.4 netpbm \&lt;br /&gt;
 libsdl1.2-dev dosfstools help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voila your system is ready to get the install Openmoko.&lt;br /&gt;
&lt;br /&gt;
Now we will install Openmoko in a directory by downloading the MokoMakefile in it and build it.&lt;br /&gt;
* Create a directory and go into the directory:&lt;br /&gt;
    mkdir openmoko&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Get the MokoMakefile (Currently down due to fires in California. Use the link below instead):&lt;br /&gt;
    wget http://www.rwhitby.net/files/openmoko/Makefile &lt;br /&gt;
&lt;br /&gt;
If that doesn't work, try &lt;br /&gt;
&lt;br /&gt;
    wget http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile&lt;br /&gt;
&lt;br /&gt;
* Make the MokoMakefile and tell it, you want to install it for qemu:&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
This will download the necessary files of the latest release and build them following the MokoMakefile. After that it will start into the emulator for the first time. Voila you have now successfully installed openmoko onto your ubuntu system.&lt;br /&gt;
&lt;br /&gt;
===Creating a menu item for Openmoko (optional)===&lt;br /&gt;
&lt;br /&gt;
You can create a menu item for starting Openmoko by doing the following:&lt;br /&gt;
&lt;br /&gt;
*Open the terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal)&lt;br /&gt;
&lt;br /&gt;
*Go to the openmoko directory:&lt;br /&gt;
&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
&lt;br /&gt;
*open the file moko.sh with '''gedit''':&lt;br /&gt;
&lt;br /&gt;
 gedit moko.sh&lt;br /&gt;
&lt;br /&gt;
*insert the following text into the file:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
 make run-qemu&lt;br /&gt;
&lt;br /&gt;
*Press &amp;quot;save&amp;quot; and close gedit&lt;br /&gt;
&lt;br /&gt;
*then run the following commands:&lt;br /&gt;
 chmod +x moko.sh&lt;br /&gt;
 alacarte&lt;br /&gt;
&lt;br /&gt;
*and add a menu item with these values:&lt;br /&gt;
**Name: Openmoko&lt;br /&gt;
**Command: ~/openmoko/moko.sh&lt;br /&gt;
&lt;br /&gt;
**If you want to you can add an appropriate icon by clicking on the image on the top left. You can download some useful images here:&lt;br /&gt;
***[http://wiki.openmoko.org/wiki/Artwork Artwork in the Openmoko wiki]&lt;br /&gt;
***[http://openclipart.org/media/tags/openmoko Openmoko at the Open Clip Art Library]&lt;br /&gt;
&lt;br /&gt;
==Help with running Openmoko in Qemu==&lt;br /&gt;
&lt;br /&gt;
If you have created a menu item you can start Openmoko through the applications menu of Ubuntu. If you have not, you can start it by:&lt;br /&gt;
&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* starting with the MokoMakefile&lt;br /&gt;
    make run-qemu&lt;br /&gt;
&lt;br /&gt;
The first screen of Openmoko will show a nice picture of the Openmoko logo which will be followed&lt;br /&gt;
almost immediately by the BOOT MENU, this is done by the bootloader.&lt;br /&gt;
&lt;br /&gt;
In the BOOT MENU you can choose different options. To select an option you have to press enter (=aux) and to execute it, hit space (=power). The default selection will boot Openmoko.&lt;br /&gt;
Thus if the BOOT MENU shows, you just have to hit the space bar and the phone software will load.&lt;br /&gt;
&lt;br /&gt;
While booting Openmoko the progress will be shown in text mode. Depending on your computer's performance it might take a while (some minutes even) to complete the boot. When complete you will see the graphical interface as will be shown on the phone itself (but slightly larger due to  the larger pixelsize of your screen).&lt;br /&gt;
&lt;br /&gt;
A few pointers on using Openmoko:&lt;br /&gt;
* You can select the icon that looks like &amp;quot;+&amp;quot; for a list of applications you can run.&lt;br /&gt;
* You can select the icon that looks like &amp;quot;three gears&amp;quot; for a list of applications that are running now. Here you can also terminate unwanted applications when you are unable to do so from within the application itself.&lt;br /&gt;
* You can select the icon that looks like a &amp;quot;house&amp;quot; to get back to the first home screen.&lt;br /&gt;
* The statusbar at the top is always shown and by clicking on the top-left corner you can switch to another application that is already running. The &amp;quot;Home&amp;quot; application is always running and clicking on it will bring you back to the home screen.&lt;br /&gt;
&lt;br /&gt;
See [[Qemu]] for more advanced information on running Openmoko in Qemu.&lt;br /&gt;
&lt;br /&gt;
==Installing ipk packages==&lt;br /&gt;
First you need a xxx.ipk package, see [[toolchain]] on how to compile an application for the ARM CPU and create the package.&lt;br /&gt;
&lt;br /&gt;
Note that if at this point you have the Openmoko Qemu running, it is probably wise to terminate it first.&lt;br /&gt;
Then you can install the xxx.ipk package for access by the Qemu emulator with:&lt;br /&gt;
&lt;br /&gt;
 cd openmoko&lt;br /&gt;
 mkdir -p build/tmp/deploy/glibc/ipk/a&lt;br /&gt;
 cp xxx.ipk build/tmp/deploy/glibc/ipk/a/xxx_a.ipk&lt;br /&gt;
 make qemu-copy-package-xxx&lt;br /&gt;
&lt;br /&gt;
''Note: for some reason qemu-copy-package-xxx looks for above source file.&lt;br /&gt;
Maybe this part can be improved, or a different command can overcome the problem of creating this directory.''&lt;br /&gt;
&lt;br /&gt;
When above make command was succesful the next time you start Openmoko Qemu,&lt;br /&gt;
you still need to make the installed application available in the application list.&lt;br /&gt;
For this you can select from within Openmoko the terminal application&lt;br /&gt;
(Select icon that looks like &amp;quot;+&amp;quot; for the list of available applicaitons, select &amp;quot;Applications&amp;quot; and select the &amp;quot;Terminal&amp;quot;).&lt;br /&gt;
In this terminal double-click, so you can type in the commands:&lt;br /&gt;
 opkg install /media/mmcblk0/xxx_a.ipk&lt;br /&gt;
 exit&lt;br /&gt;
After the &amp;quot;exit&amp;quot; command you should return to the Task list, in which the newly&lt;br /&gt;
added application should be listed under a name which was choosen when building the ipk package.&lt;br /&gt;
&lt;br /&gt;
== Updating Openmoko==&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Update with the MokoMakefile&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
If you have any problems, just add it here&lt;br /&gt;
&lt;br /&gt;
After issuing the command 'make qemu' in Gutsy, the installation eventually borks with&lt;br /&gt;
&lt;br /&gt;
    make[2]: Leaving directory `/usr/local/src/openmoko/build/qemu/arm-softmmu'&lt;br /&gt;
    make[1]: Leaving directory `/usr/local/src/openmoko/build/qemu'&lt;br /&gt;
    [ -e images/openmoko ] || mkdir -p images/openmoko&lt;br /&gt;
    ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env images/openmoko/env&lt;br /&gt;
    ( cd images &amp;amp;&amp;amp; ../openmoko/trunk/src/host/qemu-neo1973/openmoko/download.sh )&lt;br /&gt;
        Retrieving available builds list...&lt;br /&gt;
        Kernel is... not found&lt;br /&gt;
    make: *** [download-images] Error 255&lt;br /&gt;
&lt;br /&gt;
[[User:BioGeek|BioGeek]] 02:03, 27 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Do you still have the problem?&lt;br /&gt;
&lt;br /&gt;
[[User:Dolfje|Dolfje]] 20:54, 9 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
I tested this today (uImage-2.6.24+svnr4301-r4251-r5-om-gta01.bin) on '''hardy'''. Qemu doesn't compile with gcc4 you need:&lt;br /&gt;
    sudo aptitude install gcc-3.4&lt;br /&gt;
After the init process started, became the emulation extremely slow. It takes more than 15 minutes&lt;br /&gt;
to boot the GUI on 2GHz CPU and you have to klick &amp;amp; hold the mouse several seconds to see&lt;br /&gt;
any visual response. It would be great if there was a easy way to get a shell,&lt;br /&gt;
i.e. why the serial port (ctrl+shift-3) doesn't have a getty &amp;amp; co attached?&amp;lt;br /&amp;gt;&lt;br /&gt;
Can anybody confirm this?&lt;br /&gt;
--[[User:Captn|Captn]] 12:29, 18 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi, just to tell that the ''Install ipkg package'' part is not effective since there is no room to install the .ipk on the QEmu (say ROM image) device.&lt;br /&gt;
&lt;br /&gt;
Have any idea on how to get over it or to enable the automatic memory allocation on QEmu if allowed?&lt;br /&gt;
&lt;br /&gt;
--[[User:VdeGrandpré|VdeGrandpré]] 17:37, 12 mai 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I have compiled the Qemu source just fine on Ubuntu Hardy, but when the emulator started it showed up with an unusual QT theme. After the nice picture with the two boots there appeared a message line &amp;quot;No network&amp;quot; in the middle of the screen and 4 icons (cellphone, Q, star and lock). The buttons below the icons are unresponsive. They show a change in the background color when I click them with the mouse, but then nothing happens. Even if I press them for several seconds as noted above. Has the Openmoko theme been accidentally replaced by a non-working QT theme or did I configure something wrong on my end?&lt;br /&gt;
&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
--[[User:Xaos|Xaos]] 15:06, July 7th, 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Thomas, I got the same thing when I tried.  On the #openmoko IRC channel, lindi and I (with help) got this to work:&lt;br /&gt;
&lt;br /&gt;
1. After building qemu with &amp;quot;make qemu&amp;quot;, close the emulator and:&lt;br /&gt;
&lt;br /&gt;
2. modify the file: build/qemu/openmoko/env as follows (you may need to adjust these values as time goes by for different images):&lt;br /&gt;
    # rootfs_wildcard=&amp;quot;Open?oko-openmoko-*image*-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    rootfs_wildcard=&amp;quot;Openmoko-openmoko-devel-image-glibc-ipk-P1-Snapshot-20080706-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    #download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/&amp;quot;&lt;br /&gt;
    download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/200807/20080706/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. Download the above .jffs2 file (build the URL with the download_dir and the rootfs_wildcard values) to images/openmoko/&lt;br /&gt;
&lt;br /&gt;
4. run &amp;quot;make flash-qemu-official&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. run &amp;quot;make run-qemu-snapshot&amp;quot;  or &amp;quot;make run-qemu&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Schafdog|schafdog]] 15:10, July 1th 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Built succesfully on a Fedora Linux 9. Trying to run on the linux box but with the XServer on OS X. It doesn't react to any keypress. Now tried it locally. The keypress works, but stil having some issues to get openmoko up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Languages|Automatic emulation in Ubuntu}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu</id>
		<title>Automatic emulation in Ubuntu</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Automatic_emulation_in_Ubuntu"/>
				<updated>2008-07-17T04:33:39Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Qemu-ubuntu1.png|thumb|emulation of [[Openmoko]] running on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
This is a tutorial for getting an emulation environment on an Ubuntu system. For other systems see the [[Installation guide]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
You have to know that there is a great tool to get it running on a linux system, namely the [[MokoMakefile]]. This is a sort of wrapper round several instructions, so it is easy to set up and maintain a development environment. If you build the whole [[MokoMakefile]], you will need approximately 12GB, a swap+ram memory of about 1GB and minimum 5 hours time. But we will only build it for Qemu (the emulator that I will use) and that needs (on my system) only 890mb and a 15 min of your time.&lt;br /&gt;
&lt;br /&gt;
To get it running, you will have to tweak your ubuntu a little bit (This will not damage other programs, everything will work as before).&lt;br /&gt;
* Configure your sources (System -&amp;gt; Administration -&amp;gt; Software Sources) to include:&lt;br /&gt;
** Canonical-supported Open Source software (main)&lt;br /&gt;
** Community-maintained Open Source software (universe)&lt;br /&gt;
* Open your terminal (Applications -&amp;gt; Accessories -&amp;gt; Terminal).&lt;br /&gt;
* Enter following command and select NO when it asks to install dash as /bin/sh (You will have to enter your password)&lt;br /&gt;
    sudo dpkg-reconfigure dash&lt;br /&gt;
* Install the needed programs on Hardy Heron 8.04 (You will have to enter your password):&lt;br /&gt;
     sudo apt-get install monotone git-core git-svn git-email \&lt;br /&gt;
 git-cvs git-arch gitk python-dev ccache m4 sed bison make cvs gawk \&lt;br /&gt;
 libc6-dev g++ subversion sharutils docbook openjade quilt libmpfr-dev \&lt;br /&gt;
 libpcre3-dev texinfo texi2html libboost-date-time-dev libboost-filesystem-dev \&lt;br /&gt;
 libboost-regex-dev libboost-test-dev libboost-dev zlib1g-dev build-essential \&lt;br /&gt;
 dh-make debhelper devscripts gcc-3.4 lynx netpbm libsdl1.2-dev dosfstools \&lt;br /&gt;
 help2man python-psyco lynx&lt;br /&gt;
**python-psyco is not available for x86-64 arch. Luckily it is not required.&lt;br /&gt;
&lt;br /&gt;
*For older versions (git-svn git-email git-cvs git-arch gitk are replaced by cogito)&lt;br /&gt;
    sudo apt-get install monotone git-core cogito python-dev ccache m4 sed bison \&lt;br /&gt;
 make cvs gawk libc6-dev g++ subversion sharutils docbook openjade quilt \&lt;br /&gt;
 libmpfr-dev libpcre3-dev texinfo texi2html libboost-date-time-dev \&lt;br /&gt;
 libboost-filesystem-dev libboost-regex-dev libboost-test-dev libboost-dev \&lt;br /&gt;
 zlib1g-dev build-essential dh-make debhelper devscripts gcc-3.4 netpbm \&lt;br /&gt;
 libsdl1.2-dev dosfstools help2man python-psyco lynx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Voila your system is ready to get the install Openmoko.&lt;br /&gt;
&lt;br /&gt;
Now we will install Openmoko in a directory by downloading the MokoMakefile in it and build it.&lt;br /&gt;
* Create a directory and go into the directory:&lt;br /&gt;
    mkdir openmoko&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Get the MokoMakefile (Currently down due to fires in California. Use the link below instead):&lt;br /&gt;
    wget http://www.rwhitby.net/files/openmoko/Makefile &lt;br /&gt;
&lt;br /&gt;
If that doesn't work, try &lt;br /&gt;
&lt;br /&gt;
    wget http://svn.projects.openmoko.org/svnroot/mokomakefile/trunk/Makefile&lt;br /&gt;
&lt;br /&gt;
* Make the MokoMakefile and tell it, you want to install it for qemu:&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
This will download the necessary files of the latest release and build them following the MokoMakefile. After that it will start into the emulator for the first time. Voila you have now successfully installed openmoko onto your ubuntu system.&lt;br /&gt;
&lt;br /&gt;
===Creating a menu item for Openmoko (optional)===&lt;br /&gt;
&lt;br /&gt;
You can create a menu item for starting Openmoko by doing the following:&lt;br /&gt;
&lt;br /&gt;
*Open the terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal)&lt;br /&gt;
&lt;br /&gt;
*Go to the openmoko directory:&lt;br /&gt;
&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
&lt;br /&gt;
*open the file moko.sh with '''gedit''':&lt;br /&gt;
&lt;br /&gt;
 gedit moko.sh&lt;br /&gt;
&lt;br /&gt;
*insert the following text into the file:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cd ~/openmoko&lt;br /&gt;
 make run-qemu&lt;br /&gt;
&lt;br /&gt;
*Press &amp;quot;save&amp;quot; and close gedit&lt;br /&gt;
&lt;br /&gt;
*then run the following commands:&lt;br /&gt;
 chmod +x moko.sh&lt;br /&gt;
 alacarte&lt;br /&gt;
&lt;br /&gt;
*and add a menu item with these values:&lt;br /&gt;
**Name: Openmoko&lt;br /&gt;
**Command: ~/openmoko/moko.sh&lt;br /&gt;
&lt;br /&gt;
**If you want to you can add an appropriate icon by clicking on the image on the top left. You can download some useful images here:&lt;br /&gt;
***[http://wiki.openmoko.org/wiki/Artwork Artwork in the Openmoko wiki]&lt;br /&gt;
***[http://openclipart.org/media/tags/openmoko Openmoko at the Open Clip Art Library]&lt;br /&gt;
&lt;br /&gt;
==Help with running Openmoko in Qemu==&lt;br /&gt;
&lt;br /&gt;
If you have created a menu item you can start Openmoko through the applications menu of Ubuntu. If you have not, you can start it by:&lt;br /&gt;
&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* starting with the MokoMakefile&lt;br /&gt;
    make run-qemu&lt;br /&gt;
&lt;br /&gt;
The first screen of Openmoko will show a nice picture of the Openmoko logo which will be followed&lt;br /&gt;
almost immediately by the BOOT MENU, this is done by the bootloader.&lt;br /&gt;
&lt;br /&gt;
In the BOOT MENU you can choose different options. To select an option you have to press enter (=aux) and to execute it, hit space (=power). The default selection will boot Openmoko.&lt;br /&gt;
Thus if the BOOT MENU shows, you just have to hit the space bar and the phone software will load.&lt;br /&gt;
&lt;br /&gt;
While booting Openmoko the progress will be shown in text mode. Depending on your computer's performance it might take a while (some minutes even) to complete the boot. When complete you will see the graphical interface as will be shown on the phone itself (but slightly larger due to  the larger pixelsize of your screen).&lt;br /&gt;
&lt;br /&gt;
A few pointers on using Openmoko:&lt;br /&gt;
* You can select the icon that looks like &amp;quot;+&amp;quot; for a list of applications you can run.&lt;br /&gt;
* You can select the icon that looks like &amp;quot;three gears&amp;quot; for a list of applications that are running now. Here you can also terminate unwanted applications when you are unable to do so from within the application itself.&lt;br /&gt;
* You can select the icon that looks like a &amp;quot;house&amp;quot; to get back to the first home screen.&lt;br /&gt;
* The statusbar at the top is always shown and by clicking on the top-left corner you can switch to another application that is already running. The &amp;quot;Home&amp;quot; application is always running and clicking on it will bring you back to the home screen.&lt;br /&gt;
&lt;br /&gt;
See [[Qemu]] for more advanced information on running Openmoko in Qemu.&lt;br /&gt;
&lt;br /&gt;
==Installing ipk packages==&lt;br /&gt;
First you need a xxx.ipk package, see [[toolchain]] on how to compile an application for the ARM CPU and create the package.&lt;br /&gt;
&lt;br /&gt;
Note that if at this point you have the Openmoko Qemu running, it is probably wise to terminate it first.&lt;br /&gt;
Then you can install the xxx.ipk package for access by the Qemu emulator with:&lt;br /&gt;
&lt;br /&gt;
 cd openmoko&lt;br /&gt;
 mkdir -p build/tmp/deploy/glibc/ipk/a&lt;br /&gt;
 cp xxx.ipk build/tmp/deploy/glibc/ipk/a/xxx_a.ipk&lt;br /&gt;
 make qemu-copy-package-xxx&lt;br /&gt;
&lt;br /&gt;
''Note: for some reason qemu-copy-package-xxx looks for above source file.&lt;br /&gt;
Maybe this part can be improved, or a different command can overcome the problem of creating this directory.''&lt;br /&gt;
&lt;br /&gt;
When above make command was succesful the next time you start Openmoko Qemu,&lt;br /&gt;
you still need to make the installed application available in the application list.&lt;br /&gt;
For this you can select from within Openmoko the terminal application&lt;br /&gt;
(Select icon that looks like &amp;quot;+&amp;quot; for the list of available applicaitons, select &amp;quot;Applications&amp;quot; and select the &amp;quot;Terminal&amp;quot;).&lt;br /&gt;
In this terminal double-click, so you can type in the commands:&lt;br /&gt;
 opkg install /media/mmcblk0/xxx_a.ipk&lt;br /&gt;
 exit&lt;br /&gt;
After the &amp;quot;exit&amp;quot; command you should return to the Task list, in which the newly&lt;br /&gt;
added application should be listed under a name which was choosen when building the ipk package.&lt;br /&gt;
&lt;br /&gt;
== Updating Openmoko==&lt;br /&gt;
* Open your terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal).&lt;br /&gt;
* Go to the directory:&lt;br /&gt;
    cd openmoko&lt;br /&gt;
* Update with the MokoMakefile&lt;br /&gt;
    make qemu&lt;br /&gt;
&lt;br /&gt;
== Problems ==&lt;br /&gt;
If you have any problems, just add it here&lt;br /&gt;
&lt;br /&gt;
After issuing the command 'make qemu' in Gutsy, the installation eventually borks with&lt;br /&gt;
&lt;br /&gt;
    make[2]: Leaving directory `/usr/local/src/openmoko/build/qemu/arm-softmmu'&lt;br /&gt;
    make[1]: Leaving directory `/usr/local/src/openmoko/build/qemu'&lt;br /&gt;
    [ -e images/openmoko ] || mkdir -p images/openmoko&lt;br /&gt;
    ln -sf `pwd`/openmoko/trunk/src/host/qemu-neo1973/openmoko/env images/openmoko/env&lt;br /&gt;
    ( cd images &amp;amp;&amp;amp; ../openmoko/trunk/src/host/qemu-neo1973/openmoko/download.sh )&lt;br /&gt;
        Retrieving available builds list...&lt;br /&gt;
        Kernel is... not found&lt;br /&gt;
    make: *** [download-images] Error 255&lt;br /&gt;
&lt;br /&gt;
[[User:BioGeek|BioGeek]] 02:03, 27 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Do you still have the problem?&lt;br /&gt;
&lt;br /&gt;
[[User:Dolfje|Dolfje]] 20:54, 9 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
I tested this today (uImage-2.6.24+svnr4301-r4251-r5-om-gta01.bin) on '''hardy'''. Qemu doesn't compile with gcc4 you need:&lt;br /&gt;
    sudo aptitude install gcc-3.4&lt;br /&gt;
After the init process started, became the emulation extremely slow. It takes more than 15 minutes&lt;br /&gt;
to boot the GUI on 2GHz CPU and you have to klick &amp;amp; hold the mouse several seconds to see&lt;br /&gt;
any visual response. It would be great if there was a easy way to get a shell,&lt;br /&gt;
i.e. why the serial port (ctrl+shift-3) doesn't have a getty &amp;amp; co attached?&amp;lt;br /&amp;gt;&lt;br /&gt;
Can anybody confirm this?&lt;br /&gt;
--[[User:Captn|Captn]] 12:29, 18 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hi, just to tell that the ''Install ipkg package'' part is not effective since there is no room to install the .ipk on the QEmu (say ROM image) device.&lt;br /&gt;
&lt;br /&gt;
Have any idea on how to get over it or to enable the automatic memory allocation on QEmu if allowed?&lt;br /&gt;
&lt;br /&gt;
--[[User:VdeGrandpré|VdeGrandpré]] 17:37, 12 mai 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I have compiled the Qemu source just fine on Ubuntu Hardy, but when the emulator started it showed up with an unusual QT theme. After the nice picture with the two boots there appeared a message line &amp;quot;No network&amp;quot; in the middle of the screen and 4 icons (cellphone, Q, star and lock). The buttons below the icons are unresponsive. They show a change in the background color when I click them with the mouse, but then nothing happens. Even if I press them for several seconds as noted above. Has the Openmoko theme been accidentally replaced by a non-working QT theme or did I configure something wrong on my end?&lt;br /&gt;
&lt;br /&gt;
Thomas&lt;br /&gt;
&lt;br /&gt;
--[[User:Xaos|Xaos]] 15:06, July 7th, 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Thomas, I got the same thing when I tried.  On the #openmoko IRC channel, lindi and I (with help) got this to work:&lt;br /&gt;
&lt;br /&gt;
1. After building qemu with &amp;quot;make qemu&amp;quot;, close the emulator and:&lt;br /&gt;
&lt;br /&gt;
2. modify the file: build/qemu/openmoko/env as follows (you may need to adjust these values as time goes by for different images):&lt;br /&gt;
    # rootfs_wildcard=&amp;quot;Open?oko-openmoko-*image*-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    rootfs_wildcard=&amp;quot;Openmoko-openmoko-devel-image-glibc-ipk-P1-Snapshot-20080706-om-gta01.rootfs.jffs2&amp;quot;&lt;br /&gt;
    #download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/&amp;quot;&lt;br /&gt;
    download_dir=&amp;quot;http://buildhost.openmoko.org/daily/neo1973/200807/20080706/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. Download the above .jffs2 file (build the URL with the download_dir and the rootfs_wildcard values) to images/openmoko/&lt;br /&gt;
&lt;br /&gt;
4. run &amp;quot;make flash-qemu-official&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. run &amp;quot;make run-qemu-snapshot&amp;quot;  or &amp;quot;make run-qemu&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Schafdog|schafdog]] 15:10, July 1th 2008 (CST)&lt;br /&gt;
&lt;br /&gt;
Built succesfully on a Fedora Linux 9. Trying to run on the linux box but with the XServer on OS X. It doesn't react to any keypress. Now tried it locally. The keypress works, but stil having some issues to get openmoko up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Languages|Automatic emulation in Ubuntu}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Rakshasa</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-07-15T11:41:24Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* Possible new order(s) */&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;
For calculating shipping costs, the dimensions of one 10-pack is 435mm x 371mm x 119mm. The weight should be around 3kg.&lt;br /&gt;
&lt;br /&gt;
Steve from Openmoko announced &amp;quot;Every 10 pack, will come with a box of stuff. 10 pouches and 10 head sets.&amp;quot;&lt;br /&gt;
So join us within a local group !&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style='float:right'&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Group Sales Australia| Australia ]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Austria ==&lt;br /&gt;
There is a group-buy page at MetaLab, available here: http://metalab.at/wiki/OpenMoko .. we almost have the full 10 slots assigned, and its quite possible that we will order *20* phones, so please register on the Metalab pages and let us know if you're interested .. &lt;br /&gt;
&lt;br /&gt;
=== Salzburg ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* D. Kepplinger (at MetaLab)&lt;br /&gt;
&lt;br /&gt;
=== Wien ===&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* M. Greifeneder [http://wiki.openmoko.org/wiki/Special:Emailuser/mikegr Contact me here]&lt;br /&gt;
* J. Vaughan (torpor) -- http://metalab.at/wiki/OpenMoko [http://wiki.openmoko.org/wiki/Special:Emailuser/torpor Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Styria ===&lt;br /&gt;
==== Graz ====&lt;br /&gt;
Group 1: Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* F Hackenberger [http://wiki.openmoko.org/wiki/Special:Emailuser/Deadman66 Contact me here]&lt;br /&gt;
* J Florineth [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
* G Michelitsch [http://wiki.openmoko.org/wiki/Special:Emailuser/graf_ithaka Contact me here]&lt;br /&gt;
* M Lipp [http://wiki.openmoko.org/wiki/Special:Emailuser/Neldoreth Contact me here]&lt;br /&gt;
* M Maier [http://wiki.openmoko.org/wiki/Special:Emailuser/species Contact me here]&lt;br /&gt;
* M Konrad [http://wiki.openmoko.org/wiki/Special:Emailuser/konni Contact me here]&lt;br /&gt;
* K Krammer [http://wiki.openmoko.org/wiki/Special:Emailuser/krake Contact me here]&lt;br /&gt;
* M Prokop [http://wiki.openmoko.org/wiki/Special:Emailuser/mika Contact me here]&lt;br /&gt;
* C Lauermann [http://wiki.openmoko.org/wiki/Special:Emailuser/cms Contact me here]&lt;br /&gt;
* S Simmer [http://wiki.openmoko.org/wiki/Special:Emailuser/StefanS Contact me here]&lt;br /&gt;
&lt;br /&gt;
Group 2: Status: 4/10&lt;br /&gt;
* K Holler [http://wiki.openmoko.org/wiki/Special:Emailuser/kho Contact me here]&lt;br /&gt;
* St Stampler [http://wiki.openmoko.org/wiki/Special:Emailuser/stst Contact me here]&lt;br /&gt;
* D Pail [http://wiki.openmoko.org/wiki/Special:Emailuser/neotracker Contact me here]&lt;br /&gt;
* P Jocham [http://wiki.openmoko.org/wiki/Special:Emailuser/Phi01 Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Belgium ==&lt;br /&gt;
=== Brussels ===&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
'''NO''' OpenMoko FreeRunner 900/1800 available anymore (on July 3, 2008 at 21h) as needed in Europe. Furthermore,&lt;br /&gt;
confirmation: From Pulster.eu: ''Our sales price is 299 EUR + shipping 15 EUR in Europe = 314 EUR. The idea of &amp;quot;open&amp;quot; is ours. So check our price calculation: if you order the Freerunner from Taiwan, it's 399 USD + 100 USD shipping + c. 90 USD &amp;quot;import taxes&amp;quot; inside Europe. Total 589 USD = c.380 EUR. So it will be cheaper and we Europeans have 2 years of warranty when buying from Pulster, instead of a 14 days(?) for imported goods.''&lt;br /&gt;
&lt;br /&gt;
 Cancelled for the above reason (and not 10 people reached) * npettiaux [http://wiki.openmoko.org/wiki/Special:Emailuser/Npettiaux Contact me here]&lt;br /&gt;
* jwarnier [http://wiki.openmoko.org/wiki/Special:Emailuser/Jwarnier Contact me here]&lt;br /&gt;
* mvanderdonck [http://wiki.openmoko.org/wiki/Special:Emailuser/nicodache Contact me here]&lt;br /&gt;
* lpirotte [http://wiki.openmoko.org/wiki/Special:Emailuser/lpirotte Contact me here]&lt;br /&gt;
* Ciaran [http://wiki.openmoko.org/wiki/Special:Emailuser/ciaran Contact me here]&lt;br /&gt;
* Lleonard [http://wiki.openmoko.org/wiki/Special:Emailuser/Lleonard Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 5/10&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;
&lt;br /&gt;
* Yvo Brasseur, mailto: yvo_brasseur AT archon DOT be Living in Aarschot, working in Brussels.&lt;br /&gt;
* Kamil Kubacki, mailto: kamil DOT kubacki AT gmail DOT com  [or kamil.kubacki@gmail.com]&lt;br /&gt;
&lt;br /&gt;
* Adhemar, mailto: adhemarvandamme APESTAART gmail DOT com (I'm mostly in Ghent)&lt;br /&gt;
&lt;br /&gt;
ps: Dolfje think it will be cheaper to buy it from pulster.de. Can anyone confirm?&lt;br /&gt;
&lt;br /&gt;
Confirmation: From Pulster.eu:&lt;br /&gt;
&lt;br /&gt;
Our sales price is 299 EUR. The idea of &amp;quot;open&amp;quot; is ours. So check our price calculation: if you order the Freerunner from Taiwan, it's 399 USD + 100 USD shipping + c. 90 USD &amp;quot;import taxes&amp;quot; inside Europe. Total 589 USD = c.380 EUR.&lt;br /&gt;
&lt;br /&gt;
So it will be cheaper and we Europeans have 2 years of warranty when buying from Pulster, instead of a 14 days(?) for imported goods.&lt;br /&gt;
You can read all advantages on pulster.eu&lt;br /&gt;
&lt;br /&gt;
==== Antwerp ====&lt;br /&gt;
Status 11/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] on holiday from july 18th until august 10th.&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;
* Stefaan [http://wiki.openmoko.org/wiki/Special:Emailuser/Stefaan Contact me here]&lt;br /&gt;
* Bert_2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Bert_2 Contact me here] If they aren't cheaper via Pulster.&lt;br /&gt;
&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Jove [http://wiki.openmoko.org/wiki/Special:Emailuser/Jove Contact me here] I would like a developer board too.&lt;br /&gt;
&lt;br /&gt;
Perhaps if we have a few more users, we can redistribute the groups geographically?&lt;br /&gt;
&lt;br /&gt;
=== Wallonia ===&lt;br /&gt;
==== Walloon Brabant ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Istvan, mailto: buki DOT istvan AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
== Brasil ==&lt;br /&gt;
=== Nordeste ===&lt;br /&gt;
&lt;br /&gt;
==== Ceará ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Alexandre Sousa [http://wiki.openmoko.org/wiki/User:asm Contact]&lt;br /&gt;
** Endereço para entrega: Fortaleza&lt;br /&gt;
&lt;br /&gt;
==== Bahia ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Valessio Brito [http://wiki.openmoko.org/wiki/User:Valessio Contact]&lt;br /&gt;
** Endereço para entrega: Salvador - Bahia&lt;br /&gt;
&lt;br /&gt;
=== Sul ===&lt;br /&gt;
==== Paraná ====&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Beraldo Leal [http://wiki.openmoko.org/wiki/Special:Emailuser/beraldo Contact]&lt;br /&gt;
* Cleber Santz [http://wiki.openmoko.org/wiki/Special:Emailuser/Clebersantz Contact]&lt;br /&gt;
* Jacson Querubin [http://wiki.openmoko.org/wiki/Special:Emailuser/Spacial Contact]&lt;br /&gt;
** 1x ([[Image:MokoBox.jpg]] - avançado) &lt;br /&gt;
* Mauro Nogueira [http://wiki.openmoko.org/wiki/Special:Emailuser/mandcap Contact]&lt;br /&gt;
* Osvaldo Santana Neto [http://wiki.openmoko.org/wiki/Special:Emailuser/osantana Contact]&lt;br /&gt;
&lt;br /&gt;
Tenho endereço de entrega para as seguintes cidades:&lt;br /&gt;
* Foz do Iguaçu, PR;&lt;br /&gt;
* Cascavel, PR;&lt;br /&gt;
* Curitiba, PR;&lt;br /&gt;
* São Paulo, SP;&lt;br /&gt;
&lt;br /&gt;
Valor: Aproximadamente USD 4.100,00 (10 aparelhos + frete UPS). Há também o valor do frete para entrega final para quem não for retirar pessoalmente quando chegar.&lt;br /&gt;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, [http://wiki.openmoko.org/wiki/Special:Emailuser/OpenMitko Contact] &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;
* Iceman, [http://wiki.openmoko.org/wiki/Special:Emailuser/ice Contact], 02 July 2008 ([http://www.pulster.de/engl/openmoko.htm Pulster])&lt;br /&gt;
* jdivanov, [http://wiki.openmoko.org/wiki/Special:Emailuser/jdivanov Contact], 16 June 2008&lt;br /&gt;
* luchoh, [http://wiki.openmoko.org/wiki/Special:Emailuser/luchoh Contact], 26 June 2008&lt;br /&gt;
* nninov, [http://wiki.openmoko.org/wiki/Special:Emailuser/nninov Contact], 26 June 2008&lt;br /&gt;
* danov2, [http://wiki.openmoko.org/wiki/Special:Emailuser/danov2 Contact], 30 June 2008&lt;br /&gt;
* mkaramihalev, [http://wiki.openmoko.org/wiki/Special:Emailuser/mkaramihalev Contact], 12 July 2008&lt;br /&gt;
* UniXSouL, [http://wiki.openmoko.org/wiki/Special:Emailuser/UniXSouL Contact], 12 July 2008&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group mailto: doc AT skynet REMOVE dot REMOVE ie - organising this group&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail&lt;br /&gt;
* Robert (Vancouver) - robtaylor &amp;lt;AT&amp;gt; tinsputnik &amp;lt;DOT&amp;gt; com (1 unit)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Group 2'''&lt;br /&gt;
&lt;br /&gt;
Status: 4?/10&lt;br /&gt;
&lt;br /&gt;
* Chris (Vancouver) - chris (AT) fourthandvine (DOT) com (1 unit)&lt;br /&gt;
* Ali (Vancouver) - hit2436 (A-T) hotmail (dot) com (1 units)&lt;br /&gt;
* Rob (Vancouver) - rtymensen (at) gmail (DoT) com (1 unit)&lt;br /&gt;
* James (Vancouver) - james (at) greycastle (dot) net (1 unit)&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 10/10  (this order has already been placed)&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] (Pincher Creek) : [mailto:wuth@acm.org] : 1 unit + 1 debug board&lt;br /&gt;
* [[User:Slm3095om|stacy]] (2 units) : slm3095om AT millions dOt ca&lt;br /&gt;
* [[User:Abnormal|Morgan]] : [mailto:lightningperf@hotmail.com]&lt;br /&gt;
* [[User:picosrfr|Will]] (High Level) : [mailto:will.siddall@gmail.com]&lt;br /&gt;
* [[User:Shadowwolf|Vince]] (Red Deer) : 1 Unit + 1 Debug board [http://wiki.openmoko.org/wiki/Special:Emailuser/Shadowwolf Get a hold of me here]&lt;br /&gt;
* [[User:Deanb2|Dean]] (Calgary) : [mailto:deanb@gbtn.net]&lt;br /&gt;
* [[User:jimb|jim b]] (Edmonton) : [mailto:callonjim@gmail.com][http://wiki.openmoko.org/wiki/Special:Emailuser/jimb mokomail]&lt;br /&gt;
* [[User:Crz|Steve]] (Calgary) : 1 unit, [http://wiki.openmoko.org/wiki/Special:Emailuser/Crz Contact]&lt;br /&gt;
* [[User:Belrick|Bruce]] (Calgary) : 1 unit [mailto:bruce.elrick@gmail.com email]&lt;br /&gt;
&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Gerald A [http://wiki.openmoko.org/wiki/Special:Emailuser/Historybuff Contact me here]&lt;br /&gt;
* MattC, mailto: quirkz AT gmail&lt;br /&gt;
* Sergey K, openmoko AT deeptown dOt org&lt;br /&gt;
* Daniel Lister, gmail(dan.lister)&lt;br /&gt;
* Ronnie Wong: '''3 units''' - r25wong AT ryerson dOT ca&lt;br /&gt;
* Paul V, contact using gmail, original.roju&lt;br /&gt;
* Matt Manjos, matt (AT) manjos * com&lt;br /&gt;
* Steven O'Reilly, soreilly AT walled DOT net&lt;br /&gt;
&lt;br /&gt;
Group 2 Status (Hamilton): 6/10&lt;br /&gt;
&lt;br /&gt;
* Gabriel D - ace AT staticwave DOT ca&lt;br /&gt;
* Richard D - rtdegelder --&amp;gt; gmail.com&lt;br /&gt;
* Steve S   - ssinger_pg AT sympatico dot ca&lt;br /&gt;
* Wolfram Kahl - kahl McMaster CA&lt;br /&gt;
* Paul Wouters - paul@xelerance.com '''1 units'''&lt;br /&gt;
* John Hurley - nybble at eml dot cc&lt;br /&gt;
&lt;br /&gt;
Group 3 Status (Montréal): 2/10&lt;br /&gt;
* Patrick Hétu - patrick AT koumbit DOT org&lt;br /&gt;
* Eric Lebel - lebeleri AT aei DOT ca&lt;br /&gt;
&lt;br /&gt;
Shall we start Group 4 (Toronto) ?&lt;br /&gt;
* Michael Mather - firstname.lastname AT teksavvy.com&lt;br /&gt;
* Sotiris Sig. - sot525 AT hotmail DOT com (cmon, lets start a 2nd group 4 Toronto)&lt;br /&gt;
&lt;br /&gt;
Group 5 Status (Ottawa): 2 / 10&lt;br /&gt;
* Mathieu Charron - mathieu.charron AT elwillow.net (maybe 2 units, one for a friend)&lt;br /&gt;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 5/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Mankeke]] Ricardo Manríquez C., mailto: ricardo.manriquez &amp;quot;remove this and add AT&amp;quot; gmail &amp;quot;dot&amp;quot; com&lt;br /&gt;
* [[User:XKnightmareX]] Gonzalo Pesenti., mailto: mare.knight1 &amp;quot;remove this and add AT&amp;quot; gmail &amp;quot;dot&amp;quot; com&lt;br /&gt;
* [[User:Freyes]] Felipe Reyes., mailto: felipereyes &amp;quot;remove this and add AT&amp;quot; gmail &amp;quot;dot&amp;quot; com&lt;br /&gt;
* [[User:crsepulv]] Cristian Sepúlveda, mailto: sepulveda.cristian@gmail.com&lt;br /&gt;
&lt;br /&gt;
=== Valdivia ===&lt;br /&gt;
* [[User:alvherre]] Álvaro Herrera, mailto: alvherre@alvh.no-ip.org  (I'm OK with joining the guys in Santiago)&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
=== BeiJing ===&lt;br /&gt;
Status:10/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;
*Gnosy &amp;lt;br/&amp;gt; mailto:gnosyhh@gmail.com &amp;lt;br/&amp;gt;   1 freerunner and 1 debug board.&lt;br /&gt;
*Bin Zong &amp;lt;br /&amp;gt; mailto:hunter_00zb@hotmail.com &amp;lt;br/&amp;gt; 1 Freerunner &amp;lt;br/&amp;gt; MSN:hunter_00zb@hotmail.com&lt;br /&gt;
*Lee zaixin&amp;lt;br /&amp;gt; mailto:shqlzx@126.com &amp;lt;br/&amp;gt; 1 Freerunner &amp;lt;br/&amp;gt;&lt;br /&gt;
*Zhuwei&amp;lt;br /&amp;gt; mailto:grissom_zhu@139.com &amp;lt;br/&amp;gt; MSN:wyh0310@hotmail.com &amp;lt;br/&amp;gt; 1 Freerunner &amp;lt;br/&amp;gt;&lt;br /&gt;
*zhaojun&amp;lt;br/&amp;gt; mailto:zhaojun1631@163.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board&lt;br /&gt;
*Benoit Begue&amp;lt;br/&amp;gt; Retired: please count me out, I'm leaving Beijing sooner than expected. Sorry for this.&amp;lt;br/&amp;gt;  1 freerunner&lt;br /&gt;
*Tristan&amp;lt;br/&amp;gt; mailto:0x5478(at)gmail.com &amp;lt;br/&amp;gt;  MSN:liu_bei_bei(at)hotmail.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board.&lt;br /&gt;
*Lalo&amp;lt;br/&amp;gt; lalo dot martins at gmail (do ''not'' email me with random stuff, specially in Chinese!)&amp;lt;br/&amp;gt; 1 freerunner&lt;br /&gt;
*Lu Kuo&amp;lt;br /&amp;gt;Email and MSN: koreylu#hotmail.com (substitute @ for # please)&amp;lt;br /&amp;gt;1 freerunner and 1 debug board&lt;br /&gt;
&lt;br /&gt;
Status:2/10&lt;br /&gt;
*Hong Zhiyi  &amp;lt;br/&amp;gt; mailto: zhiyi.hong@gmail.com &amp;lt;br/&amp;gt;  1 freerunner&lt;br /&gt;
*Yang Ming  &amp;lt;br/&amp;gt; mailto: yangm.cn at gmail.com &amp;lt;br/&amp;gt;  1 freerunner.&lt;br /&gt;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:5/10&lt;br /&gt;
&amp;lt;br/&amp;gt; &lt;br /&gt;
* Pajda, info on my [[User:Pajda|user page]], or you can [[Special:Emailuser/Pajda|contact me here]]. 1 x freerunner&lt;br /&gt;
* ChandleWEi mailto:chandle.wei@gmail.com  1 x freerunner and 1 debug board&lt;br /&gt;
* YxunLan mailto:dennis.yxun@gmail.com  1 x freerunner and 1 debug board&lt;br /&gt;
* Leongoo [[Special:Emailuser/Leongoo|Contact]] 1 x freerunner&lt;br /&gt;
* Exp &amp;lt;br/&amp;gt; mailto: linyuan2 at 163.com or you can [[Special:Emailuser/Experience|Cotact me here]] &amp;lt;br/&amp;gt; 1 x freerunner and 1 debug board&lt;br /&gt;
&lt;br /&gt;
=== Guangzhou ===&lt;br /&gt;
Status:2/10&lt;br /&gt;
*Geoffrey &amp;lt;br/&amp;gt; mailto:dghfalcon@gmail.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug borad.&lt;br /&gt;
*monomania &amp;lt;br/&amp;gt; mailto:simulacrumqiu@gmail.com &amp;lt;br/&amp;gt; 1 freerunner.&lt;br /&gt;
&lt;br /&gt;
== Colombia ==&lt;br /&gt;
=== Bogotá ===&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Javier Rojas. Phone and debug board. &amp;lt;br /&amp;gt; mailto:jerojasro@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Gustavo Andrés Angulo. Phone and debug board. &amp;lt;br /&amp;gt; mailto:woakas@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Exell E. Franklin J. Phone and debug board. &amp;lt;br /&amp;gt; mailto:arawaco@ieee.org&amp;lt;br /&amp;gt;&lt;br /&gt;
* Fredyrivera, Humano. Phone and debug board. &amp;lt;br /&amp;gt; mailto:fredyrivera@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Juan Carlos Castellanos. Phone. &amp;lt;br /&amp;gt; mailto:juancastellanosm@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Denmark ==&lt;br /&gt;
If we do not reach a total large enough, Denmark **is** a very small place - surely we could figure out a way of getting them to find their way 'round the country :)&lt;br /&gt;
&lt;br /&gt;
=== EU (german) vs. Direct (OpenMoko) discussion ===&lt;br /&gt;
&lt;br /&gt;
Esben Damgaard has created a Google Group discussion to evaluate which is the optimal:&lt;br /&gt;
http://groups.google.com/group/freerunner-order-dk&lt;br /&gt;
&lt;br /&gt;
[[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] has [http://groups.google.com/group/freerunner-order-dk/browse_thread/thread/cd68b49d8520ecd2# offered] to act as invoice hub for group sales from either OpenMoko or Handheld-Linux. [[User:asbjorn | Details]]&lt;br /&gt;
&lt;br /&gt;
=== Invoice considerations ===&lt;br /&gt;
&lt;br /&gt;
According to Lone Borre from SKAT.dk the rules are different if the buyer is private or a company. If a company buys the phone the invoice must be addressed to the company and the company must be a registered importer. This makes it harder to do a group sale in which 2 of the recipients need an invoice. &lt;br /&gt;
&lt;br /&gt;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
Should anyone need it, transportation from Aalborg to Thisted for phones can be arranged, if you don't want to pick it up in Aalborg yourself :) ~leinir&lt;br /&gt;
&lt;br /&gt;
As it looks right now, it seems that it would be cheaper and easier for us to buy through Pulster in Germany - see the following email: http://lists.openmoko.org/pipermail/community/2008-May/017778.html ~leinir&lt;br /&gt;
&lt;br /&gt;
- It indeed is: [http://www.pulster.de/index.htm?d__om___b_OpenMoko_Freerunner__b_991.htm], the price is 299.00 EUR per piece i we buy 10, and shipping is 14.90 EUR.~Cybe&lt;br /&gt;
&lt;br /&gt;
* Dan Leinir Turthra Jensen &amp;lt;br /&amp;gt; mailto:admin@leinir.dk &amp;lt;br /&amp;gt; [[User:Leinir]]&lt;br /&gt;
* Fabian Olesen &amp;lt;br /&amp;gt; mailto:firewalkerx@gmail.com&lt;br /&gt;
* Helge Willum Larsen &amp;lt;br /&amp;gt; mailto:helge.at.helges.dk&lt;br /&gt;
* Kristian Lindemann Larsen (2 stk)&amp;lt;br /&amp;gt; mailto:walker@pandia.dk&lt;br /&gt;
* Brian Olsen &amp;lt;br /&amp;gt; mailto:downloader@pandia.dk&lt;br /&gt;
* Henrik Odder Jensen &amp;lt;br /&amp;gt; mailto:herakles@pandia.dk&lt;br /&gt;
* Simon Ahm &amp;lt;br /&amp;gt; mailto:spymater@gmail.com&lt;br /&gt;
&lt;br /&gt;
==== Aarhus ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* Kent S. Knudsen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Forestmountain contact me here] - [[User:Forestmountain]] (&amp;lt;strike&amp;gt;2 phones; will join any danish group if necessary&amp;lt;/strike&amp;gt;)&lt;br /&gt;
* Lars Jensen - [http://wiki.openmoko.org/wiki/Special:Emailuser/el_senator contact me here] (1 phone; will join any danish group if necessary)&lt;br /&gt;
Kent &amp;amp; Lars: As of 5/7: We have ordered 10 units (all in all with Fyn) from handheld-linux.com. Arguments here: http://groups.google.com/group/freerunner-order-dk The deal is closed.&lt;br /&gt;
&lt;br /&gt;
* Martin Pedersen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cheeses contact me here] (1 phone; will join any danish group if necessary)&lt;br /&gt;
&lt;br /&gt;
==== Skjern ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Carlo]]&lt;br /&gt;
&lt;br /&gt;
==== Sønderborg ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* Theis Hjorth [http://wiki.openmoko.org/wiki/Special:Emailuser/Theis.hjorth contact me here] (1 phone + 1 devkit) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fyn ===&lt;br /&gt;
Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* [[User:EsbenDamgaard]] (need 3 (Looney &amp;amp; Gert))&lt;br /&gt;
* [[User:apm]] (need 1 with invoice - can pick up in Copenhagen)&lt;br /&gt;
* [[User:LarsOPoulsen | Lars Poulsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/LarsOPoulsen (contact)] (1 phone)&lt;br /&gt;
&lt;br /&gt;
Peter: As of 5/7: We have ordered 10 units (+5 for Århus) from handheld-linux.com.&lt;br /&gt;
Arguments here: http://groups.google.com/group/freerunner-order-dk&lt;br /&gt;
The deal is closed.&lt;br /&gt;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 12/10&lt;br /&gt;
&lt;br /&gt;
* [[User:jrcarlsen | Johnny Rose Carlsen]] (+45) 28 14 60 04 [http://wiki.openmoko.org/wiki/Special:Emailuser/jrcarlsen (contact)] 1 phone&lt;br /&gt;
* [[User:Fursund]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Fursund (contact)] 1 phone&lt;br /&gt;
* [[User:tabac | Thomas Ammitzbøll-Bach ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/tabac (contact)] (&amp;lt;strike&amp;gt;1 phone&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)] (&amp;lt;strike&amp;gt;1 phone&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)] (&amp;lt;strike&amp;gt;1&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (&amp;lt;strike&amp;gt;I need 14 with invoice&amp;lt;/strike&amp;gt; - Buying through pulster.de because of the invoice considerations mentioned above)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (Buying through US-openmoko shop)&lt;br /&gt;
* [[User:maha | Martin Hansen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/maha (contact)] (3 with invoice)&lt;br /&gt;
* [[User:SvenneK | Svenne Krap ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/SvenneK (contact)] (&amp;lt;strike&amp;gt;1&amp;lt;/strike&amp;gt;) Buying through Handheld-linux through [[User:asbjorn|Asbjørn Sloth Tønnesen]].&lt;br /&gt;
* [[User:bss | Bo Stendal Sørensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/bss (contact)] (1)&lt;br /&gt;
* [[User:Glenn | Glenn Møller-Holst]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Glenn (contact)] (&amp;lt;strike&amp;gt;2 freerunners + debug board, +invoice&amp;lt;/strike&amp;gt; - Buying through pulster.de)&lt;br /&gt;
* [[User:knmeister | Kristian Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/knmeister (contact)] &amp;lt;strike&amp;gt;(I need 1 with invoice)&amp;lt;/strike&amp;gt; Seems it is easier to buy from a reseller.&lt;br /&gt;
* [[User:hammerfar | Henrik Hammer Berthelsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/hammerfar (contact)] (2 with invoice) - ordering through [[User:asbjorn|Asbjørn]] as a hub.&lt;br /&gt;
* [[User:Bubbi | Steen Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubbi (contact)] (&amp;lt;strike&amp;gt;2 with invoice&amp;lt;/strike&amp;gt; - buying through reseller)&lt;br /&gt;
* [[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] (I need 1 with invoice) I has [http://groups.google.com/group/freerunner-order-dk/browse_thread/thread/cd68b49d8520ecd2# offered] to act as hub for group sales from OpenMoko and Handheld-Linux.&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)] -- will wait until software is stable enough to work as primary mobile phone&lt;br /&gt;
&lt;br /&gt;
== Estonia ==&lt;br /&gt;
=== Tallinn ===&lt;br /&gt;
Let's see if we can get ten people together for this. I'm willing to organise the local distribution if we can. Spread the word and try to get more locals interested in it. [[User:Yogiz|Yogiz]] 08:22, 3 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Yogiz | Yogiz]] ([mailto:yogizz@gmail.com contact]) 1 phone&lt;br /&gt;
* [[User:Zooter | Zooter]] ([mailto:zooter@hot.ee contact]) 1 phone&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
&lt;br /&gt;
See also [[Openmoko Local Groups: Finland]], if you're interested.&lt;br /&gt;
&lt;br /&gt;
=== Possible new order(s) ===&lt;br /&gt;
&lt;br /&gt;
Status: 2-5/10&lt;br /&gt;
These did not participate in the pulster.de order(s) shown below.&lt;br /&gt;
&lt;br /&gt;
Helsinki:&lt;br /&gt;
* Jerry Jalava &amp;lt;br /&amp;gt; jerry DOT jalava AT iki DOT fi [possibly ordering for 3-4 people]&lt;br /&gt;
&lt;br /&gt;
Turku:&lt;br /&gt;
&lt;br /&gt;
* Jaakko Lehtinen, jaakko dot lehtinen at gmail dot com&lt;br /&gt;
&lt;br /&gt;
Pulster.de now sells individual phones at 329€/phone, but 10-packs at 299€/phone.&lt;br /&gt;
&lt;br /&gt;
=== Already ordered ===&lt;br /&gt;
==== Uusimaa ====&lt;br /&gt;
(Note to gta02v6 waiting people:&amp;quot;The A5 boards have been reworked to remove the [LED] issue. So WRT&lt;br /&gt;
LEDs a5 and a6 have the same power consumption&amp;quot;. So, there is should be no reason to wait for V6. See also [[Neo FreeRunner GTA02 Hardware#GTA02v6]].)&lt;br /&gt;
&lt;br /&gt;
===== Helsinki I =====&lt;br /&gt;
'''THIS GROUP OF 10 NEOS HAS BEEN ORDERED''' (from pulster.de)&lt;br /&gt;
&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Mikko Rauhala x2 [mailto:mjr@iki.fi mjr@iki.fi]&lt;br /&gt;
* Aleksi Hankalahti &amp;lt;br /&amp;gt; [mailto:aleksi.hankalahti@iki.fi aleksi.hankalahti@iki.fi]&lt;br /&gt;
* Seppo Hätönen &amp;lt;br /&amp;gt; [mailto:karrde@iki.fi karrde@iki.fi]&lt;br /&gt;
* Ville-Pekka Vainio &amp;lt;br /&amp;gt; vpivaini AT cs.helsinki.fi&lt;br /&gt;
* Heikki Hallamaa &amp;lt;br /&amp;gt; [mailto:heikki.hallamaa@iki.fi heikki.hallamaa@iki.fi]&lt;br /&gt;
* Tomi Jylhä-Ollila &amp;lt;br /&amp;gt; tomi.jylha-ollila@helsinki.fi&lt;br /&gt;
* Richard Braakman&lt;br /&gt;
* Timo Jyrinki &amp;lt;br /&amp;gt; [mailto:timo.jyrinki@iki.fi timo.jyrinki@iki.fi]&lt;br /&gt;
* Jussi Kekkonen &amp;lt;br /&amp;gt; tmt AT ubuntu DOT com (moved from below as one slot became available here)&lt;br /&gt;
&lt;br /&gt;
===== Helsinki II, Turku &amp;amp; Vaasa=====&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/User:Rhk DISCUSS HERE]&lt;br /&gt;
&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
'''THIS GROUP OF 4 NEOS HAS BEEN ORDERED (3+1 (lindi) from outside this list)''' (from pulster.de)&lt;br /&gt;
&lt;br /&gt;
* Risto H. Kurppa &amp;lt;br /&amp;gt; risto AT kurppa DOT fi&lt;br /&gt;
* Aapo Rantalainen &amp;lt;br /&amp;gt; aapo DOT rantalainen AT gmail DOT com&lt;br /&gt;
* Matti Laakso &amp;lt;br /&amp;gt; matti DOT laakso AT kotiposti DOT net&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;Vaasa:&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Lappi ====&lt;br /&gt;
===== Kemi =====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
'''ORDERED'''&lt;br /&gt;
&lt;br /&gt;
4kpl tilattu pulster.de:stä. Tilaus ei ehtinyt ensimmäiseen erään. Tilaukseen varmaan voi lisätä vielä tavaraa, jos halukkaita löytyy.&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;
* Jaakko Pörhö &amp;lt;br /&amp;gt;ensteinfrank ÄT hotmail PISTE com&lt;br /&gt;
* Tuomo Mattila (Oulu)&amp;lt;br /&amp;gt;tuomom ÄT ee PISTE oulu PISTE fi&lt;br /&gt;
&lt;br /&gt;
== France ==&lt;br /&gt;
=== Bretagne ===&lt;br /&gt;
==== Brest ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux [mailto:steven@pourri.fr steven@pourri.fr] Jabber_Id:Steven@jabber.fr&lt;br /&gt;
* Acheteur potentiel #2&lt;br /&gt;
&lt;br /&gt;
==== Rennes ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Cédric DUFOUIL (openmoko at tsleg point com)&lt;br /&gt;
* Yves MAHE (ymahe at zindep dot com)&lt;br /&gt;
* Guillaume BERTHELOM (yogui29 at gmail dot com)&lt;br /&gt;
&lt;br /&gt;
=== Pays de la Loire ===&lt;br /&gt;
==== La Roche sur Yon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vtouchar Vincent Touchard]&lt;br /&gt;
&lt;br /&gt;
==== Nantes ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* [[User:Yoann|Yoann ARNAUD]]. OK for a ship in Rennes if needed. [http://wiki.openmoko.org/wiki/Special:Emailuser/Yoann Contact me here]&lt;br /&gt;
* [[User:sim51|Benoît SIMARD]]. Idem  [http://wiki.openmoko.org/wiki/Special:Emailuser/sim51 Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Nord ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 21/30&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Phyce|Phyce]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* &amp;lt;s&amp;gt; Yann SLADEK&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* [[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;
* &amp;lt;s&amp;gt;[[User:Valos|Valéry Febvre]]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Manou|Emmanuel Raviart]]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* Le Troll Farceur ([http://wiki.openmoko.org/wiki/Special:Emailuser/LeTrollFarceur Contact me here])&lt;br /&gt;
* [[User:mshook|Mathieu Chouquet-Stringer]]&lt;br /&gt;
* [[User:LoicMinier|Loïc Minier]]&lt;br /&gt;
* [[User:chansen|Cyril Hansen]]&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:hbernard|hugues]]&amp;lt;/s&amp;gt; (beartech)&lt;br /&gt;
* Titilambert ([http://wiki.openmoko.org/wiki/Special:Emailuser/titilambert Contact me here])&lt;br /&gt;
* [[User:Raphux|Raphux]]([http://wiki.openmoko.org/wiki/Special:Emailuser/Raphux Contact me here])&lt;br /&gt;
* [[User:tuXXX|Damien Thébault]] (Contact me [[User:tuXXX|here]] or [[Special:Emailuser/tuXXX|here]])&lt;br /&gt;
* [[User:kkum|Kumar]] (contact me [[Special:Emailuser/kkum|here]])&lt;br /&gt;
* Gand' ([http://wiki.openmoko.org/wiki/Special:Emailuser/Gand' Contact me here])&lt;br /&gt;
* [[User:Sporniket|David SPORN]]&lt;br /&gt;
* [[User:Bedo|Bedo]]&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Ainulindale|Julien Cassignol]]&amp;lt;/s&amp;gt; (commandé sur http://bearstech.com/shop)&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Theocrite|Theocrite]] &amp;lt;/s&amp;gt; (commandé sur http://bearstech.com/shop)&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Gui82|Gui82]]&amp;lt;/s&amp;gt; (commandé sur http://bearstech.com/shop)&lt;br /&gt;
* [[User:Yciabaud|Yoann Ciabaud]] (contact me [[Special:Emailuser/yciabaud|here]])&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/shop&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;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
&lt;br /&gt;
==== Grenoble ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/pbollard Philippe]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aurelien Aurelien] (''commande groupée en préparation sur http://www.guilde.asso.fr/wiki/Openmoko '')&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Hey_popey Damien]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/swap38 Johann] (''commande groupée en préparation sur http://www.guilde.asso.fr/wiki/Openmoko '')&lt;br /&gt;
&lt;br /&gt;
=== Alpes de Haute Provence ===&lt;br /&gt;
==== Manosque ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/cfdev Cyril]&lt;br /&gt;
&lt;br /&gt;
=== Provence Alpes Cote d'Azur ===&lt;br /&gt;
==== Sophia Antipolis ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/nico.inc Nicolas HUOT]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Xavier_OM Xavier CREMASCHI]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vasile Vasile Jureschi]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Herve5 Hervé Sainct]&lt;br /&gt;
&lt;br /&gt;
=== Midi-Pyrénées ===&lt;br /&gt;
==== Toulouse ====&lt;br /&gt;
&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Ortalo|Ortalo]]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
Out:&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] I'm out. Since the Freerunner is available for 300 Euro in Germany, I don't see any point in organizing a groupbuy anymore. I've sent an email to everyone else interested in the groupbuy. If you are in this list or if I met you on the Kalug Meeting, you should have gotten it.&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]] (Habe mein Telefon jetzt ebenfalls bei Pulster bestellt.)&lt;br /&gt;
* [[Special:Emailuser/Gollum|Gollum]] Pulster doesn't give away the extra goodies, but the price still seems fair -- I'm out, too.&lt;br /&gt;
* [[Special:Emailuser/Archimedes|Sebastian]] I'm going to buy at pulsters (299€) =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/Cfo|cfo]] I think the offer of pulster is fair! =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/BlackFog|BlackFog]] thinks he has to wait for the next Pulster delivery date&lt;br /&gt;
* [[Special:Emailuser/Adonres|Adonres]] I'll buy at pulsters, too =&amp;gt; I'm out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Still In:&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
* [[Special:Emailuser/Gromgull|Gromgull]] (in Kaiserslautern, but Karlsruhe is close enough, and I doubt that I'll find 10 people here.&lt;br /&gt;
* [[Special:Emailuser/Ebi|Ebi]]&lt;br /&gt;
* [[Special:Emailuser/RIdd3r|Fabian]]&lt;br /&gt;
* [[Special:Emailuser/Roduit|Roduit]] In Heidelberg. Karlsruhe is close enough.&lt;br /&gt;
&lt;br /&gt;
==== Leonberg ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* [[Special:Emailuser/Agon|Agon]] Maybe 1 Freerunner.&lt;br /&gt;
----&lt;br /&gt;
* [[Special:Emailuser/ZaPPaS|ZaPPaS]] Sice the Freerunner is available for a comparable price at [http://www.pulster.de/] I will buy there...&lt;br /&gt;
&lt;br /&gt;
==== Tübingen ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
* [[Special:Emailuser/NoBody|NoBody]] close to tuebingen and stuttgart (between both)&lt;br /&gt;
* [[Special:Emailuser/eliasp|eliasp]] (3 Freerunner (me, qknight + sbock) - Tübingen downtown&lt;br /&gt;
* [[Special:Emailuser/nobs|nobs]] thinking about buying one; if I am #10, count me in; if there is someone else #11 you can drop me&lt;br /&gt;
* [[Special:Emailuser/marjay|marjay]] take also one (Dettingen/Erms)&lt;br /&gt;
&lt;br /&gt;
Out:&lt;br /&gt;
* [[Special:Emailuser/MiTo|MiTo]] 299 Euro bei Pulster.de sind ein fairer Preis, kaufe es deshalb dort.&lt;br /&gt;
&lt;br /&gt;
==== Ulm ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* [[Special:Emailuser/mzanetti|mzanetti]] &lt;br /&gt;
* [[Special:Emailuser/Lord_Evil|Lord_Evil]] ich nehm auch eins. Evtl. kann ich mich auch an Augsburg anhängen.&lt;br /&gt;
&lt;br /&gt;
=== Bayern ===&lt;br /&gt;
&lt;br /&gt;
==== Augsburg ====&lt;br /&gt;
&lt;br /&gt;
Status 5/10&lt;br /&gt;
I just want to see if there are enough people to fill up to ten. So add your name here if you are interested.&lt;br /&gt;
&lt;br /&gt;
*[[Special:Emailuser/Whoever|whoever]] - Ich nehm eins, wenn die Münchner keines übrig haben.&lt;br /&gt;
*[[Special:Emailuser/paddy2706|paddy2706]] - Ein OpenMoko bitte :)&lt;br /&gt;
&lt;br /&gt;
Wann werden die dann bestellt/gezahlt? Dauert bei mir no kurz bis ichs Geld für zusammen hab aber dann nehm ich eins.&lt;br /&gt;
MfG [http://wiki.openmoko.org/wiki/Special:Emailuser/MookiE MookiE]&lt;br /&gt;
&lt;br /&gt;
Hallo, ich würde mich für einen Freerunner interessieren. Wie sieht es mit Zoll aus? Kommt der noch dazu?&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Murks Murks]&lt;br /&gt;
&lt;br /&gt;
   $3690 (10 Freerunner) &lt;br /&gt;
 + $ 160 (Versand lt. Australiern)&lt;br /&gt;
 =======&lt;br /&gt;
   $3850&lt;br /&gt;
&lt;br /&gt;
   $3850&lt;br /&gt;
 + $ 732 (19% Einfuhrumsatzsteuer)&lt;br /&gt;
 + $   0 (kein Zoll für Handys)&lt;br /&gt;
 =======&lt;br /&gt;
   $4582&lt;br /&gt;
&lt;br /&gt;
 $458 / 1,5$/€ = 305 € pro Telefon (als Richtwert)&lt;br /&gt;
&lt;br /&gt;
==== München ====&lt;br /&gt;
Momentan Favorisiert: Bestellung bei Pulster&lt;br /&gt;
&lt;br /&gt;
Wenn du bei der Sammelbestellung der Münchner User Group mitmachen möchtest, dann gehe bitte zur &lt;br /&gt;
'''[[OpenMoko_Local_Groups:_Munich|Münchner UserGroup Seite]]'''!&lt;br /&gt;
&lt;br /&gt;
Hilf mit, eine [[OpenMoko_Local_Groups:_Munich|Münchner UserGroup]] aufzubauen!&lt;br /&gt;
&lt;br /&gt;
Die alte Liste habe ich entfernt, da suf der User Group Seite eine aktuelle ist. (koebi)&lt;br /&gt;
&lt;br /&gt;
=== Berlin===&lt;br /&gt;
==== Berlin ====&lt;br /&gt;
&lt;br /&gt;
Help to form a [[OpenMoko_Local_Groups:_Berlin|Berlin User Group]]!&lt;br /&gt;
&lt;br /&gt;
Status 21/21&lt;br /&gt;
* Eckhard - I am doing a group order [8/10] available [http://wiki.openmoko.org/wiki/Special:Emailuser/Ejokisch Contact]&lt;br /&gt;
* Stephan [http://wiki.openmoko.org/wiki/User:Fischel Contact me here]&lt;br /&gt;
* Robert [http://wiki.openmoko.org/wiki/User:Thebohemian Contact me here]&lt;br /&gt;
* Nico [http://wiki.openmoko.org/wiki/User:Nico Contact me here]&lt;br /&gt;
* Bastian [[User:Fries43]]&lt;br /&gt;
* Sven-Ola [http://wiki.openmoko.org/wiki/User:Sven-ola Contact]&lt;br /&gt;
* Arne [http://wiki.openmoko.org/wiki/User:arnepp Contact me here]&lt;br /&gt;
* MM [http://wiki.openmoko.org/wiki/User:MM Contact]&lt;br /&gt;
* Keks [http://wiki.openmoko.org/wiki/User:Keksdosenmann Contact]&lt;br /&gt;
* Matthias [http://wiki.openmoko.org/wiki/User:mk Contact]&lt;br /&gt;
* Norbert [http://wiki.openmoko.org/wiki/User:Noha Contact]&lt;br /&gt;
* Joscha [http://wiki.openmoko.org/wiki/User:Joka Contact]&lt;br /&gt;
* Janne [http://wiki.openmoko.org/wiki/User:Janne Contact]&lt;br /&gt;
* Robert [http://wiki.openmoko.org/wiki/Special:Emailuser/Robx Contact]&lt;br /&gt;
* Conrad [http://wiki.openmoko.org/wiki/User:Caribu Contact me here]&lt;br /&gt;
* govindas [http://wiki.openmoko.org/wiki/User:govindas Contact me here]&lt;br /&gt;
* philippt [http://wiki.openmoko.org/wiki/User:philippt Contact me here if you dare ;-)]&lt;br /&gt;
* Stephan [http://wiki.openmoko.org/wiki/User:Su2 Contact me here]&lt;br /&gt;
* Iván [http://wiki.openmoko.org/wiki/User:ogai]&lt;br /&gt;
* david [http://wiki.openmoko.org/wiki/User:dk Contact]&lt;br /&gt;
* kajik [http://wiki.openmoko.org/wiki/User:kajik contact]&lt;br /&gt;
&lt;br /&gt;
=== Bremen ===&lt;br /&gt;
==== Bremen ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* Gero Mudersbach [http://wiki.openmoko.org/wiki/Special:Emailuser/Gero Contact me here]&lt;br /&gt;
* Hartje Bruns [http://wiki.openmoko.org/wiki/Special:Emailuser/MrBurns Contact me here]&lt;br /&gt;
* Timo Scheffler [http://wiki.openmoko.org/wiki/Special:Emailuser/Faldrian Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Bremerhaven ====&lt;br /&gt;
&lt;br /&gt;
=== Hamburg ===&lt;br /&gt;
==== Hamburg ====&lt;br /&gt;
Status 9-10&lt;br /&gt;
&lt;br /&gt;
* Jan 4-5[http://wiki.openmoko.org/wiki/Special:Emailuser/Jan07 Contact me here]&lt;br /&gt;
* Varacanero [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here]&lt;br /&gt;
* Ole 3-5 pcs [http://wiki.openmoko.org/wiki/Special:Emailuser/Olemoko Contact me here]&lt;br /&gt;
* Arne [http://wiki.openmoko.org/wiki/Special:Emailuser/GuraX Contact me here]&lt;br /&gt;
* Arne.anka 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/Arne.anka Contact me here]&lt;br /&gt;
* Wasili Goutas 1pc + debug adapter [http://wiki.openmoko.org/wiki/Special:Emailuser/Laki Contact me here]&lt;br /&gt;
* mimbeck 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/mimbeck Contact me here]&lt;br /&gt;
* savi 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/savi Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Hessen ===&lt;br /&gt;
==== Frankfurt ====&lt;br /&gt;
Status 1-10&lt;br /&gt;
&lt;br /&gt;
* Blacky [http://wiki.openmoko.org/wiki/Special:Emailuser/Blacky Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Niedersachsen===&lt;br /&gt;
==== Hannover====&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* Dattel83 [http://wiki.openmoko.org/wiki/Special:Emailuser/Dattel83 Contact me here]&lt;br /&gt;
* [[User:Ditto|Ditto]] contact me via [[Special:Emailuser/Ditto|e-mail form]] (If we don't get enough orders maybe we should join with [[GroupSales#Bielefeld|Bielefeld]] or another town close by)&lt;br /&gt;
* [[User:LaKoon|LaKoon]] [[Special:Emailuser/LaKoon|Contact me here]]&lt;br /&gt;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 4/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;
* Michael, infos on my [[User:knut|user page]], or you can [[Special:Emailuser/knut|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 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;
&lt;br /&gt;
&lt;br /&gt;
=== Sachsen-Anhalt ===&lt;br /&gt;
==== Stendal (evtl. Magdeburg) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Fabian Off [http://wiki.openmoko.org/wiki/Special:Emailuser/Fabian2de Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Thueringen ===&lt;br /&gt;
==== Weimar ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fries43]]&lt;br /&gt;
&lt;br /&gt;
==== Ilmenau ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:KimKiesel]]&lt;br /&gt;
&lt;br /&gt;
=== Sachsen ===&lt;br /&gt;
* Da es das Gerät bei PULSTER für 299€ gibt und man mit einem 10er Paket diesen Preis nicht unterbieten kann, abgesehen davon, dass wir sowieso keine 10 Leute zusammenbekommen, sollte jeder sein Gerät einzeln Bestellen. Lediglich die Versandkosten kann man bei einer 10er Bestellung bei PULSTER sparen, was sich auch nicht lohnt. Die Accessoires muss man bei PULSTER separat bestellen. Ich hoffe, dass das allen genehm ist. --[[User:White gecko|White gecko]] 22:37, 29 June 2008 (UTC)&lt;br /&gt;
* Da PULSTER den Preis aus 329€ gehoben hat würde sich ein 10er Paket bei PULSTER wieder lohnen, da man so 30€ pro Gerät sparen würde, wie sieht es mit euch aus? Ich habe mal einen Jabber-Gruppen-Chat openmoko@conference.comiles.eu eingerichtet meldet euch bitte, dass wir bald bestellen können sonst sind wir bei der Lieferung am 25.7. wieder nicht dabei. --[[User:White gecko|White gecko]] 14:06, 7 July 2008 (UTC)&lt;br /&gt;
* Um unsere Sammelbestellung voran zu treiben habe ich einen [http://comiles.eu/~natanael/wordpress/2008/07/10/free-your-phone/ Blogeintrag] verfasst und Robert hat eine [http://comiles.eu/cgi-bin/mailman/listinfo/openmoko Mailingliste] eingerichtet. --[[User:White gecko|White gecko]] 00:36, 10 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Chemnitz ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* Tobias [http://wiki.openmoko.org/wiki/Special:Emailuser/Tobydox Contact me here]&lt;br /&gt;
* Michael [http://wiki.openmoko.org/wiki/Special:Emailuser/her Contact me here]&lt;br /&gt;
* Peter [http://wiki.openmoko.org/wiki/Special:Emailuser/PeterF Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Dresden ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Martin [http://wiki.openmoko.org/wiki/Special:Emailuser/nodge Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Leipzig ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
* Natanael [http://wiki.openmoko.org/wiki/Special:Emailuser/white_gecko Contact me here] (+3)&lt;br /&gt;
* Micha [http://wiki.openmoko.org/wiki/Special:Emailuser/Adian Contact me here]&lt;br /&gt;
* xbaldauf [http://wiki.openmoko.org/wiki/Special:Emailuser/xbaldauf Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Hungary == &lt;br /&gt;
Good to know:&lt;br /&gt;
*discussion here: http://hup.hu/node/54588&lt;br /&gt;
*mailing list: http://groups.google.com/group/freerunner-groupsales-hungary&lt;br /&gt;
*group ordering coordinator: Dániel Vásárhelyi (see below) - please contact me on any questions&lt;br /&gt;
&lt;br /&gt;
ordering rules:&lt;br /&gt;
* anyone can add and remove him/herself on the list - new names MUST be _appended_ to the list&lt;br /&gt;
* please use real name and working e-mail address&lt;br /&gt;
* although this list is informative, please extend it _only_ if you are really serious about ordering it&lt;br /&gt;
* coordinator contacts everyone interested prior to actual buying&lt;br /&gt;
&lt;br /&gt;
=== Budapest ===&lt;br /&gt;
==== participiants ====&lt;br /&gt;
# &amp;lt;s&amp;gt;Ferenc 'Lion' Veres [http://wiki.openmoko.org/wiki/Special:Emailuser/kempelen Contact] lion kukac netngine pont hu&amp;lt;/s&amp;gt; ordered&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;
# Árva T. Mihály - lirul [KUKAC] hixsplit [PONT] hu&lt;br /&gt;
# Nyosigomboc - nyos [KUKAC] nyos [PONT] homelinux [PONT] net&lt;br /&gt;
# Ludvig Adam - 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;
# btamas, [http://wiki.openmoko.org/wiki/Special:Emailuser/btamas Contact]&lt;br /&gt;
# Kovács 'ka87' András, andras [kukac] csevego [pont] net&lt;br /&gt;
# pcm, pcm [kukac] freemail [pont] hu&lt;br /&gt;
# Geza Piros, [http://wiki.openmoko.org/wiki/Special:Emailuser/gpiros Contact]&lt;br /&gt;
# Áron Preisinger, 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;
# Radics Áron, raron @ vipmail . hu&lt;br /&gt;
# Laszlo Szomor [http://wiki.openmoko.org/wiki/Special:Emailuser/Lci Contact]&lt;br /&gt;
# tr3w [http://wiki.openmoko.org/wiki/Special:Emailuser/tr3w Contact]&lt;br /&gt;
# Ferenc Szomor [http://wiki.openmoko.org/wiki/Special:Emailuser/Lci Contact]&lt;br /&gt;
# Bolyóczki Zsombor, mogorva kukac tuxworx pont hu&lt;br /&gt;
# Sütő Zoltán, suto dot zoltan at t dash online dot hu&lt;br /&gt;
# Zsolt Pittmann, pittmann dot zsolt at gmail dot com&lt;br /&gt;
# KREKACS Laszlo, laszlo {pont} krekacs {pont} list {kukacka} gmail {pont} com&lt;br /&gt;
# Móker Tamás,[http://wiki.openmoko.org/wiki/Special:Emailuser/rwind Contact]&lt;br /&gt;
# Krisztián Kovács, [http://wiki.openmoko.org/wiki/Special:Emailuser/Krisztian Contact]&lt;br /&gt;
# Tamas Michalik, [http://wiki.openmoko.org/wiki/Special:Emailuser/dotmind Contact]&lt;br /&gt;
# Peter Roosz, [http://wiki.openmoko.org/wiki/Special:Emailuser/rope Contact]&lt;br /&gt;
# Eduard Iacoboaia, [http://wiki.openmoko.org/wiki/Special:Emailuser/Polaru Contact]&lt;br /&gt;
# László Vadász, [http://wiki.openmoko.org/wiki/Special:Emailuser/Lvadasz Contact]&lt;br /&gt;
# Attila Lendvai, [http://wiki.openmoko.org/wiki/Special:Emailuser/attila.lendvai Contact]&lt;br /&gt;
# Thomas Otterbein [http://wiki.openmoko.org/wiki/Special:Emailuser/Tommi Contact]&lt;br /&gt;
# Beáta Müller [http://wiki.openmoko.org/wiki/Special:Emailuser/emm Contact]&lt;br /&gt;
# Helle Kristóf [http://wiki.openmoko.org/wiki/Special:Emailuser/s8529hel Contact]&lt;br /&gt;
&lt;br /&gt;
==== groups ====&lt;br /&gt;
&lt;br /&gt;
legend:&lt;br /&gt;
* yes = I definitely want it (one)&lt;br /&gt;
* N = I want this many (2 for two headsets, for example)&lt;br /&gt;
* yes? = I prefer having one, but it's not a problem if not&lt;br /&gt;
* no = I absolutely don't want to have this item&lt;br /&gt;
* ? = It is not important for me, either to have or not (use this instead of 'no' at least at the warranty)&lt;br /&gt;
&lt;br /&gt;
===== group #1 - open ! =====&lt;br /&gt;
This group places order at nearest distributor on the cheapest price. &lt;br /&gt;
You will be contacted before ordering.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! your name&lt;br /&gt;
! e-mail address&lt;br /&gt;
! want phone? (yes/N)&lt;br /&gt;
! want case? (yes/yes?/?/no)&lt;br /&gt;
! want headset? (yes/yes?/?/no)&lt;br /&gt;
! prefer 2y warranty? (yes/?)&lt;br /&gt;
! want devboard? (yes/yes?/no)&lt;br /&gt;
|-&lt;br /&gt;
| tg&lt;br /&gt;
| tg x-net hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| KREKÁCS László&lt;br /&gt;
| laszlo.krekacs.list kukac gmail potty com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| yes?&lt;br /&gt;
|-&lt;br /&gt;
| Kovács Krisztian&lt;br /&gt;
| kroomagnon at gmail dot com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Preisinger Áron&lt;br /&gt;
| appa00 kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Nyos&lt;br /&gt;
| nyos kukac nyos pont homelinux pont net&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Radics Áron&lt;br /&gt;
| raronkonektor kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Besenyei Tamas (btamas)&lt;br /&gt;
| tamas besenyei net&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Ruskó Péter&lt;br /&gt;
| peter kukac rusko pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Roósz Péter&lt;br /&gt;
| peter kukac roosz pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Kárpáti László&lt;br /&gt;
| leslie  [at]  zenevilag [dot] net&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Szabo Laszlo&lt;br /&gt;
| rka kukac rka pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Lendvai Attila&lt;br /&gt;
| attila.lendvai gmail&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Tóth Antal&lt;br /&gt;
| toncsi55 kukac hotmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Helle Kristóf&lt;br /&gt;
| s8529hel kukac freemail pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| your name&lt;br /&gt;
| e-mail address&lt;br /&gt;
| want phone?&lt;br /&gt;
| want case?&lt;br /&gt;
| want headset?&lt;br /&gt;
| prefer warranty?&lt;br /&gt;
| want devboard?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== group #2 - open (ordering at mid-august)! =====&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! your name&lt;br /&gt;
! e-mail address&lt;br /&gt;
! want phone? (yes/N)&lt;br /&gt;
! want case? (yes/yes?/?/no)&lt;br /&gt;
! want headset? (yes/yes?/?/no)&lt;br /&gt;
! prefer 2y warranty? (yes/?)&lt;br /&gt;
! want devboard? (yes/yes?/no)&lt;br /&gt;
|-&lt;br /&gt;
| Árva T. Mihály&lt;br /&gt;
| lirul at hixsplit dot hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Hélei Zoltán&lt;br /&gt;
| heleiz [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| 2&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Muller Beata&lt;br /&gt;
| beata [dot] muller [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Móker Tamás&lt;br /&gt;
| rwind [at] apacheweb [dot] hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Piros Geza&lt;br /&gt;
| geza [dot] piros  [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Otterbein Thomas&lt;br /&gt;
| tommi [at] t-online [dot] hu&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| tr3w&lt;br /&gt;
| tr3w at freemail&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Sütő Zoltán&lt;br /&gt;
| suto [dot] zoltan [at] t [dash] online [dot] hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Vadász László&lt;br /&gt;
| laszlo pont vadasz kukac yahoo pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
|-&lt;br /&gt;
| Dániel Vásárhelyi&lt;br /&gt;
| asdmin at gmail.com&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| your name&lt;br /&gt;
| e-mail address&lt;br /&gt;
| want phone?&lt;br /&gt;
| want case?&lt;br /&gt;
| want headset?&lt;br /&gt;
| prefer warranty?&lt;br /&gt;
| want devboard?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kecskemét ===&lt;br /&gt;
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;
=== Bangalore ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/sh4r4d sharad]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/gadiyar Anand Gadiyar]&lt;br /&gt;
* Ankur Arora ''terminus [at] gmail [dot] com''&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/kunaldeo Kunal Deo]&lt;br /&gt;
* Rishavnath     rishavnath@gmail.com&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/libin_v Libin Varghese] (Waiting for the GSM 900 Band)&lt;br /&gt;
&lt;br /&gt;
=== Delhi/NCR ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
* Sameer Mohamed Thahir [http://wiki.openmoko.org/wiki/Special:Emailuser/sameerthahir Contact]&lt;br /&gt;
* Pratul Kalia (lut4rp) ''pratulkalia [at] gmail [dot] com''&lt;br /&gt;
&lt;br /&gt;
=== Mumbai [Bombay] ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Saurabh Saurabh]&lt;br /&gt;
&lt;br /&gt;
== Ireland ==&lt;br /&gt;
=== Dublin ===&lt;br /&gt;
To register your interest for the Dublin shipment please post a comment on this [http://patrickoconnor.ie/blog/2008/07/01/openmoko-freerunner-limited-release/ blog post] and enter your details below.&lt;br /&gt;
&lt;br /&gt;
Status 10/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patchrick Patchrick]&lt;br /&gt;
* Karl O'Dwyer [http://wiki.openmoko.org/wiki/Special:Emailuser/Karl.odwyer Contact Me Here]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/sonic Sonic]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/s4dd PaulD]&lt;br /&gt;
* BOFH [http://wiki.openmoko.org/wiki/Special:Emailuser/BOFH, 1xPhone, 1x&lt;br /&gt;
DBoard, 1x Spares Pack {2xBatt's and case} =&amp;gt; Email Here]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/onan Onan]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/ankhi ankhi] - 1x Phone, 1x Spares Pack&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/seanodonnell seanodonnell]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/kernelkhertz Mark R]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/HerraBRE Bjarni R. Einarsson] - 1x phone, 1x dboard&lt;br /&gt;
&lt;br /&gt;
== Italy == &lt;br /&gt;
For more informations and to organize groups, visit the&lt;br /&gt;
*[http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''''Italian Freerunner Group Sales Google Group'''''] (ML/Web/Feeds) ([mailto:freerunner-italian-group-sales@googlegroups.com freerunner-italian-group-sales@googlegroups.com]).&lt;br /&gt;
&lt;br /&gt;
'''BUT please keep adding your name and email to the list below'''&lt;br /&gt;
&lt;br /&gt;
If we don't reach the 10 phones limit in each city, maybe we could place an order in the &amp;quot;most requested city&amp;quot;, and from shipping to other buyers. We'll have anyway a good discount although the &amp;quot;double-shipping&amp;quot;. ([http://thread.gmane.org/gmane.comp.handhelds.openmoko.community/10937/focus=10981 Read here for reference]).&lt;br /&gt;
&lt;br /&gt;
=== Toscana ===&lt;br /&gt;
==== Firenze (e dintorni) ====&lt;br /&gt;
Status 14/10&lt;br /&gt;
&lt;br /&gt;
'''''[[GroupSales/Firenze|Wiki organizzativo]]'''''&lt;br /&gt;
&lt;br /&gt;
* [[User:Treviño|Marco Trevisan (Treviño)]] - [http://blog.3v1n0.net/contatti-trevino/ Contacts here]&lt;br /&gt;
* [[User:Niccolo|Niccolo Rigacci]] - ''niccolo [AT] rigacci.org''&lt;br /&gt;
* [[User:BiggMatt|Mattia Gentile]] - ''biggmatt@hotmail.it''&lt;br /&gt;
* [[User:Sugacapra|Sugacapra]] - ''alessio.chemeri [AT] gmail.com''&lt;br /&gt;
* [[User:tom_morello|Carlo Ascani (Morello)]] - ''carlo.ratm [AT] gmail.com''&lt;br /&gt;
* [[User:marrano|Stefano Burchietti (Marrano)]] - ''stefano [AT] nontelodiromai.it''&lt;br /&gt;
* [[User:Geli86|Matteo Gelimeri X 2 (Imola - Bologna)]] - ''gelimatteo [AT] gmail.com''&lt;br /&gt;
* [[User:dcoppa|David Coppa (Borgo a Buggiano, Pistoia)]] - ''dcoppa@gmail.com''&lt;br /&gt;
* [[User:Panthack|Dario Panthack Pantani (Pontedera - Pisa)]] - ''panthack2 [AT] tiscali.it''&lt;br /&gt;
* [[User:alfatangoxt|Baraglia michele (alfatangoxt)(Vecchiano - Pisa)]] - ( mail ''[mailto:barmike1@tin.it]'') ( msn - ''alfatangoxt@hotmail.it'')&lt;br /&gt;
* Francesco Guidi (perino)&lt;br /&gt;
* Daniele Andreoli&lt;br /&gt;
&lt;br /&gt;
Rimossi:&lt;br /&gt;
* [[User:pcav|Paolo Cavallini]] - ''cavallini [AT] faunalia.it''&lt;br /&gt;
* Elisa ''[mailto:lab@kkk.it lab@kkk.it]'' (Empoli)&lt;br /&gt;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano e dintorni ====&lt;br /&gt;
&amp;lt;!--[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per l'organizzazione preliminare interagire sul [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''].&lt;br /&gt;
&lt;br /&gt;
Ad ogni modo, per stabilire le precedenze nella prenotazione, '''aggiungetevi nella lista qui sotto'''&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
N.B.: Stiamo congelando il primo gruppo. Chi non confermerà la sua intenzione di acquisto sul '''[[GroupSales/Milano|wiki organizzativo]] entro le 00:00 del 3 luglio''', rientrerà automaticamente nel gruppo successivo (da organizzare). Aggiungersi qui sotto '''solo se non interessati al primo gruppo d'acquisto'''.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per il primo gruppo d'acquisto già partito: '''[[GroupSales/Milano|wiki organizzativo]]'''&lt;br /&gt;
&lt;br /&gt;
===== Lista degli interessati =====&lt;br /&gt;
Numero persone interessate: '''5'''&lt;br /&gt;
&lt;br /&gt;
Numero FreeRunner: '''5'''&lt;br /&gt;
&lt;br /&gt;
*'''1-10'''&lt;br /&gt;
*# Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&amp;lt;!--RIMANDATO--&amp;gt;&lt;br /&gt;
*# Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
*# [[User:Pietrao| Pietro Isotti]] - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
*# [[User:ndr| Andrea Vago]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Ndr Contacts here] (Rho, MI)&lt;br /&gt;
*# [[User:Kingman| Mattia Borsani]] - [mailto:mattiaborsa3@msn.com mattiaborsa3@msn.com] (Parabiago, MI)&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*'''11-20''' --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*'''21-30''' --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Piemonte ===&lt;br /&gt;
==== Torino (and province) ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&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;
Precedenza è stabilita in base all'ordine di aggiunta nella lista inizale&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Gruppo 1''' (prime persone a fare l'ordine):&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Claudio Carnino (jollyr0g3r AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Alessandro Degano (a.degano AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Enrico Pigozzi (videokill71 AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Max Ciavarella - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cicchetebom Contacts here]&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Giuseppe Barbieri (elect86 at gmail dot com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Riccardo Issoglio (riccardo.issoglio AT polito DOT it)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Flavio Pastore [http://wiki.openmoko.org/wiki/Special:Emailuser/Iron_Bishop Contacts here]&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Michele Renda ( mic DOT renda AT email DOT it )&amp;lt;br&amp;gt;&lt;br /&gt;
2 x Katjia Mirri (gattoniglia AT gmail DOT com ) two items (ne voglio due)!!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Gruppo 2''' (coloro che non ci stanno nel primo gruppo o che vogliono aspettare che il primo gruppo abbia ricevuto il telefono):&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Marco Forasacco (zer0fil3 AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&amp;lt;br&amp;gt;&lt;br /&gt;
(aggiungersi chi è nuovo)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-------------------------------------&lt;br /&gt;
LISTA ORIGINALE (24/05/08 14:48):&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;
* Katjia Mirri (gattoniglia AT gmail DOT com ) two items (ne voglio due)!!&lt;br /&gt;
* Giovanni Di Mingo ( pino_otto AT yahoo DOT com )&lt;br /&gt;
* Marco Forasacco &amp;lt;br/&amp;gt; (zer0fil3 AT gmail DOT com)&lt;br /&gt;
--------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
&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;
* Emanuele Olivetti (emanuele CHIOCCIOLA relativita PUNTO com)&lt;br /&gt;
* Marco Ciampa (ciampix (*) libero (*) it)&lt;br /&gt;
* Avi Arrigo (aviarrigo AT  gmail DOT  com)(also Milano is OK)&lt;br /&gt;
&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;
&lt;br /&gt;
Status: 15/20&lt;br /&gt;
&lt;br /&gt;
==== Padova ====&lt;br /&gt;
&lt;br /&gt;
* Andrea [mailto:nick(at)linux.it nick(at)linux.it ] &lt;br /&gt;
&lt;br /&gt;
==== Treviso ====&lt;br /&gt;
&lt;br /&gt;
* Dario [mailto:aliasbrain@gmail.com aliasbrain(at)gmail.com] - [[User:Rastafan|Rastafan]] &amp;lt;br /&amp;gt;one, maybe two.&lt;br /&gt;
&lt;br /&gt;
* Pedro [mailto:paguilar@junkerhq.net paguilar(at)junkerhq.net] - [[User:Paguilar|Paguilar]] &amp;lt;br/&amp;gt;Also Padova and Vicenza are ok.&lt;br /&gt;
&lt;br /&gt;
* mr [mailto:maurizio.rottin@gmail.com maurizio.rottin a-t gmail d-o-t com] - [[User:Mr|Mr]] &amp;lt;br/&amp;gt;one for sure, maybe two&lt;br /&gt;
&lt;br /&gt;
==== Venezia ====&lt;br /&gt;
&lt;br /&gt;
* Tommaso [mailto:tommaso.gardumi@gmail.com tommaso.gardumi@gmail.com] - [[User:Tobarello|Tobarello]] &amp;lt;br /&amp;gt;Also Padova, Vicenza &amp;amp; Trento are ok.&lt;br /&gt;
* Mattia  [mailto:tia8219@gmail.com tia8219@gmail.com] - [[User:tia1982|tia1982]] &amp;lt;br /&amp;gt;Also Padova.&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;
* 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;
* Marco [mailto:marco.napetti@linux.it marco.napetti(at)linux.it]&amp;lt;br /&amp;gt; Also Padova and Verona are ok.&lt;br /&gt;
&lt;br /&gt;
* Alessandro [mailto:bianco@3ska.com bianco@3ska.com]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Emilia Romagna ===&lt;br /&gt;
Status : 5/10&lt;br /&gt;
&lt;br /&gt;
La proposta, accolta da chi segue il google group, e' di attendere la formalizzazione dell'offerta del rivenditore italiano. Se tutto va bene, avremo il freerunner + gadgets i primi di settembre, con 2 anni di garanzia e prezzo allettante.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Il rivenditore italiano ha formalizzato l'offerta: a me sembra davvero ottima! [http://groups.google.com/group/freerunner-italian-group-sales/browse_thread/thread/4738271e92a951b4?hl=it Link Offerta Italiana]&lt;br /&gt;
&lt;br /&gt;
Per organizzazione: [http://groups.google.com/group/freerunner-italian-group-sales/browse_thread/thread/b872bf8872180d02?hl=it Emilia Romagna - Gruppo d'acquisto] (Delian)&lt;br /&gt;
&lt;br /&gt;
Per Favore indicate quante unità intendete acquistare!&lt;br /&gt;
&lt;br /&gt;
==== Parma ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Delian|Marco Albanese]] X 1 [mailto:delian2@gmail.com delian2@gmail.com]&lt;br /&gt;
&lt;br /&gt;
* [[User:Hachreak|Leonardo Rossi]] ssj3gokou AT libero Dot it Also for me it's ok the decentralized shipping.&lt;br /&gt;
&lt;br /&gt;
==== Ravenna ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* vagamente AT gmail DOT com (even hub if it's necessary...). ( se ti vanno bene ambo le citta' basta dirlo tra parentesi. Cosi', si fa confusione :) )&lt;br /&gt;
&lt;br /&gt;
==== Bologna ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:nixy_999|Lorenzo]] nixy_999 AT yahoo Dot it Also for me it's ok the decentralized shipping.&lt;br /&gt;
* vagamente AT gmail DOT com (even hub if it's necessary...).&lt;br /&gt;
* [[User:lord.of.the.dimm|Mauro]] lord.of.the.dimm AT gmail DOT com decentralized shipping: OK.&lt;br /&gt;
&lt;br /&gt;
=== Puglia (gruppo unico) ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com] Lecce&lt;br /&gt;
* [[User:italyanker|italyanker]] [mailto:italyanker@gmail.com italyanker@gmail.com] Lecce&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org] Bari&lt;br /&gt;
* [[User:SlackMass|SlackMass]] [mailto:rsvmass@tiscali.it rsvmass@tiscali.it] Taranto&lt;br /&gt;
&lt;br /&gt;
NB: per eventuali modifiche aggiungere username, mail e provincia di appartenenza.&lt;br /&gt;
&lt;br /&gt;
=== Abruzzo ===&lt;br /&gt;
==== Pescara ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* ZarZ [mailto:zarz25@gmail.com zarz25@gmail.com]&lt;br /&gt;
&lt;br /&gt;
=== Campania ===&lt;br /&gt;
==== Caserta (and province) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* fenoxxx [mailto:fenoxxx@gmail.com] - Aversa&lt;br /&gt;
&lt;br /&gt;
=== Lazio ===&lt;br /&gt;
==== Roma ====&lt;br /&gt;
Status 9/10&lt;br /&gt;
&lt;br /&gt;
Per coordinamento [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''] (Roma)&lt;br /&gt;
&lt;br /&gt;
La precedenza è stabilita in base all'ordine di aggiunta nella lista inizale&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Gruppo 1 (incompleto):&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Hire X 2 [mailto:hiretto@gmail.com hiretto@gmail.com] (Roma)&lt;br /&gt;
* Darkbasic X 1 [mailto:darkbasic4(at)gmail darkbasic4(at)gmail] (Ancona)&lt;br /&gt;
* zione X 1 [mailto:alessio.filipponio@gmail.com alessio.filipponio@gmail.com](Roma)&lt;br /&gt;
* AntoMan X 1 [mailto:obe_65@yahoo.it AntoMan](Roma)&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* lynx1673 X1 [mailto: acarfi at yahoo dot com] - lynx sei di Roma?&lt;br /&gt;
* Lorenzo90 x1 [mailto:lorenzo.catalucci@gmail.com lorenzo.catalucci@gmail.com] (Terni)&lt;br /&gt;
&lt;br /&gt;
=== Liguria ===&lt;br /&gt;
==== Genova ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Luca Maranzano X 1 (liuk AT linux DOT it) [[User:liuk|liuk]]&lt;br /&gt;
* Lorenzo Fornara X 1 (fw1987 AT hotmail DOT it)&lt;br /&gt;
* Stefano Cutelle' X 1 (staff@ascservices.it) [[User:ascservices|ascservices]]&lt;br /&gt;
* 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;
&lt;br /&gt;
=== Sicilia ===&lt;br /&gt;
==== Palermo ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* Giorgio Marciano' X 1 [mailto:giorgio.marciano@email.it giorgio]&lt;br /&gt;
* Roberto Calandra X 1 [mailto:isokazi@yahoo.it roberto]&lt;br /&gt;
* Vincenzo Moreno Luna X 7 [mailto:ciop85plus@hotmail.com vincenzo]&lt;br /&gt;
* Daniele Lupo X 1 [mailto:danwolf80@libero.it daniele]&lt;br /&gt;
&lt;br /&gt;
==== Messina ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
* Melug X 6 [mailto:suuuper@messinalug.org MeLug]&lt;br /&gt;
&lt;br /&gt;
=== Calabria ===&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
==== Catanzaro ====&lt;br /&gt;
* Carlo Mangani X 1 [mailto:carlo.mangani@gmail.com carlo.mangani@gmail.com] - Lamezia Terme&lt;br /&gt;
&lt;br /&gt;
==== Cosenza ====&lt;br /&gt;
* Francesco Portus X 1 [mailto:portusgraphics@gmail.com portusgraphics@gmail.com] - Bisignano (Cosenza)&lt;br /&gt;
* Silvio Pierro X 1 [mailto:perplesso82@gmail.com perplesso82] - Montalto Uffugo (Cosenza)&lt;br /&gt;
&lt;br /&gt;
=== Sardegna ===&lt;br /&gt;
==== Cagliari ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Panta x 1 [[User:Panta]]&lt;br /&gt;
Viaggio per tutta l'Isola, per cui, nel caso in cui arrivassimo a 10 utenti...&lt;br /&gt;
&lt;br /&gt;
== Lithuania ==&lt;br /&gt;
=== Vilnius ===&lt;br /&gt;
Status 8/10&lt;br /&gt;
* Laurynas Ruškys 7 phones + 2 boards [http://wiki.openmoko.org/wiki/Special:Emailuser/Crebain Contact me here]&lt;br /&gt;
* 1 x Neo FreeRunner, [[Special:Emailuser/Sirex|Mantas Zimnickas]].&lt;br /&gt;
&lt;br /&gt;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Kristijan Krsteski 1/10 &amp;lt;br /&amp;gt; [[User:neutrino]] &amp;lt;br /&amp;gt; [mailto:kristijan.krsteski@gmail.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== México ==&lt;br /&gt;
=== Ciudad de México ===&lt;br /&gt;
Status 4/10&lt;br /&gt;
&lt;br /&gt;
* Kozapatista [[Special:Emailuser/User:kozapatista|Contact]]&lt;br /&gt;
* w4r10 (Pulketo) [[User:w4r10]] [[Special:Emailuser/w4r10|Mario Alberto]]&lt;br /&gt;
* Osoverflow [[Special:Emailuser/User:medisoft|Contactar]]&lt;br /&gt;
* cHaoslOrd [[Special:Emailuser/User:chaoslord|Contactar]]&lt;br /&gt;
&lt;br /&gt;
=== Ciudad Victoria ===&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* 3x  Gregorio Toscano [mailto:gtoscano@cinvestav.mx email]&lt;br /&gt;
&lt;br /&gt;
== [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands The Netherlands] ==&lt;br /&gt;
(Discuss this group sale on the [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands talk page])&lt;br /&gt;
&lt;br /&gt;
=== Special notice ===&lt;br /&gt;
After discussion on the talk page, a number of us have decided to place an individual order at Pulster.eu, because they are cheaper than the group sale discount, and they deliver a receipt with VAT.&amp;lt;br /&amp;gt;&lt;br /&gt;
I'd advise the people on this group sale-list to do the same. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can indeed place a group order at Pulster.eu, but that won't lower the price, and would only add extra shipping costs. (from the person who made the group-order to the individual members of the group) [[User:Madjo|MadJo]] 11:04, 30 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Marijn Kruisselbrink 1 [[Special:Emailuser/User:mkruisselbrink|Contact]]&lt;br /&gt;
* Andy Powell 1/10 [[Special:Emailuser/User:ScaredyCat|Contact]]&lt;br /&gt;
* Arjan Veenstra 1/10 [[User:AVee]] [[Special:Emailuser/User:AVee|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Gelderland ===&lt;br /&gt;
&lt;br /&gt;
==== Nijmegen ====&lt;br /&gt;
* [[User:Blalien|Danny Bouwman]] (Ewijk 1x) [[Special:Emailuser/User:Blalien|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Nijkerk ====&lt;br /&gt;
* [[User:Nicolas|Nico Veenkamp]] (Nijkerk 1x) [[Special:Emailuser/User:Nicolas|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Nijmegen ====&lt;br /&gt;
* [[User:A.dre|André Disselhorst]] (Nijmegen 1x) [[Special:Emailuser/User:A.dre|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Groningen ===&lt;br /&gt;
&lt;br /&gt;
==== Haren ====&lt;br /&gt;
* [[User:akrabbe|Albert Krabbe]] (Haren 1x) [[Special:Emailuser/User:akrabbe|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Limburg ===&lt;br /&gt;
&lt;br /&gt;
==== Griendtsveen ====&lt;br /&gt;
* [[User:KenSentMe|Jeroen van de Nieuwenhof]] (Griendtsveen 1x) [[Special:Emailuser/User:KenSentMe|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Noord-Brabant ===&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Christ van Willegen 1 [[User:ChristW]]&lt;br /&gt;
* Jan van Nijnatten 1 [[Special:Emailuser/User:Javany|Contact]]&lt;br /&gt;
* Atilla Filiz 1 + debug board[[Special:Emailuser/User:Atilla|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Noord Holland ===&lt;br /&gt;
&lt;br /&gt;
==== Amsterdam ====&lt;br /&gt;
* Michel van Horssen 1/10 [[Special:Emailuser/User:mivaho|Contact]]&lt;br /&gt;
* Frank Richter 1 [[Special:Emailuser/User:res|Contact]]&lt;br /&gt;
* Eric Smith 1/10 [[User:Eric Smith]]&lt;br /&gt;
* Buddy Baars 1 [[Special:Emailuser/User:Budster|Contact]]&lt;br /&gt;
* Erik Terpstra 1 [[Special:Emailuser/User:Eterps|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Beverwijk ====&lt;br /&gt;
* Theo Martens 1x [[Special:Emailuser/User:T_M|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Bussum ====&lt;br /&gt;
* Remco van Zuijlen 1x [[Special:Emailuser/User:Remco|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Overijssel ===&lt;br /&gt;
&lt;br /&gt;
==== Deventer ====&lt;br /&gt;
* Jan de Haan 1/10 [[User:Jan de Haan]] [[Special:Emailuser/User:Jan de Haan|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Enschede ====&lt;br /&gt;
* Peter Hageman 1x [[Special:Emailuser/User:PingPong|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Hengelo ====&lt;br /&gt;
* Sander Hoentjen 1/10 [[Special:Emailuser/User:Tjikkun|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zwolle ====&lt;br /&gt;
* [[User:Boudewijn]] 1/10 [[Special:Emailuser/User:Boudewijn|Contact]]: mail me via mailinglist/mailtouser. Ordered via [http://www.pulster.de pulster!]&lt;br /&gt;
&lt;br /&gt;
=== Zuid-Holland ===&lt;br /&gt;
&lt;br /&gt;
==== Rijswijk ====&lt;br /&gt;
* Fernando Martins 1x [[User:fmartins]]  [[Special:Emailuser/User:fmartins|Contact]]&lt;br /&gt;
* Igor 1x [[User:igorn]] [[Special:Emailuser/User:igorn|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zoetermeer ====&lt;br /&gt;
* S.Rademaker 1x [[User:S.rademaker]] [[Special:Emailuser/User:S.rademaker|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Rotterdam ====&lt;br /&gt;
* Reinout van Schouwen [[User:reinouts]] [[Special:Emailuser/User:reinouts|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Utrecht ===&lt;br /&gt;
&lt;br /&gt;
==== Utrecht ====&lt;br /&gt;
* Eric Spierings 1/10 [[Special:Emailuser/User:ericsp|Contact]]&lt;br /&gt;
* Peter van de Werken 1/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;
29/30&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
===Networks===&lt;br /&gt;
As Telecom are using the 850MHz network for their GSM network, while Vodafone and northelia (possibly aka orcon) are using 900/1800MHz, please state which version you want. This may need more research, I'm not 100%; see [http://www.gsmworld.com/roaming/gsminfo/cou_nz.shtml] for more info&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Shipping===&lt;br /&gt;
Based on the Openmoko direct store, shipping is US$258.05 (US$25.81/phone)&lt;br /&gt;
&lt;br /&gt;
Someone on the community list suggested using [http://www.myus.com], a shipping company that will re-post items overseas at decent rates. They claim US$66 for a 3kg package, or NZ$8 per phone. Of course, the cost of shipping the phone from OM to the shipping company has to be added in as well.&lt;br /&gt;
&lt;br /&gt;
===Purchase cost===&lt;br /&gt;
As of 2008-07-03 (exchange rate 0.7505), US$369 is worth NZ$492 and US$25.81 is worth NZ$34.39&lt;br /&gt;
&lt;br /&gt;
===Duty/taxes/other charges===&lt;br /&gt;
import duty on mobile phones is 0%[http://www.customs.govt.nz/importers/Private+Importers/Customs+Charges.htm], and GST is 12.5% so the GST added to each phone will be NZ$65.80; 12.5% * (492 + 34.39), 'cause we pay GST on postage too...&lt;br /&gt;
&lt;br /&gt;
You'll also need to add on disbursement fees etc. If it's UPS it's not too bad (~NZ$40) if it comes through NZ Post then it can be ~NZ$120.&lt;br /&gt;
&lt;br /&gt;
So, the total cost of a Freerunner as part of a 10 pack, will be:&amp;lt;br&amp;gt;&lt;br /&gt;
492 + 34.39 + 65.80 = NZ$592.19 + NZ$4 = '''~NZ$596'''&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand.&lt;br /&gt;
&lt;br /&gt;
Also, for the person buying, don't forget that there is likely charges from VISA for foreign exchange. ASB is 2.1% of the purchase price which will add ~$12.50 ea. to the price.&lt;br /&gt;
&lt;br /&gt;
'''[http://nicegear.co.nz nicegear]''' may be bringing some in depending on pricing from OpenMoko.&lt;br /&gt;
&lt;br /&gt;
=== Auckland ===&lt;br /&gt;
==== [[Auckland group sales|Auckland]] ====&lt;br /&gt;
Status:10 phones requested, the required minimum (10 phones) is reached, but more buyers are still welcome to join.&amp;lt;br&amp;gt;&lt;br /&gt;
13/20&amp;lt;br&amp;gt;&lt;br /&gt;
=====Intermediary=====&lt;br /&gt;
Glen ogilvie made a suggestion, that we could use a company (e.g. someone's employer, who are likely to have easily found contact details and thus be trustworthy) to buy the phones on our behalf (after we'd paid for them), and then deliver them to us. &amp;lt;br&amp;gt;&lt;br /&gt;
any volunteers? do any of you have understanding bosses/your own company that could help out here?&amp;lt;br&amp;gt;&lt;br /&gt;
Dave Lane: I think '''[http://egressive.com Egressive]''' would be willing to act as an intermediary.  Contact me to discuss it...&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Paul Sandkuijl [[User:Edictor]]&lt;br /&gt;
Having contacted all the below people who have said they were interested, we only got 6 emails back from people. We need 4 more and we can put in our order. Please [http://wiki.openmoko.org/wiki/Special:Emailuser/Edictor Contact me here] so that we can get this order underway...&lt;br /&gt;
&lt;br /&gt;
=== Purchaser List ===&lt;br /&gt;
*Rob Paulson [[User:Myfanwy]] [mailto:robin.paulson@gmail.com] 900MHz&lt;br /&gt;
**i'm quite happy to organise the purchase, if no-one has any objections. to ease any worries about me running off with the money, we could use an escrow service such as [http://safetrader.co.nz], or paypal. or does anyone have any other ideas?&lt;br /&gt;
*Simon Wells [[User:Swel024]] 900MHz&lt;br /&gt;
*Jeremy List [[User:Jeremy-list]] mailto:quick.dudley@gmail.com (Wellington, not Auckland, will pay for courier) 900MHz&lt;br /&gt;
*David Murrell [[User:Viddy]] - [mailto:dmurrell@waikato.ac.nz] I'm in Hamilton, either courier, or I'll drive up :) 900MHz&lt;br /&gt;
*Jeremy Gray [[User:Bogdan237]] [mailto:jgra163@ec.auckland.ac.nz] Auckland, 900MHz&lt;br /&gt;
*Paul 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;
*Paul Sandkuijl [[User:Edictor]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Edictor Contact me here] Napier (I'll pay for postage to Napier from Auckland) and I also suggest a PayPal/Safetrader similar service, 1 Vodafone compatible 900/1800MHz.&lt;br /&gt;
*Brent Wood [[User:pcreso]] [mailto:pcreso@pcreso.com Email] Wellington. Will pay courier to Wgtn. 1x Vodafone compatible 900/1800Mhz unit&lt;br /&gt;
*Glen Ogilvie [[User:Nelg]] [mailto:nelg@linuxsolutions.co.nz Email] Auckland, 1x Vodafone compatible 900Mhz.&lt;br /&gt;
*Jesse Waas [[User:JTAG]] [http://wiki.openmoko.org/wiki/Special:Emailuser/JTAG contact] Christchurch, 2 x 900MHz + 1800MHz GSM&lt;br /&gt;
**Looks like there are a few of us in Christchurch now - is it worth consolidating on this leg too?&lt;br /&gt;
**I have used [http://www.myus.com] with success before - though I no longer have an account...&lt;br /&gt;
&lt;br /&gt;
=== Wellington ===&lt;br /&gt;
==== [[Wellington group sales|Wellington]] ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
*Andrew Stephen [[User:lizardb0y]] [http://wiki.openmoko.org/wiki/Special:Emailuser/lizardb0y email me] Wellington, 1 x 900/1800Mhz GSM Vodafone compatible.&lt;br /&gt;
&lt;br /&gt;
== Norway ==&lt;br /&gt;
=== Nordland ===&lt;br /&gt;
==== Bodø ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:AlecTBM|Alexander Frøyseth]] [mailto:alexander.froyseth@gmail.com alexander.froyseth@gmail.com]&lt;br /&gt;
* Ole Marius&lt;br /&gt;
* Stian Vading&lt;br /&gt;
* [[User:Kolbjorn.Dahle|Kolbjorn Dahle]][mailto:kolbjorn@dahlenett.org]&lt;br /&gt;
&lt;br /&gt;
=== Sør-Trøndelag ===&lt;br /&gt;
==== Trondheim ====&lt;br /&gt;
Status 15/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: 30/?? &amp;lt;br/&amp;gt;&lt;br /&gt;
30/30 er bestilt via [[User:Ixian|Heikki Sørum]] &amp;lt;br/&amp;gt;&lt;br /&gt;
ingen har påtatt seg å bestille inn flere, men det er etterspørsel etter fler.&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; (30/30) FULT! Ta likevel kontakt for veiledning. &lt;br /&gt;
* [[User:StianEllingsen|Stian Ellingsen]]&lt;br /&gt;
&lt;br /&gt;
==== Østfold ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:MrBlonde|Petter Nygård]] [mailto:pettnyg@frisurf.no] &amp;lt;br /&amp;gt;Interessert? -&amp;gt; Mail meg....&lt;br /&gt;
* Eirik Lavik&lt;br /&gt;
&lt;br /&gt;
=== Vestlandet ===&lt;br /&gt;
==== Bergen ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:alastairj|Alastair Jenkins]] [mailto:alastair.jenkins@gfi.uib.no]&lt;br /&gt;
&lt;br /&gt;
== Philippines ==&lt;br /&gt;
band: [http://www.gsmworld.com/roaming/gsminfo/cou_ph.shtml GSM 900/1800, 3G 2100]&lt;br /&gt;
&lt;br /&gt;
status:[http://us.direct.openmoko.com/products/neo-freerunner GSM 900 variant sold out], new stocks due July 25, 2008&lt;br /&gt;
&lt;br /&gt;
buyer list (1/10):&lt;br /&gt;
* [[User:rickynite|Ricky Nite]] [mailto:ricky.nite@gmail.com]: 1 [http://us.direct.openmoko.com/products/neo-freerunner Neo FreeRunner], 1 [http://us.direct.openmoko.com/products/dboard DBoard], 1 [http://us.direct.openmoko.com/products/spares-pack Spares pack]&lt;br /&gt;
&lt;br /&gt;
see: PLUG threads: [http://archives.free.net.ph/thread/20080711.040657.c6d7a53b.en.html#20080711.040657.c6d7a53b openmoko] / [http://archives.free.net.ph/thread/20080712.042050.48537833.en.html#20080712.042050.48537833 mobile device platform]&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: http://www.kumulator.pl/show/12 (in edition moment: 9/10)&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
Portuguese (15/20) who are associates of ANSOL, please consider joining [[TeamANSOL]] (currently 5/10 members).&lt;br /&gt;
&lt;br /&gt;
Shop is open (currently only 850MHz version available. We want 900MHz): Shipping cost to Portugal for 10-pack: $219.07, ~14 EUR per device.&lt;br /&gt;
&lt;br /&gt;
We also need to have a cost estimation for Portuguese customs (like the Australians did). 20% sales tax + customs tax is to be expected both for individual or bulk sales, because the price is quite high. But freedom is priceless :)&lt;br /&gt;
&lt;br /&gt;
[[User:Ruben|Ruben Mendes]] is coordinating the group buy. If you are interested get in touch with him.&lt;br /&gt;
&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* 2 x [[User:Ruben|Ruben Mendes]] ([[TeamANSOL]])&lt;br /&gt;
* Tiago Brites&lt;br /&gt;
* Marcos Monteiro&lt;br /&gt;
&lt;br /&gt;
=== Lisboa ===&lt;br /&gt;
==== Lisboa ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Danielblues Daniel Branco]&lt;br /&gt;
* [[User:Pedrosilva|Pedro Silva]]&lt;br /&gt;
* Ricardo Sousa ([[TeamANSOL]])&lt;br /&gt;
* [[User:RuiSeabra|Rui Seabra]] ([[TeamANSOL]])&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vasco Vasco Névoa]&lt;br /&gt;
* [[User:Jcanelas|José Canelas]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Brunus Bruno Valentim]&lt;br /&gt;
* José Esteves ([[TeamANSOL]])&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/lothar_m Bruno Lopes]&lt;br /&gt;
&lt;br /&gt;
=== Porto ===&lt;br /&gt;
==== Porto ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:villate|Jaime Villate]] ([[TeamANSOL]])&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&lt;br /&gt;
We have a google group for discussion about a possible Swedish group order: freerunner-sverige@googlegroups.com, see [http://groups.google.com/group/freerunner-sverige Svensk Gruppbeställning av Freerunner]. Please join the discussion!&lt;br /&gt;
&lt;br /&gt;
If insufficient number of people, orders could be merged and remailed perhaps.&lt;br /&gt;
&lt;br /&gt;
Domestic remailing with Posten as A-class mail of a letter (criteria: length+width+height max 900 mm) weighing max 1 kg, without insurance should [http://www.posten.se/foretag/vara_tjanster/postageguide/postguideLetterDom.jspv cost 44 SEK]. 50 SEK more for insurance.&lt;br /&gt;
&lt;br /&gt;
If we end up with more than one 10-pack in Sweden, my guess is that it would probably pay to order everything in one shipment to one address in Sweden to save on the international shipping, and then remail domestically.&lt;br /&gt;
&lt;br /&gt;
=== Götaland ===&lt;br /&gt;
==== Göteborg ====&lt;br /&gt;
&lt;br /&gt;
* [[User:Fwendt|Fredrik Wendt]] [[Special:Emailuser/Fwendt|Contact]]/wendt.se&lt;br /&gt;
&lt;br /&gt;
==== Malmö ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Lars Jarlvik &amp;lt;br /&amp;gt; mailto:lars@larsfactory.se&lt;br /&gt;
&lt;br /&gt;
=== Svealand ===&lt;br /&gt;
==== Stockholm ====&lt;br /&gt;
Status : 6/10&lt;br /&gt;
&lt;br /&gt;
* Adam Johansson &amp;lt;br /&amp;gt; &lt;br /&gt;
* Lowe Schmidt &amp;lt;br /&amp;gt; mailto:lowe.schmidt@gmail.com&lt;br /&gt;
* Johan Erlands &amp;lt;br /&amp;gt; mailto:johan.erlands@gmail.com&lt;br /&gt;
* [[User:Joel | Joel Metelius ]] [[Special:Emailuser/Joel | (contact)]] 1 phone + 1 debug (if possible)&lt;br /&gt;
* Peter Wihlner &amp;lt;br /&amp;gt; mailto:info@faktor.nu&lt;br /&gt;
&lt;br /&gt;
==== Västerås ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* Jörgen Lidholm, could join the Falun/Borlänge or Stockholm group &amp;lt;br /&amp;gt; [mailto:jorgen.lidholm@gmail.com]&lt;br /&gt;
* John Törnblom, can also join the Stockholm group &amp;lt;br /&amp;gt; [mailto:f04jto@student.lth.se]&lt;br /&gt;
&lt;br /&gt;
=== Norrland ===&lt;br /&gt;
==== Umeå ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Benjamin|Benjamin]] [[Special:Emailuser/Benjamin|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Luleå ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:mh|mh]] 1 unit, mailto:mh@rcc.se If not up to 10 by launch. i'd join any group and either pick it up or have it remailed nationally&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
&lt;br /&gt;
1x 10 Pack ordered from pulster for the group Zürich! Read more below --[[User:Tuxfux.ch|Tuxfux.ch]] 17:20, 28 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''???''' should organize the 3 x 10pack for Zürich &amp;lt;br /&amp;gt;&lt;br /&gt;
Luca Capello could organize the 10pack for Geneva. &amp;lt;br /&amp;gt;&lt;br /&gt;
Mathieu will organisze the 2 x 10pack for Lausanne EPFL CH-fr &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All payment in advance (a 10pack will cost approx 3'800 USD). &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Probably we will organize shippings, if we cannot all move to Zürich/Genève/Lausanne to get our Neo.'''&lt;br /&gt;
&lt;br /&gt;
''François Bianco is trying to create a new group of 10 (will be mostly for French Switzerland). -&amp;gt; The group moved to the EPFL group, which will try to reach 20 persons. --[[User:Fbianco|Fbianco]] 11:42, 11 June 2008 (UTC)''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Gabriel Ambuehl would volunteer to order the initial 10pack. &amp;lt;- still accurate ? -&amp;gt; Gabriel will not organize the 10packs for Zürich due to not being in Switzerland. We are in contact to find a solution so please wait until we know what to do. Order in Germany (each for himself or as a group, not clear yet) could be as cheap as a 10pack. We are in contact with pulster.de and will be contacted form pulster about the price. We will contact you guys in the Zürich list as soon as we know more --[[User:Tuxfux.ch|Tuxfux.ch]] 10:26, 6 June 2008 (UTC)''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Alexandre Ghisoli will not organize the second 10pack, since the order moved in the Lucca's group.''  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Customs and Postage ===&lt;br /&gt;
I called the [http://www.ezv.admin.ch/index.html?lang=en Swiss Federal Customs Administration] and it seems that we only need to pay VAT (7.6%) and the UPS taxes as well (since the parcel will be sent through UPS).  Thus I called [http://www.ups.com/content/ch/en/contact/ UPS] and it seems that UPS directly pays the VAT instead of the customer, then asking the customer for refund (plus a fixed tax of EUR13.00).  So I think the following per-phone cost for a Swiss bulk order should be a good estimate.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Bulk Order'''&lt;br /&gt;
 |'''USD'''&lt;br /&gt;
 |'''CHF'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Value (Cval)&lt;br /&gt;
 |3690.00&lt;br /&gt;
 |3837.60&lt;br /&gt;
 |-&lt;br /&gt;
 |Postage&lt;br /&gt;
 |160.00&lt;br /&gt;
 |166.40&lt;br /&gt;
 |-&lt;br /&gt;
 |Value of Taxable Importation (VoTI) = Cval+Postage&lt;br /&gt;
 |3850.00&lt;br /&gt;
 |4004.00&lt;br /&gt;
 |-&lt;br /&gt;
 |VAT = 7.6% of VoTI&lt;br /&gt;
 |292.60&lt;br /&gt;
 |304.30&lt;br /&gt;
 |-&lt;br /&gt;
 |UPS fixed tax (EUR13.00)&lt;br /&gt;
 |20.00&lt;br /&gt;
 |20.80&lt;br /&gt;
 |-&lt;br /&gt;
 |Total Cost&lt;br /&gt;
 |4162.60&lt;br /&gt;
 |4329.10&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Per Person'''&lt;br /&gt;
 |'''416.26'''&lt;br /&gt;
 |'''432.91'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
Figures accurate as of 4th Jun 2008 from [http://www.ubs.com/1/e/index/bcqv/calculator.html UBS]: 1EUR = 1.54USD and 1USD = 1.04CHF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shipping ====&lt;br /&gt;
If we would ship Neos, here is the Swiss PostPac prices :&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! Size [cm]&lt;br /&gt;
! Price CHF TTC&lt;br /&gt;
|-&lt;br /&gt;
| Size 1&lt;br /&gt;
| 22.9 x 14.7 x 9.9&lt;br /&gt;
| 2.20&lt;br /&gt;
|-&lt;br /&gt;
| Size 2&lt;br /&gt;
| 31.5 x 22.5 x 12.5&lt;br /&gt;
| 2.40&lt;br /&gt;
|-&lt;br /&gt;
| Shipping Priority&lt;br /&gt;
| up to 2Kg&lt;br /&gt;
| 8.-&lt;br /&gt;
|-&lt;br /&gt;
| Shipping Economy&lt;br /&gt;
| up to 2Kg&lt;br /&gt;
| 6.-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Steve posted informations about boxes that will be out with Neo :&lt;br /&gt;
&lt;br /&gt;
* 10 pack : 435mm x 371mm x 119mm, approx 3kg, UPS will charge 160USD (need to be verified)&lt;br /&gt;
* Individual pack : 178mm  x 104mm x 84mm, 237 grams&lt;br /&gt;
&lt;br /&gt;
So size 1 will fit ! Local delivery in Switzerland will cost 8.20 for Economy or 10.20 Priority.&lt;br /&gt;
&lt;br /&gt;
==== Zurich ====&lt;br /&gt;
&lt;br /&gt;
===== Pulster.de order (already ordered and on their way!) =====&lt;br /&gt;
I organized already an order from Pulster.de due to the best conditions:&lt;br /&gt;
* 299 Euro - 19% German sales tax = 249 Euro&lt;br /&gt;
* 249 Euro + 7,6% Swiss sales tax&lt;br /&gt;
* evtl. some border taxes&lt;br /&gt;
* no shipping costs! (pulster sends for free)&lt;br /&gt;
* 2 Years warranty&lt;br /&gt;
&lt;br /&gt;
The conditions to get a device from me:&lt;br /&gt;
* As soon as I have them i will contact you&lt;br /&gt;
* You pick up your device in Winterthur&lt;br /&gt;
* You pay me cash (you will not get a device before I have the money in my hands)&lt;br /&gt;
* You bring the correct amount of money (I can't give return)&lt;br /&gt;
* I will _not_ raise the price for my profit. You pay what I pay&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want one:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 10/10 -&amp;gt; full &amp;lt;br /&amp;gt;&lt;br /&gt;
* Esra Kummer (3 Geräte!) (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tuxfux.ch Contact]&lt;br /&gt;
* Simon Wenner (Schaffhausen)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Markus Huggler (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Simon Schreiber (Zurich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Hannes Wyss (Zurich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Felix Rabe (Basel/Romanshorn) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Felixrabe Contact]&lt;br /&gt;
* Carlos Diener (Winterthur) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Emonkey Contact]&lt;br /&gt;
* Walter Sutter (Winterthur) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Seraphim Contact]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Organising the next 10Pack'''&lt;br /&gt;
&lt;br /&gt;
I  will organice the next 10pack as soon as this list is full. You may Pick up the Phone at the ETH Zürich (money: exact amount in cash or directly to my bank-account in advance) or I will send it to you (money: directly to my bank-account in advance including the Porto). The other conditions are the same as above. (Joerg Maeder/Goergel)&lt;br /&gt;
* Joerg Maeder (Opfikon) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/goergel Contact]&lt;br /&gt;
* Silvio Heuberger (Lachen)&amp;lt;br/&amp;gt; Will pick up on Polyterrasse, pay cash [http://wiki.openmoko.org/wiki/Special:Emailuser/kungfoo Contact]&lt;br /&gt;
* Alex Ingold (Interlaken)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/ingoldey Contact]&lt;br /&gt;
* Alex Aeschlimann (Bern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/alexae Contact]&lt;br /&gt;
&lt;br /&gt;
Status : 11/30 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Pack : ??'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Pascal Weller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Nick Zbinden (Luzern)&amp;lt;br /&amp;gt; [mailto:nickik@gmx.ch] oder [http://wiki.openmoko.org/wiki/Special:Emailuser/nickik Contact]&lt;br /&gt;
* Marcel Lütolf (Luzern)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/NeRo Contact]&lt;br /&gt;
* Martin Kos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/KoS Contact]&lt;br /&gt;
* Philipp Hug (St. Gallen) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Philipphug Contact]&lt;br /&gt;
* Tropechopf (Luzern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Tropechopf Contact]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Basel-Stadt ====&lt;br /&gt;
&lt;br /&gt;
===== Pulster.de order (Adrian Rudin) already ordered =====&lt;br /&gt;
I will organize one order like Tuxfux.ch did.&lt;br /&gt;
* 299 Euro - 19% German sales tax + 7,6% Swiss sales tax = 270.4 Euro&lt;br /&gt;
* 270.4 Euro * 1.68 = 454.3 CHF&lt;br /&gt;
* I chose a higher change value to inlcude border charges, everything that's left will be donated to Wikimedia.&lt;br /&gt;
* no shipping costs! (pulster sends for free)&lt;br /&gt;
* 2 Years warranty&lt;br /&gt;
* For people in Bern: Lorenz Schori would pick up your devices as well an distribute them to you in Bern.&lt;br /&gt;
&lt;br /&gt;
The conditions to get a device from me:&lt;br /&gt;
* You have to pay in advance, please send me an E-Mail to receive account informations.&lt;br /&gt;
* As soon as I have all 10 payments I will order the 10 pack&lt;br /&gt;
* You pick up your device in Basel, 1 or 2 exceptions can be made!&lt;br /&gt;
* I raised the price to include border charges, everything not used for the order will be donated to Wikimedia.&lt;br /&gt;
&lt;br /&gt;
!! The order has been placed. Pulster.de will start delivery again on July 25th !!&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want one:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 10/10 FULL! (#: have payed)&amp;lt;br /&amp;gt;&lt;br /&gt;
* # Adrian Rudin (Basel) [mailto:adrian@mav.ch] or [http://wiki.openmoko.org/wiki/Special:Emailuser/blackmav Contact]&lt;br /&gt;
* # Thomas Jund (Aarau) [http://wiki.openmoko.org/wiki/Special:Emailuser/none Contact]&lt;br /&gt;
* # Peter Salvisberg (Wettingen) [http://wiki.openmoko.org/wiki/Special:Emailuser/Psal Contact]&lt;br /&gt;
* # Christian Corrodi [http://wiki.openmoko.org/wiki/Special:Emailuser/Matto Contact]&lt;br /&gt;
* # Lorenz Schori (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/Znerol Contact]&lt;br /&gt;
* # Philipp Meier (Zürich) [http://wiki.openmoko.org/wiki/Special:Emailuser/PhilippMeier Contact]&lt;br /&gt;
* # Mathias Born (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/Thisss Contact]&lt;br /&gt;
* # Pascal Mages (Bern/Zürich) [http://wiki.openmoko.org/wiki/Special:Emailuser/FreeMind Contact]&lt;br /&gt;
* # Marcel Jost (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&lt;br /&gt;
* # Marcel Wirth (Zürich) [http://wiki.openmoko.org/wiki/Special:Emailuser/Skarhand Contact] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Geneve ====&lt;br /&gt;
Status : 10/10 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Pack : Luca Capello &amp;lt;br /&amp;gt;'''&lt;br /&gt;
WARNING, this list already contains 10 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Diego Abelenda&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Aelia Contact]&lt;br /&gt;
* Luca Capello&amp;lt;br /&amp;gt; [mailto:luca@pca.it]&lt;br /&gt;
* Nicolas Produit&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Produit Contact]&lt;br /&gt;
* Sebastien Nanchen &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Sn Contact]&lt;br /&gt;
* Matthieu de Montmollin &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matthieudem Contact]&lt;br /&gt;
* Robin Farine (Auvernier)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rfarine Contact]&lt;br /&gt;
* Alexandre Ghisoli (Yverdon)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Agh Contact]&lt;br /&gt;
* Raphael Studer (Thurgau) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tschudder Contact]&lt;br /&gt;
* Christian Wäckerlin &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/boognu Contact]&lt;br /&gt;
* Michael Stähli (Lausanne EPFL) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/adler Contact]&lt;br /&gt;
&lt;br /&gt;
==== Suisse romande / Lausanne (EPFL) ====&lt;br /&gt;
&lt;br /&gt;
We will order at pulster.de for 25th july who offers also 2 year waranty. OM+Headset+Pouch for about 475CHF &lt;br /&gt;
&lt;br /&gt;
Status : 26/30 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Packs : [http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Mathieu Habegger] &amp;lt;br /&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
* Mathieu Habegger (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Contact]&lt;br /&gt;
* Matthias Brändli (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/hb9egm Contact]&lt;br /&gt;
* Frédéric Fokan(Lausanne) [mailto:fredericfokan@gmail.com Contact]&lt;br /&gt;
* Gulu (Lausanne) [http://wiki.openmoko.org/wiki/Special:Emailuser/Gulu Contact]&lt;br /&gt;
* Layx (Lausanne) [http://wiki.openmoko.org/wiki/Special:Emailuser/Layx Contact]&lt;br /&gt;
* Mélanie Baumann (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/calis Contact]&lt;br /&gt;
* Laurent Fasnacht (EPFL) [http://gnugeneration.epfl.ch/users/fasnacht Contact]&lt;br /&gt;
* Urs Blaser (UNIL) [http://wiki.openmoko.org/wiki/Special:Emailuser/arctus Contact]&lt;br /&gt;
* David Lütolf (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/dlutolf Contact]&lt;br /&gt;
* François Bianco [http://wiki.openmoko.org/wiki/Special:Emailuser/fbianco Contact]&lt;br /&gt;
* Samuel Dorsaz [http://wiki.openmoko.org/wiki/Special:Emailuser/akira Contact]&lt;br /&gt;
* Ludovic Fardel (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/lfardel Contact]&lt;br /&gt;
* David Pelichet Contact via hb9egm&amp;lt;br /&amp;gt;&lt;br /&gt;
* Vincent Hentsch [http://wiki.openmoko.org/wiki/Special:Emailuser/Vincos Contact]&lt;br /&gt;
* Carruzzo Gilles [http://wiki.openmoko.org/wiki/Special:Emailuser/Willows Contact]&lt;br /&gt;
* Nicolas Favrod-Coune [http://wiki.openmoko.org/wiki/Special:Emailuser/Nfavrod Contact]&lt;br /&gt;
* Mathias Coinchon [http://wiki.openmoko.org/wiki/Special:Emailuser/Coinchon Contact]&amp;lt;br /&amp;gt;&lt;br /&gt;
* Rey Cyril (Monthey) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cyril Contact]&lt;br /&gt;
* Didier Raboud (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/OdyX Contact]&lt;br /&gt;
* Claude Angéloz [http://wiki.openmoko.org/wiki/Special:Emailuser/claude-elrond740 Contact]&lt;br /&gt;
* Pascal Bach (EPFL) [http://wiki.openmoko.org/wiki/Special:Emailuser/Anakron Contact]&lt;br /&gt;
* Nicolas Etienne (Gimel) [http://wiki.openmoko.org/wiki/Special:Emailuser/nice Contact]&lt;br /&gt;
* Michel Dänzer (Bern) [http://wiki.openmoko.org/wiki/Special:Emailuser/MrCooper Contact]&lt;br /&gt;
* Yvon-Philippe Crittin [http://wiki.openmoko.org/wiki/Special:Emailuser/y-phil Contact]&lt;br /&gt;
* Philippe Gimmel [http://wiki.openmoko.org/wiki/Special:Emailuser/Kampfgarten Contact]&lt;br /&gt;
* Leopoldo Ghielmetti [http://wiki.openmoko.org/wiki/Special:Emailuser/Leopoldog Contact]&lt;br /&gt;
&lt;br /&gt;
'''Persons who went lonely orders :'''&lt;br /&gt;
* Philipp Aeberli (2 Units, Gland) [http://wiki.openmoko.org/wiki/Special:Emailuser/philgood Contact]&lt;br /&gt;
&lt;br /&gt;
'''Persons who will wait next order :'''&lt;br /&gt;
* Edomaur (Lausanne, with Gulu) [http://wiki.openmoko.org/wiki/Special:Emailuser/Edomaur Contact]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''''The list was extended to 30'''''&amp;lt;br /&amp;gt;&lt;br /&gt;
4 are still remaining !&amp;lt;br /&amp;gt;''--[[User:Habi|Habi]] 11:43, 6 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Suisse romande / Morges ====&lt;br /&gt;
&lt;br /&gt;
I'll order a pack for Switzerland people. The price of FreeRunner will be 460 CHF all inclusive (VAT and shipping in your post box)&lt;br /&gt;
Contact me here: [http://wiki.openmoko.org/wiki/Special:Emailuser/Jecuendet Contact] if you want one.&lt;br /&gt;
We are already 6, so 4 remaining. Contact me at : jec at jesc dot ch&lt;br /&gt;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: 25/30&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/IberiaGroupSale España-Portugal group Sale via pulster.com]&lt;br /&gt;
&lt;br /&gt;
ordering  23 July&lt;br /&gt;
&lt;br /&gt;
Interested cities:Aveiro,Lisboa,Portugal,Barcelona,Zaragoza,Valencia,Tenerife,Cordoba,Pontedeume(A Coruña)&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/MadridGroupSale Madrid Group Sale update (payment, shipment, etc)]&lt;br /&gt;
&lt;br /&gt;
Ordering aprox. 16th July (Pulster.de)&lt;br /&gt;
&lt;br /&gt;
Local delivery in central Madrid&lt;br /&gt;
&lt;br /&gt;
* 5 phones Pablo Ruiz Múzquiz (Group manager) [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here URGENTLY!]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Carlos Padilla Sorbas [http://wiki.openmoko.org/wiki/User_talk:cymonline contact me here]&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Troy|Alvaro Garcia Roy]] 1 phone&lt;br /&gt;
&lt;br /&gt;
* [[User:peeloo | Alexandre Girard]] 1 phone&lt;br /&gt;
&lt;br /&gt;
* Others 2 phones&lt;br /&gt;
&lt;br /&gt;
People that canceled their commitment for now:&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Rafael Campos [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[User:kresp0 | Santiago Crespo]] 1 phone&lt;br /&gt;
&lt;br /&gt;
Vacancies for the scheduled order: 0 BUT you can still apply for one!&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
WARNING, this list already contains 10 people!&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;
* Antonio Rodríguez ( x2 )&amp;lt;br/&amp;gt;[[Special:Emailuser/AntonioR|Contact]]&lt;br /&gt;
* Miquel Adell Borràs &amp;lt;br/&amp;gt;[[Special:Emailuser/Hanoc|Contact]]&lt;br /&gt;
* Arturo Giner&amp;lt;br/&amp;gt;[[Special:Emailuser/artginer|Contact]]&lt;br /&gt;
* Robert Millan&amp;lt;br/&amp;gt;[[Special:Emailuser/rmh|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;
=== Islas Canarias ===&lt;br /&gt;
==== Tenerife ====&lt;br /&gt;
Status : 5/10&lt;br /&gt;
&lt;br /&gt;
* Enrique Hernández Bello &amp;lt;br/&amp;gt;[[Special:Emailuser/SiNiESTrO|Contact]]&lt;br /&gt;
* Alberto Morales Díaz &amp;lt;br/&amp;gt;[[Special:Emailuser/amd77|Contact]]&lt;br /&gt;
* Teresa González de la Fe &amp;lt;br/&amp;gt;[[Special:Emailuser/Tgdelafe|Contact]]&lt;br /&gt;
* Jesús Torres &amp;lt;br/&amp;gt;[[Special:Emailuser/Aplatanado|Contact]]&lt;br /&gt;
* Juan Gregorio Regalado Pacheco &amp;lt;br/&amp;gt;[[Special:Emailuser/goyoregalado|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;
=== Arizona ===&lt;br /&gt;
==== Tucson ====&lt;br /&gt;
Willing to reship to nonlocal people within the US (cheaper if you're closer), or get absorbed into another group that's willing to reship.  In talks with Boulder (Colorado) group.&lt;br /&gt;
&lt;br /&gt;
Status: 3/10&lt;br /&gt;
* [mailto:wes.shull@gmail.com wesshull] Wes Shull - 1x GTA02 + 1x debug board&lt;br /&gt;
* Richard Reichenbacher - 2x GTA02&lt;br /&gt;
&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Boulder ====&lt;br /&gt;
Status: 10/10&lt;br /&gt;
* Vinc Duran x2 (I can purchase and distribute locally) &amp;lt;br /&amp;gt; [mailto:uberpfloyd@gmail.com?subject=Openmoko%20group%20sales Pfloyd]  [http://wiki.openmoko.org/wiki/Special:Emailuser/Pfloyd Contact]&lt;br /&gt;
* John Miller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jwm jwm]&lt;br /&gt;
* D Padilla &amp;lt;br /&amp;gt;&lt;br /&gt;
* Joey Stanford &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/k0fcc k0fcc]&lt;br /&gt;
* J Hinegardner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jjh jjh]&lt;br /&gt;
* S Derrick of New Mexico x2 &amp;lt;br /&amp;gt;&lt;br /&gt;
* R Schwarz &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rschwarz rschwarz]&lt;br /&gt;
&lt;br /&gt;
==== Denver (Full) ====&lt;br /&gt;
Status: 10/10 (includes the gentleman from Utah)&lt;br /&gt;
* 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;
* Michael Irons &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/iron999mike Contact]&lt;br /&gt;
&lt;br /&gt;
==== Fort Collins ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Paul Hummer &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Rockstar Contact]&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 0/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas, Santa Monica &amp;lt;br /&amp;gt; I'll help organize a group sale, meet &amp;amp; greet, but since I was selected to help test the Freerunner, I won't need to actually purchase one. [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew Wetmore, Westchester 90045 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact] - part of order 1843&lt;br /&gt;
* Daniel, Torrance &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Beaker82 Contact] - part of order 1843&lt;br /&gt;
* James Robertson, Irvine &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JamesRobertson Contact] - part of order 1843&lt;br /&gt;
* Bill Sun &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/DancingSun Contact] - part of order 1843&lt;br /&gt;
* Michael, Santa Monica &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Bstudios Contact] - part of order 1843&lt;br /&gt;
* Russel Dwiggins, Cerritos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/undrwater Contact] - part of order 1843&lt;br /&gt;
* Dima, Pasadena &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/dima Contact] - part of order 1843&lt;br /&gt;
* Mike, Santa Monica (1 unit + 1 debug board)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Traveler Contact] - part of order 1843&lt;br /&gt;
* Joe Smith, Orange &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Yasumoto Contact] - part of order 1843&lt;br /&gt;
* Jose Torres, Hollywood &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jtorres Contact] - part of order 1843&lt;br /&gt;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
&lt;br /&gt;
Status: 10/10 - full&lt;br /&gt;
&lt;br /&gt;
Includes North County, Riverside, Tijuana, etc.  10 pack has been ordered.  &lt;br /&gt;
&lt;br /&gt;
* Peter Naulls, Carlsbad (South)/Mira Mesa (near Qualcomm) - will coordinate - contact me for details.&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Pnaulls Contact]&lt;br /&gt;
* Tracy Reed &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/treed Contact]&lt;br /&gt;
* Paul Breed &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/pbreed Contact]&lt;br /&gt;
* Greg Davidson &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JGregD Contact]&lt;br /&gt;
* Larry Riedel &amp;lt;br /&amp;gt; [mailto:Larry@Riedel.org Contact]&lt;br /&gt;
* David Wilhelm &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/bluefir Contact]&lt;br /&gt;
* Jim McLaughlin - could move to LA group if needed as other company office is near LAX&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rpq Contact]&lt;br /&gt;
* Adam Hughes &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/ajinxa Contact]&lt;br /&gt;
* Rob Walker &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/RobWalker Contact]&lt;br /&gt;
* Brian S. Dobrovodsky &amp;lt;br /&amp;gt; [mailto:bsdvodsky@gmail.com Contact]&lt;br /&gt;
&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Urivan Flores &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/saaib Contact]&lt;br /&gt;
* Alan Domissy &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/geomarcomputers Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
(Discuss this group sale on the [http://wiki.openmoko.org/wiki/Talk:GroupSales#San_Francisco_Bay_Area talk page])&lt;br /&gt;
&lt;br /&gt;
Status 5/10&lt;br /&gt;
* Anton Bogdanov - [http://wiki.openmoko.org/wiki/Special:Emailuser/vahi Contact] (San Francisco) - 900 MHz&lt;br /&gt;
&lt;br /&gt;
* Tupshin Harper - [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
* Jim Lutz - [http://wiki.openmoko.org/wiki/Special:Emailuser/JLutz Contact]&lt;br /&gt;
&lt;br /&gt;
* Elektrolott - (Cash, 900MHz) [http://wiki.openmoko.org/wiki/Special:Emailuser/Elektrolott Contact] (San Jose). &amp;lt;br&amp;gt; I am back on the list, as the [http://us.direct.openmoko.com/products/neo-freerunner online store] says: GSM 900Mhz variant stock is due on on July 25th. &amp;lt;br&amp;gt;I am also interested in getting a debug board.&lt;br /&gt;
&lt;br /&gt;
=== Florida ===&lt;br /&gt;
==== South/Central Florida ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* 1 x Jonathan Howard [[Special:Emailuser/kingtgaurd9|Contact]], Orlando &lt;br /&gt;
* 1 x Jim [[Special:Emailuser/gumbukie|Contact]], Orlando&lt;br /&gt;
* 1 x Lenny Markus [[Special:Emailuser/lensam69|Contact]], Miami&lt;br /&gt;
&lt;br /&gt;
=== Idaho ===&lt;br /&gt;
==== Southwestern Idaho ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
* 1 × Eugene Kravtsov [[Special:Emailuser/theUg|Contact]], Garden City (Boise).&lt;br /&gt;
* 1 × Christopher Blay [[Special:Emailuser/blayde|Contact]], Twin Falls.&lt;br /&gt;
&lt;br /&gt;
=== Midwest ===&lt;br /&gt;
'''(combine Illinois / Iowa / Tennesee / Texas / Wisconsin)'''&lt;br /&gt;
Status: 10/10&lt;br /&gt;
* Steven M  [[Special:Emailuser/Montgoss|Contact]] - Cedar Rapids, IA&lt;br /&gt;
* Joseph Booker [[Special:Emailuser/Sargas|Contact]] - Chicago, IL&lt;br /&gt;
* Matt McCormick [[Special:Emailuser/Thewtex|Contact]] - Madison, WI&lt;br /&gt;
* Charles Hill [mailto:charles.e.hill@gmail.com email] - Chicago, IL&lt;br /&gt;
* Greg Bonett [mailto:greg@bonett.org email] - Iowa City, IA&lt;br /&gt;
* Tushar Dayal [mailto:tdayal@gmail.com Contact] - Ames, IA&lt;br /&gt;
* solomon jacob herscovitch [[Special:Emailuser/SoloSalsa|Contact]] - Chicago, IL&lt;br /&gt;
* Eric Olson [mailto:ericools@gmail.com Contact] - Madison, WI&lt;br /&gt;
* Tom Watson [[Special:Emailuser/Toggles|Contact]] - Pittsburgh, PA&lt;br /&gt;
* An-Phong Le [mailto:an427@hotmail.com Contact] - Urbana, IL&lt;br /&gt;
* Ed Marshall [[Special:Emailuser/Logic|Contact]] - Aurora, IL&lt;br /&gt;
&lt;br /&gt;
=== Kentucky === &lt;br /&gt;
(Possibly + 2 from Memphis?)&lt;br /&gt;
Status: 8/10 (Possibly 10?)&lt;br /&gt;
* Dan Staley      [[Special:Emailuser/Pyrasi|Contact]] (Lexington, KY)&lt;br /&gt;
* Donnie Jones    [[Special:Emailuser/Donniejones18|Contact]] (Lexington, KY)&lt;br /&gt;
* John Sterling   [[Special:Emailuser/Sterling|Contact]] (Lexington, KY)&lt;br /&gt;
* James MacLachlan [[Special:Emailuser/Jmaclachlan|Contact]] (Louisville, KY)&lt;br /&gt;
* John Askew [[Special:Emailuser/Johnaskyou|Contact]] (Lexington, KY)&lt;br /&gt;
* Devin Cook [[Special:Emailuser/Dcook|Contact]] (Lexington, KY)&lt;br /&gt;
* Geoff Ruscoe    [[Special:Emailuser/Geocode|Contact]] - Louisville, KY&lt;br /&gt;
* Jon Howard [[Special:Emailuser/Jchoward|Contact]] (Lexington, KY)&lt;br /&gt;
&lt;br /&gt;
=== Ohio / Michigan ===&lt;br /&gt;
Status: 10/10 are delivered or en-route to their final destination.&lt;br /&gt;
&lt;br /&gt;
=== Pacific Northwest ===&lt;br /&gt;
==== Oregon ====&lt;br /&gt;
Status: 3/10 Full (Full - joined forces with Washington group) &lt;br /&gt;
===== Eugene =====&lt;br /&gt;
* Quentin Hartman (Status confirmed) [[Special:Emailuser/qhartman|Contact]] Willing to organize the Oregon group buy and/or be absorbed into another Pacific NW group if too few locals sign up.&lt;br /&gt;
===== Corvallis =====&lt;br /&gt;
* Brian Wilson (Status confirmed) [[Special:Emailuser/Brian_H_Wilson|Contact]] (in Corvallis actually)&lt;br /&gt;
* Gary Oliver (Status confirmed) [[Special:Emailuser/Adastra|Contact]] Also in Corvallis.&lt;br /&gt;
&lt;br /&gt;
==== Washington ====&lt;br /&gt;
===== Seattle Area =====&lt;br /&gt;
Status: 7/10 Full (Full - joined forces with Oregon group)&lt;br /&gt;
* Jon Pomeroy (Status confirmed) [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
* Chris Baker (Status confirmed) [[Special:Emailuser/cwainb|Contact]]&lt;br /&gt;
* Mark Zimmerman (Status confirmed) [[Special:Emailuser/mawazi|Contact]]&lt;br /&gt;
* Wim Lewis (Status confirmed) [[Special:Emailuser/Wiml|Contact]] In Wallingford.&lt;br /&gt;
* Charles Wheeler (Status confirmed) [[Special:Emailuser/SnowWolf75|Contact]] Note: Work in Bellevue, live in Federal Way.  May not have money till mid-July.&lt;br /&gt;
* G.O. (Status confirmed)  I'd like to get @ least one.&lt;br /&gt;
* Matt Luzum (Status confirmed) [[Special:Emailuser/mluzum|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Tennessee ===&lt;br /&gt;
==== Memphis ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* Peter O'Connor [http://wiki.openmoko.org/wiki/Special:Emailuser/poconnor Contact]&lt;br /&gt;
* Jarvis Stubblefield (Prefer with Debug) [http://wiki.openmoko.org/wiki/Special:Emailuser/BallisticPain Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin (15/10) ====&lt;br /&gt;
* 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]]&lt;br /&gt;
* Joel Greenberg [[Special: Emailuser/joelg|Contact]]&lt;br /&gt;
* Hans Loeblich [[Special: Emailuser/Peepsalot|Contact]]&lt;br /&gt;
* Mark Rinaudo [[Special:Emailuser/Mrinaudo|Contact]]&lt;br /&gt;
* Scott Farrell [[Special:Emailuser/sfarrell|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Dallas (4/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|Contact]]&lt;br /&gt;
* Josh Valdez [[Special:Emailuser/ExxonValdeez|Contact]]&lt;br /&gt;
* Chris Madsen [[Special:Emailuser/cjm|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&lt;br /&gt;
==== District of Columbia (DC) Metro Area ====&lt;br /&gt;
* Brian DeRocher [[Special:Emailuser/brian_252|email]]&lt;br /&gt;
==== Virginia====&lt;br /&gt;
===== Virginia Tech (1/10) =====&lt;br /&gt;
* Lally Singh [[Special:Emailuser/lally|email]] -- yeah, if you're ordering anywhere in VA, lemme know.&amp;lt;br /&amp;gt;&lt;br /&gt;
===== Richmond=====&lt;br /&gt;
*Philippe and Steve joined the NY list&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York (20/20) ====&lt;br /&gt;
As of 8 July 2008 we still need five people to pay in order to complete a second batch of ten. Just because there are twenty names on this list doesn't mean you can't join in.&lt;br /&gt;
PLEASE contact Bert or Michael in addition to adding yourself to the list&lt;br /&gt;
* Bert Hartmann [http://wiki.openmoko.org/wiki/Special:Emailuser/BertHartm Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Michael Cole mailto:mjcole137@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Remy Frerebeau  [http://wiki.openmoko.org/wiki/Special:Emailuser/Rfrerebe Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Ulises E. Erickson  [http://wiki.openmoko.org/wiki/Special:Emailuser/Ulix Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Justin Daly [http://wiki.openmoko.org/wiki/Special:Emailuser/justo Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Philippe Gerard [[Special:Emailuser/feydreva|Contact]] I live in Richmond (VA) but we will never be 10 there&amp;lt;br/&amp;gt;&lt;br /&gt;
* Evan Charlton mailto:evancharlton+om@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Paul Buede mailto:paul@buede.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced)Paul Hurlock [[Special:Emailuser/triclosan|Contact me here]] &amp;lt;br/&amp;gt;&lt;br /&gt;
* Ryan [[Special:Emailuser/ryan|Contact me here]] (Connecticut, actually, but close enough.) &amp;lt;br/&amp;gt;&lt;br /&gt;
* Charles Pax mailto:charles.pax@gmail.com It looks like things are getting organized. Bert contacted me.&lt;br /&gt;
* Christopher Pax mailto:christopher.pax@gmail.com&lt;br /&gt;
* Miki Grof-Tisza [http://wiki.openmoko.org/wiki/Special:Emailuser/MTisza Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Daniel Dadap 1x [http://wiki.openmoko.org/wiki/Special:Emailuser/danek Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Yaroslav Halchenko [http://wiki.openmoko.org/wiki/Special:Emailuser/yarikoptic]&lt;br /&gt;
* Craig Woodward [http://wiki.openmoko.org/wiki/Special:Emailuser/Woody14619|Contact here] or mailto:woody14619@yahoo.com  Up-state &amp;amp; will require re-ship.&lt;br /&gt;
* Alex [[Special:Emailuser/rakukin|Contact]]&lt;br /&gt;
* Charles Lohr [http://wiki.openmoko.org/wiki/Special:Emailuser/Cnlohr Contact me here] (Lives in MD, will require re-ship)  NOTE: Unless someone emails me before July 7 I will withdraw from group order. &amp;lt;br /&amp;gt;&lt;br /&gt;
* Steve Watson [[Special:Emailuser/Ssw0213|Contact]] I live in Richmond VA; please deliver via Philippe Gerard. 20!!!&amp;lt;br/&amp;gt;&lt;br /&gt;
* xtrat [http://wiki.openmoko.org/wiki/Special:Emailuser/Xtrat Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Maryland (0/10)====&lt;br /&gt;
(Group apparently defunct due to NY Order)&lt;br /&gt;
* Paul Buede I switched to New York, cause we don't have enough. Look up ^ &amp;lt;br /&amp;gt;&lt;br /&gt;
* Charles Lohr -- Switched to New York (if possible)&lt;br /&gt;
* Alex (switched to NYC, see above; may be able to deliver phone(s) to DC metro)&lt;br /&gt;
&lt;br /&gt;
==== North Carolina (2/10)====&lt;br /&gt;
* Jason Sharpee [[Special:Emailuser/zonyl|Contact]] - Charlotte Metro area &amp;lt;br /&amp;gt;&lt;br /&gt;
* William Vidrine [[Special:Emailuser/Infoport|Contact]] - Greensboro/Triad, DROPPED OUT for individual order &amp;lt;br /&amp;gt;&lt;br /&gt;
* Joe White [[Special:Emailuser/Raygions|Contact]] - Winston-Salem/Triad area &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
Status: 10/10 (Our phones are here.   Contact Ken Young to pick up your 'runner.   We will try to arrange some kind of iTunes activation fiasco to brick them all.)&lt;br /&gt;
* Benjamin Moody [[Special:Emailuser/FloppusMaximus|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Ken Young, Cambridge (Note, if we're not up to 10/10 on the day the Freerunner is announced, I'm going to drop out and order individually).[[Special:Emailuser/Dolson|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Chris White (for 2) [[Special:Emailuser/Safire|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Nick Dube - Pembroke, NH (Will also drop out if we do not have 10 by Freerunner release.) [http://wiki.openmoko.org/wiki/Special:Emailuser/Doobe01 Contact]&lt;br /&gt;
&lt;br /&gt;
* Justin Brzozoski - Worcester, MA area [[Special:Emailuser/Jabski|Contact]]&lt;br /&gt;
&lt;br /&gt;
* John Nicholson - Amherst, MA (Will also drop out if we do not have 10 by Freerunner release.) [[Special:Emailuser/nicklogan|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Matthew Campbell - Worcester, MA [[Special:Emailuser/lifeisafractal|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Jeff Gold [[Special:Emailuser/jgold|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Craig Allen [[Special:Emailuser/knodalyte|Contact]]&lt;br /&gt;
&lt;br /&gt;
Status: 7/10&lt;br /&gt;
&lt;br /&gt;
* Bala Nair - Acton, MA [[Special:Emailuser/bnair|Contact]]&lt;br /&gt;
* Mike Doody - Groton, MA [[Special:Emailuser/dude|Contact]]&lt;br /&gt;
* 0x Nathan Perry - Derry, NH (cannot switch to GSM at this time)&lt;br /&gt;
* Kyle Harrington - Amherst, MA (Will drop out if we do not have 10 by Freerunner release.) [[Special:Emailuser/dancingcuziwanna|Contact]]&lt;br /&gt;
* Ryan Svoboda - Worcester, MA (Will buy one individually on release day if this group is incomplete) [[Special:Emailuser/ryansv|Contact]]&lt;br /&gt;
* Ryan Meador - Worcester, MA (Will drop out if we do not have 10 by Freerunner release.) [[Special:Emailuser/Yanroy|Contact]]&lt;br /&gt;
* Jeff Gelbard - Haydenville, MA [[Special:Emailuser/jgelbard|Contact]]&lt;br /&gt;
(Between the 2 groups, we already have 7 &amp;quot;visibly&amp;quot; from Worchester - Western MA...I think the group should be resorted....Who is the contact where the package will be sent?)&lt;br /&gt;
&lt;br /&gt;
=== 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;
* Joe Wells (Edinburgh) [http://www.macs.hw.ac.uk/~jbw/ Web] I have two comments:&lt;br /&gt;
** The Wiki's e-mail feature (those URLs with “Special:Emailuser” in them) does not seem to be working.  I tried contacting Dave Ball and Stuart MacKinnon that way and got no reply.  Later, Stuart and Dave (who I reached by writing a message here) told me they never got the e-mail.  So the Wiki's e-mail feature might be broken.  So please contact me by going to my web page and using my e-mail address listed there.  Stuart, George, and Dave have been in contact with me by e-mail.  I am happy to put anyone in Scotland who sends me e-mail in touch with the others.&lt;br /&gt;
** Not enough people have gotten in touch so far (as of 2008-06-28) to justify a bulk order of a 10-pack.  Also, there is now a UK distributor: [https://www.truebox.co.uk/trueboxportal/index.php?wk=OpenMoko TrueBox].  Because TrueBox appears to be ordering 10-packs (and thereby getting the bonus goodies (headphones and pouches) that come in the 10-packs), it seems there is little motivation to try to organize a Scottish bulk order.  So I am likely to give up on the idea of a Scottish bulk order for myself (unless lots of people contact me in the next day or so!).&lt;br /&gt;
* Dave Ball (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/Daveb Contact]&lt;br /&gt;
* george Maistros (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/mordilo_k Contact]&lt;br /&gt;
&lt;br /&gt;
==== Glasgow ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Kyle Gordon [http://wiki.openmoko.org/wiki/Special:Emailuser/Kylegordon Contact]&lt;br /&gt;
* Sean Anderson [http://wiki.openmoko.org/wiki/Special:Emailuser/Moniker42 Contact]&lt;br /&gt;
* &amp;lt;s&amp;gt;Kenny Duffus [http://wiki.openmoko.org/wiki/Special:Emailuser/Sealne Contact]&amp;lt;/s&amp;gt; ordered from truebox&lt;br /&gt;
&lt;br /&gt;
=== England ===&lt;br /&gt;
&lt;br /&gt;
==== Hampshire ====&lt;br /&gt;
&lt;br /&gt;
Status: 16/20 at 2008-05-24&lt;br /&gt;
&lt;br /&gt;
http://www.hants.lug.org.uk/cgi-bin/wiki.pl?FreerunnerBulkBuy&lt;br /&gt;
&lt;br /&gt;
Willing to re-ship within the UK.&lt;br /&gt;
&lt;br /&gt;
(Sorry, we set up the page before we knew about this one)&lt;br /&gt;
&lt;br /&gt;
==== London ====&lt;br /&gt;
&lt;br /&gt;
Status : 13/10&lt;br /&gt;
&lt;br /&gt;
&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;
* &amp;lt;strike&amp;gt;rhn x 2 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact] &amp;lt;/strike&amp;gt; (moved)&lt;br /&gt;
* Tim Coggins&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/sonicated Contact]&lt;br /&gt;
* Michele Mattioni (I'm based in Cambridge too, but if Tom can go to London I can grab the phone in Cambridge) &amp;lt;br /&amp;gt;[mailto:mattions@gmail.com]&lt;br /&gt;
* Ben F-W (Fulham, London) [http://wiki.openmoko.org/wiki/Special:Emailuser/benfw Contact]&lt;br /&gt;
* T. Chan (Cambridge, vaguely knows Weiss) [http://wiki.openmoko.org/wiki/Special:Emailuser/TC Contact]&lt;br /&gt;
* Rob Paulson (Derby, but will be visiting London in July) [http://wiki.openmoko.org/wiki/Special:Emailuser/Myfanwy Contact]&lt;br /&gt;
* Mario &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Spirer Contact]&lt;br /&gt;
* David Pottage (actually in Reading)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/chrestomanci Contact]&lt;br /&gt;
&lt;br /&gt;
==== West Midlands ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Mo Abrahams (Walsall) &amp;lt;br /&amp;gt; mailto:moabrahams@dashavoo.com&lt;br /&gt;
* Jonathan Spooner (Walsall)&lt;br /&gt;
* E. Lucretiu (Stafford) [http://wiki.openmoko.org/wiki/Special:Emailuser/lucretiu Contact]&lt;br /&gt;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
* Ilya [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
* Arvids [http://wiki.openmoko.org/wiki/Special:Emailuser/Arvids Contact]&lt;br /&gt;
* Uldis [http://wiki.openmoko.org/wiki/Special:Emailuser/Ulcha Contact]&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 4/10&lt;br /&gt;
* Wee Kiam Peng [http://wiki.openmoko.org/wiki/Special:Emailuser/Jipi Contact]&lt;br /&gt;
* Chen Ruo Fei [http://wiki.openmoko.org/wiki/Special:Emailuser/Crf Contact]&lt;br /&gt;
* Moritz Haeberle [http://wiki.openmoko.org/wiki/Special:Emailuser/Morid Contact]&lt;br /&gt;
* Nicolas Lannuzel [http://wiki.openmoko.org/wiki/Special:Emailuser/Nlannuzel Contact]&lt;br /&gt;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 4/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;
* Dan &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Da-x Contact]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Nuker18 Vladi]&lt;br /&gt;
&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
'''Tato skupina byla uzavřena!'''&amp;lt;br&amp;gt;&lt;br /&gt;
Koordinátorem objednávání je Martin Šenkeřík [[User:Ohin | Kontakty na mě]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Aktuálně ===&lt;br /&gt;
Sledujte organizaci Brněnského předání telefonů: http://wiki.openmoko.org/wiki/GroupSales#Brno_2&lt;br /&gt;
*'''Můžu mít od Pulstera 5 originálních OpenMoko baterií do FreeRunnera, každou za 350Kč, což je o 100Kč míň než za oficiální cenu. Bude zájem? Pište do diskuse. Spěchá.'''&lt;br /&gt;
*'''13.7. - Konečné ceny:'''&lt;br /&gt;
 FreeRunner = 7300Kč&lt;br /&gt;
 Debug board = 2400Kč&lt;br /&gt;
 Obal = 460Kč&lt;br /&gt;
 Headset = 220Kč&lt;br /&gt;
 Zaurus stylus = 120Kč&lt;br /&gt;
A jak jsem na ně přišel? &lt;br /&gt;
 platba (s kurzem 24.157): ......................... 287 613 Kč&lt;br /&gt;
 poplatek za zahraniční platbu: ....................... 1500 Kč&lt;br /&gt;
 poplatek za podání příkazu v bance: ................... 200 Kč&lt;br /&gt;
 poplatky, které se naskládaly během výběru peněz: ..... 200 Kč&lt;br /&gt;
 režie (zaokrouhlení na 290k ;-): ...................... 487 Kč&lt;br /&gt;
 --------------------------------------------------------------&lt;br /&gt;
 celkem moje výdaje: ............................... 290 000 Kč &lt;br /&gt;
 platba v EUR: ...................................... 11 906 €&lt;br /&gt;
 &lt;br /&gt;
 kurz (290 000 / 11 906): ............................... 24,36 Kč&lt;br /&gt;
&lt;br /&gt;
Výsledkem této tabulky je kurz, který jsem použil pro výpočet cen jednotlivých výrobků. Ty jsem lehce zaokrouhlil a výsledek je nahoře. Kolik každému z vás budu vracet si už dokážete zpočítat sami ;-)&lt;br /&gt;
&lt;br /&gt;
Co je těmi &amp;quot;režiemi&amp;quot;? Nějaké to dojíždění posledních 14 dnů do civilizace (byl jsem mimo dosah jakékoliv vymoženosti 20.stol.), abych se dostal na internet a mohl dokončit objednávku, pak je tam také cesta do Brna, kam v tomto období prázdnin pojedu jenom kvůli předání telefonů. Snad to nikomu nedělá problém. &lt;br /&gt;
&lt;br /&gt;
*'''4.7. - ''' Peníze jsem odeslal Pulsterovi. Objednávka čítá:&lt;br /&gt;
 37 x FreeRunner&lt;br /&gt;
 5 x Debug board&lt;br /&gt;
 10 x Obal&lt;br /&gt;
 17 x Headset&lt;br /&gt;
 1 x Sharp Zaurus Stift Plastik&lt;br /&gt;
&lt;br /&gt;
Pulster psal:&lt;br /&gt;
 Hi,&lt;br /&gt;
 &lt;br /&gt;
  first thanks for all the work you have collecting the money - I will&lt;br /&gt;
  send you some small present for your help !&lt;br /&gt;
 &lt;br /&gt;
  The first batch of Freerunner are sold out, my apologises. We expect new&lt;br /&gt;
  delivery on 25.07.08 and will do our best to ship your Openmoko unit !&lt;br /&gt;
  Making a payment now will ensure you to be one of the happy receivers of&lt;br /&gt;
  the unit with this next delivery !&lt;br /&gt;
 &lt;br /&gt;
  Payment:&lt;br /&gt;
 &lt;br /&gt;
  30 units * 299 = 8970 EUR. Shipping is free.&lt;br /&gt;
  Please transfer it to our bank account. You will find our bank&lt;br /&gt;
  informations below. If the funds are on the way, send us a short email&lt;br /&gt;
  notice. It will speed up the procession of your order. Thank you very&lt;br /&gt;
  much.&lt;br /&gt;
 &lt;br /&gt;
  Invoice/shipping address:&lt;br /&gt;
  for warranty issues I need the name of all buyers please.&lt;br /&gt;
  also your shipping address.&lt;br /&gt;
 &lt;br /&gt;
  Shipment:&lt;br /&gt;
  We try to ship same day we are got the new Openmoko units in stock.&lt;br /&gt;
  Again sorry for the delay and thanks for your order with Pulster.&lt;br /&gt;
  You will get your order with insured and registered DHL airmail parcel.&lt;br /&gt;
  Please find average trasit times here:&lt;br /&gt;
  http://www.dhl.de/dhl?tab=1&amp;amp;skin=hi&amp;amp;check=yes&amp;amp;lang=de_EN&amp;amp;xmlFile=3607&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
  Please feel free to ask if there are any questions left. We are glad to help.&lt;br /&gt;
 &lt;br /&gt;
  Many thanks,&lt;br /&gt;
  Christoph Pulster&lt;br /&gt;
&lt;br /&gt;
=== Základní informace ===&lt;br /&gt;
Jedná se o hromadnou objednávku [[Neo_FreeRunner|Neo FreeRunner]] ([[Neo_FreeRunner_GTA02_Hardware|hardware]] - GSM, GPS, WiFi, CPU 400MHz, ...; software - [http://people.openmoko.org/ninjutsu/freerunner1.4.swf náhled na připravovanou Qtopii]) do České republiky.&lt;br /&gt;
Cena 299€.&lt;br /&gt;
&lt;br /&gt;
Protože se množí na to dotazy, vypíšu co je součástí dodávky a co ne:&lt;br /&gt;
*Obdržíme:[http://wiki.openmoko.org/wiki/Image:GTA02ALL.png]&lt;br /&gt;
** FreeRunner ;-)&lt;br /&gt;
** stylus (pravděpodobně ten s laserem aspol...)&lt;br /&gt;
** adaptér&lt;br /&gt;
** USB kabel&lt;br /&gt;
** 512MB SD card&lt;br /&gt;
&lt;br /&gt;
*Neobdržíme (možno přiobjednat):&lt;br /&gt;
** [http://www.pulster.de/engl/d__ompouch__OpenMoko_Freerunner_Pouch786.htm obal] (19€) - navíc 500Kč&lt;br /&gt;
** [http://www.pulster.de/engl/index.html?d__omheadset__OpenMoko_Headset785.htm headset] (9€) - navíc 250Kč&lt;br /&gt;
&lt;br /&gt;
Omlouvám se těm, kteří by ještě chtěli přiobjednat některé z příslušenství a už odeslali peníze. Bude bohužel potřeba v případě zájmu odeslat ještě navíc sumu za příslušenství. ''Pokud by byl malý zájem, mohl bych to zaplatit ze zálohy a případný nedoplatek vybrat v hotovosti (platí bohužel jen pro Brno a Zlín).''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''Platí pro obě větve!'''&amp;lt;/center&amp;gt;&lt;br /&gt;
Tak jsme na kroku 4!&lt;br /&gt;
# Registraci provedete zápisem svého jména a kontaktu do patřičné větve odpovídající místu vašeho osobního převzítí telefonu. Můžete nabídnout distribuci do míst, které ještě nikdo neposkytuje.&lt;br /&gt;
# stanovena lehce nadhodnocená částka: 7500Kč za telefon, s debug boardem na 10000Kč 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 účet Martina Šenkeříka, identifikuje se svým jménem a příjmením ve zprávě příjemci&lt;br /&gt;
# '''odeslal jsem peníze na účet Pulster.de'''&lt;br /&gt;
# po obdržení balíku s telefony se vypočte finální částka 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ží patřič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;
&lt;br /&gt;
*[[Talk:GroupSales#Diskuze | Diskuse]]&lt;br /&gt;
*[[Talk:GroupSales#Dopl.C5.88uj.C3.ADc.C3.AD_informace | Doplňující informace]]&lt;br /&gt;
&lt;br /&gt;
=== Brno ===&lt;br /&gt;
&lt;br /&gt;
==== Místo a čas setkání ====&lt;br /&gt;
Tak pomalu můžeme zkusit naplánovat místo a termín setkání. Budu po vás při předávání chtít občanku pro ověření, že telefon předávám opravdu tomu, kdo si jej objednal.&lt;br /&gt;
===== Brno =====&lt;br /&gt;
Viděl bych to na pátek 1.srpna, pokud do té doby budu mít telefony (reálné to je), případně pak na pátek 8.srpna. V obou případech spíš až na večer. Pokud by s tím mělo hodně lidí problém můžeme to dát i na sobotu případně na neděli v jednom z těch dvou víkendů. Jak vám to vyhovuje? &lt;br /&gt;
A co místo setkání? Mě nic nenapadá. Představoval bych si nějakou místnost kde se všichni vlezem a budem tam mít klid na předání. Nenabídne se někdo z brňáků, že by to zajistil? Jak píšu níže, do Brna pojedu až s telefony, do té doby tam nejsem.&lt;br /&gt;
&lt;br /&gt;
Pište prosím sem.&lt;br /&gt;
&lt;br /&gt;
''Pavel Erben'' - pátek 1.8. pro mne není příliš reálný, budu pravděpodobně až do noci mimo Brno. Totéž platí pro sobotu 2.8. Neděle 3.8. k večeru je přijatelnější. Pátek 8.8. je možný, s výhradou, že nejpozději do 20.00h (mám noční směnu). Příslušně velkou místností bohužel nedisponuji. Nicméně, v případě potřeby jsem ochoten převzít distribuci pro Brno, neb jsem (kromě 1-3.8.) poměrně snadno k zastižení buďto doma (Kameníčkova 20a) nebo v práci (IBM v Technologickém parku na Králově poli)&lt;br /&gt;
&lt;br /&gt;
''Pavel Krátký'' &amp;gt;&amp;gt;&amp;gt; V Brně jsem v podstatě nonstop, takže jak pátek, tak zbylé dny mi vyhovují. Případně taky není problém za pár lidí převzít telefon a pak si jej vyzvednout u mě na kolejích (Purkyňova B05/426), pokud by někdo potřeboval, určitě se dá domluvit. Co se týče místa, napadá mě jedině vestibul kolejí nebo nějaká hospoda/restaurace.&lt;br /&gt;
&lt;br /&gt;
''Martin Šenkeřík'' &amp;gt; teď mňa napadlo zamluvit salonek v Černohorském sklepě na Svoboďáku. Myslím že to tam je právě pro 12 lidí, což je ideální, a mně tam to pivo dost chutná ;-) V salonku na to budem mít klid a ještě si k tomu možem i připít! Ale těžko to domlouvat když ještě nevíme na kdy.&lt;br /&gt;
&lt;br /&gt;
===== Zlín =====&lt;br /&gt;
Dohodneme se individuálně.&lt;br /&gt;
&lt;br /&gt;
===== Brastislava =====&lt;br /&gt;
''Jan Janech'' &amp;gt; Ako s distribuciou u nas? Uz zacinam byt trochu zblbnuty aj z toho, kto nas ma na starosti. Viem ze tam bol ''Karel Volný'', ale po novom je tam ''Martin Nagy''&lt;br /&gt;
&lt;br /&gt;
''Martin Šenkeřík'' &amp;gt; Oni jsou kolegové a bude to distribuovat jeden z nich (mám pocit). Nechám ale je, aby situaci objasnili.&lt;br /&gt;
&lt;br /&gt;
==== Distribuční schéma ====&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  FreeRunner&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] 99€ - 2500Kč (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[nH]''' headset, 9€ - 250Kč&lt;br /&gt;
 '''[nO]''' obal, 19€ - 500Kč&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více&lt;br /&gt;
 voleb oddělujeme čárkou. n je počet kusů, bez n 1 kus''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''&amp;lt;font size=&amp;quot;3&amp;quot; color=&amp;quot;green&amp;quot;&amp;gt;Status : 23&amp;lt;/font&amp;gt;'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'' Značku'' ''' € ''' ''před jména přidávám v okamžiku, když od daného člověka dorazí peníze na můj účet. ''&lt;br /&gt;
&lt;br /&gt;
*'''Martin Šenkeřík''' - [[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;
***'''€ Pavel Erben [B]''' - [[User:Erby|Kontakt]]&lt;br /&gt;
***'''€ Radek Machulka [B]''' - [[Special:Emailuser/Werty|Contact]]&lt;br /&gt;
***'''€ Aleš Dvořák''' - [[Special:Emailuser/Setr|Contact]]&lt;br /&gt;
***'''€ Jozef Mlich [2, 1D]''' - [[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;
***'''€ Martin Nagy [1, 1O]''' - [[Special:Emailuser/mnagy|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ý''' [1, 1H, 1O] - [mailto:vysny@baka.sk Contact]&lt;br /&gt;
*****'''€ Tomáš Sirný''' - [[Special:Emailuser/Junckritter|Contact]]&lt;br /&gt;
*****'''€ Ján Janech [H]''' - [[Special:Emailuser/Janik|Contact]]&lt;br /&gt;
*****'''€ Ivan Šeďo [1, 1D, 3H, 1O]''' - [[Special:Emailuser/ikoframe|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 [H, O]''' - [[Special:Emailuser/Varg|Contact]]&lt;br /&gt;
***'''€ Petr Ondo [3, 3O, 2H]''' - [[Special:Emailuser/Votik|Contact]]&lt;br /&gt;
***'''€ Pavel Krátký [1, 1H, B]''' - [[Special:Emailuser/MrBobby|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 [H, O]''' - [[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 [D,H]''' - [[Special:Emailuser/oak|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Praha ===&lt;br /&gt;
&lt;br /&gt;
==== Distribuční schéma ====&lt;br /&gt;
'''Vzhledem ke jednodušší distribuci půjde balíček do Brna a odtud jej převeze Tomáš Varga.'''&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  FreeRunner&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] 99€ - 2500Kč (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[nH]''' headset, 9€ - 250Kč&lt;br /&gt;
 '''[nO]''' obal, 19€ - 500Kč&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více&lt;br /&gt;
 voleb oddělujeme čárkou. n je počet kusů, bez n 1 kus''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''&amp;lt;font size=&amp;quot;3&amp;quot;&amp;gt;Status : 16&amp;lt;/font&amp;gt;'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'' Značku'' ''' € ''' ''před jména přidávám v okamžiku, když od daného člověka dorazí peníze na můj účet. ''&lt;br /&gt;
&lt;br /&gt;
*'''€ Jan Mareš [2,2H]''' - [http://wiki.openmoko.org/wiki/User:iVir Contact]&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]]&lt;br /&gt;
***'''€ Michal Pěnka [H]''' - [http://michal.penka.name/kontakt Contact]&lt;br /&gt;
***(€)''' Jan Černý [H,B]''' - [[Special:Emailuser/xcerj01|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Kolín&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''€ Miloslav Machotka [O]''' - [[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 [HO]''' - [[Special:Emailuser/Mvontorcik|Contact]]&lt;br /&gt;
***'''€ Vojtěch Vozáb''' - [mailto:vojtav@centrum.cz Contact]&lt;br /&gt;
***'''€ Zdeněk Trávníček [D, B]''' - [[User:V154c1|Contact]] (Klidne si zajedu i jinam po republice)&lt;br /&gt;
***'''€ Milan Šedý [2]''' - [[Special:Emailuser/Wortyr|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Nové Město na Moravě&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Jaromír Šír [[http://www.pulster.de/index.htm?d__z5stift1__Sharp_Zaurus_Stift_Plastik782.htm S]]''' - [mailto:sheeryjay@gmail.com Contact] (openmoko ne, pouze stylus)&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ý [H]''' - [[Special:Emailuser/zsman|Contact]]&lt;br /&gt;
***'''€ Petr Marvan''' - [mailto:petr.marvan1@seznam.cz 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;
== Slovenia ==&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* bajsi - [[mailto:Niko.Jezernik@Uni-MB.si Contact]]&lt;br /&gt;
&lt;br /&gt;
== Croatia ==&lt;br /&gt;
Status : 12/10&lt;br /&gt;
* w00t - [[Special:Emailuser/W00t|Contact]]&lt;br /&gt;
* matija - [[Special:Emailuser/Matija.z|Contact]]&lt;br /&gt;
* valajbeg - [[Special:Emailuser/valajbeg|Contact]]&lt;br /&gt;
* kost - [[Special:Emailuser/kost|Contact]]&lt;br /&gt;
* mnalis - [[Special:Emailuser/mnalis|Contact]]&lt;br /&gt;
* tcavrag - [[Special:Emailuser/tcavrag|Contact]]&lt;br /&gt;
* slavus - [[Special:Emailuser/slavus|Contact]]&lt;br /&gt;
* bsevo - [[Special:Emailuser/bsevo|Contact]]&lt;br /&gt;
* amd64 - [[Special:Emailuser/SilverSpace|Contact]]&lt;br /&gt;
* v-v - [[Special:Emailuser/v-v|Contact]]&lt;br /&gt;
* Lovro - [[Special:Emailuser/Lovro|Contact]]&lt;br /&gt;
* Zlotvor - [[Special:Emailuser/zlotvor|Contact]]&lt;br /&gt;
(maybe we should make one group for bosnia, croatia &amp;amp; serbia together?) [http://wiki.openmoko.org/index.php/Talk:GroupSales#Croatia the talk page]&lt;br /&gt;
&lt;br /&gt;
== Russia ==&lt;br /&gt;
&lt;br /&gt;
Due to common customs problems we created google group to discuss how to get that 10 phones pack in Russia. Join us http://groups.google.com/group/openmoko-russia &lt;br /&gt;
&lt;br /&gt;
=== Moscow ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/sinister|sinister]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/shallburn|shallburn]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/vadson|vadson]]&lt;br /&gt;
| vadimhohlov&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 4. [[Special:Emailuser/Tallex|Tallex]]&lt;br /&gt;
| tallex&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 5. [[Special:Emailuser/mex3|mex3]]&lt;br /&gt;
| 3meandme&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 6. [[Special:Emailuser/Pva|pva]]&lt;br /&gt;
| volkov.peter&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 7. [[Special:Emailuser/cbou|cbou]]&lt;br /&gt;
|&lt;br /&gt;
| 2&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 8. [[Special:Emailuser/Buffet|Buffet]]&lt;br /&gt;
| kaledin&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 9. [[Special:Emailuser/homeboy|homeboy]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 10. [[Special:Emailuser/Bepcyc|bepcyc]]&lt;br /&gt;
| bepcyc&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 11. [[Special:Emailuser/kmeaw|kmeaw]]&lt;br /&gt;
| kmeaw&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 12. [[Special:Emailuser/Casufi|Casufi]]&lt;br /&gt;
| VladimirKotulskiy&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 13. [[Special:Emailuser/Bam|bam]]&lt;br /&gt;
| butirsky&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 14. [[Special:Emailuser/mihhey|mihhey]]&lt;br /&gt;
| mihhey&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 15. [[Special:Emailuser/ke|ke]]&lt;br /&gt;
| ke&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 16. [[Special:Emailuser/passshok|passshok]]&lt;br /&gt;
| passshok&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 17. [[Special:Emailuser/Dmitry Shurupov|Dmitry Shurupov]]&lt;br /&gt;
| Dmitry Shurupov&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 18. [[Special:Emailuser/alsroot|alsroot]]&lt;br /&gt;
| alsroot&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 19. [[Special:Emailuser/vinokurov.alexey|vinokurov.alexey]]&lt;br /&gt;
| vinokurov.alexey&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 20. [[Special:Emailuser/mithron|mithron]]&lt;br /&gt;
| mithron&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| 21. [[Special:Emailuser/Anarchist|Anarchist]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 22. [[Special:Emailuser/Mixer|Mixer.slc]]&lt;br /&gt;
|Mixer.slc&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 23. [[Special:Emailuser/sergey.sign|sergey.sign]]&lt;br /&gt;
|sergey.sign&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 24. [[Special:Emailuser/yoush|yoush]]&lt;br /&gt;
| Nikita Youshchenko&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 25. [[Special:Emailuser/Von-Hamster|Von-Hamster]]&lt;br /&gt;
| Von-Hamster&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 26. [[Special:Emailuser/Onibi|Onibi]]&lt;br /&gt;
| brem.sk&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 27. [[Special:Emailuser/Shulyaka|Shulyaka]]&lt;br /&gt;
| Denis Shulyaka&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 28. [[Special:Emailuser/icukeng|icukeng]]&lt;br /&gt;
| icukeng&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 29. [[Special:Emailuser/REDkiy|REDkiy]]&lt;br /&gt;
| REDkiy&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 30. [[Special:Emailuser/svschwartz|svschwartz]]&lt;br /&gt;
| Schwartz Sergey&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 31. [[Special:Emailuser/NoMad|NoMad]]&lt;br /&gt;
| Antioh&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 32. [[Special:Emailuser/ekot|ekot]]&lt;br /&gt;
| ekot&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 33. [[Special:Emailuser/Shalygin.V|Shalygin.V]]&lt;br /&gt;
| Shalygin.V&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 34. [[Special:Emailuser/GreyCardinal|GreyCardinal]]&lt;br /&gt;
| GreyCardinal&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 35. [[Special:Emailuser/ite|ite]]&lt;br /&gt;
| ite&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
|-&lt;br /&gt;
| 36. [[Special:Emailuser/vvtimofeyev|vvtimofeyev]]&lt;br /&gt;
| vvtimofeyev&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 36&lt;br /&gt;
| 6&lt;br /&gt;
| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Saint-Petersburg ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Alexxy|Alexxy]]&lt;br /&gt;
| alexxyum&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/Kainspb|Nikolay Kasatkin]]&lt;br /&gt;
| nikolay.kasatkin&lt;br /&gt;
| 2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/cracatau|cracatau]]&lt;br /&gt;
| denis.zalewsky&lt;br /&gt;
| 1 (3?)&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 4. [[Special:Emailuser/alexei379|alexei379]]&lt;br /&gt;
| alexei379&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 5. [[Special:Emailuser/krigstask|krigstask]]&lt;br /&gt;
| sterkrig&lt;br /&gt;
| 2&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 6. [[Special:Emailuser/lupin-de-mid|Lupin Demid]]&lt;br /&gt;
|  lupin-de-mid&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 7. [[Special:Emailuser/Setar|Setar]]&lt;br /&gt;
| Setar&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 8. [[Special:Emailuser/VisJiser|VisJiser]]&lt;br /&gt;
| VisJiser&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 9. [[Special:Emailuser/explosion|exiless]]&lt;br /&gt;
| explosion&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
| 0(1? я в раздумьях)&lt;br /&gt;
|-&lt;br /&gt;
| 10. [[Special:Emailuser/danil|Danil Kutkevich]]&lt;br /&gt;
| Danil Kutkevich&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 11. [[Special:Emailuser/Yaleks|Aleksandr Yakimov]]&lt;br /&gt;
| Yaleks&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 12. [[Special:Emailuser/imatveev13|imatveev13]]&lt;br /&gt;
| imatveev13&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 13. [[Special:Emailuser/SKiller|SKiller]]&lt;br /&gt;
| skeler&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 14. [[Special:Emailuser/Curu3MyHg|Curu3MyHg]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 15. [[Special:Emailuser/Stampit|Stampit]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 16. [[Special:Emailuser/Rezak|Rezak]]&lt;br /&gt;
| Rezak&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 17. [[Special:Emailuser/rgo|rgo]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 18. [[Special:Emailuser/alex_pux|alex_pux]]&lt;br /&gt;
| Alex_pux&lt;br /&gt;
| 1&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 19. [[Special:Emailuser/Dan.samara|dan]]&lt;br /&gt;
| Даниэль&lt;br /&gt;
| 0(1? думаю)&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 18(20?)&lt;br /&gt;
| 4(5?)&lt;br /&gt;
| 7(8?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kemorovo ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[x-Range]]&lt;br /&gt;
| x-Range&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Magnitogorsk ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/psychos|Alexandr Smolentsev ]]&lt;br /&gt;
|  [http://groups.google.com/groups/profile?enc_user=c2iySBgAAACyTh6h5wmnzzxPhWeN_8BEtiDKbEn1fjJfYkQTWXi1Vg psychos]&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Trechgorny ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/kayo|Kayo]]&lt;br /&gt;
| [http://groups.google.ru/groups/profile?enc_user=_hFF4RQAAAAd-3MHKABCcRBWFswNHamnOPANdqfI6prRsqjc7uCt1A Kayo]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Niznhny Novgorod ===  &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Ntropy|Ntropy]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=PSrAbRYAAAC1cJd46Y4K1QK1ilA02Mhqo4cocwWvDVg2RHsu8f1bCg Natry Clorum]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/eagafonov|eagafonov]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=DZ6WuxYAAAC4NC2Ez7VnaOK5YizqOI9jo4cocwWvDVg2RHsu8f1bCg eagafonov]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 2&lt;br /&gt;
| 2&lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Rostov-on-Don ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[slayer]]&lt;br /&gt;
| slayer&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
=== Krasnodar ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/astroiLL|astroiLL]]&lt;br /&gt;
| Ilya Byven&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Penza ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Spitty|Spitty]]&lt;br /&gt;
| Spitty&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Stavropol ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Grif Ruten]]&lt;br /&gt;
| Grif Ruten&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Belarus ==&lt;br /&gt;
=== Minsk ===&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Const - [[Special:Emailuser/Const|Contact]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Purchase]]&lt;br /&gt;
&lt;br /&gt;
== Taiwan ==&lt;br /&gt;
=== Taipei ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* Cruz [http://wiki.openmoko.org/wiki/Special:Emailuser/cruz Contact]&lt;br /&gt;
* mkl23 @ShinChu [http://wiki.openmoko.org/wiki/Special:Emailuser/mkl23 Contact]&lt;br /&gt;
* htchien [http://wiki.openmoko.org/wiki/Special:Emailuser/htchien Contact]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - phone + board) Siongui [http://wiki.openmoko.org/wiki/Special:Emailuser/Siongui Contact]&lt;br /&gt;
&lt;br /&gt;
== Bahrain ==&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Salman [http://wiki.openmoko.org/wiki/Special:Emailuser/smhar Contact]&lt;/div&gt;</summary>
		<author><name>Rakshasa</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-07-08T09:07:31Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* Possible new order(s) */&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;
For calculating shipping costs, the dimensions of one 10-pack is 435mm x 371mm x 119mm. The weight should be around 3kg.&lt;br /&gt;
&lt;br /&gt;
Steve from Openmoko announced &amp;quot;Every 10 pack, will come with a box of stuff. 10 pouches and 10 head sets.&amp;quot;&lt;br /&gt;
So join us within a local group !&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style='float:right'&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[Group Sales Australia| Australia ]]==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Austria ==&lt;br /&gt;
There is a group-buy page at MetaLab, available here: http://metalab.at/wiki/OpenMoko .. we almost have the full 10 slots assigned, and its quite possible that we will order *20* phones, so please register on the Metalab pages and let us know if you're interested .. &lt;br /&gt;
&lt;br /&gt;
=== Salzburg ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* D. Kepplinger (at MetaLab)&lt;br /&gt;
&lt;br /&gt;
=== Wien ===&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* M. Greifeneder [http://wiki.openmoko.org/wiki/Special:Emailuser/mikegr Contact me here]&lt;br /&gt;
* J. Vaughan (torpor) -- http://metalab.at/wiki/OpenMoko [http://wiki.openmoko.org/wiki/Special:Emailuser/torpor Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Styria ===&lt;br /&gt;
==== Graz ====&lt;br /&gt;
Group 1: Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* F Hackenberger [http://wiki.openmoko.org/wiki/Special:Emailuser/Deadman66 Contact me here]&lt;br /&gt;
* J Florineth [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
* G Michelitsch [http://wiki.openmoko.org/wiki/Special:Emailuser/graf_ithaka Contact me here]&lt;br /&gt;
* M Lipp [http://wiki.openmoko.org/wiki/Special:Emailuser/Neldoreth Contact me here]&lt;br /&gt;
* M Maier [http://wiki.openmoko.org/wiki/Special:Emailuser/species Contact me here]&lt;br /&gt;
* M Konrad [http://wiki.openmoko.org/wiki/Special:Emailuser/konni Contact me here]&lt;br /&gt;
* K Krammer [http://wiki.openmoko.org/wiki/Special:Emailuser/krake Contact me here]&lt;br /&gt;
* M Prokop [http://wiki.openmoko.org/wiki/Special:Emailuser/mika Contact me here]&lt;br /&gt;
* C Lauermann [http://wiki.openmoko.org/wiki/Special:Emailuser/cms Contact me here]&lt;br /&gt;
* S Simmer [http://wiki.openmoko.org/wiki/Special:Emailuser/StefanS Contact me here]&lt;br /&gt;
&lt;br /&gt;
Group 2: Status: 4/10&lt;br /&gt;
* K Holler [http://wiki.openmoko.org/wiki/Special:Emailuser/kho Contact me here]&lt;br /&gt;
* St Stampler [http://wiki.openmoko.org/wiki/Special:Emailuser/stst Contact me here]&lt;br /&gt;
* D Pail [http://wiki.openmoko.org/wiki/Special:Emailuser/neotracker Contact me here]&lt;br /&gt;
* P Jocham [http://wiki.openmoko.org/wiki/Special:Emailuser/Phi01 Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Belgium ==&lt;br /&gt;
=== Brussels ===&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
'''NO''' OpenMoko FreeRunner 900/1800 available anymore (on July 3, 2008 at 21h) as needed in Europe. Furthermore,&lt;br /&gt;
confirmation: From Pulster.eu: ''Our sales price is 299 EUR + shipping 15 EUR in Europe = 314 EUR. The idea of &amp;quot;open&amp;quot; is ours. So check our price calculation: if you order the Freerunner from Taiwan, it's 399 USD + 100 USD shipping + c. 90 USD &amp;quot;import taxes&amp;quot; inside Europe. Total 589 USD = c.380 EUR. So it will be cheaper and we Europeans have 2 years of warranty when buying from Pulster, instead of a 14 days(?) for imported goods.''&lt;br /&gt;
&lt;br /&gt;
 Cancelled for the above reason (and not 10 people reached) * npettiaux [http://wiki.openmoko.org/wiki/Special:Emailuser/Npettiaux Contact me here]&lt;br /&gt;
* jwarnier [http://wiki.openmoko.org/wiki/Special:Emailuser/Jwarnier Contact me here]&lt;br /&gt;
* mvanderdonck [http://wiki.openmoko.org/wiki/Special:Emailuser/nicodache Contact me here]&lt;br /&gt;
* lpirotte [http://wiki.openmoko.org/wiki/Special:Emailuser/lpirotte Contact me here]&lt;br /&gt;
* Ciaran [http://wiki.openmoko.org/wiki/Special:Emailuser/ciaran Contact me here]&lt;br /&gt;
* Lleonard [http://wiki.openmoko.org/wiki/Special:Emailuser/Lleonard Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
* Arno85, mailto: aaron DOT helin AT gmail DOT com, Kortrijk&lt;br /&gt;
&lt;br /&gt;
* Yvo Brasseur, mailto: yvo_brasseur AT archon DOT be Living in Aarschot, working in Brussels.&lt;br /&gt;
* Kamil Kubacki, mailto: kamil DOT kubacki AT gmail DOT com  [or kamil.kubacki@gmail.com]&lt;br /&gt;
&lt;br /&gt;
ps: Dolfje think it will be cheaper to buy it from pulster.de. Can anyone confirm?&lt;br /&gt;
&lt;br /&gt;
Confirmation: From Pulster.eu:&lt;br /&gt;
&lt;br /&gt;
Our sales price is 299 EUR. The idea of &amp;quot;open&amp;quot; is ours. So check our price calculation: if you order the Freerunner from Taiwan, it's 399 USD + 100 USD shipping + c. 90 USD &amp;quot;import taxes&amp;quot; inside Europe. Total 589 USD = c.380 EUR.&lt;br /&gt;
&lt;br /&gt;
So it will be cheaper and we Europeans have 2 years of warranty when buying from Pulster, instead of a 14 days(?) for imported goods.&lt;br /&gt;
You can read all advantages on pulster.eu&lt;br /&gt;
&lt;br /&gt;
==== Antwerp ====&lt;br /&gt;
Status 11/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;
* Stefaan [http://wiki.openmoko.org/wiki/Special:Emailuser/Stefaan Contact me here]&lt;br /&gt;
* Bert_2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Bert_2 Contact me here] If they aren't cheaper via Pulster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Jove [http://wiki.openmoko.org/wiki/Special:Emailuser/Jove Contact me here] I would like a developer board too.&lt;br /&gt;
&lt;br /&gt;
Perhaps if we have a few more users, we can redistribute the groups geographically?&lt;br /&gt;
&lt;br /&gt;
=== Wallonia ===&lt;br /&gt;
==== Walloon Brabant ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Istvan, mailto: buki DOT istvan AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
== Brasil ==&lt;br /&gt;
=== Nordeste ===&lt;br /&gt;
&lt;br /&gt;
==== Ceará ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Alexandre Sousa [http://wiki.openmoko.org/wiki/User:asm Contact]&lt;br /&gt;
** Endereço para entrega: Fortaleza&lt;br /&gt;
&lt;br /&gt;
==== Bahia ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Valessio Brito [http://wiki.openmoko.org/wiki/User:Valessio Contact]&lt;br /&gt;
** Endereço para entrega: Salvador - Bahia&lt;br /&gt;
&lt;br /&gt;
=== Sul ===&lt;br /&gt;
==== Paraná ====&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Beraldo Leal [http://wiki.openmoko.org/wiki/Special:Emailuser/beraldo Contact]&lt;br /&gt;
* Cleber Santz [http://wiki.openmoko.org/wiki/Special:Emailuser/Clebersantz Contact]&lt;br /&gt;
* Jacson Querubin [http://wiki.openmoko.org/wiki/Special:Emailuser/Spacial Contact]&lt;br /&gt;
** 1x ([[Image:MokoBox.jpg]] - avançado) &lt;br /&gt;
* Mauro Nogueira [http://wiki.openmoko.org/wiki/Special:Emailuser/mandcap Contact]&lt;br /&gt;
* Osvaldo Santana Neto [http://wiki.openmoko.org/wiki/Special:Emailuser/osantana Contact]&lt;br /&gt;
&lt;br /&gt;
Tenho endereço de entrega para as seguintes cidades:&lt;br /&gt;
* Foz do Iguaçu, PR;&lt;br /&gt;
* Cascavel, PR;&lt;br /&gt;
* Curitiba, PR;&lt;br /&gt;
* São Paulo, SP;&lt;br /&gt;
&lt;br /&gt;
Valor: Aproximadamente USD 4.100,00 (10 aparelhos + frete UPS). Há também o valor do frete para entrega final para quem não for retirar pessoalmente quando chegar.&lt;br /&gt;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 8/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, [http://wiki.openmoko.org/wiki/Special:Emailuser/OpenMitko Contact] (Pulster)&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;
* Iceman, [http://wiki.openmoko.org/wiki/Special:Emailuser/ice Contact], 02 July 2008 ([http://www.pulster.de/engl/openmoko.htm Pulster])&lt;br /&gt;
* jdivanov, [http://wiki.openmoko.org/wiki/Special:Emailuser/jdivanov Contact], 16 June 2008&lt;br /&gt;
* luchoh, [http://wiki.openmoko.org/wiki/Special:Emailuser/luchoh Contact], 26 June 2008&lt;br /&gt;
* nninov, [http://wiki.openmoko.org/wiki/Special:Emailuser/nninov Contact], 26 June 2008&lt;br /&gt;
* danov2, [http://wiki.openmoko.org/wiki/Special:Emailuser/danov2 Contact], 30 June 2008&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group mailto: doc AT skynet REMOVE dot REMOVE ie - organising this group&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail&lt;br /&gt;
* Robert (Vancouver) - robtaylor &amp;lt;AT&amp;gt; tinsputnik &amp;lt;DOT&amp;gt; com (1 unit)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Group 2'''&lt;br /&gt;
&lt;br /&gt;
Status: 3?/10&lt;br /&gt;
&lt;br /&gt;
* Chris (Vancouver) - chris (AT) fourthandvine (DOT) com (1 unit)&lt;br /&gt;
* Ali (Vancouver) - hit2436 (A-T) hotmail (dot) com (1 units)&lt;br /&gt;
* Rob (Vancouver) - rtymensen (at) gmail (DoT) com (1 unit)&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 9/10  (this order has already been placed)&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] (Pincher Creek) : [mailto:wuth@acm.org] : 1 unit + 1 debug board&lt;br /&gt;
* [[User:Slm3095om|stacy]] (2 units) : slm3095om AT millions dOt ca&lt;br /&gt;
* [[User:Abnormal|Morgan]] : [mailto:lightningperf@hotmail.com]&lt;br /&gt;
* [[User:picosrfr|Will]] (High Level) : [mailto:will.siddall@gmail.com]&lt;br /&gt;
* [[User:Shadowwolf|Vince]] (Red Deer) : 1 Unit + 1 Debug board [http://wiki.openmoko.org/wiki/Special:Emailuser/Shadowwolf Get a hold of me here]&lt;br /&gt;
* [[User:Deanb2|Dean]] (Calgary) : [mailto:deanb@gbtn.net]&lt;br /&gt;
* [[User:jimb|jim b]] (Edmonton) : [mailto:callonjim@gmail.com][http://wiki.openmoko.org/wiki/Special:Emailuser/jimb mokomail]&lt;br /&gt;
* [[User:Crz|Steve]] (Calgary) : 1 unit, [http://wiki.openmoko.org/wiki/Special:Emailuser/Crz Contact]&lt;br /&gt;
&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Gerald A [http://wiki.openmoko.org/wiki/Special:Emailuser/Historybuff Contact me here]&lt;br /&gt;
* MattC, mailto: quirkz AT gmail&lt;br /&gt;
* Sergey K, openmoko AT deeptown dOt org&lt;br /&gt;
* Daniel Lister, gmail(dan.lister)&lt;br /&gt;
* Ronnie Wong: '''3 units''' - r25wong AT ryerson dOT ca&lt;br /&gt;
* Paul V, contact using gmail, original.roju&lt;br /&gt;
* Matt Manjos, matt (AT) manjos * com&lt;br /&gt;
* Steven O'Reilly, soreilly AT walled DOT net&lt;br /&gt;
&lt;br /&gt;
Group 2 Status (Hamilton): 6/10&lt;br /&gt;
&lt;br /&gt;
* Gabriel D - ace AT staticwave DOT ca&lt;br /&gt;
* Richard D - rtdegelder --&amp;gt; gmail.com&lt;br /&gt;
* Steve S   - ssinger_pg AT sympatico dot ca&lt;br /&gt;
* Wolfram Kahl - kahl McMaster CA&lt;br /&gt;
* Paul Wouters - paul@xelerance.com '''1 units'''&lt;br /&gt;
* John Hurley - nybble at eml dot cc&lt;br /&gt;
&lt;br /&gt;
Group 3 Status (Montréal): 2/10&lt;br /&gt;
* Patrick Hétu - patrick AT koumbit DOT org&lt;br /&gt;
* Eric Lebel - lebeleri AT aei DOT ca&lt;br /&gt;
&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:crsepulv]] Cristian Sepúlveda, mailto: sepulveda.cristian@gmail.com&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
=== BeiJing ===&lt;br /&gt;
Status:10/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;
*Gnosy &amp;lt;br/&amp;gt; mailto:gnosyhh@gmail.com &amp;lt;br/&amp;gt;   1 freerunner and 1 debug board.&lt;br /&gt;
*Bin Zong &amp;lt;br /&amp;gt; mailto:hunter_00zb@hotmail.com &amp;lt;br/&amp;gt; 1 Freerunner &amp;lt;br/&amp;gt; MSN:hunter_00zb@hotmail.com&lt;br /&gt;
*Lee zaixin&amp;lt;br /&amp;gt; mailto:shqlzx@126.com &amp;lt;br/&amp;gt; 1 Freerunner &amp;lt;br/&amp;gt;&lt;br /&gt;
*Zhuwei&amp;lt;br /&amp;gt; mailto:grissom_zhu@139.com &amp;lt;br/&amp;gt; MSN:wyh0310@hotmail.com &amp;lt;br/&amp;gt; 1 Freerunner &amp;lt;br/&amp;gt;&lt;br /&gt;
*zhaojun&amp;lt;br/&amp;gt; mailto:zhaojun1631@163.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board&lt;br /&gt;
*Benoit Begue&amp;lt;br/&amp;gt; Retired: please count me out, I'm leaving Beijing sooner than expected. Sorry for this.&amp;lt;br/&amp;gt;  1 freerunner&lt;br /&gt;
*Tristan&amp;lt;br/&amp;gt; mailto:0x5478(at)gmail.com &amp;lt;br/&amp;gt;  MSN:liu_bei_bei(at)hotmail.com &amp;lt;br/&amp;gt;  1 freerunner and 1 debug board.&lt;br /&gt;
*Lalo&amp;lt;br/&amp;gt; lalo dot martins at gmail (do ''not'' email me with random stuff, specially in Chinese!)&amp;lt;br/&amp;gt; 1 freerunner&lt;br /&gt;
*Lu Kuo&amp;lt;br /&amp;gt;Email and MSN: koreylu#hotmail.com (substitute @ for # please)&amp;lt;br /&amp;gt;1 freerunner and 1 debug board&lt;br /&gt;
&lt;br /&gt;
Status:2/10&lt;br /&gt;
*Hong Zhiyi  &amp;lt;br/&amp;gt; mailto: zhiyi.hong@gmail.com &amp;lt;br/&amp;gt;  1 freerunner&lt;br /&gt;
*Yang Ming  &amp;lt;br/&amp;gt; mailto: yangm.cn at gmail.com &amp;lt;br/&amp;gt;  1 freerunner.&lt;br /&gt;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:5/10&lt;br /&gt;
&amp;lt;br/&amp;gt; &lt;br /&gt;
* Pajda, info on my [[User:Pajda|user page]], or you can [[Special:Emailuser/Pajda|contact me here]]. 1 x freerunner&lt;br /&gt;
* ChandleWEi mailto:chandle.wei@gmail.com  1 x freerunner and 1 debug board&lt;br /&gt;
* YxunLan mailto:dennis.yxun@gmail.com  1 x freerunner and 1 debug board&lt;br /&gt;
* Leongoo [[Special:Emailuser/Leongoo|Contact]] 1 x freerunner&lt;br /&gt;
* Exp mailto: linyuan2 at 163.com or you can [[Special:Emailuser/Experience|Cotact me here]] 1 x freerunner&lt;br /&gt;
&lt;br /&gt;
=== Guangzhou ===&lt;br /&gt;
Status:2/10&lt;br /&gt;
*Geoffrey &amp;lt;br/&amp;gt; mailto:dghfalcon@gmail.com &amp;lt;br/&amp;gt; 1 freerunner and 1 debug borad.&lt;br /&gt;
*monomania &amp;lt;br/&amp;gt; mailto:simulacrumqiu@gmail.com &amp;lt;br/&amp;gt; 1 freerunner.&lt;br /&gt;
&lt;br /&gt;
== Colombia ==&lt;br /&gt;
=== Bogotá ===&lt;br /&gt;
Status: 5/10&lt;br /&gt;
* Javier Rojas. Phone and debug board. &amp;lt;br /&amp;gt; mailto:jerojasro@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Gustavo Andrés Angulo. Phone and debug board. &amp;lt;br /&amp;gt; mailto:woakas@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Exell E. Franklin J. Phone and debug board. &amp;lt;br /&amp;gt; mailto:arawaco@ieee.org&amp;lt;br /&amp;gt;&lt;br /&gt;
* Fredyrivera, Humano. Phone and debug board. &amp;lt;br /&amp;gt; mailto:fredyrivera@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
* Juan Carlos Castellanos. Phone. &amp;lt;br /&amp;gt; mailto:juancastellanosm@gmail.com&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Denmark ==&lt;br /&gt;
If we do not reach a total large enough, Denmark **is** a very small place - surely we could figure out a way of getting them to find their way 'round the country :)&lt;br /&gt;
&lt;br /&gt;
=== EU (german) vs. Direct (OpenMoko) discussion ===&lt;br /&gt;
&lt;br /&gt;
Esben Damgaard has created a Google Group discussion to evaluate which is the optimal:&lt;br /&gt;
http://groups.google.com/group/freerunner-order-dk&lt;br /&gt;
&lt;br /&gt;
[[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] has [http://groups.google.com/group/freerunner-order-dk/browse_thread/thread/cd68b49d8520ecd2# offered] to act as invoice hub for group sales from either OpenMoko or Handheld-Linux. [[User:asbjorn | Details]]&lt;br /&gt;
&lt;br /&gt;
=== Invoice considerations ===&lt;br /&gt;
&lt;br /&gt;
According to Lone Borre from SKAT.dk the rules are different if the buyer is private or a company. If a company buys the phone the invoice must be addressed to the company and the company must be a registered importer. This makes it harder to do a group sale in which 2 of the recipients need an invoice. &lt;br /&gt;
&lt;br /&gt;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 7/10&lt;br /&gt;
&lt;br /&gt;
Should anyone need it, transportation from Aalborg to Thisted for phones can be arranged, if you don't want to pick it up in Aalborg yourself :) ~leinir&lt;br /&gt;
&lt;br /&gt;
As it looks right now, it seems that it would be cheaper and easier for us to buy through Pulster in Germany - see the following email: http://lists.openmoko.org/pipermail/community/2008-May/017778.html ~leinir&lt;br /&gt;
&lt;br /&gt;
* Dan Leinir Turthra Jensen &amp;lt;br /&amp;gt; mailto:admin@leinir.dk &amp;lt;br /&amp;gt; [[User:Leinir]]&lt;br /&gt;
* Fabian Olesen &amp;lt;br /&amp;gt; mailto:firewalkerx@gmail.com&lt;br /&gt;
* Helge Willum Larsen &amp;lt;br /&amp;gt; mailto:helge.at.helges.dk&lt;br /&gt;
* Kristian Lindemann Larsen (2 stk)&amp;lt;br /&amp;gt; mailto:walker@pandia.dk&lt;br /&gt;
* Brian Olsen &amp;lt;br /&amp;gt; mailto:downloader@pandia.dk&lt;br /&gt;
* Henrik Odder Jensen &amp;lt;br /&amp;gt; mailto:herakles@pandia.dk&lt;br /&gt;
&lt;br /&gt;
==== Aarhus ====&lt;br /&gt;
Status: 4/10&lt;br /&gt;
&lt;br /&gt;
* Kent S. Knudsen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Forestmountain contact me here] - [[User:Forestmountain]] (2 phones; will join any danish group if necessary)&lt;br /&gt;
* Lars Jensen - [http://wiki.openmoko.org/wiki/Special:Emailuser/el_senator contact me here] (1 phone; will join any danish group if necessary)&lt;br /&gt;
* Martin Pedersen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cheeses contact me here] (1 phone; will join any danish group if necessary)&lt;br /&gt;
&lt;br /&gt;
==== Skjern ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Carlo]]&lt;br /&gt;
&lt;br /&gt;
==== Sønderborg ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* Theis Hjorth [http://wiki.openmoko.org/wiki/Special:Emailuser/Theis.hjorth contact me here] (1 phone + 1 devkit) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fyn ===&lt;br /&gt;
Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* [[User:EsbenDamgaard]] (need 3 (Looney &amp;amp; Gert))&lt;br /&gt;
* [[User:apm]] (need 1 with invoice - can pick up in Copenhagen)&lt;br /&gt;
* [[User:LarsOPoulsen | Lars Poulsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/LarsOPoulsen (contact)] (1 phone)&lt;br /&gt;
&lt;br /&gt;
Peter: As of 5/7: We have ordered 10 units (+5 for Århus) from handheld-linux.com.&lt;br /&gt;
Arguments here: http://groups.google.com/group/freerunner-order-dk&lt;br /&gt;
The deal is closed.&lt;br /&gt;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 12/10&lt;br /&gt;
&lt;br /&gt;
* [[User:jrcarlsen | Johnny Rose Carlsen]] (+45) 28 14 60 04 [http://wiki.openmoko.org/wiki/Special:Emailuser/jrcarlsen (contact)] 1 phone&lt;br /&gt;
* [[User:Fursund]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Fursund (contact)] 1 phone&lt;br /&gt;
* [[User:tabac | Thomas Ammitzbøll-Bach ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/tabac (contact)] (&amp;lt;strike&amp;gt;1 phone&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)] (&amp;lt;strike&amp;gt;1 phone&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)] (&amp;lt;strike&amp;gt;1&amp;lt;/strike&amp;gt; Buying through pulster.de)&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (&amp;lt;strike&amp;gt;I need 14 with invoice&amp;lt;/strike&amp;gt; - Buying through pulster.de because of the invoice considerations mentioned above)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (Buying through US-openmoko shop)&lt;br /&gt;
* [[User:maha | Martin Hansen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/maha (contact)] (3 with invoice)&lt;br /&gt;
* [[User:SvenneK | Svenne Krap ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/SvenneK (contact)] (&amp;lt;strike&amp;gt;1&amp;lt;/strike&amp;gt;) Buying through Handheld-linux through [[User:asbjorn|Asbjørn Sloth Tønnesen]].&lt;br /&gt;
* [[User:bss | Bo Stendal Sørensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/bss (contact)] (1)&lt;br /&gt;
* [[User:Glenn | Glenn Møller-Holst]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Glenn (contact)] (&amp;lt;strike&amp;gt;2 freerunners + debug board, +invoice&amp;lt;/strike&amp;gt; - Buying through pulster.de)&lt;br /&gt;
* [[User:knmeister | Kristian Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/knmeister (contact)] &amp;lt;strike&amp;gt;(I need 1 with invoice)&amp;lt;/strike&amp;gt; Seems it is easier to buy from a reseller.&lt;br /&gt;
* [[User:hammerfar | Henrik Hammer Berthelsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/hammerfar (contact)] (2 with invoice) - ordering through [[User:asbjorn|Asbjørn]] as a hub.&lt;br /&gt;
* [[User:Bubbi | Steen Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubbi (contact)] (&amp;lt;strike&amp;gt;2 with invoice&amp;lt;/strike&amp;gt; - buying through reseller)&lt;br /&gt;
* [[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] (I need 1 with invoice) I has [http://groups.google.com/group/freerunner-order-dk/browse_thread/thread/cd68b49d8520ecd2# offered] to act as hub for group sales from OpenMoko and Handheld-Linux.&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)] -- will wait until software is stable enough to work as primary mobile phone&lt;br /&gt;
&lt;br /&gt;
== Estonia ==&lt;br /&gt;
=== Tallinn ===&lt;br /&gt;
Let's see if we can get ten people together for this. I'm willing to organise the local distribution if we can. Spread the word and try to get more locals interested in it. [[User:Yogiz|Yogiz]] 08:22, 3 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Yogiz | Yogiz]] ([mailto:yogizz@gmail.com contact]) 1 phone&lt;br /&gt;
* [[User:Zooter | Zooter]] ([mailto:zooter@hot.ee contact]) 1 phone&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
&lt;br /&gt;
See also [[Openmoko Local Groups: Finland]], if you're interested.&lt;br /&gt;
&lt;br /&gt;
=== Possible new order(s) ===&lt;br /&gt;
&lt;br /&gt;
Status: 3/10&lt;br /&gt;
These did not participate in the pulster.de order(s) shown below.&lt;br /&gt;
&lt;br /&gt;
Helsinki:&lt;br /&gt;
&lt;br /&gt;
* Ilari Oras &amp;lt;br /&amp;gt; ilari DOT oras AT welho DOT com&lt;br /&gt;
* Jaakko Nissi &amp;lt;br /&amp;gt; jnissi AT pallokorva DOT org&lt;br /&gt;
&lt;br /&gt;
Turku:&lt;br /&gt;
&lt;br /&gt;
* Jaakko Lehtinen, jaakko dot lehtinen at gmail dot com&lt;br /&gt;
&lt;br /&gt;
Pulster.de now sells individual phones at 329€/phone, but 10-packs at 299€/phone.&lt;br /&gt;
&lt;br /&gt;
=== Already ordered ===&lt;br /&gt;
==== Uusimaa ====&lt;br /&gt;
(Note to gta02v6 waiting people:&amp;quot;The A5 boards have been reworked to remove the [LED] issue. So WRT&lt;br /&gt;
LEDs a5 and a6 have the same power consumption&amp;quot;. So, there is should be no reason to wait for V6. See also [[Neo FreeRunner GTA02 Hardware#GTA02v6]].)&lt;br /&gt;
&lt;br /&gt;
===== Helsinki I =====&lt;br /&gt;
'''THIS GROUP OF 10 NEOS HAS BEEN ORDERED''' (from pulster.de)&lt;br /&gt;
&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Mikko Rauhala x2 [mailto:mjr@iki.fi mjr@iki.fi]&lt;br /&gt;
* Aleksi Hankalahti &amp;lt;br /&amp;gt; [mailto:aleksi.hankalahti@iki.fi aleksi.hankalahti@iki.fi]&lt;br /&gt;
* Seppo Hätönen &amp;lt;br /&amp;gt; [mailto:karrde@iki.fi karrde@iki.fi]&lt;br /&gt;
* Ville-Pekka Vainio &amp;lt;br /&amp;gt; vpivaini AT cs.helsinki.fi&lt;br /&gt;
* Heikki Hallamaa &amp;lt;br /&amp;gt; [mailto:heikki.hallamaa@iki.fi heikki.hallamaa@iki.fi]&lt;br /&gt;
* Tomi Jylhä-Ollila &amp;lt;br /&amp;gt; tomi.jylha-ollila@helsinki.fi&lt;br /&gt;
* Richard Braakman&lt;br /&gt;
* Timo Jyrinki &amp;lt;br /&amp;gt; [mailto:timo.jyrinki@iki.fi timo.jyrinki@iki.fi]&lt;br /&gt;
* Jussi Kekkonen &amp;lt;br /&amp;gt; tmt AT ubuntu DOT com (moved from below as one slot became available here)&lt;br /&gt;
&lt;br /&gt;
===== Helsinki II, Turku &amp;amp; Vaasa=====&lt;br /&gt;
&lt;br /&gt;
[http://wiki.openmoko.org/wiki/User:Rhk DISCUSS HERE]&lt;br /&gt;
&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
'''THIS GROUP OF 4 NEOS HAS BEEN ORDERED (3+1 (lindi) from outside this list)''' (from pulster.de)&lt;br /&gt;
&lt;br /&gt;
* Risto H. Kurppa &amp;lt;br /&amp;gt; risto AT kurppa DOT fi&lt;br /&gt;
* Aapo Rantalainen &amp;lt;br /&amp;gt; aapo DOT rantalainen AT gmail DOT com&lt;br /&gt;
* Matti Laakso &amp;lt;br /&amp;gt; matti DOT laakso AT kotiposti DOT net&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;Vaasa:&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;del&amp;gt;* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Lappi ====&lt;br /&gt;
===== Kemi =====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
'''ORDERED'''&lt;br /&gt;
&lt;br /&gt;
4kpl tilattu pulster.de:stä. Tilaus ei ehtinyt ensimmäiseen erään. Tilaukseen varmaan voi lisätä vielä tavaraa, jos halukkaita löytyy.&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;
* Jaakko Pörhö &amp;lt;br /&amp;gt;ensteinfrank ÄT hotmail PISTE com&lt;br /&gt;
* Tuomo Mattila (Oulu)&amp;lt;br /&amp;gt;tuomom ÄT ee PISTE oulu PISTE fi&lt;br /&gt;
&lt;br /&gt;
== France ==&lt;br /&gt;
=== Bretagne ===&lt;br /&gt;
==== Brest ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux [mailto:steven@pourri.fr steven@pourri.fr] Jabber_Id:Steven@jabber.fr&lt;br /&gt;
* Acheteur potentiel #2&lt;br /&gt;
&lt;br /&gt;
==== Rennes ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Cédric DUFOUIL (openmoko at tsleg point com)&lt;br /&gt;
* Yves MAHE (ymahe at zindep dot com)&lt;br /&gt;
* Guillaume BERTHELOM (yogui29 at gmail dot com)&lt;br /&gt;
&lt;br /&gt;
=== Pays de la Loire ===&lt;br /&gt;
==== La Roche sur Yon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vtouchar Vincent Touchard]&lt;br /&gt;
&lt;br /&gt;
==== Nantes ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
* [[User:Yoann|Yoann ARNAUD]]. OK for a ship in Rennes if needed. [http://wiki.openmoko.org/wiki/Special:Emailuser/Yoann Contact me here]&lt;br /&gt;
* [[User:sim51|Benoît SIMARD]]. Idem  [http://wiki.openmoko.org/wiki/Special:Emailuser/sim51 Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Nord ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 21/30&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Phyce|Phyce]]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* &amp;lt;s&amp;gt; Yann SLADEK&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* [[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;
* &amp;lt;s&amp;gt;[[User:Valos|Valéry Febvre]]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Manou|Emmanuel Raviart]]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
* Le Troll Farceur ([http://wiki.openmoko.org/wiki/Special:Emailuser/LeTrollFarceur Contact me here])&lt;br /&gt;
* [[User:mshook|Mathieu Chouquet-Stringer]]&lt;br /&gt;
* [[User:LoicMinier|Loïc Minier]]&lt;br /&gt;
* [[User:chansen|Cyril Hansen]]&lt;br /&gt;
* [[User:hbernard|hugues]]&lt;br /&gt;
* Titilambert ([http://wiki.openmoko.org/wiki/Special:Emailuser/titilambert Contact me here])&lt;br /&gt;
* [[User:Raphux|Raphux]]([http://wiki.openmoko.org/wiki/Special:Emailuser/Raphux Contact me here])&lt;br /&gt;
* [[User:tuXXX|Damien Thébault]] (Contact me [[User:tuXXX|here]] or [[Special:Emailuser/tuXXX|here]])&lt;br /&gt;
* [[User:kkum|Kumar]] (contact me [[Special:Emailuser/kkum|here]])&lt;br /&gt;
* Gand' ([http://wiki.openmoko.org/wiki/Special:Emailuser/Gand' Contact me here])&lt;br /&gt;
* [[User:Sporniket|David SPORN]]&lt;br /&gt;
* [[User:Bedo|Bedo]]&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Ainulindale|Julien Cassignol]]&amp;lt;/s&amp;gt; (commandé sur http://bearstech.com/shop)&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Theocrite|Theocrite]] &amp;lt;/s&amp;gt; (commandé sur http://bearstech.com/shop)&lt;br /&gt;
* &amp;lt;s&amp;gt;[[User:Gui82|Gui82]]&amp;lt;/s&amp;gt; (commandé sur http://bearstech.com/shop)&lt;br /&gt;
* [[User:Yciabaud|Yoann Ciabaud]] (contact me [[Special:Emailuser/yciabaud|here]])&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/shop&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;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&amp;lt;/s&amp;gt; (''commandé sur http://pulster.eu'')&lt;br /&gt;
&lt;br /&gt;
==== Grenoble ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/pbollard Philippe]&amp;lt;/s&amp;gt; (''commandé sur http://bearstech.com/shop '')&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/aurelien Aurelien] (''commande groupée en préparation sur http://www.guilde.asso.fr/wiki/Openmoko '')&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Hey_popey Damien]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/swap38 Johann] (''commande groupée en préparation sur http://www.guilde.asso.fr/wiki/Openmoko '')&lt;br /&gt;
&lt;br /&gt;
=== Alpes de Haute Provence ===&lt;br /&gt;
==== Manosque ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/cfdev Cyril]&lt;br /&gt;
&lt;br /&gt;
=== Provence Alpes Cote d'Azur ===&lt;br /&gt;
==== Sophia Antipolis ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/nico.inc Nicolas HUOT]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Xavier_OM Xavier CREMASCHI]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vasile Vasile Jureschi]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Herve5 Hervé Sainct]&lt;br /&gt;
&lt;br /&gt;
=== Midi-Pyrénées ===&lt;br /&gt;
==== Toulouse ====&lt;br /&gt;
&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Ortalo|Ortalo]]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
Out:&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] I'm out. Since the Freerunner is available for 300 Euro in Germany, I don't see any point in organizing a groupbuy anymore. I've sent an email to everyone else interested in the groupbuy. If you are in this list or if I met you on the Kalug Meeting, you should have gotten it.&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]] (Habe mein Telefon jetzt ebenfalls bei Pulster bestellt.)&lt;br /&gt;
* [[Special:Emailuser/Gollum|Gollum]] Pulster doesn't give away the extra goodies, but the price still seems fair -- I'm out, too.&lt;br /&gt;
* [[Special:Emailuser/Archimedes|Sebastian]] I'm going to buy at pulsters (299€) =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/Cfo|cfo]] I think the offer of pulster is fair! =&amp;gt; I'm out&lt;br /&gt;
* [[Special:Emailuser/BlackFog|BlackFog]] thinks he has to wait for the next Pulster delivery date&lt;br /&gt;
* [[Special:Emailuser/Adonres|Adonres]] I'll buy at pulsters, too =&amp;gt; I'm out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Still In:&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
* [[Special:Emailuser/Gromgull|Gromgull]] (in Kaiserslautern, but Karlsruhe is close enough, and I doubt that I'll find 10 people here.&lt;br /&gt;
* [[Special:Emailuser/Ebi|Ebi]]&lt;br /&gt;
* [[Special:Emailuser/RIdd3r|Fabian]]&lt;br /&gt;
* [[Special:Emailuser/Roduit|Roduit]] In Heidelberg. Karlsruhe is close enough.&lt;br /&gt;
&lt;br /&gt;
==== Leonberg ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* [[Special:Emailuser/Agon|Agon]] Maybe 1 Freerunner.&lt;br /&gt;
----&lt;br /&gt;
* [[Special:Emailuser/ZaPPaS|ZaPPaS]] Sice the Freerunner is available for a comparable price at [http://www.pulster.de/] I will buy there...&lt;br /&gt;
&lt;br /&gt;
==== Tübingen ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
* [[Special:Emailuser/NoBody|NoBody]] close to tuebingen and stuttgart (between both)&lt;br /&gt;
* [[Special:Emailuser/eliasp|eliasp]] (3 Freerunner (me, qknight + sbock) - Tübingen downtown&lt;br /&gt;
* [[Special:Emailuser/nobs|nobs]] thinking about buying one; if I am #10, count me in; if there is someone else #11 you can drop me&lt;br /&gt;
* [[Special:Emailuser/marjay|marjay]] take also one (Dettingen/Erms)&lt;br /&gt;
&lt;br /&gt;
Out:&lt;br /&gt;
* [[Special:Emailuser/MiTo|MiTo]] 299 Euro bei Pulster.de sind ein fairer Preis, kaufe es deshalb dort.&lt;br /&gt;
&lt;br /&gt;
==== Ulm ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* [[Special:Emailuser/mzanetti|mzanetti]] &lt;br /&gt;
* [[Special:Emailuser/Lord_Evil|Lord_Evil]] ich nehm auch eins. Evtl. kann ich mich auch an Augsburg anhängen.&lt;br /&gt;
&lt;br /&gt;
=== Bayern ===&lt;br /&gt;
&lt;br /&gt;
==== Augsburg ====&lt;br /&gt;
&lt;br /&gt;
Status 5/10&lt;br /&gt;
I just want to see if there are enough people to fill up to ten. So add your name here if you are interested.&lt;br /&gt;
&lt;br /&gt;
*[[Special:Emailuser/Whoever|whoever]] - Ich nehm eins, wenn die Münchner keines übrig haben.&lt;br /&gt;
*[[Special:Emailuser/paddy2706|paddy2706]] - Ein OpenMoko bitte :)&lt;br /&gt;
&lt;br /&gt;
Wann werden die dann bestellt/gezahlt? Dauert bei mir no kurz bis ichs Geld für zusammen hab aber dann nehm ich eins.&lt;br /&gt;
MfG [http://wiki.openmoko.org/wiki/Special:Emailuser/MookiE MookiE]&lt;br /&gt;
&lt;br /&gt;
Hallo, ich würde mich für einen Freerunner interessieren. Wie sieht es mit Zoll aus? Kommt der noch dazu?&lt;br /&gt;
[http://wiki.openmoko.org/wiki/Special:Emailuser/Murks Murks]&lt;br /&gt;
&lt;br /&gt;
   $3690 (10 Freerunner) &lt;br /&gt;
 + $ 160 (Versand lt. Australiern)&lt;br /&gt;
 =======&lt;br /&gt;
   $3850&lt;br /&gt;
&lt;br /&gt;
   $3850&lt;br /&gt;
 + $ 732 (19% Einfuhrumsatzsteuer)&lt;br /&gt;
 + $   0 (kein Zoll für Handys)&lt;br /&gt;
 =======&lt;br /&gt;
   $4582&lt;br /&gt;
&lt;br /&gt;
 $458 / 1,5$/€ = 305 € pro Telefon (als Richtwert)&lt;br /&gt;
&lt;br /&gt;
==== München ====&lt;br /&gt;
Momentan Favorisiert: Bestellung bei Münchner Firma&lt;br /&gt;
&lt;br /&gt;
'''Details auf der [[OpenMoko_Local_Groups:_Munich|Münchner UserGroup Seite]]!'''&lt;br /&gt;
&lt;br /&gt;
Hilf mit, eine [[OpenMoko_Local_Groups:_Munich|Münchner UserGroup]] aufzubauen!&lt;br /&gt;
&lt;br /&gt;
Status 13/20&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Imitation|Imitation]] 30 April 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;
* [[Special:Emailuser/Whoever|whoever]] 02. Juni 2008 (München oder Augsburg, ich mach bei der Gruppe mit, die mir als erste ein Freerunner &amp;quot;garantiert&amp;quot;)&lt;br /&gt;
* [[Special:Emailuser/Beni|Beni]] 05. Juni 2008&lt;br /&gt;
* [[Special:Emailuser/Nosyjoe|Nosyjoe]] 08. Juni 2008&lt;br /&gt;
* [[Special:Emailuser/peter_b|peter_b]] needs 2 Freerunner 16. Juni 2008&lt;br /&gt;
* [[Special:Emailuser/Case|Case]] 05. Juli 2008&lt;br /&gt;
&lt;br /&gt;
=== Berlin===&lt;br /&gt;
==== Berlin ====&lt;br /&gt;
&lt;br /&gt;
Help to form a [[OpenMoko_Local_Groups:_Berlin|Berlin User Group]]!&lt;br /&gt;
&lt;br /&gt;
Status 20/20&lt;br /&gt;
* Stephan [http://wiki.openmoko.org/wiki/User:Fischel Contact me here]&lt;br /&gt;
* Robert [http://wiki.openmoko.org/wiki/User:Thebohemian Contact me here]&lt;br /&gt;
* Nico [http://wiki.openmoko.org/wiki/User:Nico Contact me here]&lt;br /&gt;
* Bastian [[User:Fries43]]&lt;br /&gt;
* Sven-Ola [http://wiki.openmoko.org/wiki/User:Sven-ola Contact]&lt;br /&gt;
* Arne [http://wiki.openmoko.org/wiki/User:arnepp Contact me here]&lt;br /&gt;
* MM [http://wiki.openmoko.org/wiki/User:MM Contact]&lt;br /&gt;
* Keks [http://wiki.openmoko.org/wiki/User:Keksdosenmann Contact]&lt;br /&gt;
* Matthias [http://wiki.openmoko.org/wiki/User:mk Contact]&lt;br /&gt;
* Norbert [http://wiki.openmoko.org/wiki/User:Noha Contact]&lt;br /&gt;
* Joscha [http://wiki.openmoko.org/wiki/User:Joka Contact]&lt;br /&gt;
* Janne [http://wiki.openmoko.org/wiki/User:Janne Contact]&lt;br /&gt;
* Robert [http://wiki.openmoko.org/wiki/Special:Emailuser/Robx Contact]&lt;br /&gt;
* Conrad [http://wiki.openmoko.org/wiki/User:Caribu Contact me here]&lt;br /&gt;
* govindas [http://wiki.openmoko.org/wiki/User:govindas Contact me here]&lt;br /&gt;
* philippt [http://wiki.openmoko.org/wiki/User:philippt Contact me here if you dare ;-)]&lt;br /&gt;
* Stephan [http://wiki.openmoko.org/wiki/User:Su2 Contact me here]&lt;br /&gt;
* Iván [http://wiki.openmoko.org/wiki/User:ogai]&lt;br /&gt;
* david [http://wiki.openmoko.org/wiki/User:dk Contact]&lt;br /&gt;
* kajik [http://wiki.openmoko.org/wiki/User:kajik contact]&lt;br /&gt;
&lt;br /&gt;
=== Bremen ===&lt;br /&gt;
==== Bremen ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* Gero Mudersbach [http://wiki.openmoko.org/wiki/Special:Emailuser/Gero Contact me here]&lt;br /&gt;
* Hartje Bruns [http://wiki.openmoko.org/wiki/Special:Emailuser/MrBurns Contact me here]&lt;br /&gt;
* Timo Scheffler [http://wiki.openmoko.org/wiki/Special:Emailuser/Faldrian Contact me here]&lt;br /&gt;
&lt;br /&gt;
==== Bremerhaven ====&lt;br /&gt;
&lt;br /&gt;
=== Hamburg ===&lt;br /&gt;
==== Hamburg ====&lt;br /&gt;
Status 9-10&lt;br /&gt;
&lt;br /&gt;
* Jan 4-5[http://wiki.openmoko.org/wiki/Special:Emailuser/Jan07 Contact me here]&lt;br /&gt;
* Varacanero [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here]&lt;br /&gt;
* Ole 3-5 pcs [http://wiki.openmoko.org/wiki/Special:Emailuser/Olemoko Contact me here]&lt;br /&gt;
* Arne [http://wiki.openmoko.org/wiki/Special:Emailuser/GuraX Contact me here]&lt;br /&gt;
* Arne.anka 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/Arne.anka Contact me here]&lt;br /&gt;
* Wasili Goutas 1pc + debug adapter [http://wiki.openmoko.org/wiki/Special:Emailuser/Laki Contact me here]&lt;br /&gt;
* mimbeck 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/mimbeck Contact me here]&lt;br /&gt;
* savi 1pc [http://wiki.openmoko.org/wiki/Special:Emailuser/savi Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Hessen ===&lt;br /&gt;
==== Frankfurt ====&lt;br /&gt;
Status 1-10&lt;br /&gt;
&lt;br /&gt;
* Blacky [http://wiki.openmoko.org/wiki/Special:Emailuser/Blacky Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Niedersachsen===&lt;br /&gt;
==== Hannover====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Dattel83 [http://wiki.openmoko.org/wiki/Special:Emailuser/Dattel83 Contact me here]&lt;br /&gt;
* [[User:Ditto|Ditto]] contact me via [[Special:Emailuser/Ditto|e-mail form]] (If we don't get enough orders maybe we should join with [[GroupSales#Bielefeld|Bielefeld]] or another town close by)&lt;br /&gt;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 4/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;
* Michael, infos on my [[User:knut|user page]], or you can [[Special:Emailuser/knut|contact me here]]&lt;br /&gt;
&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 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;
&lt;br /&gt;
&lt;br /&gt;
=== Sachsen-Anhalt ===&lt;br /&gt;
==== Stendal (evtl. Magdeburg) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Fabian Off [http://wiki.openmoko.org/wiki/Special:Emailuser/Fabian2de Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Thueringen ===&lt;br /&gt;
==== Weimar ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fries43]]&lt;br /&gt;
&lt;br /&gt;
==== Ilmenau ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:KimKiesel]]&lt;br /&gt;
&lt;br /&gt;
=== Sachsen ===&lt;br /&gt;
* Da es das Gerät bei PULSTER für 299€ gibt und man mit einem 10er Paket diesen Preis nicht unterbieten kann, abgesehen davon, dass wir sowieso keine 10 Leute zusammenbekommen, sollte jeder sein Gerät einzeln Bestellen. Lediglich die Versandkosten kann man bei einer 10er Bestellung bei PULSTER sparen, was sich auch nicht lohnt. Die Accessoires muss man bei PULSTER separat bestellen. Ich hoffe, dass das allen genehm ist. --[[User:White gecko|White gecko]] 22:37, 29 June 2008 (UTC)&lt;br /&gt;
* Da PULSTER den Preis aus 329€ gehoben hat würde sich ein 10er Paket bei PULSTER wieder lohnen, da man so 30€ pro Gerät sparen würde, wie sieht es mit euch aus? Ich habe mal einen Jabber-Gruppen-Chat openmoko@conference.comiles.eu eingerichtet meldet euch bitte, dass wir bald bestellen können sonst sind wir bei der Lieferung am 25.7. wieder nicht dabei. --[[User:White gecko|White gecko]] 14:06, 7 July 2008 (UTC)&lt;br /&gt;
&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;
==== Leipzig ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
* Natanael [http://wiki.openmoko.org/wiki/Special:Emailuser/white_gecko Contact me here] (+3)&lt;br /&gt;
* Micha [http://wiki.openmoko.org/wiki/Special:Emailuser/Adian Contact me here]&lt;br /&gt;
* xbaldauf [http://wiki.openmoko.org/wiki/Special:Emailuser/xbaldauf Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Hungary == &lt;br /&gt;
Good to know:&lt;br /&gt;
*discussion here: http://hup.hu/node/54588&lt;br /&gt;
*mailing list: http://groups.google.com/group/freerunner-groupsales-hungary&lt;br /&gt;
*group ordering coordinator: Dániel Vásárhelyi (see below) - please contact me on any questions&lt;br /&gt;
&lt;br /&gt;
ordering rules:&lt;br /&gt;
* anyone can add and remove him/herself on the list - new names MUST be _appended_ to the list&lt;br /&gt;
* please use real name and working e-mail address&lt;br /&gt;
* although this list is informative, please extend it _only_ if you are really serious about ordering it&lt;br /&gt;
* coordinator contacts everyone interested prior to actual buying&lt;br /&gt;
&lt;br /&gt;
=== Budapest ===&lt;br /&gt;
==== participiants ====&lt;br /&gt;
# Ferenc 'Lion' Veres [http://wiki.openmoko.org/wiki/Special:Emailuser/kempelen Contact] lion kukac netngine pont hu&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;
# Árva T. Mihály - lirul [KUKAC] hixsplit [PONT] hu&lt;br /&gt;
# Nyosigomboc - nyos [KUKAC] nyos [PONT] homelinux [PONT] net&lt;br /&gt;
# Ludvig Adam - 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;
# btamas, [http://wiki.openmoko.org/wiki/Special:Emailuser/btamas Contact]&lt;br /&gt;
# Kovács 'ka87' András, andras [kukac] csevego [pont] net&lt;br /&gt;
# pcm, pcm [kukac] freemail [pont] hu&lt;br /&gt;
# Geza Piros, [http://wiki.openmoko.org/wiki/Special:Emailuser/gpiros Contact]&lt;br /&gt;
# Áron Preisinger, 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;
# Radics Áron, raron @ vipmail . hu&lt;br /&gt;
# Laszlo Szomor [http://wiki.openmoko.org/wiki/Special:Emailuser/Lci Contact]&lt;br /&gt;
# tr3w [http://wiki.openmoko.org/wiki/Special:Emailuser/tr3w Contact]&lt;br /&gt;
# Ferenc Szomor [http://wiki.openmoko.org/wiki/Special:Emailuser/Lci Contact]&lt;br /&gt;
# Bolyóczki Zsombor, mogorva kukac tuxworx pont hu&lt;br /&gt;
# Sütő Zoltán, suto dot zoltan at t dash online dot hu&lt;br /&gt;
# Zsolt Pittmann, pittmann dot zsolt at gmail dot com&lt;br /&gt;
# KREKACS Laszlo, laszlo {pont} krekacs {pont} list {kukacka} gmail {pont} com&lt;br /&gt;
# Móker Tamás,[http://wiki.openmoko.org/wiki/Special:Emailuser/rwind Contact]&lt;br /&gt;
# Krisztián Kovács, [http://wiki.openmoko.org/wiki/Special:Emailuser/Krisztian Contact]&lt;br /&gt;
# Tamas Michalik, [http://wiki.openmoko.org/wiki/Special:Emailuser/dotmind Contact]&lt;br /&gt;
# Peter Roosz, [http://wiki.openmoko.org/wiki/Special:Emailuser/rope Contact]&lt;br /&gt;
# Eduard Iacoboaia, [http://wiki.openmoko.org/wiki/Special:Emailuser/Polaru Contact]&lt;br /&gt;
# László Vadász, [http://wiki.openmoko.org/wiki/Special:Emailuser/Lvadasz Contact]&lt;br /&gt;
# Attila Lendvai, [http://wiki.openmoko.org/wiki/Special:Emailuser/attila.lendvai Contact]&lt;br /&gt;
# Thomas Otterbein [http://wiki.openmoko.org/wiki/Special:Emailuser/Tommi Contact]&lt;br /&gt;
# Beáta Müller [http://wiki.openmoko.org/wiki/Special:Emailuser/emm Contact]&lt;br /&gt;
&lt;br /&gt;
==== groups ====&lt;br /&gt;
&lt;br /&gt;
legend:&lt;br /&gt;
* yes = I definitely want it (one)&lt;br /&gt;
* number = I want this many (2 for two headsets, for example)&lt;br /&gt;
* yes? = I prefer having one, but it's not a problem if not&lt;br /&gt;
* no = I absolutely don't want to have this item&lt;br /&gt;
* ? = It is not important for me, either to have or not (use this instead of 'no' at least at the warranty)&lt;br /&gt;
&lt;br /&gt;
===== group #1 - open ! =====&lt;br /&gt;
This group places order at nearest distributor on the cheapest price. &lt;br /&gt;
You will be contacted before ordering.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! your name&lt;br /&gt;
! e-mail address&lt;br /&gt;
! want phone? (yes/N)&lt;br /&gt;
! want case? (yes/yes?/?/no)&lt;br /&gt;
! want headset? (yes/yes?/?/no)&lt;br /&gt;
! prefer 2y warranty? (yes/?)&lt;br /&gt;
! want devboard? (yes/yes?/no)&lt;br /&gt;
|-&lt;br /&gt;
| Ferenc 'Lion' Veres&lt;br /&gt;
| lion kukac netngine pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| tg&lt;br /&gt;
| tg x-net hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Dániel Vásárhelyi&lt;br /&gt;
| asdmin at gmail.com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Kovács András&lt;br /&gt;
| andras at csevego dot net&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| KREKÁCS László&lt;br /&gt;
| laszlo.krekacs.list kukac gmail potty com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| yes?&lt;br /&gt;
|-&lt;br /&gt;
| Kovács Krisztian&lt;br /&gt;
| kroomagnon at gmail dot com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Preisinger Áron&lt;br /&gt;
| appa00 kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Nyos&lt;br /&gt;
| nyos kukac nyos pont homelinux pont net&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Radics Áron&lt;br /&gt;
| raronkonektor kukac gmail pont com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| Besenyei Tamas (btamas)&lt;br /&gt;
| tamas besenyei net&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Ruskó Péter&lt;br /&gt;
| peter kukac rusko pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Roósz Péter&lt;br /&gt;
| peter kukac roosz pont hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes?&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== group #2 - open (ordering at mid-august)! =====&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! your name&lt;br /&gt;
! e-mail address&lt;br /&gt;
! want phone?&lt;br /&gt;
! want case?&lt;br /&gt;
! want headset?&lt;br /&gt;
! prefer 2y warranty?&lt;br /&gt;
! want devboard?&lt;br /&gt;
|-&lt;br /&gt;
| Árva T. Mihály&lt;br /&gt;
| lirul at hixsplit dot hu&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Hélei Zoltán&lt;br /&gt;
| heleiz [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| 2&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Muller Beata&lt;br /&gt;
| beata [dot] muller [at] gmail [dot] com&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| Kárpáti László&lt;br /&gt;
| leslie  [at]  zenevilag [dot] net&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| your name&lt;br /&gt;
| e-mail address&lt;br /&gt;
| want phone?&lt;br /&gt;
| want case?&lt;br /&gt;
| want headset?&lt;br /&gt;
| prefer warranty?&lt;br /&gt;
| want devboard?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Kecskemét ===&lt;br /&gt;
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;
=== Bangalore ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/sh4r4d sharad]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/gadiyar Anand Gadiyar]&lt;br /&gt;
* Ankur Arora ''terminus [at] gmail [dot] com''&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/kunaldeo Kunal Deo]&lt;br /&gt;
* Rishavnath     rishavnath@gmail.com&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/libin_v Libin Varghese] (Waiting for the GSM 900 Band)&lt;br /&gt;
&lt;br /&gt;
=== Delhi/NCR ===&lt;br /&gt;
Status 2/10&lt;br /&gt;
* Sameer Mohamed Thahir [http://wiki.openmoko.org/wiki/Special:Emailuser/sameerthahir Contact]&lt;br /&gt;
* Pratul Kalia (lut4rp) ''pratulkalia [at] gmail [dot] com''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ireland ==&lt;br /&gt;
=== Dublin ===&lt;br /&gt;
To register your interest for the Dublin shipment please post a comment on this [http://patrickoconnor.ie/blog/2008/07/01/openmoko-freerunner-limited-release/ blog post] and enter your details below.&lt;br /&gt;
&lt;br /&gt;
Status 6/10&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patchrick Patchrick]&lt;br /&gt;
* Karl O'Dwyer [http://wiki.openmoko.org/wiki/Special:Emailuser/Karl.odwyer Contact Me Here]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/sonic Sonic]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/s4dd PaulD]&lt;br /&gt;
* BOFH [http://wiki.openmoko.org/wiki/Special:Emailuser/BOFH, 1xPhone, 1x&lt;br /&gt;
DBoard, 1x Spares Pack {2xBatt's and case} =&amp;gt; Email Here]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/onan Onan]&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 12/10&lt;br /&gt;
&lt;br /&gt;
'''''[[GroupSales/Firenze|Wiki organizzativo]]'''''&lt;br /&gt;
&lt;br /&gt;
* [[User:Treviño|Marco Trevisan (Treviño)]] - [http://blog.3v1n0.net/contatti-trevino/ Contacts here]&lt;br /&gt;
* [[User:Niccolo|Niccolo Rigacci]] - ''niccolo [AT] rigacci.org''&lt;br /&gt;
* [[User: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] gmail.com''&lt;br /&gt;
* [[User:tom_morello|Carlo Ascani (Morello)]] - ''carlo.ratm [AT] gmail.com''&lt;br /&gt;
* [[User:marrano|Stefano Burchietti (Marrano)]] - ''stefano [AT] nontelodiromai.it''&lt;br /&gt;
* [[User:Geli86|Matteo Gelimeri X 2 (Imola - Bologna)]] - ''gelimatteo [AT] gmail.com''&lt;br /&gt;
* [[User:dcoppa|David Coppa (Borgo a Buggiano, Pistoia)]] - ''dcoppa@gmail.com''&lt;br /&gt;
* [[User:Panthack|Dario Panthack Pantani (Pontedera - Pisa)]] - ''panthack2 [AT] tiscali.it''&lt;br /&gt;
* [[User:alfatangoxt|Baraglia michele (alfatangoxt)(Vecchiano - Pisa)]] - ( mail ''[mailto:barmike1@tin.it]'') ( msn - ''alfatangoxt@hotmail.it'')&lt;br /&gt;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano e dintorni ====&lt;br /&gt;
&amp;lt;!--[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per l'organizzazione preliminare interagire sul [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''].&lt;br /&gt;
&lt;br /&gt;
Ad ogni modo, per stabilire le precedenze nella prenotazione, '''aggiungetevi nella lista qui sotto'''&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
N.B.: Stiamo congelando il primo gruppo. Chi non confermerà la sua intenzione di acquisto sul '''[[GroupSales/Milano|wiki organizzativo]] entro le 00:00 del 3 luglio''', rientrerà automaticamente nel gruppo successivo (da organizzare). Aggiungersi qui sotto '''solo se non interessati al primo gruppo d'acquisto'''.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Per il primo gruppo d'acquisto già partito: '''[[GroupSales/Milano|wiki organizzativo]]'''&lt;br /&gt;
&lt;br /&gt;
===== Lista degli interessati =====&lt;br /&gt;
Numero persone interessate: '''5'''&lt;br /&gt;
&lt;br /&gt;
Numero FreeRunner: '''5'''&lt;br /&gt;
&lt;br /&gt;
*'''1-10'''&lt;br /&gt;
*# Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&amp;lt;!--RIMANDATO--&amp;gt;&lt;br /&gt;
*# Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
*# [[User:Pietrao| Pietro Isotti]] - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
*# [[User:ndr| Andrea Vago]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Ndr Contacts here] (Rho, MI)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*'''11-20''' --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*'''21-30''' --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Piemonte ===&lt;br /&gt;
==== Torino (and province) ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&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;
Precedenza è stabilita in base all'ordine di aggiunta nella lista inizale&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Gruppo 1''' (prime persone a fare l'ordine):&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Claudio Carnino (jollyr0g3r AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Alessandro Degano (a.degano AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Enrico Pigozzi (videokill71 AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Max Ciavarella - [http://wiki.openmoko.org/wiki/Special:Emailuser/Cicchetebom Contacts here]&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Giuseppe Barbieri (elect86 at gmail dot com)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Riccardo Issoglio (riccardo.issoglio AT polito DOT it)&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Flavio Pastore [http://wiki.openmoko.org/wiki/Special:Emailuser/Iron_Bishop Contacts here]&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Michele Renda ( mic DOT renda AT email DOT it )&amp;lt;br&amp;gt;&lt;br /&gt;
2 x Katjia Mirri (gattoniglia AT gmail DOT com ) two items (ne voglio due)!!&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
*'''Gruppo 2''' (coloro che non ci stanno nel primo gruppo o che vogliono aspettare che il primo gruppo abbia ricevuto il telefono):&amp;lt;br&amp;gt;&lt;br /&gt;
1 x Marco Forasacco (zer0fil3 AT gmail DOT com)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&amp;lt;br&amp;gt;&lt;br /&gt;
(aggiungersi chi è nuovo)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-------------------------------------&lt;br /&gt;
LISTA ORIGINALE (24/05/08 14:48):&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;
* Katjia Mirri (gattoniglia AT gmail DOT com ) two items (ne voglio due)!!&lt;br /&gt;
* Giovanni Di Mingo ( pino_otto AT yahoo DOT com )&lt;br /&gt;
* Marco Forasacco &amp;lt;br/&amp;gt; (zer0fil3 AT gmail DOT com)&lt;br /&gt;
--------------------------------------&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
&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;
* Emanuele Olivetti (emanuele CHIOCCIOLA relativita PUNTO com)&lt;br /&gt;
* Marco Ciampa (ciampix (*) libero (*) it)&lt;br /&gt;
* Avi Arrigo (aviarrigo AT  gmail DOT  com)(also Milano is OK)&lt;br /&gt;
&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;
&lt;br /&gt;
Status: 15/20&lt;br /&gt;
&lt;br /&gt;
==== Padova ====&lt;br /&gt;
&lt;br /&gt;
* Andrea [mailto:nick(at)linux.it nick(at)linux.it ] &lt;br /&gt;
&lt;br /&gt;
==== Treviso ====&lt;br /&gt;
&lt;br /&gt;
* Dario [mailto:aliasbrain@gmail.com aliasbrain(at)gmail.com] - [[User:Rastafan|Rastafan]] &amp;lt;br /&amp;gt;one, maybe two.&lt;br /&gt;
&lt;br /&gt;
* Pedro [mailto:paguilar@junkerhq.net paguilar(at)junkerhq.net] - [[User:Paguilar|Paguilar]] &amp;lt;br/&amp;gt;Also Padova and Vicenza are ok.&lt;br /&gt;
&lt;br /&gt;
* mr [mailto:maurizio.rottin@gmail.com maurizio.rottin a-t gmail d-o-t com] - [[User:Mr|Mr]] &amp;lt;br/&amp;gt;one for sure, maybe two&lt;br /&gt;
&lt;br /&gt;
==== Venezia ====&lt;br /&gt;
&lt;br /&gt;
* Tommaso [mailto:tommaso.gardumi@gmail.com tommaso.gardumi@gmail.com] - [[User:Tobarello|Tobarello]] &amp;lt;br /&amp;gt;Also Padova, Vicenza &amp;amp; Trento are ok.&lt;br /&gt;
&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;
* 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;
* Marco [mailto:marco.napetti@linux.it marco.napetti(at)linux.it]&amp;lt;br /&amp;gt; Also Padova and Verona are ok.&lt;br /&gt;
&lt;br /&gt;
* Alessandro [mailto:bianco@3ska.com bianco@3ska.com]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Emilia Romagna ===&lt;br /&gt;
Status : 5/10&lt;br /&gt;
&lt;br /&gt;
La proposta, accolta da chi segue il google group, e' di attendere la formalizzazione dell'offerta del rivenditore italiano. Se tutto va bene, avremo il freerunner + gadgets i primi di settembre, con 2 anni di garanzia e prezzo allettante.&lt;br /&gt;
Per organizzazione: [http://groups.google.com/group/freerunner-italian-group-sales/browse_thread/thread/b872bf8872180d02?hl=it Emilia Romagna - Gruppo d'acquisto] (Delian)&lt;br /&gt;
&lt;br /&gt;
==== Parma ====&lt;br /&gt;
Status : 2/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:Hachreak|Leonardo Rossi]] ssj3gokou AT libero Dot it Also for me it's ok the decentralized shipping.&lt;br /&gt;
&lt;br /&gt;
==== Ravenna ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* vagamente AT gmail DOT com (even hub if it's necessary...). ( se ti vanno bene ambo le citta' basta dirlo tra parentesi. Cosi', si fa confusione :) )&lt;br /&gt;
&lt;br /&gt;
==== Bologna ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:nixy_999|Lorenzo]] nixy_999 AT yahoo Dot it Also for me it's ok the decentralized shipping.&lt;br /&gt;
* vagamente AT gmail DOT com (even hub if it's necessary...).&lt;br /&gt;
* [[User:lord.of.the.dimm|Mauro]] lord.of.the.dimm AT gmail DOT com decentralized shipping: OK.&lt;br /&gt;
&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 : 1/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;
==== Taranto ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:SlackMass|SlackMass]] [mailto:rsvmass@tiscali.it rsvmass@tiscali.it]&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 9/10&lt;br /&gt;
&lt;br /&gt;
Per coordinamento [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''] (Roma)&lt;br /&gt;
&lt;br /&gt;
La precedenza è stabilita in base all'ordine di aggiunta nella lista inizale&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Gruppo 1 (incompleto):&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Hire X 2 [mailto:hiretto@gmail.com hiretto@gmail.com] (Roma)&lt;br /&gt;
* Darkbasic X 1 [mailto:darkbasic4(at)gmail darkbasic4(at)gmail] (Ancona)&lt;br /&gt;
* zione X 1 [mailto:alessio.filipponio@gmail.com alessio.filipponio@gmail.com](Roma)&lt;br /&gt;
* AntoMan X 1 [mailto:obe_65@yahoo.it AntoMan](Roma)&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* lynx1673 X1 [mailto: acarfi at yahoo dot com] - lynx sei di Roma?&lt;br /&gt;
* zullinux X1 [mailto: francesco dot zuliani at gmail dot com] (Roma)&lt;br /&gt;
&lt;br /&gt;
=== Liguria ===&lt;br /&gt;
==== Genova ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Luca Maranzano X 1 (liuk AT linux DOT it) [[User:liuk|liuk]]&lt;br /&gt;
* Lorenzo Fornara X 1 (fw1987 AT hotmail DOT it)&lt;br /&gt;
* Stefano Cutelle' X 1 (staff@ascservices.it) [[User:ascservices|ascservices]]&lt;br /&gt;
* 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;
&lt;br /&gt;
=== Sicilia ===&lt;br /&gt;
==== Palermo ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
* Giorgio Marciano' X 1 [mailto:giorgio.marciano@email.it giorgio]&lt;br /&gt;
* Roberto Calandra X 1 [mailto:isokazi@yahoo.it roberto]&lt;br /&gt;
* Vincenzo Moreno Luna X 7 [mailto:ciop85plus@hotmail.com vincenzo]&lt;br /&gt;
* Daniele Lupo X 1 [mailto:danwolf80@libero.it daniele]&lt;br /&gt;
&lt;br /&gt;
==== Messina ====&lt;br /&gt;
Status 6/10&lt;br /&gt;
&lt;br /&gt;
* Melug X 6 [mailto:suuuper@messinalug.org MeLug]&lt;br /&gt;
&lt;br /&gt;
=== Calabria ===&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
==== Catanzaro ====&lt;br /&gt;
* Carlo Mangani X 1 [mailto:carlo.mangani@gmail.com carlo.mangani@gmail.com] - Lamezia Terme&lt;br /&gt;
&lt;br /&gt;
==== Cosenza ====&lt;br /&gt;
* Francesco Portus X 1 [mailto:portusgraphics@gmail.com portusgraphics@gmail.com] - Bisignano (Cosenza)&lt;br /&gt;
* Silvio Pierro X 1 [mailto:perplesso82@gmail.com perplesso82] - Montalto Uffugo (Cosenza)&lt;br /&gt;
&lt;br /&gt;
=== Sardegna ===&lt;br /&gt;
==== Cagliari ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Panta x 1 [[User:Panta]]&lt;br /&gt;
Viaggio per tutta l'Isola, per cui, nel caso in cui arrivassimo a 10 utenti...&lt;br /&gt;
&lt;br /&gt;
== Lithuania ==&lt;br /&gt;
=== Vilnius ===&lt;br /&gt;
Status 8/10&lt;br /&gt;
* Laurynas Ruškys 7 phones + 2 boards [http://wiki.openmoko.org/wiki/Special:Emailuser/Crebain Contact me here]&lt;br /&gt;
* 1 x Neo FreeRunner, [[Special:Emailuser/Sirex|Mantas Zimnickas]].&lt;br /&gt;
&lt;br /&gt;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Kristijan Krsteski 1/10 &amp;lt;br /&amp;gt; [[User:neutrino]] &amp;lt;br /&amp;gt; [mailto:kristijan.krsteski@gmail.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== México ==&lt;br /&gt;
=== Ciudad de México ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Kozapatista [[Special:Emailuser/User:kozapatista|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Ciudad Victoria ===&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* 3x  Gregorio Toscano [mailto:gtoscano@cinvestav.mx email]&lt;br /&gt;
&lt;br /&gt;
== [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands The Netherlands] ==&lt;br /&gt;
(Discuss this group sale on the [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands talk page])&lt;br /&gt;
&lt;br /&gt;
=== Special notice ===&lt;br /&gt;
After discussion on the talk page, a number of us have decided to place an individual order at Pulster.eu, because they are cheaper than the group sale discount, and they deliver a receipt with VAT.&amp;lt;br /&amp;gt;&lt;br /&gt;
I'd advise the people on this group sale-list to do the same. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can indeed place a group order at Pulster.eu, but that won't lower the price, and would only add extra shipping costs. (from the person who made the group-order to the individual members of the group) [[User:Madjo|MadJo]] 11:04, 30 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Marijn Kruisselbrink 1 [[Special:Emailuser/User:mkruisselbrink|Contact]]&lt;br /&gt;
* Andy Powell 1/10 [[Special:Emailuser/User:ScaredyCat|Contact]]&lt;br /&gt;
* Arjan Veenstra 1/10 [[User:AVee]] [[Special:Emailuser/User:AVee|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Gelderland ===&lt;br /&gt;
&lt;br /&gt;
==== Nijmegen ====&lt;br /&gt;
* [[User:Blalien|Danny Bouwman]] (Ewijk 1x) [[Special:Emailuser/User:Blalien|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Nijkerk ====&lt;br /&gt;
* [[User:Nicolas|Nico Veenkamp]] (Nijkerk 1x) [[Special:Emailuser/User:Nicolas|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Nijmegen ====&lt;br /&gt;
* [[User:A.dre|André Disselhorst]] (Nijmegen 1x) [[Special:Emailuser/User:A.dre|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Groningen ===&lt;br /&gt;
&lt;br /&gt;
==== Haren ====&lt;br /&gt;
* [[User:akrabbe|Albert Krabbe]] (Haren 1x) [[Special:Emailuser/User:akrabbe|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Limburg ===&lt;br /&gt;
&lt;br /&gt;
==== Griendtsveen ====&lt;br /&gt;
* [[User:KenSentMe|Jeroen van de Nieuwenhof]] (Griendtsveen 1x) [[Special:Emailuser/User:KenSentMe|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Noord-Brabant ===&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Christ van Willegen 1 [[User:ChristW]]&lt;br /&gt;
* Jan van Nijnatten 1 [[Special:Emailuser/User:Javany|Contact]]&lt;br /&gt;
* Atilla Filiz 1 + debug board[[Special:Emailuser/User:Atilla|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Noord Holland ===&lt;br /&gt;
&lt;br /&gt;
==== Amsterdam ====&lt;br /&gt;
* Michel van Horssen 1/10 [[Special:Emailuser/User:mivaho|Contact]]&lt;br /&gt;
* Frank Richter 1 [[Special:Emailuser/User:res|Contact]]&lt;br /&gt;
* Eric Smith 1/10 [[User:Eric Smith]]&lt;br /&gt;
* Buddy Baars 1 [[Special:Emailuser/User:Budster|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Beverwijk ====&lt;br /&gt;
* Theo Martens 1x [[Special:Emailuser/User:T_M|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Bussum ====&lt;br /&gt;
* Remco van Zuijlen 1x [[Special:Emailuser/User:Remco|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Overijssel ===&lt;br /&gt;
&lt;br /&gt;
==== Deventer ====&lt;br /&gt;
* Jan de Haan 1/10 [[User:Jan de Haan]] [[Special:Emailuser/User:Jan de Haan|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Enschede ====&lt;br /&gt;
* Peter Hageman 1x [[Special:Emailuser/User:PingPong|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Hengelo ====&lt;br /&gt;
* Sander Hoentjen 1/10 [[Special:Emailuser/User:Tjikkun|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zwolle ====&lt;br /&gt;
* [[User:Boudewijn]] 1/10 [[Special:Emailuser/User:Boudewijn|Contact]]: mail me via mailinglist/mailtouser. Ordered via [http://www.pulster.de pulster!]&lt;br /&gt;
&lt;br /&gt;
=== Zuid-Holland ===&lt;br /&gt;
&lt;br /&gt;
==== Rijswijk ====&lt;br /&gt;
* Fernando Martins 1x [[User:fmartins]]  [[Special:Emailuser/User:fmartins|Contact]]&lt;br /&gt;
* Igor 1x [[User:igorn]] [[Special:Emailuser/User:igorn|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zoetermeer ====&lt;br /&gt;
* S.Rademaker 1x [[User:S.rademaker]] [[Special:Emailuser/User:S.rademaker|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Rotterdam ====&lt;br /&gt;
* Reinout van Schouwen [[User:reinouts]] [[Special:Emailuser/User:reinouts|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Utrecht ===&lt;br /&gt;
&lt;br /&gt;
==== Utrecht ====&lt;br /&gt;
* Eric Spierings 1/10 [[Special:Emailuser/User:ericsp|Contact]]&lt;br /&gt;
* Peter van de Werken 1/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;
29/30&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
===Networks===&lt;br /&gt;
As Telecom are using the 850MHz network for their GSM network, 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;
&lt;br /&gt;
===Shipping===&lt;br /&gt;
Based on the Openmoko direct store, shipping is US$258.05 (US$25.81/phone)&lt;br /&gt;
&lt;br /&gt;
Someone on the community list suggested using [http://www.myus.com], a shipping company that will re-post items overseas at decent rates. They claim US$66 for a 3kg package, or NZ$8 per phone. Of course, the cost of shipping the phone from OM to the shipping company has to be added in as well.&lt;br /&gt;
&lt;br /&gt;
===Purchase cost===&lt;br /&gt;
As of 2008-07-03 (exchange rate 0.7505), US$369 is worth NZ$492 and US$25.81 is worth NZ$34.39&lt;br /&gt;
&lt;br /&gt;
===Duty/taxes/other charges===&lt;br /&gt;
import duty on mobile phones is 0%[http://www.customs.govt.nz/importers/Private+Importers/Customs+Charges.htm], and GST is 12.5% so the GST added to each phone will be NZ$65.80; 12.5% * (492 + 34.39), 'cause we pay GST on postage too...&lt;br /&gt;
&lt;br /&gt;
You'll also need to add on disbursement fees etc. If it's UPS it's not too bad (~NZ$40) if it comes through NZ Post then it can be ~NZ$120.&lt;br /&gt;
&lt;br /&gt;
So, the total cost of a Freerunner as part of a 10 pack, will be:&amp;lt;br&amp;gt;&lt;br /&gt;
492 + 34.39 + 65.80 = NZ$592.19 + NZ$4 = '''~NZ$596'''&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand.&lt;br /&gt;
&lt;br /&gt;
Also, for the person buying, don't forget that there is likely charges from VISA for foreign exchange. ASB is 2.1% of the purchase price which will add ~$12.50 ea. to the price.&lt;br /&gt;
&lt;br /&gt;
'''[http://nicegear.co.nz nicegear]''' may be bringing some in depending on pricing from OpenMoko.&lt;br /&gt;
&lt;br /&gt;
=== Auckland ===&lt;br /&gt;
==== [[Auckland group sales|Auckland]] ====&lt;br /&gt;
Status:10 phones requested, the required minimum (10 phones) is reached, but more buyers are still welcome to join.&amp;lt;br&amp;gt;&lt;br /&gt;
13/20&amp;lt;br&amp;gt;&lt;br /&gt;
=====Intermediary=====&lt;br /&gt;
Glen ogilvie made a suggestion, that we could use a company (e.g. someone's employer, who are likely to have easily found contact details and thus be trustworthy) to buy the phones on our behalf (after we'd paid for them), and then deliver them to us. &amp;lt;br&amp;gt;&lt;br /&gt;
any volunteers? do any of you have understanding bosses/your own company that could help out here?&amp;lt;br&amp;gt;&lt;br /&gt;
Dave Lane: I think '''[http://egressive.com Egressive]''' would be willing to act as an intermediary.  Contact me to discuss it...&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Paul Sandkuijl [[User:Edictor]]&lt;br /&gt;
Having contacted all the below people who have said they were interested, we only got 6 emails back from people. We need 4 more and we can put in our order. Please [http://wiki.openmoko.org/wiki/Special:Emailuser/Edictor Contact me here] so that we can get this order underway...&lt;br /&gt;
&lt;br /&gt;
=== Purchaser List ===&lt;br /&gt;
*Rob Paulson [[User:Myfanwy]] [mailto:robin.paulson@gmail.com] 900MHz&lt;br /&gt;
**i'm quite happy to organise the purchase, if no-one has any objections. to ease any worries about me running off with the money, we could use an escrow service such as [http://safetrader.co.nz], or paypal. or does anyone have any other ideas?&lt;br /&gt;
*Simon Wells [[User:Swel024]] 900MHz&lt;br /&gt;
*Jeremy List [[User:Jeremy-list]] mailto:quick.dudley@gmail.com (Wellington, not Auckland, will pay for courier) 900MHz&lt;br /&gt;
*David Murrell [[User:Viddy]] - [mailto:dmurrell@waikato.ac.nz] I'm in Hamilton, either courier, or I'll drive up :) 900MHz&lt;br /&gt;
*Jeremy Gray [[User:Bogdan237]] [mailto:jgra163@ec.auckland.ac.nz] Auckland, 900MHz&lt;br /&gt;
*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;
*Paul Sandkuijl [[User:Edictor]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Edictor Contact me here] Napier (I'll pay for postage to Napier from Auckland) and I also suggest a PayPal/Safetrader similar service, 1 Vodafone compatible 900/1800MHz.&lt;br /&gt;
*Brent Wood [[User:pcreso]] [mailto:pcreso@pcreso.com Email] Wellington. Will pay courier to Wgtn. 1x Vodafone compatible 900/1800Mhz unit&lt;br /&gt;
*Glen Ogilvie [[User:Nelg]] [mailto:nelg@linuxsolutions.co.nz Email] Auckland, 1x Vodafone compatible 900Mhz.&lt;br /&gt;
&lt;br /&gt;
=== Wellington ===&lt;br /&gt;
==== [[Wellington group sales|Wellington]] ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
*Andrew Stephen [[User:lizardb0y]] [http://wiki.openmoko.org/wiki/Special:Emailuser/lizardb0y email me] Wellington, 1 x 900/1800Mhz GSM Vodafone compatible.&lt;br /&gt;
&lt;br /&gt;
== Norway ==&lt;br /&gt;
=== Nordland ===&lt;br /&gt;
==== Bodø ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:AlecTBM|Alexander Frøyseth]] [mailto:alexander.froyseth@gmail.com alexander.froyseth@gmail.com]&lt;br /&gt;
* Ole Marius&lt;br /&gt;
* Stian Vading&lt;br /&gt;
* [[User:Kolbjorn.Dahle|Kolbjorn Dahle]][mailto:kolbjorn@dahlenett.org]&lt;br /&gt;
&lt;br /&gt;
=== Sør-Trøndelag ===&lt;br /&gt;
==== Trondheim ====&lt;br /&gt;
Status 16/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: 30/?? &amp;lt;br/&amp;gt;&lt;br /&gt;
30/30 er bestilt via [[User:Ixian|Heikki Sørum]] &amp;lt;br/&amp;gt;&lt;br /&gt;
ingen har påtatt seg å bestille inn flere, men det er etterspørsel etter fler.&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; (30/30) FULT! Ta likevel kontakt for veiledning. &lt;br /&gt;
* [[User:StianEllingsen|Stian Ellingsen]]&lt;br /&gt;
&lt;br /&gt;
==== Østfold ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:MrBlonde|Petter Nygård]] [mailto:pettnyg@frisurf.no] &amp;lt;br /&amp;gt;Interessert? -&amp;gt; Mail meg....&lt;br /&gt;
* Eirik Lavik&lt;br /&gt;
&lt;br /&gt;
=== Vestlandet ===&lt;br /&gt;
==== Bergen ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:alastairj|Alastair Jenkins]] [mailto:alastair.jenkins@gfi.uib.no]&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: http://www.kumulator.pl/show/10 (in edition moment: 46/50)&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
Portuguese (15/20) who are associates of ANSOL, please consider joining [[TeamANSOL]] (currently 5/10 members).&lt;br /&gt;
&lt;br /&gt;
Shop is open (currently only 950MHz version available. We want 900MHz): Shipping cost to Portugal for 10-pack: $219.07, ~14 EUR per device.&lt;br /&gt;
&lt;br /&gt;
We also need to have a cost estimation for Portuguese customs (like the Australians did). 20% sales tax + customs tax is to be expected both for individual or bulk sales, because the price is quite high. But freedom is priceless :)&lt;br /&gt;
&lt;br /&gt;
[[User:Ruben|Ruben Mendes]] is coordinating the group buy. If you are interested get in touch with him.&lt;br /&gt;
&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* 2 x [[User:Ruben|Ruben Mendes]] ([[TeamANSOL]])&lt;br /&gt;
* Tiago Brites&lt;br /&gt;
* Marcos Monteiro&lt;br /&gt;
&lt;br /&gt;
=== Lisboa ===&lt;br /&gt;
==== Lisboa ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&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;
* [[User:Pedrosilva|Pedro Silva]]&lt;br /&gt;
* Ricardo Sousa ([[TeamANSOL]])&lt;br /&gt;
* [[User:RuiSeabra|Rui Seabra]] ([[TeamANSOL]])&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vasco Vasco Névoa]&lt;br /&gt;
* [[User:Jcanelas|José Canelas]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Brunus Bruno Valentim]&lt;br /&gt;
* José Esteves ([[TeamANSOL]])&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/lothar_m Bruno Lopes]&lt;br /&gt;
&lt;br /&gt;
=== Porto ===&lt;br /&gt;
==== Porto ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:villate|Jaime Villate]] ([[TeamANSOL]])&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&lt;br /&gt;
We have a google group for discussion about a possible Swedish group order: freerunner-sverige@googlegroups.com, see [http://groups.google.com/group/freerunner-sverige Svensk Gruppbeställning av Freerunner]. Please join the discussion!&lt;br /&gt;
&lt;br /&gt;
If insufficient number of people, orders could be merged and remailed perhaps.&lt;br /&gt;
&lt;br /&gt;
Domestic remailing with Posten as A-class mail of a letter (criteria: length+width+height max 900 mm) weighing max 1 kg, without insurance should [http://www.posten.se/foretag/vara_tjanster/postageguide/postguideLetterDom.jspv cost 44 SEK]. 50 SEK more for insurance.&lt;br /&gt;
&lt;br /&gt;
If we end up with more than one 10-pack in Sweden, my guess is that it would probably pay to order everything in one shipment to one address in Sweden to save on the international shipping, and then remail domestically.&lt;br /&gt;
&lt;br /&gt;
=== Götaland ===&lt;br /&gt;
==== Göteborg ====&lt;br /&gt;
&lt;br /&gt;
* [[User:Fwendt|Fredrik Wendt]] [[Special:Emailuser/Fwendt|Contact]]/wendt.se&lt;br /&gt;
&lt;br /&gt;
==== Malmö ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Lars Jarlvik &amp;lt;br /&amp;gt; mailto:lars@larsfactory.se&lt;br /&gt;
&lt;br /&gt;
=== Svealand ===&lt;br /&gt;
==== Stockholm ====&lt;br /&gt;
Status : 10/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; &lt;br /&gt;
* Lowe Schmidt &amp;lt;br /&amp;gt; mailto:lowe.schmidt@gmail.com&lt;br /&gt;
* [[User:Dex|Johan Eklundh]]&amp;lt;br/&amp;gt; Mail automated via contact page.&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/esbjorn Esbjörn Dominique]&lt;br /&gt;
* Johan Erlands &amp;lt;br /&amp;gt; mailto:johan.erlands@gmail.com&lt;br /&gt;
* [[User:Joel | Joel Metelius ]] [[Special:Emailuser/Joel | (contact)]] 1 phone + 1 debug (if possible)&lt;br /&gt;
* Peter Wihlner &amp;lt;br /&amp;gt; mailto:info@faktor.nu&lt;br /&gt;
&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 : 2/10&lt;br /&gt;
* Jörgen Lidholm, could join the Falun/Borlänge or Stockholm group &amp;lt;br /&amp;gt; [mailto:jorgen.lidholm@gmail.com]&lt;br /&gt;
* John Törnblom, can also join the Stockholm group &amp;lt;br /&amp;gt; [mailto:f04jto@student.lth.se]&lt;br /&gt;
&lt;br /&gt;
&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]] (thinking about ordering later, when/if economy allows)&lt;br /&gt;
* [[User:Benjamin|Benjamin]] [[Special:Emailuser/Benjamin|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Luleå ====&lt;br /&gt;
Status : 3/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;
* [[User:mh|mh]] 1 unit, mailto:mh@rcc.se If not up to 10 by launch. i'd join any group and either pick it up or have it remailed nationally&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
&lt;br /&gt;
1x 10 Pack ordered from pulster for the group Zürich! Read more below --[[User:Tuxfux.ch|Tuxfux.ch]] 17:20, 28 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''???''' should organize the 3 x 10pack for Zürich &amp;lt;br /&amp;gt;&lt;br /&gt;
Luca Capello could organize the 10pack for Geneva. &amp;lt;br /&amp;gt;&lt;br /&gt;
Mathieu will organisze the 2 x 10pack for Lausanne EPFL CH-fr &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All payment in advance (a 10pack will cost approx 3'800 USD). &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Probably we will organize shippings, if we cannot all move to Zürich/Genève/Lausanne to get our Neo.'''&lt;br /&gt;
&lt;br /&gt;
''François Bianco is trying to create a new group of 10 (will be mostly for French Switzerland). -&amp;gt; The group moved to the EPFL group, which will try to reach 20 persons. --[[User:Fbianco|Fbianco]] 11:42, 11 June 2008 (UTC)''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Gabriel Ambuehl would volunteer to order the initial 10pack. &amp;lt;- still accurate ? -&amp;gt; Gabriel will not organize the 10packs for Zürich due to not being in Switzerland. We are in contact to find a solution so please wait until we know what to do. Order in Germany (each for himself or as a group, not clear yet) could be as cheap as a 10pack. We are in contact with pulster.de and will be contacted form pulster about the price. We will contact you guys in the Zürich list as soon as we know more --[[User:Tuxfux.ch|Tuxfux.ch]] 10:26, 6 June 2008 (UTC)''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Alexandre Ghisoli will not organize the second 10pack, since the order moved in the Lucca's group.''  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Customs and Postage ===&lt;br /&gt;
I called the [http://www.ezv.admin.ch/index.html?lang=en Swiss Federal Customs Administration] and it seems that we only need to pay VAT (7.6%) and the UPS taxes as well (since the parcel will be sent through UPS).  Thus I called [http://www.ups.com/content/ch/en/contact/ UPS] and it seems that UPS directly pays the VAT instead of the customer, then asking the customer for refund (plus a fixed tax of EUR13.00).  So I think the following per-phone cost for a Swiss bulk order should be a good estimate.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
 |'''Bulk Order'''&lt;br /&gt;
 |'''USD'''&lt;br /&gt;
 |'''CHF'''&lt;br /&gt;
 |-&lt;br /&gt;
 |Customs Value (Cval)&lt;br /&gt;
 |3690.00&lt;br /&gt;
 |3837.60&lt;br /&gt;
 |-&lt;br /&gt;
 |Postage&lt;br /&gt;
 |160.00&lt;br /&gt;
 |166.40&lt;br /&gt;
 |-&lt;br /&gt;
 |Value of Taxable Importation (VoTI) = Cval+Postage&lt;br /&gt;
 |3850.00&lt;br /&gt;
 |4004.00&lt;br /&gt;
 |-&lt;br /&gt;
 |VAT = 7.6% of VoTI&lt;br /&gt;
 |292.60&lt;br /&gt;
 |304.30&lt;br /&gt;
 |-&lt;br /&gt;
 |UPS fixed tax (EUR13.00)&lt;br /&gt;
 |20.00&lt;br /&gt;
 |20.80&lt;br /&gt;
 |-&lt;br /&gt;
 |Total Cost&lt;br /&gt;
 |4162.60&lt;br /&gt;
 |4329.10&lt;br /&gt;
 |-&lt;br /&gt;
 |'''Per Person'''&lt;br /&gt;
 |'''416.26'''&lt;br /&gt;
 |'''432.91'''&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
Figures accurate as of 4th Jun 2008 from [http://www.ubs.com/1/e/index/bcqv/calculator.html UBS]: 1EUR = 1.54USD and 1USD = 1.04CHF.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Shipping ====&lt;br /&gt;
If we would ship Neos, here is the Swiss PostPac prices :&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! Description&lt;br /&gt;
! Size [cm]&lt;br /&gt;
! Price CHF TTC&lt;br /&gt;
|-&lt;br /&gt;
| Size 1&lt;br /&gt;
| 22.9 x 14.7 x 9.9&lt;br /&gt;
| 2.20&lt;br /&gt;
|-&lt;br /&gt;
| Size 2&lt;br /&gt;
| 31.5 x 22.5 x 12.5&lt;br /&gt;
| 2.40&lt;br /&gt;
|-&lt;br /&gt;
| Shipping Priority&lt;br /&gt;
| up to 2Kg&lt;br /&gt;
| 8.-&lt;br /&gt;
|-&lt;br /&gt;
| Shipping Economy&lt;br /&gt;
| up to 2Kg&lt;br /&gt;
| 6.-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Steve posted informations about boxes that will be out with Neo :&lt;br /&gt;
&lt;br /&gt;
* 10 pack : 435mm x 371mm x 119mm, approx 3kg, UPS will charge 160USD (need to be verified)&lt;br /&gt;
* Individual pack : 178mm  x 104mm x 84mm, 237 grams&lt;br /&gt;
&lt;br /&gt;
So size 1 will fit ! Local delivery in Switzerland will cost 8.20 for Economy or 10.20 Priority.&lt;br /&gt;
&lt;br /&gt;
==== Zurich ====&lt;br /&gt;
&lt;br /&gt;
===== Pulster.de order (already ordered and on their way!) =====&lt;br /&gt;
I organized already an order from Pulster.de due to the best conditions:&lt;br /&gt;
* 299 Euro - 19% German sales tax = 249 Euro&lt;br /&gt;
* 249 Euro + 7,6% Swiss sales tax&lt;br /&gt;
* evtl. some border taxes&lt;br /&gt;
* no shipping costs! (pulster sends for free)&lt;br /&gt;
* 2 Years warranty&lt;br /&gt;
&lt;br /&gt;
The conditions to get a device from me:&lt;br /&gt;
* As soon as I have them i will contact you&lt;br /&gt;
* You pick up your device in Winterthur&lt;br /&gt;
* You pay me cash (you will not get a device before I have the money in my hands)&lt;br /&gt;
* You bring the correct amount of money (I can't give return)&lt;br /&gt;
* I will _not_ raise the price for my profit. You pay what I pay&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want one:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 10/10 -&amp;gt; full &amp;lt;br /&amp;gt;&lt;br /&gt;
* Esra Kummer (3 Geräte!) (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tuxfux.ch Contact]&lt;br /&gt;
* Simon Wenner (Schaffhausen)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Markus Huggler (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Simon Schreiber (Zurich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Hannes Wyss (Zurich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Felix Rabe (Basel/Romanshorn) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Felixrabe Contact]&lt;br /&gt;
* Carlos Diener (Winterthur) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Emonkey Contact]&lt;br /&gt;
* Walter Sutter (Winterthur) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Seraphim Contact]&lt;br /&gt;
&lt;br /&gt;
Status : 20/30 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Pack : ??'''&lt;br /&gt;
&lt;br /&gt;
List already contains 30 people!&amp;lt;br /&amp;gt;&lt;br /&gt;
''-- I changed from 20 -&amp;gt; 30 Devices in this order. --[[User:Tuxfux.ch|Tuxfux.ch]] 18:48, 3 June 2008 (UTC)''&lt;br /&gt;
&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Pascal Weller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Nick Zbinden (Luzern)&amp;lt;br /&amp;gt; [mailto:nickik@gmx.ch] oder [http://wiki.openmoko.org/wiki/Special:Emailuser/nickik Contact]&lt;br /&gt;
* Marcel 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, with debug board if possible) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&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;
* Pascal Mages (Bern/Zürich) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/FreeMind Contact]&lt;br /&gt;
* Joerg Maeder (Opfikon) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/goergel Contact]&lt;br /&gt;
* Philipp Meier (Zürich) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/PhilippMeier Contact]&lt;br /&gt;
* Philipp Hug (St. Gallen) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Philipphug Contact]&lt;br /&gt;
* Tropechopf (Luzern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Tropechopf Contact]&lt;br /&gt;
* Alex Ingold (Interlaken)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/ingoldey Contact]&lt;br /&gt;
* Alex Aeschlimann (Bern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/alexae Contact]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Basel-Stadt ====&lt;br /&gt;
&lt;br /&gt;
===== Pulster.de order (Adrian Rudin) =====&lt;br /&gt;
I will organize one order like Tuxfux.ch did.&lt;br /&gt;
* 299 Euro - 19% German sales tax + 7,6% Swiss sales tax = 270.4 Euro&lt;br /&gt;
* 270.4 Euro * 1.68 = 454.3 CHF&lt;br /&gt;
* I chose a higher change value to inlcude border charges, everything that's left will be donated to Wikimedia.&lt;br /&gt;
* no shipping costs! (pulster sends for free)&lt;br /&gt;
* 2 Years warranty&lt;br /&gt;
&lt;br /&gt;
The conditions to get a device from me:&lt;br /&gt;
* You have to pay in advance, please send me an E-Mail to receive account informations.&lt;br /&gt;
* As soon as I have all 10 payments I will order the 10 pack&lt;br /&gt;
* Please pay as fast as possible, I won't order till I got all the payments!&lt;br /&gt;
* You pick up your device in Basel, 1 or 2 exceptions can be made!&lt;br /&gt;
* I raised the price to include border charges, everything not used for the order will be donated to Wikimedia.&lt;br /&gt;
&lt;br /&gt;
So add yourself to the list here if you want one:&amp;lt;br /&amp;gt;&lt;br /&gt;
Status : 3/10 (#: have payed)&amp;lt;br /&amp;gt;&lt;br /&gt;
* # Adrian Rudin (Basel) [mailto:adrian@mav.ch] or [http://wiki.openmoko.org/wiki/Special:Emailuser/blackmav Contact]&lt;br /&gt;
* # Thomas Jund (Aarau) [http://wiki.openmoko.org/wiki/Special:Emailuser/none Contact]&lt;br /&gt;
* Peter Salvisberg (Wettingen) [http://wiki.openmoko.org/wiki/Special:Emailuser/Psal Contact]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Geneve ====&lt;br /&gt;
Status : 10/10 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Pack : Luca Capello &amp;lt;br /&amp;gt;'''&lt;br /&gt;
WARNING, this list already contains 10 people! -- LucaCapello&lt;br /&gt;
&lt;br /&gt;
* Diego Abelenda&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Aelia Contact]&lt;br /&gt;
* Luca Capello&amp;lt;br /&amp;gt; [mailto:luca@pca.it]&lt;br /&gt;
* Nicolas Produit&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Produit Contact]&lt;br /&gt;
* Sebastien Nanchen &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Sn Contact]&lt;br /&gt;
* Matthieu de Montmollin &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matthieudem Contact]&lt;br /&gt;
* Robin Farine (Auvernier)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rfarine Contact]&lt;br /&gt;
* Alexandre Ghisoli (Yverdon)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Agh Contact]&lt;br /&gt;
* Raphael Studer (Thurgau) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tschudder Contact]&lt;br /&gt;
* Christian Wäckerlin &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/boognu Contact]&lt;br /&gt;
* Michael Stähli (Lausanne EPFL) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/adler Contact]&lt;br /&gt;
&lt;br /&gt;
==== Suisse romande / Lausanne (EPFL) ====&lt;br /&gt;
Status : 25/30 &amp;lt;br /&amp;gt;&lt;br /&gt;
'''Contact person who order the 10Packs : [http://wiki.openmoko.org/wiki/Special:Emailuser/Habi Mathieu Habegger] &amp;lt;br /&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
* Mathieu Habegger (EPFL) &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;
* 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;
* David Lütolf (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/dlutolf Contact]&lt;br /&gt;
* François Bianco  &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/fbianco Contact]&lt;br /&gt;
* Samuel Dorsaz &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/akira Contact]&lt;br /&gt;
* Ludovic Fardel (EPFL)  &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/lfardel Contact]&lt;br /&gt;
* David Pelichet &amp;lt;br /&amp;gt;Contact via hb9egm&amp;lt;br /&amp;gt;&lt;br /&gt;
* Vincent Hentsch &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Vincos Contact]&lt;br /&gt;
* Carruzzo Gilles &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Willows Contact]&lt;br /&gt;
* Nicolas Favrod-Coune &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Nfavrod Contact]&lt;br /&gt;
* Mathias Coinchon &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Coinchon Contact]&amp;lt;br /&amp;gt;&lt;br /&gt;
* Rey Cyril (Monthey) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Cyril Contact]&lt;br /&gt;
* Didier Raboud (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/OdyX Contact]&lt;br /&gt;
* Claude Angéloz &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/claude-elrond740 Contact]&lt;br /&gt;
* Pascal Bach (EPFL) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/Anakron Contact]&lt;br /&gt;
* Nicolas Etienne (Gimel) &amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/Special:Emailuser/nice Contact]&lt;br /&gt;
* Michel Dänzer (Bern)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/MrCooper Contact]&lt;br /&gt;
* Yvon-Philippe Crittin&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/y-phil Contact]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Persons who went lonely orders :&lt;br /&gt;
* Philipp Aeberli (2 Units, Gland)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/philgood Contact]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''''The list was extended to 30'''''&amp;lt;br /&amp;gt;&lt;br /&gt;
3 are still remaining !&amp;lt;br /&amp;gt;''--[[User:Habi|Habi]] 11:43, 6 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: 21/30&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
Ordering aprox. 15th July&lt;br /&gt;
Local delivery in central Madrid&lt;br /&gt;
&lt;br /&gt;
* 5 phones Pablo Ruiz Múzquiz (Group manager) [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here URGENTLY!]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Rafael Campos [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Carlos Padilla Sorbas [http://wiki.openmoko.org/wiki/User_talk:cymonline contact me here]&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Troy|Alvaro Garcia Roy]] 1 phone&lt;br /&gt;
&lt;br /&gt;
* [[User:kresp0 | Santiago Crespo]] 1 phone&lt;br /&gt;
&lt;br /&gt;
* [[User:peeloo | Alexandre Girard]] 1 phone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 9/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;
* Antonio Rodríguez ( x2 )&amp;lt;br/&amp;gt;[[Special:Emailuser/AntonioR|Contact]]&lt;br /&gt;
* Miquel Adell Borràs &amp;lt;br/&amp;gt;[[Special:Emailuser/Hanoc|Contact]]&lt;br /&gt;
* Arturo Giner&amp;lt;br/&amp;gt;[[Special:Emailuser/artginer|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;
=== Islas Canarias ===&lt;br /&gt;
==== Tenerife ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Enrique Hernández Bello &amp;lt;br/&amp;gt;[[Special:Emailuser/SiNiESTrO|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;
=== Arizona ===&lt;br /&gt;
==== Tucson ====&lt;br /&gt;
Willing to reship to nonlocal people within the US (cheaper if you're closer), or get absorbed into another group that's willing to reship.  In talks with Boulder (Colorado) group.&lt;br /&gt;
&lt;br /&gt;
Status: 3/10&lt;br /&gt;
* [mailto:wes.shull@gmail.com wesshull] Wes Shull - 1x GTA02 + 1x debug board&lt;br /&gt;
* Richard Reichenbacher - 2x GTA02&lt;br /&gt;
&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Boulder ====&lt;br /&gt;
Status: 9/10&lt;br /&gt;
* Vinc Duran x2 (I can purchase and distribute locally) &amp;lt;br /&amp;gt; [mailto:uberpfloyd@gmail.com?subject=Openmoko%20group%20sales Pfloyd]  [http://wiki.openmoko.org/wiki/Special:Emailuser/Pfloyd Contact]&lt;br /&gt;
* John Miller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jwm jwm]&lt;br /&gt;
* D Padilla &amp;lt;br /&amp;gt;&lt;br /&gt;
* Joey Stanford &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/k0fcc k0fcc]&lt;br /&gt;
* J Hinegardner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jjh jjh]&lt;br /&gt;
* S Derrick of New Mexico x2 &amp;lt;br /&amp;gt;&lt;br /&gt;
* R Schwarz &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rschwarz rschwarz]&lt;br /&gt;
&lt;br /&gt;
==== Denver (Full) ====&lt;br /&gt;
Status: 10/10 (includes the gentleman from Utah)&lt;br /&gt;
* 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;
* Michael Irons &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/iron999mike Contact]&lt;br /&gt;
&lt;br /&gt;
==== Fort Collins ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* Paul Hummer &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Rockstar Contact]&lt;br /&gt;
&lt;br /&gt;
=== California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 10/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas, Santa Monica &amp;lt;br /&amp;gt; I'll help organize a group sale, meet &amp;amp; greet, but since I was selected to help test the Freerunner, I won't need to actually purchase one. [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew Wetmore, Westchester 90045 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact]&lt;br /&gt;
* Daniel, Torrance &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Beaker82 Contact]&lt;br /&gt;
* James Robertson, Irvine &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, Santa Monica &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Bstudios Contact]&lt;br /&gt;
* Russel Dwiggins, Cerritos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/undrwater Contact]&lt;br /&gt;
* Dima, Pasadena &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/dima Contact]&lt;br /&gt;
* Mike, Santa Monica (1 unit + 1 debug board)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Traveler Contact]&lt;br /&gt;
* Joe Smith, Orange &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Yasumoto Contact]&lt;br /&gt;
* Jose Torres, Hollywood &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/jtorres Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
&lt;br /&gt;
Status: 10/10 - full&lt;br /&gt;
&lt;br /&gt;
Includes North County, Riverside, Tijuana, etc.  10 pack has been ordered.  &lt;br /&gt;
&lt;br /&gt;
* Peter Naulls, Carlsbad (South)/Mira Mesa (near Qualcomm) - will coordinate - contact me for details.&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Pnaulls Contact]&lt;br /&gt;
* Tracy Reed &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/treed Contact]&lt;br /&gt;
* Paul Breed &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/pbreed Contact]&lt;br /&gt;
* Greg Davidson &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/JGregD Contact]&lt;br /&gt;
* Larry Riedel &amp;lt;br /&amp;gt; [mailto:Larry@Riedel.org Contact]&lt;br /&gt;
* David Wilhelm &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/bluefir Contact]&lt;br /&gt;
* Jim McLaughlin - could move to LA group if needed as other company office is near LAX&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rpq Contact]&lt;br /&gt;
* Adam Hughes &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/ajinxa Contact]&lt;br /&gt;
* Rob Walker &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/RobWalker Contact]&lt;br /&gt;
* Brian S. Dobrovodsky &amp;lt;br /&amp;gt; [mailto:bsdvodsky@gmail.com Contact]&lt;br /&gt;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
(Discuss this group sale, pickup and payments on the [http://wiki.openmoko.org/wiki/Talk:GroupSales#San_Francisco_Bay_Area talk page])&lt;br /&gt;
&lt;br /&gt;
The 10 pack is ordered! I'll let you know when I get them, or can pick them up.&lt;br /&gt;
&lt;br /&gt;
The first 10 confirmed from the list below will get the units, probably the week of 7th July.&lt;br /&gt;
Bring US $396.66 ($369 + $26.753 tax + $0.907 shipping) cash (no checks) for pickup. I'll try to make a copy of the receipt for everyone.&lt;br /&gt;
&lt;br /&gt;
Status: 10/10 Full&lt;br /&gt;
&lt;br /&gt;
* Dirk Bergstrom - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/krid Contact]&lt;br /&gt;
&lt;br /&gt;
* Tupshin Harper - (Not confirmed) [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* William Ray Yeager - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/wyeager Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - (Not confirmed) [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
* Jim Morris - (Agreed to organize purchase) [http://wiki.openmoko.org/wiki/Special:Emailuser/wolfmanjm Contact]&lt;br /&gt;
&lt;br /&gt;
* Brian Carver - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/brianwc Contact]&lt;br /&gt;
&lt;br /&gt;
* Cry Regarder (3 units, cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cry_Regarder Contact]&lt;br /&gt;
&lt;br /&gt;
* Jim Lutz - (Not confirmed) [http://wiki.openmoko.org/wiki/Special:Emailuser/JLutz Contact]&lt;br /&gt;
&lt;br /&gt;
Status 4/10&lt;br /&gt;
&lt;br /&gt;
* Paul Mahon - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/dufflebunk Contact] (San Jose)&lt;br /&gt;
&lt;br /&gt;
* ken restivo - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/kenrestivo Contact]&lt;br /&gt;
&lt;br /&gt;
* Kelley Eitzen - (Cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/Xeromist Contact]&lt;br /&gt;
&lt;br /&gt;
* Anton Bogdanov - (Cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/vahi Contact] (San Francisco)&lt;br /&gt;
&lt;br /&gt;
=== Florida ===&lt;br /&gt;
==== South/Central Florida ====&lt;br /&gt;
Status 3/10&lt;br /&gt;
* 1 x Jonathan Howard [[Special:Emailuser/kingtgaurd9|Contact]], Orlando &lt;br /&gt;
* 1 x Jim [[Special:Emailuser/gumbukie|Contact]], Orlando&lt;br /&gt;
* 1 x Lenny Markus [[Special:Emailuser/lensam69|Contact]], Miami&lt;br /&gt;
&lt;br /&gt;
=== Idaho ===&lt;br /&gt;
==== Southwestern Idaho ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
* 1 × Eugene Kravtsov [[Special:Emailuser/theUg|Contact]], Garden City (Boise).&lt;br /&gt;
* 1 × Christopher Blay [[Special:Emailuser/blayde|Contact]], Twin Falls.&lt;br /&gt;
&lt;br /&gt;
=== Midwest ===&lt;br /&gt;
'''(combine Illinois / Iowa / Tennesee / Texas / Wisconsin)'''&lt;br /&gt;
Status: 10/10&lt;br /&gt;
* Steven M  [[Special:Emailuser/Montgoss|Contact]] - Cedar Rapids, IA&lt;br /&gt;
* Joseph Booker [[Special:Emailuser/Sargas|Contact]] - Chicago, IL&lt;br /&gt;
* Matt McCormick [[Special:Emailuser/Thewtex|Contact]] - Madison, WI&lt;br /&gt;
* Charles Hill [mailto:charles.e.hill@gmail.com email] - Chicago, IL&lt;br /&gt;
* Greg Bonett [mailto:greg@bonett.org email] - Iowa City, IA&lt;br /&gt;
* Tushar Dayal [mailto:tdayal@gmail.com Contact] - Ames, IA&lt;br /&gt;
* solomon jacob herscovitch [[Special:Emailuser/SoloSalsa|Contact]] - Chicago, IL&lt;br /&gt;
* Eric Olson [mailto:ericools@gmail.com Contact] - Madison, WI&lt;br /&gt;
* Tom Watson [[Special:Emailuser/Toggles|Contact]] - Pittsburgh, PA&lt;br /&gt;
* An-Phong Le [mailto:an427@hotmail.com Contact] - Urbana, IL&lt;br /&gt;
* Ed Marshall [[Special:Emailuser/Logic|Contact]] - Aurora, IL&lt;br /&gt;
&lt;br /&gt;
=== Kentucky === &lt;br /&gt;
(Possibly + 2 from Memphis?)&lt;br /&gt;
Status: 8/10 (Possibly 10?)&lt;br /&gt;
* Dan Staley      [[Special:Emailuser/Pyrasi|Contact]] (Lexington, KY)&lt;br /&gt;
* Donnie Jones    [[Special:Emailuser/Donniejones18|Contact]] (Lexington, KY)&lt;br /&gt;
* John Sterling   [[Special:Emailuser/Sterling|Contact]] (Lexington, KY)&lt;br /&gt;
* James MacLachlan [[Special:Emailuser/Jmaclachlan|Contact]] (Louisville, KY)&lt;br /&gt;
* John Askew [[Special:Emailuser/Johnaskyou|Contact]] (Lexington, KY)&lt;br /&gt;
* Devin Cook [[Special:Emailuser/Dcook|Contact]] (Lexington, KY)&lt;br /&gt;
* Geoff Ruscoe    [[Special:Emailuser/Geocode|Contact]] - Louisville, KY&lt;br /&gt;
* Jon Howard [[Special:Emailuser/Jchoward|Contact]] (Lexington, KY)&lt;br /&gt;
&lt;br /&gt;
=== Ohio / Michigan ===&lt;br /&gt;
Status: 11/10 (As of July 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt;, 2008)&lt;br /&gt;
* David Pais (Unknown City) [mailto:davioh2001@yahoo.com email] (Unresponsive)&lt;br /&gt;
* Dave Ludlow (Toledo) (I can purchase and distribute) [[Special:Emailuser/adsllc|Contact]] (Confirmed)&lt;br /&gt;
* Adam Steele (Cincinnati) [mailto:adam@laurasteele.net Contact] (Payment Received - Confirmed)&lt;br /&gt;
* Elliot Bailey (Canton) [mailto:elliot.bailey@yahoo.com Contact] (Payment Received - Confirmed)&lt;br /&gt;
* Richard Rowell (Grand Rapids) [mailto:richard.rowell@gmail.com Contact] (Payment NOT Received)&lt;br /&gt;
* [[Special:Emailuser/Linuxpaul|Paul Wehr]] Ann Arbor (Payment NOT Received)&lt;br /&gt;
* Micah Krafcik (Youngstown) [mailto:mjk20xx@yahoo.com Contact] (Payment Received - Confirmed)&lt;br /&gt;
* Doug Wurtzbacher (Centerville) x2 [mailto:doug@medicineshoppekett.com Contact] (Payment Received - Confirmed)&lt;br /&gt;
* Martin Dicks (Columbus) [[Special:Emailuser/mdicks|Contact]] (Payment NOT Received)&lt;br /&gt;
* Tom Reed (Toledo) (Payment Received - Confirmed)&lt;br /&gt;
&lt;br /&gt;
The 10-pack purchase was made around 9A on July 3&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt; - they are on the way!&lt;br /&gt;
There are 11 requests for 10 phones - they will be assigned in the order that payment clears.&lt;br /&gt;
&lt;br /&gt;
=== Pacific Northwest ===&lt;br /&gt;
==== Oregon ====&lt;br /&gt;
Status: 3/10 Full (Full - joined forces with Washington group) &lt;br /&gt;
===== Eugene =====&lt;br /&gt;
* Quentin Hartman (Status confirmed) [[Special:Emailuser/qhartman|Contact]] Willing to organize the Oregon group buy and/or be absorbed into another Pacific NW group if too few locals sign up.&lt;br /&gt;
===== Corvallis =====&lt;br /&gt;
* Brian Wilson (Status confirmed) [[Special:Emailuser/Brian_H_Wilson|Contact]] (in Corvallis actually)&lt;br /&gt;
* Gary Oliver (Status confirmed) [[Special:Emailuser/Adastra|Contact]] Also in Corvallis.&lt;br /&gt;
&lt;br /&gt;
==== Washington ====&lt;br /&gt;
===== Seattle Area =====&lt;br /&gt;
Status: 7/10 Full (Full - joined forces with Oregon group)&lt;br /&gt;
* Jon Pomeroy (Status confirmed) [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
* Chris Baker (Status confirmed) [[Special:Emailuser/cwainb|Contact]]&lt;br /&gt;
* Mark Zimmerman (Status confirmed) [[Special:Emailuser/mawazi|Contact]]&lt;br /&gt;
* Wim Lewis (Status confirmed) [[Special:Emailuser/Wiml|Contact]] In Wallingford.&lt;br /&gt;
* Charles Wheeler (Status confirmed) [[Special:Emailuser/SnowWolf75|Contact]] Note: Work in Bellevue, live in Federal Way.  May not have money till mid-July.&lt;br /&gt;
* G.O. (Status confirmed)  I'd like to get @ least one.&lt;br /&gt;
* Matt Luzum (Status confirmed) [[Special:Emailuser/mluzum|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Tennessee ===&lt;br /&gt;
==== Memphis ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
* Peter O'Connor [http://wiki.openmoko.org/wiki/Special:Emailuser/poconnor Contact]&lt;br /&gt;
* Jarvis Stubblefield (Prefer with Debug) [http://wiki.openmoko.org/wiki/Special:Emailuser/BallisticPain Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin (15/10) ====&lt;br /&gt;
* 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]]&lt;br /&gt;
* Joel Greenberg [[Special: Emailuser/joelg|Contact]]&lt;br /&gt;
* Hans Loeblich [[Special: Emailuser/Peepsalot|Contact]]&lt;br /&gt;
* Mark Rinaudo [[Special:Emailuser/Mrinaudo|Contact]]&lt;br /&gt;
* Scott Farrell [[Special:Emailuser/sfarrell|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Dallas (4/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|Contact]]&lt;br /&gt;
* Josh Valdez [[Special:Emailuser/ExxonValdeez|Contact]]&lt;br /&gt;
* Chris Madsen [[Special:Emailuser/cjm|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&lt;br /&gt;
==== District of Columbia (DC) Metro Area ====&lt;br /&gt;
* Brian DeRocher [[Special:Emailuser/brian_252|email]]&lt;br /&gt;
==== Virginia====&lt;br /&gt;
===== Virginia Tech (1/10) =====&lt;br /&gt;
* Lally Singh [[Special:Emailuser/lally|email]] -- yeah, if you're ordering anywhere in VA, lemme know.&amp;lt;br /&amp;gt;&lt;br /&gt;
===== Richmond=====&lt;br /&gt;
*Philippe and Steve joined the NY list&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York (20/20) ====&lt;br /&gt;
PLEASE contact Bert or Michael in addition to adding yourself to the list&lt;br /&gt;
* Bert Hartmann [http://wiki.openmoko.org/wiki/Special:Emailuser/BertHartm Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Michael Cole mailto:mjcole137@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Remy Frerebeau  [http://wiki.openmoko.org/wiki/Special:Emailuser/Rfrerebe Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Ulises E. Erickson  [http://wiki.openmoko.org/wiki/Special:Emailuser/Ulix Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Justin Daly [http://wiki.openmoko.org/wiki/Special:Emailuser/justo Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Philippe Gerard [[Special:Emailuser/feydreva|Contact]] I live in Richmond (VA) but we will never be 10 there&amp;lt;br/&amp;gt;&lt;br /&gt;
* Evan Charlton mailto:evancharlton+om@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* Paul Buede mailto:paul@buede.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced)Paul Hurlock [[Special:Emailuser/triclosan|Contact me here]] &amp;lt;br/&amp;gt;&lt;br /&gt;
* Ryan [[Special:Emailuser/ryan|Contact me here]] (Connecticut, actually, but close enough.) &amp;lt;br/&amp;gt;&lt;br /&gt;
* Charles Pax mailto:charles.pax@gmail.com It looks like things are getting organized. Bert contacted me.&lt;br /&gt;
* Christopher Pax mailto:christopher.pax@gmail.com&lt;br /&gt;
* Miki Grof-Tisza [http://wiki.openmoko.org/wiki/Special:Emailuser/MTisza Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Daniel Dadap 1x [http://wiki.openmoko.org/wiki/Special:Emailuser/danek Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Yaroslav Halchenko [http://wiki.openmoko.org/wiki/Special:Emailuser/yarikoptic]&lt;br /&gt;
* Craig Woodward [http://wiki.openmoko.org/wiki/Special:Emailuser/Woody14619|Contact here] or mailto:woody14619@yahoo.com  Up-state &amp;amp; will require re-ship.&lt;br /&gt;
* Alex [[Special:Emailuser/rakukin|Contact]]&lt;br /&gt;
* Charles Lohr [http://wiki.openmoko.org/wiki/Special:Emailuser/Cnlohr Contact me here] (Lives in MD, will require re-ship)  NOTE: Unless someone emails me before July 7 I will withdraw from group order. &amp;lt;br /&amp;gt;&lt;br /&gt;
* Steve Watson [[Special:Emailuser/Ssw0213|Contact]] I live in Richmond VA; please deliver via Philippe Gerard. 20!!!&amp;lt;br/&amp;gt;&lt;br /&gt;
* xtrat [http://wiki.openmoko.org/wiki/Special:Emailuser/Xtrat Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Maryland (0/10)====&lt;br /&gt;
(Group apparently defunct due to NY Order)&lt;br /&gt;
* Paul Buede I switched to New York, cause we don't have enough. Look up ^ &amp;lt;br /&amp;gt;&lt;br /&gt;
* Charles Lohr -- Switched to New York (if possible)&lt;br /&gt;
* Alex (switched to NYC, see above; may be able to deliver phone(s) to DC metro)&lt;br /&gt;
&lt;br /&gt;
==== North Carolina (2/10)====&lt;br /&gt;
* Jason Sharpee [[Special:Emailuser/zonyl|Contact]] - Charlotte Metro area &amp;lt;br /&amp;gt;&lt;br /&gt;
* William Vidrine [[Special:Emailuser/Infoport|Contact]] - Greensboro/Triad, DROPPED OUT for individual order &amp;lt;br /&amp;gt;&lt;br /&gt;
* Joe White [[Special:Emailuser/Raygions|Contact]] - Winston-Salem/Triad area &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Massachusetts ===&lt;br /&gt;
Status: 10/10 (Full - Order placed 11:30 AM EDT July 3, 2008)&lt;br /&gt;
* Benjamin Moody [[Special:Emailuser/FloppusMaximus|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Ken Young, Cambridge (Note, if we're not up to 10/10 on the day the Freerunner is announced, I'm going to drop out and order individually).[[Special:Emailuser/Dolson|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Chris White (for 2) [[Special:Emailuser/Safire|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Nick Dube - Pembroke, NH (Will also drop out if we do not have 10 by Freerunner release.) [http://wiki.openmoko.org/wiki/Special:Emailuser/Doobe01 Contact]&lt;br /&gt;
&lt;br /&gt;
* Justin Brzozoski - Worcester, MA area [[Special:Emailuser/Jabski|Contact]]&lt;br /&gt;
&lt;br /&gt;
* John Nicholson - Amherst, MA (Will also drop out if we do not have 10 by Freerunner release.) [[Special:Emailuser/nicklogan|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Matthew Campbell - Worcester, MA [[Special:Emailuser/lifeisafractal|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Jeff Gold [[Special:Emailuser/jgold|Contact]]&lt;br /&gt;
&lt;br /&gt;
* Craig Allen [[Special:Emailuser/knodalyte|Contact]]&lt;br /&gt;
&lt;br /&gt;
Status: 7/10&lt;br /&gt;
&lt;br /&gt;
* Bala Nair - Acton, MA [[Special:Emailuser/bnair|Contact]]&lt;br /&gt;
* Mike Doody - Groton, MA [[Special:Emailuser/dude|Contact]]&lt;br /&gt;
* 0x Nathan Perry - Derry, NH (cannot switch to GSM at this time)&lt;br /&gt;
* Kyle Harrington - Amherst, MA (Will drop out if we do not have 10 by Freerunner release.) [[Special:Emailuser/dancingcuziwanna|Contact]]&lt;br /&gt;
* Ryan Svoboda - Worcester, MA (Will buy one individually on release day if this group is incomplete) [[Special:Emailuser/ryansv|Contact]]&lt;br /&gt;
* Ryan Meador - Worcester, MA (Will drop out if we do not have 10 by Freerunner release.) [[Special:Emailuser/Yanroy|Contact]]&lt;br /&gt;
* Jeff Gelbard - Haydenville, MA [[Special:Emailuser/jgelbard|Contact]]&lt;br /&gt;
(Between the 2 groups, we already have 7 &amp;quot;visibly&amp;quot; from Worchester - Western MA...I think the group should be resorted....Who is the contact where the package will be sent?)&lt;br /&gt;
&lt;br /&gt;
=== 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 : 4/10&lt;br /&gt;
* Joe Wells (Edinburgh) [http://www.macs.hw.ac.uk/~jbw/ Web] I have two comments:&lt;br /&gt;
** The Wiki's e-mail feature (those URLs with “Special:Emailuser” in them) does not seem to be working.  I tried contacting Dave Ball and Stuart MacKinnon that way and got no reply.  Later, Stuart and Dave (who I reached by writing a message here) told me they never got the e-mail.  So the Wiki's e-mail feature might be broken.  So please contact me by going to my web page and using my e-mail address listed there.  Stuart, George, and Dave have been in contact with me by e-mail.  I am happy to put anyone in Scotland who sends me e-mail in touch with the others.&lt;br /&gt;
** Not enough people have gotten in touch so far (as of 2008-06-28) to justify a bulk order of a 10-pack.  Also, there is now a UK distributor: [https://www.truebox.co.uk/trueboxportal/index.php?wk=OpenMoko TrueBox].  Because TrueBox appears to be ordering 10-packs (and thereby getting the bonus goodies (headphones and pouches) that come in the 10-packs), it seems there is little motivation to try to organize a Scottish bulk order.  So I am likely to give up on the idea of a Scottish bulk order for myself (unless lots of people contact me in the next day or so!).&lt;br /&gt;
* Dave Ball (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/Daveb Contact]&lt;br /&gt;
* Stuart MacKinnon(Livingston) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/hoagster Contact]&lt;br /&gt;
* george Maistros (Edinburgh) [http://wiki.openmoko.org/wiki/Special:Emailuser/mordilo_k Contact]&lt;br /&gt;
&lt;br /&gt;
==== Glasgow ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Kyle Gordon [http://wiki.openmoko.org/wiki/Special:Emailuser/Kylegordon Contact]&lt;br /&gt;
* Sean Anderson [http://wiki.openmoko.org/wiki/Special:Emailuser/Moniker42 Contact]&lt;br /&gt;
* Kenny Duffus [http://wiki.openmoko.org/wiki/Special:Emailuser/Sealne Contact]&lt;br /&gt;
&lt;br /&gt;
=== England ===&lt;br /&gt;
&lt;br /&gt;
==== Hampshire ====&lt;br /&gt;
&lt;br /&gt;
Status: 16/20 at 2008-05-24&lt;br /&gt;
&lt;br /&gt;
http://www.hants.lug.org.uk/cgi-bin/wiki.pl?FreerunnerBulkBuy&lt;br /&gt;
&lt;br /&gt;
Willing to re-ship within the UK.&lt;br /&gt;
&lt;br /&gt;
(Sorry, we set up the page before we knew about this one)&lt;br /&gt;
&lt;br /&gt;
==== London ====&lt;br /&gt;
&lt;br /&gt;
Status : 14/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;
* &amp;lt;strike&amp;gt;rhn x 2 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact] &amp;lt;/strike&amp;gt; (moved)&lt;br /&gt;
* Tim Coggins&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/sonicated Contact]&lt;br /&gt;
* Michele Mattioni (I'm based in Cambridge too, but if Tom can go to London I can grab the phone in Cambridge) &amp;lt;br /&amp;gt;[mailto:mattions@gmail.com]&lt;br /&gt;
* '''Group Buyer''' Ben F-W (Fulham, London) [http://wiki.openmoko.org/wiki/Special:Emailuser/benfw Contact]&lt;br /&gt;
* T. Chan (Cambridge, vaguely knows Weiss) [http://wiki.openmoko.org/wiki/Special:Emailuser/TC Contact]&lt;br /&gt;
* Rob Paulson (Derby, but will be visiting London in July) [http://wiki.openmoko.org/wiki/Special:Emailuser/Myfanwy Contact]&lt;br /&gt;
* Mario &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Spirer Contact]&lt;br /&gt;
* David Pottage (actually in Reading)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/chrestomanci Contact]&lt;br /&gt;
&lt;br /&gt;
==== West Midlands ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Mo Abrahams (Walsall) &amp;lt;br /&amp;gt; mailto:moabrahams@dashavoo.com&lt;br /&gt;
* Jonathan Spooner (Walsall)&lt;br /&gt;
* E. Lucretiu (Stafford) [http://wiki.openmoko.org/wiki/Special:Emailuser/lucretiu Contact]&lt;br /&gt;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 3/10&lt;br /&gt;
* Ilya [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
* Arvids [http://wiki.openmoko.org/wiki/Special:Emailuser/Arvids Contact]&lt;br /&gt;
* Uldis [http://wiki.openmoko.org/wiki/Special:Emailuser/Ulcha Contact]&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 4/10&lt;br /&gt;
* Wee Kiam Peng [http://wiki.openmoko.org/wiki/Special:Emailuser/Jipi Contact]&lt;br /&gt;
* Chen Ruo Fei [http://wiki.openmoko.org/wiki/Special:Emailuser/Crf Contact]&lt;br /&gt;
* Moritz Haeberle [http://wiki.openmoko.org/wiki/Special:Emailuser/Morid Contact]&lt;br /&gt;
* Nicolas Lannuzel [http://wiki.openmoko.org/wiki/Special:Emailuser/Nlannuzel Contact]&lt;br /&gt;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 4/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;
* Dan &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Da-x Contact]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Nuker18 Vladi]&lt;br /&gt;
&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
'''Tato skupina byla uzavřena!'''&amp;lt;br&amp;gt;&lt;br /&gt;
Koordinátorem objednávání je Martin Šenkeřík [[User:Ohin | Kontakty na mě]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Aktuálně ===&lt;br /&gt;
*'''4.7. - ''' Peníze jsem odeslal Pulsterovi. Objednávka čítá:&lt;br /&gt;
 37 x FreeRunner&lt;br /&gt;
 5 x Debug board&lt;br /&gt;
 10 x Obal&lt;br /&gt;
 17 x Headset&lt;br /&gt;
 1 x Sharp Zaurus Stift Plastik&lt;br /&gt;
&lt;br /&gt;
Pulster psal:&lt;br /&gt;
 Hi,&lt;br /&gt;
 &lt;br /&gt;
  first thanks for all the work you have collecting the money - I will&lt;br /&gt;
  send you some small present for your help !&lt;br /&gt;
 &lt;br /&gt;
  The first batch of Freerunner are sold out, my apologises. We expect new&lt;br /&gt;
  delivery on 25.07.08 and will do our best to ship your Openmoko unit !&lt;br /&gt;
  Making a payment now will ensure you to be one of the happy receivers of&lt;br /&gt;
  the unit with this next delivery !&lt;br /&gt;
 &lt;br /&gt;
  Payment:&lt;br /&gt;
 &lt;br /&gt;
  30 units * 299 = 8970 EUR. Shipping is free.&lt;br /&gt;
  Please transfer it to our bank account. You will find our bank&lt;br /&gt;
  informations below. If the funds are on the way, send us a short email&lt;br /&gt;
  notice. It will speed up the procession of your order. Thank you very&lt;br /&gt;
  much.&lt;br /&gt;
 &lt;br /&gt;
  Invoice/shipping address:&lt;br /&gt;
  for warranty issues I need the name of all buyers please.&lt;br /&gt;
  also your shipping address.&lt;br /&gt;
 &lt;br /&gt;
  Shipment:&lt;br /&gt;
  We try to ship same day we are got the new Openmoko units in stock.&lt;br /&gt;
  Again sorry for the delay and thanks for your order with Pulster.&lt;br /&gt;
  You will get your order with insured and registered DHL airmail parcel.&lt;br /&gt;
  Please find average trasit times here:&lt;br /&gt;
  http://www.dhl.de/dhl?tab=1&amp;amp;skin=hi&amp;amp;check=yes&amp;amp;lang=de_EN&amp;amp;xmlFile=3607&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
  Please feel free to ask if there are any questions left. We are glad to help.&lt;br /&gt;
 &lt;br /&gt;
  Many thanks,&lt;br /&gt;
  Christoph Pulster&lt;br /&gt;
&lt;br /&gt;
*'''2.7. - ''' Takže mám už peníze od všech zájemců. Dag Rauer a Martin Hinner neodpovídají. Jenže neodpovídá ani Pulster. Na mailinglistu psal:&lt;br /&gt;
 Hallo&lt;br /&gt;
 &lt;br /&gt;
 many thanks for your big interest in our Freerunner 299 eur offer.&lt;br /&gt;
 We started sales Friday 9:00 and 10:30 all the units from our first&lt;br /&gt;
 batch are sold out. I really have to excuse myself to all the persons&lt;br /&gt;
 who made a order but did not get any reply until yet, sorry !&lt;br /&gt;
 You can be sure I will work 24h at the moment to come back to each&lt;br /&gt;
 of you with a confirmation of your order with delivery date etc.&lt;br /&gt;
 &lt;br /&gt;
 We get new units 07/25/2008 (25.July). All customers who already made a&lt;br /&gt;
 order will get a unit from this batch, promised !&lt;br /&gt;
 Again sorry and thanks.&lt;br /&gt;
 &lt;br /&gt;
 Chris&lt;br /&gt;
Takže počítám, že se snad v brzké době ozve. Já budu na netu snad zase zítra.&lt;br /&gt;
*'''1.7. - ''' Od Pulstera žádná odpověď. Stále čekáme na peníze od opozdilců.&lt;br /&gt;
*'''30.6. - '''Kratky report:&lt;br /&gt;
** jsem ted trochu odstrihnuty od internetu, budu se snazit aspon jednou denne pripojit&lt;br /&gt;
** mam penize uz na 30 telefonu, jeste mne nedorazily penize od nekolika lidi, kteri potvrdili jejich odeslani&lt;br /&gt;
** psal jsem Pulsterovi, jestli se to vyprodani jeho zasob telefonu tyka i nas... Cekam na odpoved (doufam ze ne :( )&lt;br /&gt;
&lt;br /&gt;
'''Odeslal jsem všem ze seznamu mail s informacemi k odeslání peněz. Pokud náhodou někomu mail nedorazil, urychleně se mi ozvěte, ať se nemusí moc čekat. Mohlo se stát, že jsem v tom množství někoho nechtěně vynechal...'''&lt;br /&gt;
*'''26.6. - '''V pondělí porovnám výpis z účtu se seznamem zájemců tady na wiki a od koho tam nebudou peníze budu ho ještě pro jistotu kontaktovat. Pokud se ukáže, že všechno dorazilo tak jak mělo, odešlu peníze Pulsterovi.&lt;br /&gt;
Na to jsem se ptal v České Spořitelně, a převod více než 200 000Kč je nutné provést v bance, za co si vyberou 200Kč poplatek, plus 1% z částky za zahraniční převod v EUR, avšak maximálně 1500Kč - což je náš případ, plus ještě poplatky Německé banky protože všechny poplatky půjdou na vrub odesílatele (snad to nebude moc). Tyhle poplatky uhradím z toho, co jsem připočítal k ceně telefonu.&lt;br /&gt;
&lt;br /&gt;
''A je to tu!! Pulster.de nejenom potvrdil cenu, ale také oznámil, že už má telefony skladem (ne však zatím k veřejnému prodeji, ale nám je připravený je odeslat).''&lt;br /&gt;
&lt;br /&gt;
=== Základní informace ===&lt;br /&gt;
Jedná se o hromadnou objednávku [[Neo_FreeRunner|Neo FreeRunner]] ([[Neo_FreeRunner_GTA02_Hardware|hardware]] - GSM, GPS, WiFi, CPU 400MHz, ...; software - [http://people.openmoko.org/ninjutsu/freerunner1.4.swf náhled na připravovanou Qtopii]) do České republiky.&lt;br /&gt;
Cena 299€.&lt;br /&gt;
&lt;br /&gt;
Protože se množí na to dotazy, vypíšu co je součástí dodávky a co ne:&lt;br /&gt;
*Obdržíme:[http://wiki.openmoko.org/wiki/Image:GTA02ALL.png]&lt;br /&gt;
** FreeRunner ;-)&lt;br /&gt;
** stylus (pravděpodobně ten s laserem aspol...)&lt;br /&gt;
** adaptér&lt;br /&gt;
** USB kabel&lt;br /&gt;
** 512MB SD card&lt;br /&gt;
&lt;br /&gt;
*Neobdržíme (možno přiobjednat):&lt;br /&gt;
** [http://www.pulster.de/engl/d__ompouch__OpenMoko_Freerunner_Pouch786.htm obal] (19€) - navíc 500Kč&lt;br /&gt;
** [http://www.pulster.de/engl/index.html?d__omheadset__OpenMoko_Headset785.htm headset] (9€) - navíc 250Kč&lt;br /&gt;
&lt;br /&gt;
Omlouvám se těm, kteří by ještě chtěli přiobjednat některé z příslušenství a už odeslali peníze. Bude bohužel potřeba v případě zájmu odeslat ještě navíc sumu za příslušenství. ''Pokud by byl malý zájem, mohl bych to zaplatit ze zálohy a případný nedoplatek vybrat v hotovosti (platí bohužel jen pro Brno a Zlín).''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''Platí pro obě větve!'''&amp;lt;/center&amp;gt;&lt;br /&gt;
Tak jsme na kroku 4!&lt;br /&gt;
# Registraci provedete zápisem svého jména a kontaktu do patřičné větve odpovídající místu vašeho osobního převzítí telefonu. Můžete nabídnout distribuci do míst, které ještě nikdo neposkytuje.&lt;br /&gt;
# stanovena lehce nadhodnocená částka: 7500Kč za telefon, s debug boardem na 10000Kč 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 účet Martina Šenkeříka, identifikuje se svým jménem a příjmením ve zprávě příjemci&lt;br /&gt;
# '''odeslal jsem peníze na účet Pulster.de'''&lt;br /&gt;
# po obdržení balíku s telefony se vypočte finální částka 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ží patřič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;
&lt;br /&gt;
*[[Talk:GroupSales#Diskuze | Diskuse]]&lt;br /&gt;
*[[Talk:GroupSales#Dopl.C5.88uj.C3.ADc.C3.AD_informace | Doplňující informace]]&lt;br /&gt;
&lt;br /&gt;
=== Brno ===&lt;br /&gt;
&lt;br /&gt;
==== Distribuční schéma ====&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  FreeRunner&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] 99€ - 2500Kč (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[nH]''' headset, 9€ - 250Kč&lt;br /&gt;
 '''[nO]''' obal, 19€ - 500Kč&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více&lt;br /&gt;
 voleb oddělujeme čárkou. n je počet kusů, bez n 1 kus''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''&amp;lt;font size=&amp;quot;3&amp;quot; color=&amp;quot;green&amp;quot;&amp;gt;Status : 23&amp;lt;/font&amp;gt;'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'' Značku'' ''' € ''' ''před jména přidávám v okamžiku, když od daného člověka dorazí peníze na můj účet. ''&lt;br /&gt;
&lt;br /&gt;
*'''Martin Šenkeřík''' - [[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;
***'''€ Pavel Erben''' - [[User:Erby|Kontakt]]&lt;br /&gt;
***'''€ Radek Machulka''' - [[Special:Emailuser/Werty|Contact]]&lt;br /&gt;
***'''€ Aleš Dvořák''' - [[Special:Emailuser/Setr|Contact]]&lt;br /&gt;
***'''€ Jozef Mlich [2, 1D]''' - [[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;
***'''€ Martin Nagy [1, 1O]''' - [[Special:Emailuser/mnagy|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ý''' [1, 1H, 1O] - [mailto:vysny@baka.sk Contact]&lt;br /&gt;
*****'''€ Tomáš Sirný''' - [[Special:Emailuser/Junckritter|Contact]]&lt;br /&gt;
*****'''€ Ján Janech [H]''' - [[Special:Emailuser/Janik|Contact]]&lt;br /&gt;
*****'''€ Ivan Šeďo [1, 1D, 3H, 1O]''' - [[Special:Emailuser/ikoframe|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 [H, O]''' - [[Special:Emailuser/Varg|Contact]]&lt;br /&gt;
***'''€ Petr Ondo [3, 3O, 2H]''' - [[Special:Emailuser/Votik|Contact]]&lt;br /&gt;
***'''€ Pavel Krátký [1, 1H]''' - [[Special:Emailuser/MrBobby|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 [H, O]''' - [[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 [D,H]''' - [[Special:Emailuser/oak|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Praha ===&lt;br /&gt;
&lt;br /&gt;
==== Distribuční schéma ====&lt;br /&gt;
'''Vzhledem ke jednodušší distribuci půjde balíček do Brna a odtud jej převeze Tomáš Varga.'''&lt;br /&gt;
&lt;br /&gt;
 '''[n]'''  FreeRunner&lt;br /&gt;
 '''[nD]''' [[Neo1973_Debug_Board_v3|debug board]] 99€ - 2500Kč (n počet kusů, bez n 1 kus)&lt;br /&gt;
 '''[nH]''' headset, 9€ - 250Kč&lt;br /&gt;
 '''[nO]''' obal, 19€ - 500Kč&lt;br /&gt;
 ''Jednotlivé volby píšeme za jméno v [] a více&lt;br /&gt;
 voleb oddělujeme čárkou. n je počet kusů, bez n 1 kus''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;'''&amp;lt;font size=&amp;quot;3&amp;quot;&amp;gt;Status : 16&amp;lt;/font&amp;gt;'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'' Značku'' ''' € ''' ''před jména přidávám v okamžiku, když od daného člověka dorazí peníze na můj účet. ''&lt;br /&gt;
&lt;br /&gt;
*'''€ Jan Mareš [2,2H]''' - [http://wiki.openmoko.org/wiki/User:iVir Contact]&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]]&lt;br /&gt;
***'''€ Michal Pěnka [H]''' - [http://michal.penka.name/kontakt Contact]&lt;br /&gt;
***'''€ Jan Černý [H]''' - [[Special:Emailuser/xcerj01|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Kolín&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***'''€ Miloslav Machotka [O]''' - [[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 [HO]''' - [[Special:Emailuser/Mvontorcik|Contact]]&lt;br /&gt;
***'''€ Vojtěch Vozáb''' - [mailto:vojtav@centrum.cz Contact]&lt;br /&gt;
***'''€ Zdeněk Trávníček [D]''' - [[User:V154c1|Contact]] (Klidne si zajedu i jinam po republice)&lt;br /&gt;
***'''€ Milan Šedý [2]''' - [[Special:Emailuser/Wortyr|Contact]]&lt;br /&gt;
****'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Nové Město na Moravě&amp;lt;/span&amp;gt;''':&lt;br /&gt;
*****'''Jaromír Šír [[http://www.pulster.de/index.htm?d__z5stift1__Sharp_Zaurus_Stift_Plastik782.htm S]]''' - [mailto:sheeryjay@gmail.com Contact] (openmoko ne, pouze stylus)&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ý [H]''' - [[Special:Emailuser/zsman|Contact]]&lt;br /&gt;
***'''€ Petr Marvan''' - [mailto:petr.marvan1@seznam.cz 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;
== Slovenia ==&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* bajsi - [[mailto:Niko.Jezernik@Uni-MB.si Contact]]&lt;br /&gt;
&lt;br /&gt;
== Croatia ==&lt;br /&gt;
Status : 12/10&lt;br /&gt;
* w00t - [[Special:Emailuser/W00t|Contact]]&lt;br /&gt;
* matija - [[Special:Emailuser/Matija.z|Contact]]&lt;br /&gt;
* valajbeg - [[Special:Emailuser/valajbeg|Contact]]&lt;br /&gt;
* kost - [[Special:Emailuser/kost|Contact]]&lt;br /&gt;
* mnalis - [[Special:Emailuser/mnalis|Contact]]&lt;br /&gt;
* tcavrag - [[Special:Emailuser/tcavrag|Contact]]&lt;br /&gt;
* slavus - [[Special:Emailuser/slavus|Contact]]&lt;br /&gt;
* bsevo - [[Special:Emailuser/bsevo|Contact]]&lt;br /&gt;
* amd64 - [[Special:Emailuser/SilverSpace|Contact]]&lt;br /&gt;
* v-v - [[Special:Emailuser/v-v|Contact]]&lt;br /&gt;
* Lovro - [[Special:Emailuser/Lovro|Contact]]&lt;br /&gt;
* Zlotvor - [[Special:Emailuser/zlotvor|Contact]]&lt;br /&gt;
(maybe we should make one group for bosnia, croatia &amp;amp; serbia together?) [http://wiki.openmoko.org/index.php/Talk:GroupSales#Croatia the talk page]&lt;br /&gt;
&lt;br /&gt;
== Russia ==&lt;br /&gt;
&lt;br /&gt;
Due to common customs problems we created google group to discuss how to get that 10 phones pack in Russia. Join us http://groups.google.com/group/openmoko-russia &lt;br /&gt;
&lt;br /&gt;
=== Moscow ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/sinister|sinister]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/shallburn|shallburn]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/vadson|vadson]]&lt;br /&gt;
| vadimhohlov&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 4. [[Special:Emailuser/Tallex|Tallex]]&lt;br /&gt;
| &lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 5. [[Special:Emailuser/mex3|mex3]]&lt;br /&gt;
| 3meandme&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 6. [[Special:Emailuser/Pva|pva]]&lt;br /&gt;
| volkov.peter&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 7. [[Special:Emailuser/cbou|cbou]]&lt;br /&gt;
|&lt;br /&gt;
| 2&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 8. [[Special:Emailuser/Buffet|Buffet]]&lt;br /&gt;
| kaledin&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 9. [[Special:Emailuser/homeboy|homeboy]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 10. [[Special:Emailuser/Bepcyc|bepcyc]]&lt;br /&gt;
| bepcyc&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 11. [[Special:Emailuser/kmeaw|kmeaw]]&lt;br /&gt;
| kmeaw&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 12. [[Special:Emailuser/Casufi|Casufi]]&lt;br /&gt;
| VladimirKotulskiy&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 13. [[Special:Emailuser/Bam|bam]]&lt;br /&gt;
| butirsky&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 14. [[Special:Emailuser/mihhey|mihhey]]&lt;br /&gt;
| mihhey&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 15. [[Special:Emailuser/ke|ke]]&lt;br /&gt;
| ke&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 16. [[Special:Emailuser/passshok|passshok]]&lt;br /&gt;
| passshok&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 17&lt;br /&gt;
| 5&lt;br /&gt;
| 6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Saint-Petersburg ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Alexxy|Alexxy]]&lt;br /&gt;
| alexxyum&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2. [[Special:Emailuser/Kainspb|Nikolay Kasatkin]]&lt;br /&gt;
| nikolay.kasatkin&lt;br /&gt;
| 2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3. [[Special:Emailuser/cracatau|cracatau]]&lt;br /&gt;
|&lt;br /&gt;
| 1 (3?)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 4. [[Special:Emailuser/alexei379|alexei379]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 5. [[Special:Emailuser/krigstask|krigstask]]&lt;br /&gt;
|&lt;br /&gt;
| 3&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 6. [[Special:Emailuser/lupin-de-mid|Lupin Demid]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 7. [[Special:Emailuser/Setar|Setar]]&lt;br /&gt;
| Setar&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 8. [[Special:Emailuser/VisJiser|VisJiser]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| (1?)&lt;br /&gt;
|-&lt;br /&gt;
| 9. [[Special:Emailuser/explosion|exiless]]&lt;br /&gt;
| exiless&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| 10. [[Special:Emailuser/danil|Danil Kutkevich]]&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 11. [[Special:Emailuser/Yaleks|Aleksandr Yakimov]]&lt;br /&gt;
| Yaleks&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 14(16?)&lt;br /&gt;
| 3&lt;br /&gt;
| 1(2?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Magnitogorsk ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/psychos|Alexandr Smolentsev ]]&lt;br /&gt;
|  [http://groups.google.com/groups/profile?enc_user=c2iySBgAAACyTh6h5wmnzzxPhWeN_8BEtiDKbEn1fjJfYkQTWXi1Vg psychos]&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Trechgorny ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/kayo|Kayo]]&lt;br /&gt;
| [http://groups.google.ru/groups/profile?enc_user=_hFF4RQAAAAd-3MHKABCcRBWFswNHamnOPANdqfI6prRsqjc7uCt1A Kayo]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Niznhny Novgorod ===  &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| login&lt;br /&gt;
| google groups name&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot;| number of items&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Neo FreeRunner&lt;br /&gt;
| Dboard&lt;br /&gt;
| Spares Pack&lt;br /&gt;
|-&lt;br /&gt;
| 1. [[Special:Emailuser/Ntropy|Ntropy]]&lt;br /&gt;
| [http://groups.google.com/groups/profile?enc_user=PSrAbRYAAAC1cJd46Y4K1QK1ilA02Mhqo4cocwWvDVg2RHsu8f1bCg Natry Clorum]&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
|Total number:&lt;br /&gt;
|&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Belarus ==&lt;br /&gt;
=== Minsk ===&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Const - [[Special:Emailuser/Const|Contact]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
&lt;br /&gt;
== Taiwan ==&lt;br /&gt;
=== Taipei ===&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* Cruz [http://wiki.openmoko.org/wiki/Special:Emailuser/cruz Contact]&lt;br /&gt;
* mkl23 @ShinChu [http://wiki.openmoko.org/wiki/Special:Emailuser/mkl23 Contact]&lt;br /&gt;
* htchien [http://wiki.openmoko.org/wiki/Special:Emailuser/htchien Contact]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - phone + board) Siongui [http://wiki.openmoko.org/wiki/Special:Emailuser/Siongui Contact]&lt;br /&gt;
&lt;br /&gt;
== Bahrain ==&lt;br /&gt;
Status : 3/10&lt;br /&gt;
&lt;br /&gt;
* Salman [http://wiki.openmoko.org/wiki/Special:Emailuser/smhar Contact]&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Rakshasa</id>
		<title>User:Rakshasa</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Rakshasa"/>
				<updated>2008-07-08T05:05:24Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just an average kode kiddie(Being only 26years atm) from Finland.&lt;br /&gt;
&lt;br /&gt;
Most probably getting a Freerunner a.s.a.p.&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Arthur_Dent</id>
		<title>User talk:Arthur Dent</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Arthur_Dent"/>
				<updated>2007-04-25T12:02:28Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''o GPRS/EDGE adapter - High speed internet option for when WiFi AP isn't available''&lt;br /&gt;
&lt;br /&gt;
AFAIK its only umts that won't be supported by the neo1973?! --[[User:Minime|Minime]] 11:27, 25 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
EDGE isn't supported either. BTW, do you know where your towel is? --[[User:Rakshasa|Rakshasa]] 14:02, 25 April 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wish_List</id>
		<title>Wish List</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wish_List"/>
				<updated>2007-03-23T11:04:57Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* Text Messaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is a place to collect various thoughts about the future of the [[OpenMoko]] software platform.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
=== Painless SDK installation &amp;amp; Setup ===&lt;br /&gt;
Our goal should be a completely painless setup for somebody wanting to develop using [[OpenMoko]]&lt;br /&gt;
&lt;br /&gt;
* one command for installation (apt-get install openmoko)&lt;br /&gt;
* one command to start Xnest (openmoko-xephyr?)&lt;br /&gt;
* one command to start an i386 shell (openmoko-386-shell)&lt;br /&gt;
* one command to start an armel shell (openmoko-armel-shell)&lt;br /&gt;
&lt;br /&gt;
No extra configuration required.&lt;br /&gt;
&lt;br /&gt;
=== IDE Plugins ===&lt;br /&gt;
People like to see plugins for&lt;br /&gt;
* [http://anjuta.sourceforge.net Anjuta]&lt;br /&gt;
* [http://www.eclipse.org Eclipse]&lt;br /&gt;
* [http://www.kdevelop.org KDevelop]&lt;br /&gt;
* [http://developer.apple.com/tools/xcode/ XCode]&lt;br /&gt;
* [http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio 2005]&lt;br /&gt;
&lt;br /&gt;
=== UI Designer ===&lt;br /&gt;
Glade code generation is deprecated, so we don't want to use it. The Gtk+ powers told me that the plan is to have gtk 2.12 (out early 2007) with support for GtkBuilder, a libglade derivative which breaks a bit the XML definition in order to support all the new widgets and properties; as soon as it's in the other ui builders will add support for this format. See also [http://bugzilla.gnome.org/show_bug.cgi?id=172535 the relevant bug entry]&lt;br /&gt;
* Possibly a Landscape (rotated) view for the screen (480x640 *or* 640x480)?&lt;br /&gt;
&lt;br /&gt;
== Community Support ==&lt;br /&gt;
&lt;br /&gt;
=== projects.openmoko.org ===&lt;br /&gt;
Infrastructure for developers with&lt;br /&gt;
* One bugzilla for all projects (makes moving bugs forth and backwards between projects ''very'' easy)&lt;br /&gt;
* One mailing list for project&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
=== Community Images ===&lt;br /&gt;
In the future there could be complete, unofficial &amp;quot;product images&amp;quot; that are created by the community, for example maybe one that incorporates only free software (in the GNU or OSI sense). Or images build with a particular niche market in mind -- a student for example.&lt;br /&gt;
&lt;br /&gt;
== Software: Additional features ==&lt;br /&gt;
===Text Messaging===&lt;br /&gt;
There are many useful options that now can be used to full capacity:&lt;br /&gt;
* In GSM networks so-called acknowledge-sms are sent back to the sms's dispatcher in order to indicate that the primal sms was recieved (as message delivery is only best effort and is not guaranteed). So in the SMS dialog there could be equal sized buttons with captions as 'send only', 'send and receive delivery status message' and 'send and notify (e.g. ring) when delivery succeeded'.&lt;br /&gt;
* Related to the previous entry, these acknwolement-sms' should be handled in a different way than normal sms'. I've seen one phone - some old mitsubishi from the 5110 era - do this, it stored these delivery notifications in a separate menu so they didn't bloat the received-folder and you were able to quickly review the status of the messages you had sent.&lt;br /&gt;
* You could be able to set up messages that are sent at a certain time/date&lt;br /&gt;
* Send binary sms. Could be used to feign wap pushes. [http://en.wikipedia.org/wiki/Multimedia_Messaging_Service] See: &lt;br /&gt;
** Resource for SMS encoding: [http://web.archive.org/web/20021016104345/www.dreamfabric.com/sms/] [http://web.archive.org/web/20060411222332/] [http://home.student.utwente.nl/s.p.ekkebus/portfolio/resource/sms_pdu.html] [http://www.ihub.com/Binary%20Messages.htm]&lt;br /&gt;
** Resource for SMS encoding (German): http://de.wikipedia.org/wiki/SMS-Kodierung&lt;br /&gt;
** The infamous pocketpc-attack: http://www.mulliner.org/pocketpc/&lt;br /&gt;
* SMS that start with a certain code word override the silent profile and have the phone ring. So someone could alert you in case of some emergency.&lt;br /&gt;
* Implement a script that de-abbreviates: &amp;quot;hi m8 u k?-sry i 4gt 2 cal u lst nyt-y dnt we go c film 2moz&amp;quot; becomes &amp;quot;Hi mate. Are you okay? I am sorry that I forgot to call you last night. Why don't we go and see a film tomorrow?&amp;quot; (taken from: [http://en.wikipedia.org/wiki/SMS_language])&lt;br /&gt;
** Implement a script that abbreviates :-)&lt;br /&gt;
&lt;br /&gt;
* ''Remind:'' T9 cannot be included in the phone. http://www.tegic.com/about/patent-list.asp it may be legally addable by users in some countries. &lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Speedwords Dutton Speedwords]. Maybe helpful?&lt;br /&gt;
* GPS fun. http://en.wikipedia.org/wiki/Gps2sms&lt;br /&gt;
** Why should we use SMS for that task? Jabber or something similar would be much better and cheaper&lt;br /&gt;
* Input help (which as a matter of fact does not belong to text messaging but input in general): I guess there won't be any [http://en.wikipedia.org/wiki/T9_(predictive_text) T9] as it's not open. Alternatives? (Let's make the worlds most convenient input method for mobiles :-) See: http://en.wikipedia.org/wiki/Predictive_text&lt;br /&gt;
* Anti-Spam feature for SMS. May be it's possible to port some Bayesian based application like bogofilter.&lt;br /&gt;
* Rule based authorizations for received messages. For example, delete messages from one source between 9h00 and 18h00 (workday) allow them otherwise (to get alerting messages).&lt;br /&gt;
&lt;br /&gt;
* Leverage every email app in the universe by having an SM-email gateway on the phone:&lt;br /&gt;
** SMS comes in, gets forward to your inbox, like any other piece of mail.  Appropriate alerts and etc occur - again, just like for email.&lt;br /&gt;
** simple SMTPD running on 127.0.0.1 that is hooked to an email-to-SMS translator that will send email addressed to 'SMS@localhost' (or whatever special address) out via SMS&lt;br /&gt;
&lt;br /&gt;
=== Address Book ===&lt;br /&gt;
&lt;br /&gt;
* Option to search not just the stored list of addresses, but one or more of the online phonebooks. Probably should be modular to make adding/changing phonebook sites easy.  Also allows for future integration with LDAP&lt;br /&gt;
servers or whatever.&lt;br /&gt;
* Web-based map-lookup. 'How do I get there from here? (here = current GPS location)'  This could also be done&lt;br /&gt;
by integrating with whatever on-phone GPS mapping software the Neo ends up using.&lt;br /&gt;
* Random text input 'notes' about a contact&lt;br /&gt;
* Overall, this should more resemble a Palm-pilot's addressbook than your average cellphone's&lt;br /&gt;
&lt;br /&gt;
=== [[Wishlist:Text Input| Text input]] ===&lt;br /&gt;
Something like [http://www.strout.net/info/ideas/hexinput.html HexInput] would be very interesting to try. Especially versions of the QUONG layout. Different variations for different languages will be needed.&lt;br /&gt;
&lt;br /&gt;
Another possibility would be to use [http://www.inference.phy.cam.ac.uk/dasher/ Dasher] along with the touchpad interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Multiboot Support ===&lt;br /&gt;
I'd like to see [[Bootloader|U-Boot]] being enhanced to support a boot menu that allows to boot a complete image from the MMC. This way we have a simple way for part-time developers (aka people actually ''using'' their phone or people not having a separate phone for development) to experiment with new OpenMoko releases or custom images.&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
&lt;br /&gt;
Please see [[Wishlist:Games|the games page]].&lt;br /&gt;
&lt;br /&gt;
=== Reading Support ===&lt;br /&gt;
It would be really great to be able to read :&lt;br /&gt;
&lt;br /&gt;
*PDF&lt;br /&gt;
*Open Office&lt;br /&gt;
*Text files&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
in both landscape and portrait&lt;br /&gt;
&lt;br /&gt;
=== Printing Support ===&lt;br /&gt;
It would be really neat to be able to print over either bluetooth or USB. I can imagine wanting to print:&lt;br /&gt;
&lt;br /&gt;
* Notes&lt;br /&gt;
* Maps&lt;br /&gt;
* Email&lt;br /&gt;
* Calendars&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Cups contains a bluetooth printing backend, so (in theory) once you have your data in postscript format, you could hand it to cups and it'll do the rest. In practice, it depends on&lt;br /&gt;
&lt;br /&gt;
# GTK+'s printing support&lt;br /&gt;
# Making cups run on a really small system&lt;br /&gt;
&lt;br /&gt;
{{note| GTK+'s printing support seems to be very immature in 2.6 (which we need to use for some time). Gtk+ 2.10 contains much better printing support -- once we can use this, it should be more easy.}}&lt;br /&gt;
&lt;br /&gt;
There's always the possibility to render postscript ourselves, but this is not a piece of cake -- in general, printing is much harder than one would imagine.&lt;br /&gt;
&lt;br /&gt;
Further details:&lt;br /&gt;
* [http://groups.osdl.org/apps/group_public/download.php/2205/print-summit-gtk.pdf#search=%22gtk%2B%20printing%20API%22 osdl.org]&lt;br /&gt;
* [http://www.gnome.org/~alexl/presentations/guadec2006-printing.pdf#search=%22gtk%2B%20printing%20API%22 gnome.org]&lt;br /&gt;
* [http://www.j5live.com/?p=204 j5live.com]&lt;br /&gt;
&lt;br /&gt;
=== PalmOS Emulator ===&lt;br /&gt;
&lt;br /&gt;
The Access group is probably coming out with their Linux platform any time soon. One of the components is a PalmOS emulator which I'd like to see working on OpenMoko as well. There are literally millions of PalmOS apps.&lt;br /&gt;
&lt;br /&gt;
=== Special Profiles ===&lt;br /&gt;
&lt;br /&gt;
After reading something about too much features in mobile phones I thought about the following. It would be nice to have the possibility to choose from several profiles when starting the phone the first time. Every user profile is defined for special kinds of user behaviour. &lt;br /&gt;
Let me define some example profiles:&lt;br /&gt;
*'''Beginner''': Only basic functionality like, telephone and sms&lt;br /&gt;
*'''Advanced''': included &amp;quot;Beginner&amp;quot; profile and let me say e-mail, pim functions&lt;br /&gt;
*'''Geek''': every functionality you can get&lt;br /&gt;
*'''Granny''': a minimum of functionality&lt;br /&gt;
etc.&lt;br /&gt;
In addition the user should be able to create his own profiles. The advantage is that the user gets not frustrated by thousands of menus. What do you think about such a feature?&lt;br /&gt;
&lt;br /&gt;
=== GPS Assisted Bluetooth Management ===&lt;br /&gt;
&lt;br /&gt;
Allow Bluetooth to automatically turn off after loosing connectivity and to automatically turn back on based upon GPS location.&lt;br /&gt;
&lt;br /&gt;
A Bluetooth device is configured for automatic reacquisition based on the following profiles:&lt;br /&gt;
* Manual - only when Bluetooth is on&lt;br /&gt;
* Non-mobile - the target device is not mobile, periodically attempt reacquisition when in the general area of the device.&lt;br /&gt;
* Mobile - the target device is mobile, periodically attempt reacquisition when in the general area of the device.&lt;br /&gt;
&lt;br /&gt;
Each target device is configured as follows:&lt;br /&gt;
* Automatic acquisition at last known location: enable/disable&lt;br /&gt;
* Automatic acquisition at these locations: list of nickname + coordinates + range&lt;br /&gt;
&lt;br /&gt;
==== Non-mobile devices ====&lt;br /&gt;
&lt;br /&gt;
Examples devices include: computers&lt;br /&gt;
&lt;br /&gt;
The location and range of the target device is determined via training.  Periodically, the current GPS coordinates and Bluetooth signal strength are logged. Additionally, connectivity loss events are logged.  An algorithm uses these logs to determine the device location and range.&lt;br /&gt;
&lt;br /&gt;
Connection attempts are made when in a configurable proximity to the device.  The first attempt when entering the proximity and further attempts at a configurable interval.&lt;br /&gt;
&lt;br /&gt;
==== Mobile devices ====&lt;br /&gt;
&lt;br /&gt;
Example devices include: automobiles&lt;br /&gt;
&lt;br /&gt;
Mobile devices are configured to have two types of locations:&lt;br /&gt;
# Last known location&lt;br /&gt;
# Non-mobile locations (homes)&lt;br /&gt;
&lt;br /&gt;
===== Last known location =====&lt;br /&gt;
&lt;br /&gt;
A car is mobile, ideally, when you leave your car, the phone should note the car's location when connectivity is lost and then attempt to reacquire the car when you return to the location of the car.&lt;br /&gt;
&lt;br /&gt;
===== Non-mobile locations (homes) =====&lt;br /&gt;
&lt;br /&gt;
As mobile devices may have multiple users, it is not sufficient to always use the last known location.  In this case, the device may additionally have multiple homes.  For example, a car might have as its homes: home garage and work parking lot.&lt;br /&gt;
&lt;br /&gt;
=== Ambient Noise Detection ===&lt;br /&gt;
&lt;br /&gt;
Using the microphone to [[Wishlist:Ambient Noise Detection|detect ambient noise]] the ringtone volume could be adjusted automatically.&lt;br /&gt;
&lt;br /&gt;
=== Ignore-Call Button ===&lt;br /&gt;
&lt;br /&gt;
[[Wishlist:Ignore Call Button|Shut up a ringing phone]], without rejecting the call.&lt;br /&gt;
&lt;br /&gt;
Another alternative might be to use microphone to recognize when the user gives an audible &amp;quot;Shhh!&amp;quot; command.  This could prove difficult to determine with the simultaneous ringing, and possible in-pocket shuffling noises.&lt;br /&gt;
&lt;br /&gt;
=== Mute Button ===&lt;br /&gt;
&lt;br /&gt;
Button to temporarily disable microphone while talking.&lt;br /&gt;
&lt;br /&gt;
=== Hold Button ===&lt;br /&gt;
&lt;br /&gt;
Similar to mute, but plays a sound file for the user on the other end while they wait.  The sound file could be chosen in some setup beforehand.&lt;br /&gt;
&lt;br /&gt;
=== Silent mode timeout ===&lt;br /&gt;
&lt;br /&gt;
With a [[Wishlist:Silent mode timeout|&amp;quot;silent mode&amp;quot; timeout]], there is no need to turn the ringer back on if you previously know how long will be the film/meeting/...&lt;br /&gt;
&lt;br /&gt;
=== Context based TO-DO list ===&lt;br /&gt;
&lt;br /&gt;
I arrives to home and there is some &amp;quot;@home&amp;quot; things in the to-do list, the [[Wishlist:context based to-do list|Context based to-do list]] reminds me that.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth neighbor detection and multiuser apps  ===&lt;br /&gt;
&lt;br /&gt;
Like the one laptop per child (OLPC) interface, keep a number in the status bar that represents a count of other openmoko or compatible bluetooth devices in the area. Allow for the spontaneous initiation of a chatroom or multiplayer game or file trading with any moko in the area.&lt;br /&gt;
&lt;br /&gt;
=== Exchange Integration ===&lt;br /&gt;
&lt;br /&gt;
Once there is good TCP/IP connectivity on this phone, integration with corportate email/calendar/todo/etc servers would be a big advantage... near-real-time automatic email downloads and automatic bi-directional syncing are productivity boosters that you have to experience to appreciate. It turns your phone from a 'nice gadget to fiddle with' to a natural-feeling extension of your day-to-day life.&lt;br /&gt;
&lt;br /&gt;
=== Vibrate Pattern Recorder ===&lt;br /&gt;
&lt;br /&gt;
An application that would allow the user to define their own vibration patterns, and possibly link them to audio files.  Recording would be done in real time initiated with a &amp;quot;Record&amp;quot; button, optionally playing the associated sound file in sync with recording).  While recording, the user would press and hold a button to define the timing and duration of vibration.  The user would press &amp;quot;Stop&amp;quot; when finished.  Vibration patterns would have the option of being looped(would terminate at some global ringtone length maximum).&lt;br /&gt;
&lt;br /&gt;
One simple suggested vibration file format would be a sort of run-length encoding: First byte defines the length of a &amp;quot;time-slice&amp;quot; in milliseconds, which would determine the overall tempo(actually the inverse of tempo).  The next byte would define the number of time-slices to leave the vibration on, and then another byte for how long to pause after.  Continue alternating these on/off bytes until the entire pattern is defined.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth Walkie Talkie ===&lt;br /&gt;
&lt;br /&gt;
Let OpenMoko devices connect to one another via bluetooth and hold a conversation.  Depending on the effective range between two devices, this might be a very silly thing to do, so maybe it's only purpose is as a fun toy application.&lt;br /&gt;
&lt;br /&gt;
=== PC Input Device ===&lt;br /&gt;
&lt;br /&gt;
Provide a method to use the touchscreen as input device for a nearby desktop machine.  Could connect over USB or bluetooth.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Notification And Ringtone Manager ===&lt;br /&gt;
&lt;br /&gt;
[[Wishlist-ANARM|ANARM]] would be an application for handling all event-based audible notifications from an OpenMoko device.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth Car Connection ===&lt;br /&gt;
&lt;br /&gt;
Have a deeper connection to the car than just handsfree speakerphone.  For instance a transciever with challenge/response systems to open, possibly even start the car.  Possibly go as far as OBD connection to monitor car status on screen/log for later.&lt;br /&gt;
&lt;br /&gt;
=== Conversation Recorder ===&lt;br /&gt;
&lt;br /&gt;
An option to record phone conversations.  Would be helpful to have the device always recording for every call, with the sound data encoded to low quality Ogg Vorbis or SPEEX and stored in RAM.  At the end of the conversation the user would have the option to save to flash or discard the conversation.  This idea could also be applied to voicemail so you could save voicemails locally.&lt;br /&gt;
&lt;br /&gt;
=== Location based reminders ===&lt;br /&gt;
[[Wishlist:Location_based_reminders|Location based reminders]] can be used to notify users of various events or reminders that are location based.&lt;br /&gt;
&lt;br /&gt;
=== Sport tracker ===&lt;br /&gt;
[[Wishlist:Sport_tracker|Sport tracker]] can be used to measure the distance/velocity from point A to point B (or it could have several intermediate stopping points) using GPS.  This would be extremely useful for running, biking, hiking, etc.&lt;br /&gt;
&lt;br /&gt;
=== Standby clock ===&lt;br /&gt;
A quick way to see what [[Wishlist:Standby_clock|time]] it is.&lt;br /&gt;
&lt;br /&gt;
=== Internet Connection Management ===&lt;br /&gt;
An application that automatically chooses the best available connection method, between Bluetooth, USBnet, Wifi, GPRS, etc.  For GPRS or other services where the user may be paying per kb, there should be options to limit data transfer.  The user could be asked permission to transfer data: per connection, per process, per process for a specific time limit, per process for a specific data size limit, etc.&lt;br /&gt;
&lt;br /&gt;
== Software: Language bindings ==&lt;br /&gt;
=== Python bindings ===&lt;br /&gt;
Python bindings seem to be a commonly requested feature.  &lt;br /&gt;
&lt;br /&gt;
[[User:Mickey]] says, &amp;quot;They are kind of usable on the [http://www.maemo.org Nokia 770], but it's at the lower end of being bearable. We should keep this in mind -- Gtk+ already comes with Python Bindings, so we &amp;quot;just&amp;quot; would need to wrap libmoko*. I would prefer to leave this to the community do though, since it doesn't make sense to start wrapping the API until we have a stable API -- and I can imagine it will take us a couple of months after going open until we can start with stabilizing the libmoko API.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== C++ bindings ===&lt;br /&gt;
There is a whole skilled C++ community coming from the [http://qtopia.net Qtopia] and [http://opie.handhelds.org Opie] projects. If we would consider basing OpenMoko C++ Bindings on [http://www.gtkmm.org/ Gtkmm], then we could drag these guys in.&lt;br /&gt;
&lt;br /&gt;
=== Other bindings ===&lt;br /&gt;
* Perl&lt;br /&gt;
* Ruby&lt;br /&gt;
* C#&lt;br /&gt;
* I think you could skip a bunch of these by binding to Dbus; most languages already have Dbus bindings&lt;br /&gt;
&lt;br /&gt;
== Software: Foreign Widget Set Bindings ==&lt;br /&gt;
=== Qt Integration ===&lt;br /&gt;
The Trolltech folks have a great widget library. I'd like to interface OpenMoko with Qt4, so that we can write Qt4 applications for the phone which don't look alienated.&lt;br /&gt;
&lt;br /&gt;
=== Maemo Integration ===&lt;br /&gt;
The Maemo folks have created a successful standard for Webpad applications. I'd like to have a set of MaemoMoko and MokoMaemo wrapper classes that allow me add support for running OpenMoko applications on Maemo and vice versa. Perhaps we can get help from the Nokia OSS folks for that.&lt;br /&gt;
&lt;br /&gt;
=== wxWidgets Integration ===&lt;br /&gt;
wxWidgets is a cross-platform application framework that's very popular (I'd say, #3 after Qt and Gtk+). On Linux, wxWidgets uses Gtk+ to implement the widgets. It shouldn't be hard to add support for the additional OpenMoko classes to wxWidgets hence supporting the native OpenMoko look and feel for wxWidgets applications.&lt;br /&gt;
&lt;br /&gt;
wxWidgets team wants OpenMoko classes too and we (wxWidgets) plan to include this project as one of our ideas for  [http://google-code-updates.blogspot.com/2007/02/speaking-of-summer.html GSoC 2007]&lt;br /&gt;
&lt;br /&gt;
=== SDL Integration ===&lt;br /&gt;
SDL is ''the'' game developer library. There are tons of SDL games out there. We should add OpenMoko support into SDL.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
See [[Wish List - Hardware]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Ideas]]&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wish_List</id>
		<title>Wish List</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wish_List"/>
				<updated>2007-03-23T11:04:36Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: /* Text Messaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is a place to collect various thoughts about the future of the [[OpenMoko]] software platform.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
=== Painless SDK installation &amp;amp; Setup ===&lt;br /&gt;
Our goal should be a completely painless setup for somebody wanting to develop using [[OpenMoko]]&lt;br /&gt;
&lt;br /&gt;
* one command for installation (apt-get install openmoko)&lt;br /&gt;
* one command to start Xnest (openmoko-xephyr?)&lt;br /&gt;
* one command to start an i386 shell (openmoko-386-shell)&lt;br /&gt;
* one command to start an armel shell (openmoko-armel-shell)&lt;br /&gt;
&lt;br /&gt;
No extra configuration required.&lt;br /&gt;
&lt;br /&gt;
=== IDE Plugins ===&lt;br /&gt;
People like to see plugins for&lt;br /&gt;
* [http://anjuta.sourceforge.net Anjuta]&lt;br /&gt;
* [http://www.eclipse.org Eclipse]&lt;br /&gt;
* [http://www.kdevelop.org KDevelop]&lt;br /&gt;
* [http://developer.apple.com/tools/xcode/ XCode]&lt;br /&gt;
* [http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio 2005]&lt;br /&gt;
&lt;br /&gt;
=== UI Designer ===&lt;br /&gt;
Glade code generation is deprecated, so we don't want to use it. The Gtk+ powers told me that the plan is to have gtk 2.12 (out early 2007) with support for GtkBuilder, a libglade derivative which breaks a bit the XML definition in order to support all the new widgets and properties; as soon as it's in the other ui builders will add support for this format. See also [http://bugzilla.gnome.org/show_bug.cgi?id=172535 the relevant bug entry]&lt;br /&gt;
* Possibly a Landscape (rotated) view for the screen (480x640 *or* 640x480)?&lt;br /&gt;
&lt;br /&gt;
== Community Support ==&lt;br /&gt;
&lt;br /&gt;
=== projects.openmoko.org ===&lt;br /&gt;
Infrastructure for developers with&lt;br /&gt;
* One bugzilla for all projects (makes moving bugs forth and backwards between projects ''very'' easy)&lt;br /&gt;
* One mailing list for project&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
=== Community Images ===&lt;br /&gt;
In the future there could be complete, unofficial &amp;quot;product images&amp;quot; that are created by the community, for example maybe one that incorporates only free software (in the GNU or OSI sense). Or images build with a particular niche market in mind -- a student for example.&lt;br /&gt;
&lt;br /&gt;
== Software: Additional features ==&lt;br /&gt;
===Text Messaging===&lt;br /&gt;
There are many useful options that now can be used to full capacity:&lt;br /&gt;
* In GSM networks so-called acknowledge-sms are sent back to the sms's dispatcher in order to indicate that the primal sms was recieved (as message delivery is only best effort and is not guaranteed). So in the SMS dialog there could be equal sized buttons with captions as 'send only', 'send and receive delivery status message' and 'send and notify (e.g. ring) when delivery succeeded'.&lt;br /&gt;
* Related to the previous entry, these acknwolement-sms' should be handled in a different way than normal sms'. I've seem one phone - some old mitsubishi from the 5110 era - do this, it stored these delivery notifications in a separate menu so they didn't bloat the received-folder and you were able to quickly review the status of the messages you had sent.&lt;br /&gt;
* You could be able to set up messages that are sent at a certain time/date&lt;br /&gt;
* Send binary sms. Could be used to feign wap pushes. [http://en.wikipedia.org/wiki/Multimedia_Messaging_Service] See: &lt;br /&gt;
** Resource for SMS encoding: [http://web.archive.org/web/20021016104345/www.dreamfabric.com/sms/] [http://web.archive.org/web/20060411222332/] [http://home.student.utwente.nl/s.p.ekkebus/portfolio/resource/sms_pdu.html] [http://www.ihub.com/Binary%20Messages.htm]&lt;br /&gt;
** Resource for SMS encoding (German): http://de.wikipedia.org/wiki/SMS-Kodierung&lt;br /&gt;
** The infamous pocketpc-attack: http://www.mulliner.org/pocketpc/&lt;br /&gt;
* SMS that start with a certain code word override the silent profile and have the phone ring. So someone could alert you in case of some emergency.&lt;br /&gt;
* Implement a script that de-abbreviates: &amp;quot;hi m8 u k?-sry i 4gt 2 cal u lst nyt-y dnt we go c film 2moz&amp;quot; becomes &amp;quot;Hi mate. Are you okay? I am sorry that I forgot to call you last night. Why don't we go and see a film tomorrow?&amp;quot; (taken from: [http://en.wikipedia.org/wiki/SMS_language])&lt;br /&gt;
** Implement a script that abbreviates :-)&lt;br /&gt;
&lt;br /&gt;
* ''Remind:'' T9 cannot be included in the phone. http://www.tegic.com/about/patent-list.asp it may be legally addable by users in some countries. &lt;br /&gt;
&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Speedwords Dutton Speedwords]. Maybe helpful?&lt;br /&gt;
* GPS fun. http://en.wikipedia.org/wiki/Gps2sms&lt;br /&gt;
** Why should we use SMS for that task? Jabber or something similar would be much better and cheaper&lt;br /&gt;
* Input help (which as a matter of fact does not belong to text messaging but input in general): I guess there won't be any [http://en.wikipedia.org/wiki/T9_(predictive_text) T9] as it's not open. Alternatives? (Let's make the worlds most convenient input method for mobiles :-) See: http://en.wikipedia.org/wiki/Predictive_text&lt;br /&gt;
* Anti-Spam feature for SMS. May be it's possible to port some Bayesian based application like bogofilter.&lt;br /&gt;
* Rule based authorizations for received messages. For example, delete messages from one source between 9h00 and 18h00 (workday) allow them otherwise (to get alerting messages).&lt;br /&gt;
&lt;br /&gt;
* Leverage every email app in the universe by having an SM-email gateway on the phone:&lt;br /&gt;
** SMS comes in, gets forward to your inbox, like any other piece of mail.  Appropriate alerts and etc occur - again, just like for email.&lt;br /&gt;
** simple SMTPD running on 127.0.0.1 that is hooked to an email-to-SMS translator that will send email addressed to 'SMS@localhost' (or whatever special address) out via SMS&lt;br /&gt;
&lt;br /&gt;
=== Address Book ===&lt;br /&gt;
&lt;br /&gt;
* Option to search not just the stored list of addresses, but one or more of the online phonebooks. Probably should be modular to make adding/changing phonebook sites easy.  Also allows for future integration with LDAP&lt;br /&gt;
servers or whatever.&lt;br /&gt;
* Web-based map-lookup. 'How do I get there from here? (here = current GPS location)'  This could also be done&lt;br /&gt;
by integrating with whatever on-phone GPS mapping software the Neo ends up using.&lt;br /&gt;
* Random text input 'notes' about a contact&lt;br /&gt;
* Overall, this should more resemble a Palm-pilot's addressbook than your average cellphone's&lt;br /&gt;
&lt;br /&gt;
=== [[Wishlist:Text Input| Text input]] ===&lt;br /&gt;
Something like [http://www.strout.net/info/ideas/hexinput.html HexInput] would be very interesting to try. Especially versions of the QUONG layout. Different variations for different languages will be needed.&lt;br /&gt;
&lt;br /&gt;
Another possibility would be to use [http://www.inference.phy.cam.ac.uk/dasher/ Dasher] along with the touchpad interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Multiboot Support ===&lt;br /&gt;
I'd like to see [[Bootloader|U-Boot]] being enhanced to support a boot menu that allows to boot a complete image from the MMC. This way we have a simple way for part-time developers (aka people actually ''using'' their phone or people not having a separate phone for development) to experiment with new OpenMoko releases or custom images.&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
&lt;br /&gt;
Please see [[Wishlist:Games|the games page]].&lt;br /&gt;
&lt;br /&gt;
=== Reading Support ===&lt;br /&gt;
It would be really great to be able to read :&lt;br /&gt;
&lt;br /&gt;
*PDF&lt;br /&gt;
*Open Office&lt;br /&gt;
*Text files&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
in both landscape and portrait&lt;br /&gt;
&lt;br /&gt;
=== Printing Support ===&lt;br /&gt;
It would be really neat to be able to print over either bluetooth or USB. I can imagine wanting to print:&lt;br /&gt;
&lt;br /&gt;
* Notes&lt;br /&gt;
* Maps&lt;br /&gt;
* Email&lt;br /&gt;
* Calendars&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Cups contains a bluetooth printing backend, so (in theory) once you have your data in postscript format, you could hand it to cups and it'll do the rest. In practice, it depends on&lt;br /&gt;
&lt;br /&gt;
# GTK+'s printing support&lt;br /&gt;
# Making cups run on a really small system&lt;br /&gt;
&lt;br /&gt;
{{note| GTK+'s printing support seems to be very immature in 2.6 (which we need to use for some time). Gtk+ 2.10 contains much better printing support -- once we can use this, it should be more easy.}}&lt;br /&gt;
&lt;br /&gt;
There's always the possibility to render postscript ourselves, but this is not a piece of cake -- in general, printing is much harder than one would imagine.&lt;br /&gt;
&lt;br /&gt;
Further details:&lt;br /&gt;
* [http://groups.osdl.org/apps/group_public/download.php/2205/print-summit-gtk.pdf#search=%22gtk%2B%20printing%20API%22 osdl.org]&lt;br /&gt;
* [http://www.gnome.org/~alexl/presentations/guadec2006-printing.pdf#search=%22gtk%2B%20printing%20API%22 gnome.org]&lt;br /&gt;
* [http://www.j5live.com/?p=204 j5live.com]&lt;br /&gt;
&lt;br /&gt;
=== PalmOS Emulator ===&lt;br /&gt;
&lt;br /&gt;
The Access group is probably coming out with their Linux platform any time soon. One of the components is a PalmOS emulator which I'd like to see working on OpenMoko as well. There are literally millions of PalmOS apps.&lt;br /&gt;
&lt;br /&gt;
=== Special Profiles ===&lt;br /&gt;
&lt;br /&gt;
After reading something about too much features in mobile phones I thought about the following. It would be nice to have the possibility to choose from several profiles when starting the phone the first time. Every user profile is defined for special kinds of user behaviour. &lt;br /&gt;
Let me define some example profiles:&lt;br /&gt;
*'''Beginner''': Only basic functionality like, telephone and sms&lt;br /&gt;
*'''Advanced''': included &amp;quot;Beginner&amp;quot; profile and let me say e-mail, pim functions&lt;br /&gt;
*'''Geek''': every functionality you can get&lt;br /&gt;
*'''Granny''': a minimum of functionality&lt;br /&gt;
etc.&lt;br /&gt;
In addition the user should be able to create his own profiles. The advantage is that the user gets not frustrated by thousands of menus. What do you think about such a feature?&lt;br /&gt;
&lt;br /&gt;
=== GPS Assisted Bluetooth Management ===&lt;br /&gt;
&lt;br /&gt;
Allow Bluetooth to automatically turn off after loosing connectivity and to automatically turn back on based upon GPS location.&lt;br /&gt;
&lt;br /&gt;
A Bluetooth device is configured for automatic reacquisition based on the following profiles:&lt;br /&gt;
* Manual - only when Bluetooth is on&lt;br /&gt;
* Non-mobile - the target device is not mobile, periodically attempt reacquisition when in the general area of the device.&lt;br /&gt;
* Mobile - the target device is mobile, periodically attempt reacquisition when in the general area of the device.&lt;br /&gt;
&lt;br /&gt;
Each target device is configured as follows:&lt;br /&gt;
* Automatic acquisition at last known location: enable/disable&lt;br /&gt;
* Automatic acquisition at these locations: list of nickname + coordinates + range&lt;br /&gt;
&lt;br /&gt;
==== Non-mobile devices ====&lt;br /&gt;
&lt;br /&gt;
Examples devices include: computers&lt;br /&gt;
&lt;br /&gt;
The location and range of the target device is determined via training.  Periodically, the current GPS coordinates and Bluetooth signal strength are logged. Additionally, connectivity loss events are logged.  An algorithm uses these logs to determine the device location and range.&lt;br /&gt;
&lt;br /&gt;
Connection attempts are made when in a configurable proximity to the device.  The first attempt when entering the proximity and further attempts at a configurable interval.&lt;br /&gt;
&lt;br /&gt;
==== Mobile devices ====&lt;br /&gt;
&lt;br /&gt;
Example devices include: automobiles&lt;br /&gt;
&lt;br /&gt;
Mobile devices are configured to have two types of locations:&lt;br /&gt;
# Last known location&lt;br /&gt;
# Non-mobile locations (homes)&lt;br /&gt;
&lt;br /&gt;
===== Last known location =====&lt;br /&gt;
&lt;br /&gt;
A car is mobile, ideally, when you leave your car, the phone should note the car's location when connectivity is lost and then attempt to reacquire the car when you return to the location of the car.&lt;br /&gt;
&lt;br /&gt;
===== Non-mobile locations (homes) =====&lt;br /&gt;
&lt;br /&gt;
As mobile devices may have multiple users, it is not sufficient to always use the last known location.  In this case, the device may additionally have multiple homes.  For example, a car might have as its homes: home garage and work parking lot.&lt;br /&gt;
&lt;br /&gt;
=== Ambient Noise Detection ===&lt;br /&gt;
&lt;br /&gt;
Using the microphone to [[Wishlist:Ambient Noise Detection|detect ambient noise]] the ringtone volume could be adjusted automatically.&lt;br /&gt;
&lt;br /&gt;
=== Ignore-Call Button ===&lt;br /&gt;
&lt;br /&gt;
[[Wishlist:Ignore Call Button|Shut up a ringing phone]], without rejecting the call.&lt;br /&gt;
&lt;br /&gt;
Another alternative might be to use microphone to recognize when the user gives an audible &amp;quot;Shhh!&amp;quot; command.  This could prove difficult to determine with the simultaneous ringing, and possible in-pocket shuffling noises.&lt;br /&gt;
&lt;br /&gt;
=== Mute Button ===&lt;br /&gt;
&lt;br /&gt;
Button to temporarily disable microphone while talking.&lt;br /&gt;
&lt;br /&gt;
=== Hold Button ===&lt;br /&gt;
&lt;br /&gt;
Similar to mute, but plays a sound file for the user on the other end while they wait.  The sound file could be chosen in some setup beforehand.&lt;br /&gt;
&lt;br /&gt;
=== Silent mode timeout ===&lt;br /&gt;
&lt;br /&gt;
With a [[Wishlist:Silent mode timeout|&amp;quot;silent mode&amp;quot; timeout]], there is no need to turn the ringer back on if you previously know how long will be the film/meeting/...&lt;br /&gt;
&lt;br /&gt;
=== Context based TO-DO list ===&lt;br /&gt;
&lt;br /&gt;
I arrives to home and there is some &amp;quot;@home&amp;quot; things in the to-do list, the [[Wishlist:context based to-do list|Context based to-do list]] reminds me that.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth neighbor detection and multiuser apps  ===&lt;br /&gt;
&lt;br /&gt;
Like the one laptop per child (OLPC) interface, keep a number in the status bar that represents a count of other openmoko or compatible bluetooth devices in the area. Allow for the spontaneous initiation of a chatroom or multiplayer game or file trading with any moko in the area.&lt;br /&gt;
&lt;br /&gt;
=== Exchange Integration ===&lt;br /&gt;
&lt;br /&gt;
Once there is good TCP/IP connectivity on this phone, integration with corportate email/calendar/todo/etc servers would be a big advantage... near-real-time automatic email downloads and automatic bi-directional syncing are productivity boosters that you have to experience to appreciate. It turns your phone from a 'nice gadget to fiddle with' to a natural-feeling extension of your day-to-day life.&lt;br /&gt;
&lt;br /&gt;
=== Vibrate Pattern Recorder ===&lt;br /&gt;
&lt;br /&gt;
An application that would allow the user to define their own vibration patterns, and possibly link them to audio files.  Recording would be done in real time initiated with a &amp;quot;Record&amp;quot; button, optionally playing the associated sound file in sync with recording).  While recording, the user would press and hold a button to define the timing and duration of vibration.  The user would press &amp;quot;Stop&amp;quot; when finished.  Vibration patterns would have the option of being looped(would terminate at some global ringtone length maximum).&lt;br /&gt;
&lt;br /&gt;
One simple suggested vibration file format would be a sort of run-length encoding: First byte defines the length of a &amp;quot;time-slice&amp;quot; in milliseconds, which would determine the overall tempo(actually the inverse of tempo).  The next byte would define the number of time-slices to leave the vibration on, and then another byte for how long to pause after.  Continue alternating these on/off bytes until the entire pattern is defined.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth Walkie Talkie ===&lt;br /&gt;
&lt;br /&gt;
Let OpenMoko devices connect to one another via bluetooth and hold a conversation.  Depending on the effective range between two devices, this might be a very silly thing to do, so maybe it's only purpose is as a fun toy application.&lt;br /&gt;
&lt;br /&gt;
=== PC Input Device ===&lt;br /&gt;
&lt;br /&gt;
Provide a method to use the touchscreen as input device for a nearby desktop machine.  Could connect over USB or bluetooth.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Notification And Ringtone Manager ===&lt;br /&gt;
&lt;br /&gt;
[[Wishlist-ANARM|ANARM]] would be an application for handling all event-based audible notifications from an OpenMoko device.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth Car Connection ===&lt;br /&gt;
&lt;br /&gt;
Have a deeper connection to the car than just handsfree speakerphone.  For instance a transciever with challenge/response systems to open, possibly even start the car.  Possibly go as far as OBD connection to monitor car status on screen/log for later.&lt;br /&gt;
&lt;br /&gt;
=== Conversation Recorder ===&lt;br /&gt;
&lt;br /&gt;
An option to record phone conversations.  Would be helpful to have the device always recording for every call, with the sound data encoded to low quality Ogg Vorbis or SPEEX and stored in RAM.  At the end of the conversation the user would have the option to save to flash or discard the conversation.  This idea could also be applied to voicemail so you could save voicemails locally.&lt;br /&gt;
&lt;br /&gt;
=== Location based reminders ===&lt;br /&gt;
[[Wishlist:Location_based_reminders|Location based reminders]] can be used to notify users of various events or reminders that are location based.&lt;br /&gt;
&lt;br /&gt;
=== Sport tracker ===&lt;br /&gt;
[[Wishlist:Sport_tracker|Sport tracker]] can be used to measure the distance/velocity from point A to point B (or it could have several intermediate stopping points) using GPS.  This would be extremely useful for running, biking, hiking, etc.&lt;br /&gt;
&lt;br /&gt;
=== Standby clock ===&lt;br /&gt;
A quick way to see what [[Wishlist:Standby_clock|time]] it is.&lt;br /&gt;
&lt;br /&gt;
=== Internet Connection Management ===&lt;br /&gt;
An application that automatically chooses the best available connection method, between Bluetooth, USBnet, Wifi, GPRS, etc.  For GPRS or other services where the user may be paying per kb, there should be options to limit data transfer.  The user could be asked permission to transfer data: per connection, per process, per process for a specific time limit, per process for a specific data size limit, etc.&lt;br /&gt;
&lt;br /&gt;
== Software: Language bindings ==&lt;br /&gt;
=== Python bindings ===&lt;br /&gt;
Python bindings seem to be a commonly requested feature.  &lt;br /&gt;
&lt;br /&gt;
[[User:Mickey]] says, &amp;quot;They are kind of usable on the [http://www.maemo.org Nokia 770], but it's at the lower end of being bearable. We should keep this in mind -- Gtk+ already comes with Python Bindings, so we &amp;quot;just&amp;quot; would need to wrap libmoko*. I would prefer to leave this to the community do though, since it doesn't make sense to start wrapping the API until we have a stable API -- and I can imagine it will take us a couple of months after going open until we can start with stabilizing the libmoko API.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== C++ bindings ===&lt;br /&gt;
There is a whole skilled C++ community coming from the [http://qtopia.net Qtopia] and [http://opie.handhelds.org Opie] projects. If we would consider basing OpenMoko C++ Bindings on [http://www.gtkmm.org/ Gtkmm], then we could drag these guys in.&lt;br /&gt;
&lt;br /&gt;
=== Other bindings ===&lt;br /&gt;
* Perl&lt;br /&gt;
* Ruby&lt;br /&gt;
* C#&lt;br /&gt;
* I think you could skip a bunch of these by binding to Dbus; most languages already have Dbus bindings&lt;br /&gt;
&lt;br /&gt;
== Software: Foreign Widget Set Bindings ==&lt;br /&gt;
=== Qt Integration ===&lt;br /&gt;
The Trolltech folks have a great widget library. I'd like to interface OpenMoko with Qt4, so that we can write Qt4 applications for the phone which don't look alienated.&lt;br /&gt;
&lt;br /&gt;
=== Maemo Integration ===&lt;br /&gt;
The Maemo folks have created a successful standard for Webpad applications. I'd like to have a set of MaemoMoko and MokoMaemo wrapper classes that allow me add support for running OpenMoko applications on Maemo and vice versa. Perhaps we can get help from the Nokia OSS folks for that.&lt;br /&gt;
&lt;br /&gt;
=== wxWidgets Integration ===&lt;br /&gt;
wxWidgets is a cross-platform application framework that's very popular (I'd say, #3 after Qt and Gtk+). On Linux, wxWidgets uses Gtk+ to implement the widgets. It shouldn't be hard to add support for the additional OpenMoko classes to wxWidgets hence supporting the native OpenMoko look and feel for wxWidgets applications.&lt;br /&gt;
&lt;br /&gt;
wxWidgets team wants OpenMoko classes too and we (wxWidgets) plan to include this project as one of our ideas for  [http://google-code-updates.blogspot.com/2007/02/speaking-of-summer.html GSoC 2007]&lt;br /&gt;
&lt;br /&gt;
=== SDL Integration ===&lt;br /&gt;
SDL is ''the'' game developer library. There are tons of SDL games out there. We should add OpenMoko support into SDL.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
See [[Wish List - Hardware]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Ideas]]&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo_1973_Battery</id>
		<title>Neo 1973 Battery</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo_1973_Battery"/>
				<updated>2007-03-22T13:30:17Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The battery is a one 3.7V (nominal) cell.&lt;br /&gt;
It has internal protection circuitry, and a capacity of 1200mAh.&lt;br /&gt;
&lt;br /&gt;
On the battery, which has dimensions of approximately 53mm*38mm*7mm is&lt;br /&gt;
written &amp;quot;FIC, First International Computer, Model: GTC-01/GTA-01, Standard Battery Pack, 1200mAh Li-ion, Rechargeable Battery: 3.7V&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility ===&lt;br /&gt;
[[Image:Neo1973-with-BL5C-battery.png|right|thumb|100px|Neo1973 with Nokia BL-5C Battery]]&lt;br /&gt;
It is apparently compatible with the Nokia BL-5C See [http://lists.openmoko.org/pipermail/community/2007-February/003758.html this mailing list post] These are available very inexpensively from ebay. Though quality will of course vary.&lt;br /&gt;
&lt;br /&gt;
BL-5C battery will work in Neo, but not the other way around. Battery is too thick for Nokia, and attempting to use Neo battery in nokia will result in Nokia entering strange &amp;quot;test mode&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Nokia BL-6C is a bit thicker than BL-5C, but (almost?) identical in all other dimensions and electrically. Maybe it'll fit inside Neo too. The original BL-6C is 1070mAh compared to BL-5C 850mAh making it a slightly more interesting replacement battery. Could somebody confirm if it fits?&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo1973_compatible_cellphone_providers</id>
		<title>Neo1973 compatible cellphone providers</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo1973_compatible_cellphone_providers"/>
				<updated>2007-03-20T12:44:31Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
OpenMoko uses quad-band [[GSM]] (850/900/1800/1900 MHz) so any GSM provider in the world should be compatible. Choosing the right (GSM) provider is not a special topic only for using the Neo1973 at your place - In general: when you are looking for a mobil solution at your region you would have to care abouts:&lt;br /&gt;
* the network coverage of different provider&lt;br /&gt;
* different tariffs of these provider&lt;br /&gt;
and choose the right for you. ;)  When your haven't experiances with GSM coverage at your town yet, it would be clearly more usefull to ask people at your town with GSM experiances - then asking our mailinglist. When you have doupts about the coverage, borrow a GSM device or buy a cheap(used) one and maybe buy a cheap prepaidcard (mostly starts at 10 US$/Euro). Good information about Prepaid GSM cards:&lt;br /&gt;
* [http://www.prepaidgsm.net/ PrePaidGSM - worldwide overview about GSM prepaid offers]&lt;br /&gt;
Think twice before choosing a tariff with long duration contracts (&amp;gt;= 1 year) especialy prices for GPRS data tariffs will (likly) fall (in most countries). Long duration contracts are mostly combined with hardware subvention but heavy advertised - so a second view to GSM offers beside the biggest advertisment flyers worth a view ;)&lt;br /&gt;
&lt;br /&gt;
Why GSM? Because this standard is used in more contries then any other mobile phone standard. So it's coverage was the best choice for building a first device to start OpenMoko. When Neo1973/OpenMoko is succsessfull, it is very likly that there will come new devices to the market, running OpenMoko and supporting other mobile phone standards as well. When GSM has not the best coverage at your town, e.g. some region in the USA, please be patient with OpenMoko and the GSM coverage at your town...&lt;br /&gt;
&lt;br /&gt;
This is a breakdown of OpenMoko-compatible providers around the world. Please help by filling this out alphabetically:&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
* [http://www.fido.ca/ Fido]&lt;br /&gt;
* [http://www.icewireless.ca/ IceWireless]&lt;br /&gt;
* [http://www.rogers.ca/ Rogers]&lt;br /&gt;
&lt;br /&gt;
== China ==&lt;br /&gt;
* Please add to the list.&lt;br /&gt;
&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.vodafone.cz/ Vodafone]&lt;br /&gt;
* [http://www.cz.o2.com/ o2]&lt;br /&gt;
* [http://www.t-mobile.cz/ T-mobile]&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.cubio.fi Cubio]&lt;br /&gt;
* [http://www.dnafinland.fi Dna] - Also a roaming network operator (Network operated under the name Dna Networks Ltd)&lt;br /&gt;
* [http://www.elisa.fi Elisa] - Also a roaming network operator.&lt;br /&gt;
* [http://www.go.fi Go mobile]&lt;br /&gt;
* [http://www.hesburger.fi/heseliittyma/ Hesburger] - Do you want sim card(s) with that?&lt;br /&gt;
* [http://www.kolumbus.fi Kolumbus] - Strangely they don't offer their website in English, but they're a part of the Elisa.&lt;br /&gt;
* [http://www.teliasonera.com Teliasonera] - Also a roaming network operator.&lt;br /&gt;
* [http://www.tele.fi Telefinland] - They haven't got an English site, but they're part of the Teliasonera.&lt;br /&gt;
* [http://www.gsm.aland.fi/ Ålands Mobiltelefon] - Only in the Åland Islands in the southwestern Finland. Also a roaming network operator.&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
All: &lt;br /&gt;
* [http://www.vodafone.de/ Vodafone]&lt;br /&gt;
* [http://www.o2online.de/ o2]&lt;br /&gt;
* [http://www.eplus.de/ E-Plus]&lt;br /&gt;
* [http://www.t-mobile.de/ T-mobile]&lt;br /&gt;
&lt;br /&gt;
== Japan ==&lt;br /&gt;
&lt;br /&gt;
* Please add to the list.&lt;br /&gt;
&lt;br /&gt;
== Lithuania ==&lt;br /&gt;
* [http://www.omnitel.lt/ Omnitel]&lt;br /&gt;
* [http://www.bite.lt/ Bitė]&lt;br /&gt;
* [http://www.tele2.lt/ Tele2]&lt;br /&gt;
&lt;br /&gt;
== Netherlands ==&lt;br /&gt;
All.&lt;br /&gt;
* [http://www.vodafone.nl/ Vodafone]&lt;br /&gt;
* [http://www.telfort.nl/ Telfort]&lt;br /&gt;
* [http://www.orange.nl/ Orange]&lt;br /&gt;
* [http://www.t-mobile.nl/ T-mobile]&lt;br /&gt;
* [http://www.kpn.com/mobiel KPN]&lt;br /&gt;
* [http://www.hi.nl/ Hi]&lt;br /&gt;
(There are more)&lt;br /&gt;
&lt;br /&gt;
For a breakdown of SIM-only plans, go to [http://www.bellen.com/mobiel_overzicht/default.asp?taal=nl&amp;amp;land=nl&amp;amp;prgr=4 Bellen.com]&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
* [http://www.vodafone.co.nz/ Vodafone]&lt;br /&gt;
&lt;br /&gt;
== Norway ==&lt;br /&gt;
* [http://www.netcom.no/ NetCom] (GSM900/1800 &amp;amp; UMTS)&lt;br /&gt;
* [http://www.networknorway.no/ Network Norway] (GSM900)&lt;br /&gt;
* [http://www.telenormobil.no/ Telenor] (GSM900/1800 &amp;amp; UMTS)&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.eragsm.pl/ Era]&lt;br /&gt;
* [http://www.plusgsm.pl/ Plus]&lt;br /&gt;
* [http://www.orange.pl/ Orange] - europe wide provider&lt;br /&gt;
&lt;br /&gt;
== Romania ==&lt;br /&gt;
 &lt;br /&gt;
* [http://www.vodafone.ro Vodafone] (226-01; GSM900)&lt;br /&gt;
* [http://www.orange.ro Orange] (226-04; GSM900)&lt;br /&gt;
* [http://www.cosmote.com Cosmote] (226-06; GSM1800)&lt;br /&gt;
&lt;br /&gt;
* [http://www.zapp.ro/ Zapp] is running CDMA (Qualcomm style) and as such it is incompatible with [[Neo1973]]. Future versions of the Neo1973 '''may''' come with a CDMA-capable baseband chip or [[FIC]] '''may''' release both GSM- and CDMA- enabled versions sometime in the future.&lt;br /&gt;
&lt;br /&gt;
== Taiwan ==&lt;br /&gt;
&lt;br /&gt;
* Please add to the list.&lt;br /&gt;
&lt;br /&gt;
== United Kingdom ==&lt;br /&gt;
* [http://www.vodafone.co.uk/ Vodafone]&lt;br /&gt;
* [http://www.o2.co.uk/ O2]&lt;br /&gt;
* [http://www.orange.co.uk/ Orange]&lt;br /&gt;
* [http://www.t-mobile.co.uk/ T-mobile]&lt;br /&gt;
&lt;br /&gt;
== United States ==&lt;br /&gt;
&lt;br /&gt;
* [http://cingular.com/ Cingular] - soon to be AT&amp;amp;T&lt;br /&gt;
* [http://t-mobile.com/ T-Mobile]&lt;br /&gt;
* Other (more local) GSM-network providers can be found at [http://www.gsmworld.com/roaming/gsminfo/cou_us.shtml GSMworld.com]&lt;br /&gt;
* [http://www.unicel.com/ UNICEL] - A provider that has GPRS and EDGE in many parts of Northeast / New England. Coverage in ME, VT, NH, MA, NY. It is not listed at GSMworld. 850/1900 bands.&lt;br /&gt;
* Wikipedia has a list of providers and technologies [http://en.wikipedia.org/wiki/List_of_United_States_mobile_phone_companies here]. Only GSM networks are compatible with Neo1973.&lt;br /&gt;
* [http://www.prepaidgsm.net/en/usa.html PrepaidGSM.net information about GSM prepaid cards in the USA]&lt;br /&gt;
&lt;br /&gt;
== Rest of World (Africa, Asia, Australia, Europe, South America) ==&lt;br /&gt;
&lt;br /&gt;
* almost all use GSM thus they are compatible&lt;br /&gt;
&lt;br /&gt;
(More info available at: [http://www.gsmworld.com/roaming/gsminfo/index.shtml GSMworld.com])&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Rakshasa</id>
		<title>User:Rakshasa</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Rakshasa"/>
				<updated>2007-03-20T08:21:27Z</updated>
		
		<summary type="html">&lt;p&gt;Rakshasa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just an average kode kiddie(Being only 25years atm) from Finland.&lt;/div&gt;</summary>
		<author><name>Rakshasa</name></author>	</entry>

	</feed>