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

	<entry>
		<id>http://wiki.openmoko.org/wiki/U-boot-gena2x</id>
		<title>U-boot-gena2x</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/U-boot-gena2x"/>
				<updated>2012-01-15T22:42:14Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I decided to put my version of u-boot here, along with a short FAQ and list of known bugs. Please feel free to add your bugs or questions here.&lt;br /&gt;
&lt;br /&gt;
The current version of u-boot fully supports uploading and downloading via dfu, booting any known distro, is fully configurable, and has no known grave bugs.&lt;br /&gt;
&lt;br /&gt;
== List of changes ==&lt;br /&gt;
&lt;br /&gt;
This version of u-boot is based on openmoko's stable branch of u-boot. Git can be viewed [http://www.bsdmn.com/cgit/cgit/u-boot/ here].&lt;br /&gt;
&lt;br /&gt;
Significant patches are:&lt;br /&gt;
&lt;br /&gt;
Version 2:&lt;br /&gt;
*GPS is not powered up on boot&lt;br /&gt;
*Leave all serial ports setup to kernel&lt;br /&gt;
Version 1:&lt;br /&gt;
*2-4-2 timings&lt;br /&gt;
*GPS should work after resume&lt;br /&gt;
&lt;br /&gt;
== Binaries ==&lt;br /&gt;
Public freerunners should have the same bootloader (board v5 and later).&lt;br /&gt;
Latest binary version is here [http://www.bsdmn.com/openmoko/uboot/binary/].&lt;br /&gt;
&lt;br /&gt;
to use u-boot as NAND bootloader, you should flash the binary to the special partition:&lt;br /&gt;
 sudo dfu-util -a u-boot -D u-boot_g2x_2.udfu&lt;br /&gt;
&lt;br /&gt;
== How to setup ==&lt;br /&gt;
NAND uboot occupies 2 partitions on NAND, one partition for u-boot itself and one for it's configuration.&lt;br /&gt;
&lt;br /&gt;
To setup u-boot, the easiest way is to edit the simple text file on your computer and then upload it to your phone with dfu-util.&lt;br /&gt;
&lt;br /&gt;
Sample text config may be found [http://www.bsdmn.com/openmoko/uboot/config/environment.in here]. This version supports various kinds of boot options in the menu. You may use it as a sample for your config.&lt;br /&gt;
&lt;br /&gt;
If you are switching from qi, just boot your distro with Qi, then do &amp;lt;code&amp;gt;cat /proc/cmdline&amp;lt;/code&amp;gt; and compare/update the parameters in your config file.&lt;br /&gt;
&lt;br /&gt;
Then you can edit the config file to fit your needs, you should prepare it (this adds crc):&lt;br /&gt;
&lt;br /&gt;
get envedit.pl and crc32.pl from [http://svn.openmoko.org/trunk/src/host/devirginator/] and run:&lt;br /&gt;
 ./envedit.pl -s 262144 -f environment.in &amp;gt; u-boot_env.in&lt;br /&gt;
then flash resulting file to configuration partition:&lt;br /&gt;
 sudo dfu-util -a u-boot_env -D u-boot_env.in&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Useful kernel options ==&lt;br /&gt;
{| class=&amp;quot;standard&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! option || description&lt;br /&gt;
|-&lt;br /&gt;
|root=/dev/mmcblk0p2|| rootfs is second partition on SD card&lt;br /&gt;
|-&lt;br /&gt;
|root=/dev/mtdblock6|| rootfs is on usual location on NAND&lt;br /&gt;
|-&lt;br /&gt;
|rootwait|| needed for booting from SD. force kernel to delay boot until sd card is ready. better than older rootdelay=&lt;br /&gt;
|-&lt;br /&gt;
|panic=20|| on kernel crash, reboot automatically after 20 second delay. useful for lindi's ramconsole patch&lt;br /&gt;
|-&lt;br /&gt;
|hardware_ecc=1|| use hardware ecc support for NAND, this is not default option use only if your rootfs NAND is flashed not with dfu-util, but with direct copy from sd. this speeds up NAND read on zlib-compressed ubi by 8%.&lt;br /&gt;
|-&lt;br /&gt;
|rootfstype=XX|| needed if your rootfs is ext2 to force kernel to use ext2 driver not ext3. use if kernel can't detect partition type&lt;br /&gt;
|-&lt;br /&gt;
|ubi.mtd=6,2048|| claim 6th mtd partition as ubi layer with 2048 page align&lt;br /&gt;
|-&lt;br /&gt;
|rootflags=compr=zlib,no_chk_data_crc|| mount options of rootfs, use no_chk_data_crc to speed up ubifs by 8%&lt;br /&gt;
|-&lt;br /&gt;
|mem=127M|| reserve 1Mb if you using lindi's ramcomsole patch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== How to use ==&lt;br /&gt;
&lt;br /&gt;
By default, if you press the 'power' button, the &amp;quot;bootcmd&amp;quot; from your config is executed, so set it up accordingly for your default distribution.&lt;br /&gt;
&lt;br /&gt;
To see the boot menu and select desired boot method, hold 'power', wait 1 second and then hold 'aux', wait 1 more second and release both.&lt;br /&gt;
&lt;br /&gt;
== Known bugs ==&lt;br /&gt;
I am working to fix these bugs now:&lt;br /&gt;
*sd reads correct data only 50% of times, so sd boot &lt;br /&gt;
*NAND hw ecc is not supported&lt;br /&gt;
*u-boot can't boot system if battery is fully discharged (workaround exist)&lt;br /&gt;
&lt;br /&gt;
== Booting without battery/with completely discharged battery ==&lt;br /&gt;
&lt;br /&gt;
To workaround the bug that it's not possible boot with discharged/without battery, use following 'trick': insert charger cable and in same moment press 'power' button, add up 'aux' later for menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Some setup examples ==&lt;br /&gt;
==== qtmoko v31 on NAND (ubifs) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
menu_3=&lt;br /&gt;
  Boot NAND/ubi-zlib:&lt;br /&gt;
  setenv bootargs ${bootargs_base} ${mtdparts} rootfstype=ubifs&lt;br /&gt;
      ubi.mtd=6,2048 ubi.comp root=ubi0:om-gta02-rootfs&lt;br /&gt;
      rootflags=compr=zlib,no_chk_data_crc;&lt;br /&gt;
  nand read.e 0x32000000 kernel 0x300000;&lt;br /&gt;
  bootm 0x32000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== µSD (FAT+ext2) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
menu_2=&lt;br /&gt;
  Boot from microSD (FAT+ext2):&lt;br /&gt;
  setenv bootargs&lt;br /&gt;
    ${bootargs_base}&lt;br /&gt;
    root=/dev/mmcblk0p1 rootwait&lt;br /&gt;
    ${mtdparts} ro;&lt;br /&gt;
  mmcinit;&lt;br /&gt;
  fatload mmc MMC_NUM 0x32000000 ${sd_image_name} 0x300000;&lt;br /&gt;
  bootm 0x32000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== µSD (ext2+ext3) ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
menu_2=&lt;br /&gt;
  Boot from microSD (ext2+ext3):&lt;br /&gt;
  setenv bootargs&lt;br /&gt;
    ${bootargs_base}&lt;br /&gt;
    root=/dev/mmcblk0p1 rootwait&lt;br /&gt;
    ${mtdparts} ro;&lt;br /&gt;
  mmcinit;&lt;br /&gt;
  ext2load mmc MMC_NUM 0x32000000 ${sd_image_name} 0x300000;&lt;br /&gt;
  bootm 0x32000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Bootloaders]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTA04</id>
		<title>GTA04</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTA04"/>
				<updated>2011-12-20T20:06:08Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* GTA04A4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''News:''' &lt;br /&gt;
* There is a new mailing list dedicated to the early adopters of this project: http://lists.goldelico.com/mailman/listinfo/gta04-owner&lt;br /&gt;
* general discussions should be continued on the Openmoko Community lists: http://lists.openmoko.org/mailman/listinfo/community&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The codename '''GTA04''' was picked up in 2010 by Golden Delicious Computers to develop a new motherboard for our open smartphone that follows the original idea and goals.&lt;br /&gt;
&lt;br /&gt;
There is a new project page: http://www.gta04.org, which houses the wiki specific to the GTA04 project at Golden Delicious. &lt;br /&gt;
&lt;br /&gt;
== GTA04A4 ==&lt;br /&gt;
&lt;br /&gt;
GTA04A4 is a new motherboard, that replaces the one inside your Neo 1971 ([[GTA01]]) or Neo Freerunner ([[GTA02]]). It reuses the case, the battery, the display, the antenna and speaker(s).&lt;br /&gt;
&lt;br /&gt;
The GTA04A4 motherboard PCB layout development is based on GTA04A3 and its start was announced at [http://lists.goldelico.com/pipermail/gta04-owner/2011-October/000385.html 7 October 2011].&lt;br /&gt;
&lt;br /&gt;
The replacement, populated GTA04, motherboard is available at [http://www.handheld-linux.com/wiki.php?page=GTA04 Golden Delicious].&lt;br /&gt;
&lt;br /&gt;
On [http://lists.goldelico.com/pipermail/gta04-owner/2011-November/000679.html 14th November 2011] GTA04A4 boards became available for (pre)order.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Year 2011: GTA04A3 (Early Adopter) ===&lt;br /&gt;
The GTA04A3 was released and shipped 10. october 2011.&lt;br /&gt;
&lt;br /&gt;
The GTA04A3 milestone was announced 7. october 2011.([http://lists.goldelico.com/pipermail/gta04-owner/2011-October/000385.html source])&lt;br /&gt;
&lt;br /&gt;
GTA04A3 is a new motherboard, that replaces the one inside your Neo Freerunner ([[GTA02]]). It reuses the case, the battery and the display.&lt;br /&gt;
&lt;br /&gt;
Video:&lt;br /&gt;
* [http://www.youtube.com/watch?v=PgZzxmHzWtg GTA04A3 in a homemade box with Qtmoko installed]&lt;br /&gt;
* [http://www.youtube.com/watch?v=gCjM48BqfYo GTA04-Tester] Quote: &amp;quot;...This video shows the first 3 fresh GTA04A3 boards and how they are tested...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The early adopter program [http://www.handheld-linux.com/wiki.php?page=GTA04-Early-Adopter was available here].&lt;br /&gt;
&lt;br /&gt;
==== Specifications ====&lt;br /&gt;
GTA04A3 features ([http://projects.goldelico.com/p/gta04-main/page/GTA04-revisions/ source]):&lt;br /&gt;
&lt;br /&gt;
* [http://focus.ti.com/lit/ds/symlink/dm3730.pdf TI OMAP 3730] DCBB (800 MHz) (compatible to [http://www.beagleboard.org])&lt;br /&gt;
** integrated graphics - POWERVR SGX Graphics Accelerator of OMAP3730&lt;br /&gt;
* 512MB RAM/512MB NAND ([http://www.micron.com/products/ProductDetails.html?product=products/mcp/multichip_packages/MT29C4G96MAZAPCJG-5+IT Micron 8Gb DDR/NAND PoP Memory])&lt;br /&gt;
* Wi2Wi WLAN/Bluetooth module + antenna&lt;br /&gt;
* GTM601W UMTS module&lt;br /&gt;
* GPS module + antenna switch &lt;br /&gt;
* Option:&lt;br /&gt;
** LSM303 (compass and accelerometer)&lt;br /&gt;
** ITG3200 (gyroscope)&lt;br /&gt;
** BMP085 (barometric altimeter)&lt;br /&gt;
** BMA180 (LIS302 on a few) (accelerometer) &lt;br /&gt;
** Si4721 or Si4705 (FM transceiver/receiver)&lt;br /&gt;
&lt;br /&gt;
=== Year 2010: GTA04A2 ===&lt;br /&gt;
&lt;br /&gt;
The GTA04A2 was the result of integrating GTA04A1/[[Openmoko Beagle Hybrid]] all onto a single PCB.&lt;br /&gt;
&lt;br /&gt;
GTA04A2 was presented at [http://en.wikipedia.org/wiki/FOSDEM FOSDEM] 2011.&lt;br /&gt;
&lt;br /&gt;
Videos:&lt;br /&gt;
* [http://www.youtube.com/watch?v=3KnJc7eImQ4 booting GTA04A2].&lt;br /&gt;
* [http://www.youtube.com/watch?v=wG31rCHZXh4 Boot Speed Comparison] Quote: &amp;quot;...This video shows a comparison of a Openmoko GTA02 (with OM2009.05), a GTA04 board with Debian Squeeze/LXDE and a iPhone 3G...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Year 2010: Openmoko Beagle Hybrid GTA04A1 (Golden Delicious Computers) ===&lt;br /&gt;
Golden Delicious Computers has been secretly working on a OMAP3530 based project that apparently has the same target as Openmoko's GTA04 did have. The first result was announced in 2010 [[Openmoko Beagle Hybrid]] aka GTA04A1.&lt;br /&gt;
&lt;br /&gt;
Videos:&lt;br /&gt;
* [http://www.youtube.com/watch?v=Wuarto_s4F0 Openmoko Beagle Hybrid in operation]&lt;br /&gt;
&lt;br /&gt;
=== Year 2008: Openmoko Inc. GTA04 ===&lt;br /&gt;
'''GTA04''' was the codename of a phone that was whose development was canceled (within Openmoko, Inc.). For more information about other phones in development, visit [[Phone Development]]. This phone would have been based on a different system-on-a-chip.&lt;br /&gt;
&lt;br /&gt;
==== Specifications ====&lt;br /&gt;
The GTA04 would have been a [[GTA03]] but with a major hardware revision &lt;br /&gt;
&lt;br /&gt;
New:&lt;br /&gt;
* USB 2.0 would be added on the GTA04 at the earliest&lt;br /&gt;
* 3G would be added on the GTA04 at the earliest&lt;br /&gt;
* Based on a more advanced SoC&lt;br /&gt;
* maybe based on the samsung 6400 or 6410&lt;br /&gt;
* integrated graphics&lt;br /&gt;
* Sean put a hiring on the community and devel list, see [http://lists.openmoko.org/pipermail/community/2008-September/029710.html here] so there will be OpenGL Es and the 6410 eventually&lt;br /&gt;
* there had been meetings in April 2008 within Openmoko - see [http://lists.openmoko.org/pipermail/openmoko-kernel/2008-April/002310.html]&lt;br /&gt;
&lt;br /&gt;
[[Category:GTA04| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Phoenux</id>
		<title>Phoenux</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Phoenux"/>
				<updated>2011-12-20T13:00:50Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: redirect to GTA04&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[GTA04]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Phoenux</id>
		<title>Phoenux</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Phoenux"/>
				<updated>2011-12-20T13:00:05Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: redirect to GTA04&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;REDIRECT [[GTA04]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GSM_buzz</id>
		<title>GSM buzz</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GSM_buzz"/>
				<updated>2011-12-20T12:51:26Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: add  &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|GSM buzz}}&lt;br /&gt;
&lt;br /&gt;
An annoying buzz which only the person you are talking to can hear has been an issue with the [[Neo FreeRunner]]. This defect is found in the versions A5 and A6 of the FreeRunner. The buzz will occur if these models are used with some radio cells which operate at a certain frequency. According to a German distributor it occurs for about 2% of all users.[http://pulster.de/d__om__OpenMoko_Freerunner991.htm] It has been discussed in several posts on the community mailing list. An early one is here: [http://lists.openmoko.org/nabble.html#nabble-td1509627|a1509627]. There is a fix for it, but it requires highly technical hardware skills. The file [http://people.openmoko.org/joerg/GSM_EMI_noise/big-C_rework_SOP_rc2.pdf big-C_rework_SOP_rc2.pdf], which describes the soldering required to fix the buzz, can be found here [http://people.openmoko.org/joerg/GSM_EMI_noise/] as can a user's post of their result, here [http://anyotherkey.googlepages.com/c].  &lt;br /&gt;
&lt;br /&gt;
Previously Openmoko had a program offering the big-C rework for owners of the FreeRunner in the United States and the EU. The Distributor '''Golden Delicious''' (see [[Distributors]]) will continue providing this service privately inside the EU. Furthermore some users are organizing [[BuzzFixParty|Buzz Fix Parties]] where you can get your device fixed. The A7 model includes the Big-C rework by default.  &lt;br /&gt;
&lt;br /&gt;
Note that the &amp;quot;Big C&amp;quot; buzz fix only fixes the internal microphone; a wired headset mic will still cause buzz [http://lists.openmoko.org/nabble.html#nabble-td2509041].  A bluetooth headset may be one solution.&lt;br /&gt;
&lt;br /&gt;
[[Category:Neo FreeRunner solved GSM buzz problems| ]]&lt;br /&gt;
[[Category:GTA02| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTA02_revisions</id>
		<title>GTA02 revisions</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTA02_revisions"/>
				<updated>2011-12-20T12:47:17Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: add  &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page summarizes the revisions of the GTA02 hardware, both pre-release and planned future revisions.&lt;br /&gt;
&lt;br /&gt;
The internal codename of the [[Neo FreeRunner]] was GTA02. [[Neo_1973_vs_Neo_FreeRunner|Compared]] to the previous [[GTA01]], it has the same physical dimensions, screen and RAM, but more flash storage, a faster processor, plus wifi and accelerometers.&lt;br /&gt;
&lt;br /&gt;
All Neo FreeRunners that have been released to the public at this time are [[#GTA02v6|revision 6]]. There are a few persons with r5, but they were manually adapted to the state of r6.&lt;br /&gt;
&lt;br /&gt;
== Estimated time line ==&lt;br /&gt;
{{Todo|It should be nice if there are some dates next to the milestones}}&lt;br /&gt;
* GTA02v3 design finalized - DONE&lt;br /&gt;
* GTA02v3 power supply flaw found, GTA02v4 needed - DONE&lt;br /&gt;
* GTA02v4 design finalized - DONE&lt;br /&gt;
* GTA02v4 small number produced for Openmoko internal developer evaluation - DONE&lt;br /&gt;
* GTA02v4 thorough evaluation by Openmoko internal developers - In progress&lt;br /&gt;
* GTA02v4 flaw found, GTA02v5 needed - On hold while further development on drivers is done to ensure no further hardware bugs. - In progress&lt;br /&gt;
* GTA02v5 design finalized - DONE&lt;br /&gt;
* GTA02v5 small number produced for Openmoko internal developer evaluation - Done (around 20)&lt;br /&gt;
* GTA02v5 thorough evaluation by Openmoko internal developers - Done&lt;br /&gt;
* GTA02v5 produced in moderate volume - Done&lt;br /&gt;
* GTA02v5 goes on sale to community via web store - Done&lt;br /&gt;
&lt;br /&gt;
== GTA02v1 ==&lt;br /&gt;
First generation of prototypes that was given to internal Openmoko software developers. Total 30 pcs fabricated.&lt;br /&gt;
&lt;br /&gt;
*It is working just fine, but still based on 2440, with external NAND/SDRAM and no NOR flash&lt;br /&gt;
*Using the PCF50633 05 N3 due to 04 N3 not available, re-work power for basic schematics verification&lt;br /&gt;
*Using GTA01 SIM socket&lt;br /&gt;
*Add external debug port&lt;br /&gt;
*Still using Global locate A-GPS&lt;br /&gt;
* ATAG_REVISION: 0310&lt;br /&gt;
&lt;br /&gt;
== GTA02v2 ==&lt;br /&gt;
Second generation of prototypes, Total 50 pcs run at Taipei SMT factory MOUNT&lt;br /&gt;
&lt;br /&gt;
*Ideal is have 256 MB NAND on Samsung package, Due to chip availability Start using S3C2442 B43&lt;br /&gt;
*Using correct PMU PCF50633 04 N3&lt;br /&gt;
*Change new SIM socket&lt;br /&gt;
*Change to u-blox A-GPS&lt;br /&gt;
*Change LCM power from 3.3v to 1.8v&lt;br /&gt;
*USB power switch layout/pin assignment mistake, could not verify USB host supply 5v function&lt;br /&gt;
*GPS function verified ok with good sensitivity&lt;br /&gt;
* ATAG_REVISION: 0320&lt;br /&gt;
&lt;br /&gt;
== GTA02v3 ==&lt;br /&gt;
Production verification version, 2007/10/11 28 pcs fabricate at FIC SuZhou&lt;br /&gt;
&lt;br /&gt;
*Still using S3C2442 B43 for hardware verification&lt;br /&gt;
*Using control pilot run to verify S3C2442 B54 chips&amp;lt;br&amp;gt;&lt;br /&gt;
* ATAG_REVISION: 0330&lt;br /&gt;
&lt;br /&gt;
== GTA02v4 ==&lt;br /&gt;
Mass production release candidate version 1&lt;br /&gt;
&lt;br /&gt;
2 weeks after v3 gerber out, release the v4 gerber, and 2007/10/20 20 pcs fabricate at FIC SuZhou &lt;br /&gt;
&lt;br /&gt;
*Change LCM power from 1.8v to 3.3v for display stability issue&lt;br /&gt;
*fabricate another 200 pcs for yield rate/production verification&lt;br /&gt;
*fabricate 50 pcs with S3C2442 B43 (128 MB NAND) for quality comparsion&lt;br /&gt;
*USB host power chip have some output voltage stability issues with Vb/Vcc comes from different power source, need layout change to fix the issue&lt;br /&gt;
*Battery Coulomb design not working on A4&lt;br /&gt;
* ATAG_REVISION: 0340&lt;br /&gt;
&lt;br /&gt;
== GTA02v5 ==&lt;br /&gt;
Mass production candidate version 2/Mass production version&lt;br /&gt;
&lt;br /&gt;
* First batch fabricate 2008/1/14 at FIC SuZhou&lt;br /&gt;
* Mass production A5 trial run start from 2008 March, including some resistor/capacitor change compare with inital 100 pcs prototypes A5, and prototypes for GTA02 developers was tracked in the [[Prototypes| Prototypes Page]]&lt;br /&gt;
* Coulomb counter issue fixed&lt;br /&gt;
* USB host power switch fixed&lt;br /&gt;
* Need add capacitor for PMU Vbat input for stability issue, this could be done by direct SMT or hand rework&lt;br /&gt;
* Need rework (still using SMT in production) add capacitor for PMU Vbat input for PMU stability issue.&lt;br /&gt;
* Need manual rework GSM IR UART path a 100k pull down for better GSM deep sleep&lt;br /&gt;
* ATAG_REVISION: 0350&lt;br /&gt;
&lt;br /&gt;
===GTA02 mass Production version change list===&lt;br /&gt;
*PMU's LED power error: PMU potential damage issue&lt;br /&gt;
*NOR FLASH enable WP: User can write data into NOR FLASH.&lt;br /&gt;
*CE CS/RS fine tune: Audio's background noise too high&lt;br /&gt;
*I2C pull high resistor: The resistor is too high and signal is distorted &lt;br /&gt;
*GSM leakage current: TX_MODEM has a pull high resistor on IO_3V3&lt;br /&gt;
*Power consumption: Disable keep active function&lt;br /&gt;
*SDIO clock and esd protect resistor&lt;br /&gt;
*Refer to Datasheet: R1526 to 33K&lt;br /&gt;
*GSM modem on pin: The R1018 is too small and has some leakage current&lt;br /&gt;
*LED driving transistor: When GPIO is on, the transistor will be draw more current on LED. This is component change fix, do not need change PCB or re-work.&lt;br /&gt;
&lt;br /&gt;
== GTA02v6 ==&lt;br /&gt;
Mass production candidate version 3/Mass production version&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A6 will be fine tune version of A5, only minor [http://downloads.openmoko.org/schematics/GTA02/ schematic] change for better product quality and version control. Capacitor and resistor change A6 also on mass production A5&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*First 100 pcs start from 2008 mid April, and factory make component placement mistake on GSM, second 100 pcs PCB arrive time TBD. &lt;br /&gt;
*Add capacitor space for Vbat, reduce the SMT effort&lt;br /&gt;
*Add GSM IR resistor for better GSM deep sleep&lt;br /&gt;
*Reserve 3 GPIO for hardware version control&lt;br /&gt;
*Fixed LEDs power usage (from about 150mW of v5 to about 25mW)&lt;br /&gt;
* ATAG_REVISION: 0360&lt;br /&gt;
&lt;br /&gt;
=== GTA02 A5 to A6 changes ===&lt;br /&gt;
*Power Glitch on VB_SYS: Add capacitor on layout, Mass production A5 also apply this change.&lt;br /&gt;
*G-sensor separate these interrupt pins: At A5, each accelerometer INT1/INT2 connected to same line, at A6 only INT1 was connected.&lt;br /&gt;
*GSM_modem power source  Reduce power's ripple when the phone is talking&lt;br /&gt;
*Keep active 	Disable keep active function, just fine tune&lt;br /&gt;
*GPIO for version control	&lt;br /&gt;
*GSM RX_IR has some noise  Add resistor and reduce GSM RX_IR noise and gsm can't enter suspend mode easily, apply on mass production A5.&lt;br /&gt;
*LED driving transistor	apply on mass production A5.&lt;br /&gt;
*LCM's VDDIO	We can totally power off LCM's power, save about extra 1mA.&lt;br /&gt;
&lt;br /&gt;
== GTA02v7 ==&lt;br /&gt;
&lt;br /&gt;
=== GTA02 A6 to A7 changes ===&lt;br /&gt;
* PCB revision A7&lt;br /&gt;
* [[GSM buzz|Buzz-rework]] not required (to remove interference from GSM transmitter into microphone signal)&lt;br /&gt;
* No capacitor on SD slot required (to remove interference from SD card clock to GPS receiver)&lt;br /&gt;
* Better recovers from completely empty or no battery&lt;br /&gt;
Identification: You can easily distinguish the A7 from GTA02A5/A6 devices by the DATE  &lt;br /&gt;
CODE printed on the label inside the battery compartment or on the  &lt;br /&gt;
black box. Code 2009xxxx -&amp;gt; A7.&lt;br /&gt;
&lt;br /&gt;
== GTA02v7+ ==&lt;br /&gt;
&lt;br /&gt;
=== GTA02 A7 to A7+ changes ===&lt;br /&gt;
&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/2010-April/061171.html #1024 fix applied]&lt;br /&gt;
&lt;br /&gt;
== GTA02v7++ ==&lt;br /&gt;
&lt;br /&gt;
=== GTA02 A7 to A7++ changes ===&lt;br /&gt;
&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/2010-April/061171.html #1024 and Bass fix applied]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Finding hardware revision]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Neo FreeRunner Hardware]]&lt;br /&gt;
[[Category:GTA02| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo_FreeRunner_Hardware</id>
		<title>Neo FreeRunner Hardware</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo_FreeRunner_Hardware"/>
				<updated>2011-12-20T12:46:15Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: add  &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Neo FreeRunner GTA02 Hardware}}&lt;br /&gt;
&lt;br /&gt;
{{gta02menu}}&lt;br /&gt;
&lt;br /&gt;
The [[Neo FreeRunner]] phone is the second hardware platform to take advantage of the Openmoko software stack.  You can find specifications of the hardware by reviewing this introduction page and the pages in the category as shown at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
For basic details please see the Customer-oriented specifications.&lt;br /&gt;
&lt;br /&gt;
=Photos=&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Gta02a5 pcba cs.JPG|component (back) side NOTE: GTA02 A5 PCBA Component Side photo&lt;br /&gt;
Image:Gta02a5 pcba ps.JPG|display (top) side NOTE: GTA02 A5 PCBA Print Side photo&lt;br /&gt;
Image:GTA02 A5 PCB CS.jpg|component (back) side NOTE: GTA02 A5 PCB Component Side photo&lt;br /&gt;
Image:GTA02 A5 PCB PS.jpg|display (top) side NOTE: GTA02 A5 PCB Print Side photo&lt;br /&gt;
Image:Gta02a6_comms_chips_under_shield.JPG|component (back) side NOTE: GTA02 A6 Chips under RF-shield&lt;br /&gt;
Image:SimpleComponentDiagram.jpg|Simplified Hardware Component Diagram&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Features=&lt;br /&gt;
*Display-   Topply o2.8, 480 x 640 pixels, VGA, 200 NIT minimum, resistance type touch&lt;br /&gt;
&lt;br /&gt;
*User Interface Navigation- Touch screen on LCD, 2 control “buttons”, 1 Power button, 1 Aux for 911 emergency call&lt;br /&gt;
&lt;br /&gt;
*Built-in 802.11b/g Radio (Atheros chipset AR6001 Flash version)&lt;br /&gt;
&lt;br /&gt;
*Built-in Bluetooth 2.0 + EDR (CSR and support PCM audio , BC4 firmware version)&lt;br /&gt;
&lt;br /&gt;
*Built-in 2D/3D graphics acceleration chip (S-Media 3362)&lt;br /&gt;
&lt;br /&gt;
*2 built-in Tri-Axis sensors (ST accelerometer LIS302DL)&lt;br /&gt;
&lt;br /&gt;
*Built-in GPS Radio – -130 dBm with internal antenna, -157 dBm tracking on chipset specification, TTFF under 40 seconds with -130 dBm signal strength, and tracking (u-Blox)&lt;br /&gt;
&lt;br /&gt;
*Antenna – Specialized antenna for best in hand hold GPS, GPRS and Wi-Fi/Bluetooth performance are required, -105dBm on receiving, Tx 30dbm+2 on GSM&lt;br /&gt;
&lt;br /&gt;
*External Antennae –   MMCX GPS connector&lt;br /&gt;
&lt;br /&gt;
*GPRS Radio –GSM/GPRS radio.  A Pre-PTCRB certified module will be preferred&lt;br /&gt;
&lt;br /&gt;
*Linux – Linux kernel 2.6.24 or later Openmoko kernel&lt;br /&gt;
&lt;br /&gt;
*USB -  Client and Host-mode switchable (to be used for software downloading), provide host 5V power&lt;br /&gt;
&lt;br /&gt;
*Power- Normal mode power will be via 1200 mAh battery with built-in coulomb counter, could charge via specialized charger.  Internal Lithium Ion or Lithium Polymer battery will keep device in standby mode. Battery life (Approximation/Ideal Target) Standby time 70h Hrs (GSM) Talk time (Backlight off) Up to 3-4 hrs(GSM)&lt;br /&gt;
&lt;br /&gt;
*LED- LED indicator under Aux/Power button key&lt;br /&gt;
&lt;br /&gt;
=Hardware Specification=&lt;br /&gt;
&lt;br /&gt;
[http://downloads.openmoko.org/developer/schematics/GTA02/Schematics_Freerunner-GTA02_A5-A7cumulative_public_RC0.pdf Full schematics] are available.&lt;br /&gt;
&lt;br /&gt;
===Hardware Electrical===&lt;br /&gt;
&lt;br /&gt;
*400/500 MHz Samsung 2442B Processor/SOC (400 minimum, ARM920T core, ARMv4T)&lt;br /&gt;
*Unbrickable dual Boot code in NAND FLASH and 2MB NOR FLASH&lt;br /&gt;
*128 MB SDRAM total, 64 MB CPU internal, 64 MB external&lt;br /&gt;
*256MB NAND Flash MCP package.&lt;br /&gt;
&lt;br /&gt;
=== Display ===&lt;br /&gt;
* Topploy VGA, 16 bit color depth&lt;br /&gt;
* resolution: 480 x 640 pixels&lt;br /&gt;
* size: 43mm x 58mm (1.7” x 2.27”)&lt;br /&gt;
* diagonal: 72.2mm (2.84”)&lt;br /&gt;
* Transmissive display: good readability in high ambient light is essential&lt;br /&gt;
* White LED backlight.  Required brightness is 200 NIT minimum.&lt;br /&gt;
* Resistance type touch panel.&lt;br /&gt;
&lt;br /&gt;
=== WiFi 802.11 b/g transceiver ===&lt;br /&gt;
*Must have GPL support source or GPL compatible policy&lt;br /&gt;
*TX power at 11 Mbps: 13 dBm minimum&lt;br /&gt;
*RX sensitivity at 11 Mbps: -89 dBm desired, -83 dBm minimum&lt;br /&gt;
*AP mode desirable, not required&lt;br /&gt;
*WEP and WPA supported&lt;br /&gt;
*Atheros preferred because of its GPL policy&lt;br /&gt;
&lt;br /&gt;
=== Serial interfaces (UART) ===&lt;br /&gt;
*Three serial interfaces are required&lt;br /&gt;
*Console&lt;br /&gt;
*A-GPS or GPS&lt;br /&gt;
*GSM/GPRS&lt;br /&gt;
&lt;br /&gt;
=== Accelerometer ===&lt;br /&gt;
* 2x accelerometer required&lt;br /&gt;
* Could support interrupt while suspend or power save mode&lt;br /&gt;
* 3 axis sensing&lt;br /&gt;
&lt;br /&gt;
=== A-GPS ===&lt;br /&gt;
*GPS chipset receiver and antenna&lt;br /&gt;
*Sensitivity at Antenna port: -157 dBm tracking on chipset specification&lt;br /&gt;
*LNA and SAW filter for maximum interference protection&lt;br /&gt;
*Cold start time to first fix: 40 sec typical at -130 dBm, 60 sec max&lt;br /&gt;
*Must support GPL for Assist-GPS function with open API&lt;br /&gt;
*Industry quality GPS&lt;br /&gt;
*Could fit in GTA01 GPS area on the PCB&lt;br /&gt;
&lt;br /&gt;
=== GPS Antenna Performance ===&lt;br /&gt;
*Antenna is passive and internal; 15 mm x 15 mm ceramic patch is nominal design&lt;br /&gt;
*Antenna LNA and SAW filter are required to meet GPS performance&lt;br /&gt;
*15 mm square ground plane (minimum 1 mm ground border around patch) (TBA)&lt;br /&gt;
*There will be one external GPS antenna connector (MMCX)&lt;br /&gt;
*C/N ratio should higher than 35 on production testing&lt;br /&gt;
&lt;br /&gt;
=== Buttons ===&lt;br /&gt;
*Touch screen over LCD is primary data entry mechanism&lt;br /&gt;
*Two “hard” buttons: Power button is a mechanical switch actuated by a plastic pushbutton in a hole in the housing.  Aux (911) button on the top of the device, both of these buttons, when pushed by the operator, are binary inputs (on/off or pressed/not pressed) to the software.  The effect of each button is determined by the application software in the device&lt;br /&gt;
*Buttons may need to be backlit&lt;br /&gt;
*50000 cycles on hardware specification&lt;br /&gt;
&lt;br /&gt;
=== Sound outputs ===&lt;br /&gt;
*Speaker in box (need good volume and acoustic behavior in noisy environments)&lt;br /&gt;
*Audio is monophonic&lt;br /&gt;
*Max volume: 100 dB at 5 cm to assure good performance in environment.&lt;br /&gt;
*Support earphone with mic by jack&lt;br /&gt;
&lt;br /&gt;
=== Power Design Requirements===&lt;br /&gt;
*Software-based power management unit preferred&lt;br /&gt;
*NXP PCF series preferred&lt;br /&gt;
*Need support charge from USB function&lt;br /&gt;
*Need support powered by USB function&lt;br /&gt;
*Power switch:  Neo1973 will have a power switch, for power on/off and suspend&lt;br /&gt;
* Power/Aux switch must be backlit&lt;br /&gt;
*Switch controls whether device is running or suspended by presses of the switch&lt;br /&gt;
*Switch does not shut off the power; it only suspends/resumes the device&lt;br /&gt;
*Internal Li-Ion or Li-Polymer battery is included.  This battery supplies standby power to the device eliminates the rebooting of the device when local power is again reapplied.  Battery is 1200 ma-hr.&lt;br /&gt;
*Battery life (Approximation) Ideal/Target Standby time 150-200 Hrs (GSM) Talk time (Backlight off) Up to 4 hrs(GSM)&lt;br /&gt;
*Estimated current draw for the entire device when in suspend mode (and ALL peripherals are turned off or set for deep sleep) is &amp;lt;5 mA at 3.6 volts (Li-Ion terminal voltage).&lt;br /&gt;
*GSM module deep sleep(alive and keep contact with base station) stage should take less than 8mA&lt;br /&gt;
*Battery will reach half capacity (~600 mAh) with 500 charge-discharge cycles.  This will occur in less than 2 years of daily service.&lt;br /&gt;
*When powered continuously, Neo1973 must suspend (to low power mode) based either on observed low battery voltage condition or a configurable time delay.&lt;br /&gt;
*Neo1973 must monitor battery status while suspended and resume automatically if the charger is inserted.&lt;br /&gt;
*Primary power connection: 1200mAh battery&lt;br /&gt;
*USB charger have ID pin 47.5k pull down for Openmoko identification&lt;br /&gt;
*Indicators: an LED indicator visible from the side of the unit will illuminate when charging or have missing incoming call&lt;br /&gt;
&lt;br /&gt;
=== GSM/GPRS ===&lt;br /&gt;
*850/1800/1900 and 900/1800/1900 MHz bands must be supported&lt;br /&gt;
*Design should allow for multi-band version (850/900 MHz)&lt;br /&gt;
*Module based GPRS transceiver could meet PTCRB and appropriate FCC certifications.  It preferred that the module be pre-certified with PTCRB or OTA test&lt;br /&gt;
*FCC/CE certification required for GSM/GPRS part&lt;br /&gt;
&lt;br /&gt;
=== GSM-GPRS Antenna Performance ===&lt;br /&gt;
*-105 dBm receiving on each channel (GSM/PCS)&lt;br /&gt;
*30+2 dBm transmission on GSM channel&lt;br /&gt;
&lt;br /&gt;
=== SD card reader ===&lt;br /&gt;
&lt;br /&gt;
*One micro-SD card reader, compatible with SD and SDHC.&lt;br /&gt;
&lt;br /&gt;
A small speed test can be found on the [[StorageSpeed]] page.&lt;br /&gt;
&lt;br /&gt;
=== Wi-Fi Modules ===&lt;br /&gt;
*Must support GPL driver&lt;br /&gt;
*Atheros AR6k preferred&lt;br /&gt;
*Flash version required&lt;br /&gt;
&lt;br /&gt;
=== Wi-Fi Antenna Performance ===&lt;br /&gt;
*The  Wi-Fi antenna with TX 13 to 15 dBm&lt;br /&gt;
*RX -89 to -83 dBm @802.11b 11Mbps or an equivalent performance antenna&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth ===&lt;br /&gt;
*CSR BC4 or later solutions&lt;br /&gt;
&lt;br /&gt;
=== USB ===&lt;br /&gt;
*Neo FreeRunner GTA02 will have USB, client/host.  Using USB 1.1&lt;br /&gt;
*Provides USB host 5v power&lt;br /&gt;
*Could be powered by USB&lt;br /&gt;
&lt;br /&gt;
=== Microphone ===&lt;br /&gt;
1 microphone is in the device&lt;br /&gt;
&lt;br /&gt;
=== Firmware Image ===&lt;br /&gt;
*Using Linux 2.6.24 or later&lt;br /&gt;
*Could support booting from NAND or from NOR&lt;br /&gt;
*Shipping image should come with basic phone function&lt;br /&gt;
*Could do full firmware upgrade by USB cable&lt;br /&gt;
&lt;br /&gt;
=== PSN ===&lt;br /&gt;
*Device will have a PSN (product serial number) printed on the product label and machine readable in system NAND memory&lt;br /&gt;
&lt;br /&gt;
=== IMEI ===&lt;br /&gt;
*Production phase should have IMEI code written&lt;br /&gt;
&lt;br /&gt;
= Package Specification =&lt;br /&gt;
*Weight: ~133 grams with battery.&lt;br /&gt;
*4-in-1 laser pen passed RoHs and safety regulation for laser equipment safety&lt;br /&gt;
*1x 512MB microSD Card ([http://www.sandisk.com/ SanDisk] / [http://www.transcendusa.com/ Transcend] [http://www.transcendusa.com/Support/DLCenter/Datasheet/TSxxUSD.pdf TS512MUSD])&lt;br /&gt;
*1x USB cable Standard A to mini-B connector&lt;br /&gt;
*1x 1200mAh smart/gauge battery&lt;br /&gt;
*Quick start guide&lt;br /&gt;
*5v USB power cord w/100-240 switchable power plug&lt;br /&gt;
*Safety card, warranty card&lt;br /&gt;
*Package could pass 1m to 1.5m drop test&lt;br /&gt;
*AC USB charger,100v-240v, Passed UL and all required safety regulations&lt;br /&gt;
*Must pass FCC/CE certification&lt;br /&gt;
*Must pass NCC certification for Taiwan import regulation&lt;br /&gt;
*RoHS Compatible&lt;br /&gt;
*WEEE Report required&lt;br /&gt;
&lt;br /&gt;
= Life Cycle Specification =&lt;br /&gt;
&lt;br /&gt;
=== Product Life ===&lt;br /&gt;
The product is designed to last a minimum of 2 years.&lt;br /&gt;
&lt;br /&gt;
=== Operating Temperature ===&lt;br /&gt;
*Target operating range is –10°C to +60°C&lt;br /&gt;
&lt;br /&gt;
=== Storage Temperature ===&lt;br /&gt;
*-15 deg C to +70 deg C&lt;br /&gt;
&lt;br /&gt;
=== ESD ===&lt;br /&gt;
The device can withstand a 4.0kV contact discharge and  8.0kV air&lt;br /&gt;
&lt;br /&gt;
=== Drop test ===&lt;br /&gt;
Should pass 1m direct drop to concrete ground or 1.5m on slide with carpet&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= GTA02 Hardware Component Selection =&lt;br /&gt;
&lt;br /&gt;
== Physical Dimensions ==&lt;br /&gt;
* 120.7 x 62.0 x 18.5 mm (4.752 x 2.441 x 0.728 inch)&lt;br /&gt;
* 110 +/- 5 g (4 ounces) without battery &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Main components ==&lt;br /&gt;
=== Processor ===&lt;br /&gt;
The main Processor (CPU) of the Neo1973 GTA02 is a [[Samsung S3C2442B B54]] (running at 400 MHz)&lt;br /&gt;
&lt;br /&gt;
* Product Homepage: [http://www.samsung.com/global/business/semiconductor/productInfo.do?fmly_id=229&amp;amp;partnum=SC32442 Samsung SC32442B]&lt;br /&gt;
* User Manual: [http://210.118.57.197/Products/Semiconductor/MobileSoC/ApplicationProcessor/ARM9Series/SC32442/um_s3c2442b_rev12.pdf Samsung SC32442B]&lt;br /&gt;
* Core: ARM920T&lt;br /&gt;
* Instruction Set: ARMv4T&lt;br /&gt;
* Built-in 64MB SDRAM&lt;br /&gt;
* Built-in 256 MB NAND&lt;br /&gt;
* GPIO Assignments: https://svn.openmoko.org/trunk/doc/hardware/GTA02v4/gpio.txt&amp;lt;br&amp;gt;&lt;br /&gt;
* Evaluation board: [http://www.meritech.co.kr/products/product_view.php?num=52 S3C2442 EVB]&lt;br /&gt;
&lt;br /&gt;
=== Power Management ===&lt;br /&gt;
A NXP PCF50633 04 N3 is used for [[Neo1973_Power_Management|power management]].&lt;br /&gt;
&lt;br /&gt;
* NXP PMU index: [http://www.nxp.com/products/power_management/pmu/index.html NXP PMU index page]&amp;lt;br&amp;gt;&lt;br /&gt;
* Product Datasheet: [http://people.openmoko.org/tony_tu/GTA02/datasheet/PMU/PCF50633DS_02.pdf NXP PCF50633 Product Data Sheet]&amp;lt;br&amp;gt;&lt;br /&gt;
* Product User manual: [http://people.openmoko.org/tony_tu/GTA02/datasheet/PMU/PCF50633UM_6.pdf NXP PCF50633 User Manual]&amp;lt;br&amp;gt;&lt;br /&gt;
**Special thanks to NXP for providing a complete user manual and for supporting all developers&lt;br /&gt;
**Datasheet/User manual usage  [http://lists.openmoko.org/pipermail/community/2008-March/013898.html was legally authorized by NXP]&lt;br /&gt;
* Connected to: S3C2442 via I2C, client address is 0x08. &amp;lt;br&amp;gt;&lt;br /&gt;
* Driver Source: https://svn.openmoko.org/trunk/src/target/kernel/patches/pcf50633.patch&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Flash ===&lt;br /&gt;
==== NAND Flash ====&lt;br /&gt;
256MB integrated Samsung NAND flash inside the 2442 multi-chip package, attached to the S3C2442 NAND controller&lt;br /&gt;
&lt;br /&gt;
* Product Homepage: [http://www.samsung.com/global/business/semiconductor/productInfo.do?fmly_id=229&amp;amp;partnum=SC32442 S3C2442]&lt;br /&gt;
* Data Sheet: S3C2442 B54 comes with 256 MB NAND MCP package&lt;br /&gt;
* Connected to: S3C2442 NAND controller&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== NOR Flash ====&lt;br /&gt;
&lt;br /&gt;
16MBit ST M58WR016KB706E NOR flash for 'unbrickable emergency boot' feature.&lt;br /&gt;
&lt;br /&gt;
* Product Homepage: [http://www.st.com/stonline/products/families/memories/fl_nor_mob/index.htm ST Mobile Flash NOR/Mobile Terminal]&lt;br /&gt;
* Data Sheet: [http://www.numonyx.com/Documents/Datasheets/M58WRxxxKTB.pdf M58WR016]&lt;br /&gt;
* Connected to: S3C2442 NAND controller&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SDRAM ===&lt;br /&gt;
128MB SDRAM (64MB inside 2442 MCP, 1x Samsung K4M51323PC) attached to S3C2442 SDRAM controller&lt;br /&gt;
* Product Homepage: [http://www.samsung.com/global/business/semiconductor/productInfo.do?fmly_id=136&amp;amp;partnum=K4M51323PC Samsung K4M51323PC]&lt;br /&gt;
* Data Sheet: [http://www.samsung.com/global/system/business/semiconductor/product/2007/6/11/MobileSDRAM/MobileSDRSDRAM/512Mbit/K4M51323PC/ds_k4m51323pc.pdf Samsung K4M51323PC]&lt;br /&gt;
* Connected to: S3C2442 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GSM/GPRS ==&lt;br /&gt;
The [[GSM]] (including GPRS) modem is Texas Instruments Calypso based and supports 2.5G tri-band GPRS/GSM. The two available models support either the 850/1800/1900 MHz bands (suitable for USA), or 900/1800/1900 MHz band (suitable for rest of the world).&lt;br /&gt;
&lt;br /&gt;
* Connected to: S3C2442 UART1 (full-uart, RxD, TxD, CTS, RTS), /dev/ttySAC0 in userspace&lt;br /&gt;
* PM Driver: https://svn.openmoko.org/trunk/src/target/kernel/patches/gta01-power_control.patch&lt;br /&gt;
* Accessible GSM/GPRS antenna jack (if battery cover is removed)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CALYPSO ASIC digital baseband ===&lt;br /&gt;
Unfortunately we cannot provide many details on the GSM chipset due to very tight [http://en.wikipedia.org/wiki/Non-disclosure_agreement NDA]s.  However, this is not neccessarily required, since it interfaces using a standard UART serial line with the S3C2442.  On that interface, [http://www.3gpp.org/ftp/Specs/archive/07_series/07.05/ GSM 07.05], [http://www.3gpp.org/ftp/Specs/archive/07_series/07.10/ GSM 07.10] and other standardized protocols are used.&lt;br /&gt;
&lt;br /&gt;
The NDAd documentation for the calypso, [http://cryptome.org/ti-calypso1.pdf register definition ] and [http://cryptome.org/ti-calypso2.pdf hardware definition ] was leaked onto a public forum on the 4th of March by persons or persons unknown.&lt;br /&gt;
The legality of reading these files may vary according to your local laws, as may generating code from them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Calypso D751992AZHH&amp;lt;br&amp;gt;&lt;br /&gt;
*The firmware within GTA02 should be moko6 or later (internal code name)&lt;br /&gt;
&lt;br /&gt;
=== TI TWL3025BZGMR analog baseband ===&lt;br /&gt;
*Product Homepage: [http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?templateId=6123&amp;amp;navigationId=12295&amp;amp;contentId=4703 TWL3014]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TI TRF6151 (GSM/PCS) RF Transceiver ===&lt;br /&gt;
*Product Homepage: [http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?templateId=6123&amp;amp;navigationId=12296&amp;amp;contentId=4701 TRF6151] &amp;lt;br&amp;gt;&lt;br /&gt;
GPRS Class12/CS4 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== AGPS ==&lt;br /&gt;
u-blox ANTARIS 4 chip&lt;br /&gt;
* Connected to: S3C2442 UART2, /dev/ttySAC1 in userspace&lt;br /&gt;
* Driver: none needed, talks standard NMEA&lt;br /&gt;
* u-blox Antaris 4 Protocol [http://www.u-blox.com/en/download-center.html?task=view.download&amp;amp;cid=46 Protocol download page]&lt;br /&gt;
* ATR0635 Datasheet: [http://www.u-blox.com/products/Data_Sheets/ATR0630_35_SglChip_Data_Sheet(GPS.G4-X-06009).pdf u-blox ATR0635]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Accelerometers ==&lt;br /&gt;
Two [[ST LIS302DL]]&lt;br /&gt;
* Homepage: http://www.st.com/stonline/products/literature/ds/12726/lis302dl.htm&lt;br /&gt;
* Datasheet: http://www.st.com/stonline/products/literature/ds/12726.pdf&lt;br /&gt;
* Connected to: S3C2442 via SPI interface&lt;br /&gt;
* S3C2442 SPI EINT interrupt inputs&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Graphics/3D Acceleration ==&lt;br /&gt;
&lt;br /&gt;
[[Smedia Glamo 3362]].&lt;br /&gt;
* Homepage: http://www.smediatech.com/product3362.htm&lt;br /&gt;
* Driver: http://git.openmoko.org/?p=kernel.git;a=commit;h=911c6fab17f81ea2fdc6ad5e6173ce72bfe01ec4&lt;br /&gt;
* Datasheets: http://people.openmoko.org/sean/datasheets/glamo3362 (posted with permission from SMedia)&lt;br /&gt;
** A different set of datasheets were [http://lists.openmoko.org/pipermail/community/2011-October/065592.html leaked] before these were released&lt;br /&gt;
* Connected to: S3C2442 Address/Data bus &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== microSD ==&lt;br /&gt;
The GTA02 has one microSD aka Transflash slot. Using the Glamo 3362 MMC/SD controller&lt;br /&gt;
&lt;br /&gt;
* It should support SDHC, and 16GB card has been tested. MicroSD slot is [[Disassembling_Neo1973#Opening_back_cover|under battery]].&lt;br /&gt;
* 8 Gb Transcend microSDHC class 4 card confirmed working on GTA02 (using [https://docs.openmoko.org/trac/ticket/1743 #1743]).&lt;br /&gt;
* Connected to: Glamo 3362 MMC/SD controller&lt;br /&gt;
* Driver: Check svn for the SMedia driver with SD implementation&lt;br /&gt;
* [[Supported microSD cards]]&lt;br /&gt;
* Specifications: [http://www.sdcard.org/about/memory_card/pls/ SD Simplified Specification], [http://www.mmca.org/compliance/buy_spec/AN_MMCA050419.pdf MMC (partial)], [http://www.sandisk.com/Assets/File/OEM/Manuals/manual-rs-mmcv1.0.pdf MMC (product manual)]&lt;br /&gt;
* SANDISK 128 MB/512 MB and some 4G SDHC card been verified could work on GTA02&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LCD Module (LCM) ==&lt;br /&gt;
Toppoly (tpo) 2.8&amp;quot; diagonal (1.7&amp;quot; x 2.27&amp;quot; - 43mm x 58mm) 480x640 TD028TTEC1 module, using a Toshiba JBT6K74 TFT&lt;br /&gt;
LCD Driver Chipset.&amp;lt;br&amp;gt;&lt;br /&gt;
* Homepage: [http://www.tpo.biz/ENG/business-eng/Activer-Matrix-VGA.htm Activer-Matrix-VGA.htm]&lt;br /&gt;
* Specification: FIXME&lt;br /&gt;
* Driver: https://svn.openmoko.org/trunk/src/target/kernel/patches/gta01-jbt6k74.patch&lt;br /&gt;
* Backlight Driver: https://svn.openmoko.org/trunk/src/target/kernel/patches/gta01-backlight.patch&lt;br /&gt;
* Connected to: Glamo3362 LCM interface and Glamo3362 SPI Interface&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Touch Screen ====&lt;br /&gt;
* Connected to: S3C2442 touchscreen controller&lt;br /&gt;
* Driver: http://git.openmoko.org/?p=kernel.git;a=blob_plain;f=drivers/input/touchscreen/s3c2410_ts.c;hb=andy-tracking&lt;br /&gt;
&lt;br /&gt;
== Bluetooth Module==&lt;br /&gt;
Delta DFBM-CS320 Class2 Module, using CSR BlueCore4&lt;br /&gt;
&lt;br /&gt;
* Data Sheet: [http://www.datasheet4u.com/download.php?id=571424 2.DFBM-CS320.pdf]&lt;br /&gt;
* CSR Data Sheet: [http://www.csrsupport.com/download/2302/CS-101564-DSP10%20BlueCore4-ROM%20Product%20Data%20Sheet.pdf CS-101564-DSP10 BlueCore4-ROM Product Data Sheet.pdf]&lt;br /&gt;
* Driver: Stock Linux Kernel BlueZ&lt;br /&gt;
* Connected to: S3C2442 USB Host controller (OHCI)&lt;br /&gt;
* PM Driver: https://svn.openmoko.org/trunk/src/target/kernel/patches/gta01-power_control.patch&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth Audio ===&lt;br /&gt;
This one is wired via PCM bus from the CSR Bluetooth chip to the Wolfson codec.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== WiFi Module==&lt;br /&gt;
&lt;br /&gt;
Accton (WLAN 802.11b/g SiP-M WM3236AQ(Flash Ver:2.0 Atheros AR6001GZ)&lt;br /&gt;
* Connected to: S3C2442 SDIO Host controller&amp;lt;br&amp;gt;&lt;br /&gt;
* Datasheet: [http://www.accton.com/products/Datasheet/WM3236A.AQ.pdf Accton 3236AQ datasheet]&amp;lt;br&amp;gt;&lt;br /&gt;
* Driver: http://svn.openmoko.org/developers/sameo/patches/&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Vibrator ==&lt;br /&gt;
* Driver: https://svn.openmoko.org/trunk/src/target/kernel/patches/gta01-vibrator.patch&lt;br /&gt;
* Connected to: S3C2442 GPIO&lt;br /&gt;
&lt;br /&gt;
== USB Host ==&lt;br /&gt;
The USB Host controller is inside the S3C2442&lt;br /&gt;
* Driver: Stock Linux kernel ohci_hcd&lt;br /&gt;
* USB version 1.1&lt;br /&gt;
* Supply USB 5v in Host mode using usb power switch AAT1275IRN-5.0-T1&lt;br /&gt;
** http://www.analogictech.com/products/digitalfiles/AAT1275.pdf&lt;br /&gt;
* A net EN_USBHOST is controlled by PMU GPIO &amp;quot;GPO&amp;quot;, this one signal when asserted (high)&lt;br /&gt;
** enables generation of 5V for external device using a charge pump&lt;br /&gt;
** enables connection of 15K pulldowns to D+ and D- to allow device insertion and removal detection for host mode&lt;br /&gt;
** DISABLES the path for USB power to charge the battery&lt;br /&gt;
&lt;br /&gt;
It should also be possible to use host mode with externally-provided&lt;br /&gt;
power. This will allow the FreeRunner to be connected to a USB device&lt;br /&gt;
and be powered and charging the battery if present at the same&lt;br /&gt;
time. This method is called the Y-cable and was invented by [[User:JOERG|Joerg Reisenweber]]. For&lt;br /&gt;
additional info and circuit diagrams see&lt;br /&gt;
[[Specialized_USB_cables#How_to_make_a_USB_cable_for_powering_attached_USB_devices_and_charging_the_Neo_while_in_host_mode_.28aka_Y-Cable.29|Specialized&lt;br /&gt;
USB Cables]].&lt;br /&gt;
&lt;br /&gt;
* Connect 0V, d+, d-, +5 to your USB device&lt;br /&gt;
* Connect a 15k ohm resistor between d+ and ground&lt;br /&gt;
* Connect a 15k ohm resistor between d- and ground&lt;br /&gt;
* Connect 0V, +5 to your &amp;gt;1A power source&lt;br /&gt;
** If your power source was not the Openmoko 1A charger, additionally connect a 47K ohm 5% resistor between the ID pin and ground to pretend to be the 1A charger.&lt;br /&gt;
&lt;br /&gt;
In addition you need to make sure EN_USBHOST signal that enables the physical Host mode power generation and disables the USB -&amp;gt; PMU charging path is deasserted.  This may be taken care of automatically shortly by detection of the 48K resistor on a USB insertion leading to forcing EN_USBHOST deasserted.  The charge pump that generates the 5V in host mode doesn't seem to mind getting external 5V given to it, but the real issue is that the battery will not be charged at all if we leave EN_USBHOST asserted since one of its jobs is to stop that happening.&lt;br /&gt;
&lt;br /&gt;
== USB Device ==&lt;br /&gt;
The USB Device controller is inside the S3C2442&lt;br /&gt;
* Driver: https://svn.openmoko.org/trunk/src/target/kernel/patches/s3c2410_udc.patch&lt;br /&gt;
* Please see [[USB Product IDs]] on information about which Vendor/Product IDs we use&lt;br /&gt;
* 1200mAh lithium battery charges when connected to powered host.&lt;br /&gt;
* Mini-AB connector similar to [http://www.cypressindustries.com/shoponline/proddetail.asp?prod=CCMUSBAB-32005-700&amp;amp;cat=34 this one].&lt;br /&gt;
&lt;br /&gt;
== I2C Devices ==&lt;br /&gt;
I2C is a simple communication standard intended to move small amounts of data a few inches between chips.&lt;br /&gt;
Please see [[I2C | Neo I2C Devices]] for more information &amp;amp; a list of devices &amp;amp; the addresses currently in use &amp;amp; documented for the Neo1973.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
See also: [[Neo1973 Audio Subsystem]]&lt;br /&gt;
&lt;br /&gt;
=== Wolfson Codec ===&lt;br /&gt;
There's a [[WM8753]] Wolfson Microelectronics CODEC (This is not a 'smart' codec that can interpret MP3/... it is a simple dumb 'sound card'.)&lt;br /&gt;
* Product Homepage: http://www.wolfsonmicro.com/products/WM8753/&lt;br /&gt;
* Data Sheet: [http://www.wolfsonmicro.com/uploads/documents/en/WM8753.pdf WM8753.pdf]&lt;br /&gt;
* Connected to: S3C2442 IIS interface (PCM data), S3C2442 I2C (Control)&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;br /&gt;
&lt;br /&gt;
=== Mono Amplifier ===&lt;br /&gt;
There's a National Semiconductor [[LM4853]] Mono Amplifier at the analog audio output of the WM8753&lt;br /&gt;
&lt;br /&gt;
* Product Homepage: [http://www.national.com/pf/LM/LM4853.html LM4853.html]&lt;br /&gt;
* Data Sheet: [http://www.national.com/ds.cgi/LM/LM4853.pdf LM4853.pdf]&lt;br /&gt;
* Connects to (LM4853 pin):&lt;br /&gt;
** S3C2442 GPIO: HP_IN, AMP_SHUT (shutdown);&lt;br /&gt;
** Wolfson WM8753: LOUTL (LEFTIN), LOUTR (RIGHTIN);&lt;br /&gt;
** speaker4102: (LEFTOUT/BLTOUT-, BLTOUT+);&lt;br /&gt;
** headset-jack: ring 2 (RIGHTOUT), ring 3 (LEFTOUT/BLTOUT-) via 1uF-33R each&lt;br /&gt;
&lt;br /&gt;
=== Analog wired Headset ===&lt;br /&gt;
There's a four-ring 2.5mm stereo jack which provides connectivity to old-fashioned wired headsets.&lt;br /&gt;
&lt;br /&gt;
The headsets used by Motorola smartphones (A780,A1200, ...) and the V-360 have a compatible configuration, as does the headset for an LG muziq 570.&lt;br /&gt;
&lt;br /&gt;
ring&amp;lt;br&amp;gt;&lt;br /&gt;
1(base): GND&amp;lt;br&amp;gt;&lt;br /&gt;
2: left out&amp;lt;br&amp;gt;&lt;br /&gt;
3: right out&amp;lt;br&amp;gt;&lt;br /&gt;
4(tip): mic + HOLD-button(press:short to GND)&lt;br /&gt;
&lt;br /&gt;
=== Buttons ===&lt;br /&gt;
The Neo1973 GTA02 features two buttons:&lt;br /&gt;
* [[Neo1973 Power Button|The Power Button]]&lt;br /&gt;
* [[Neo1973 AUX Button|The &amp;quot;Aux&amp;quot; button]]&lt;br /&gt;
&lt;br /&gt;
== Case ==&lt;br /&gt;
The case for the FreeRunner is all black, as seen on the front page of the wiki.&lt;br /&gt;
&lt;br /&gt;
Openmoko has released the CAD files for the case of the Neo1973 and Neo FreeRunner.  These were created using Pro/ENGINEER (also called Pro/E).  They are available in the Pro/E (.asm/.prt) format, but alternative formats are also available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We welcome your assistance in providing other formats. If you are able to convert CAD files from Pro/E format to other formats, please contact [mailto:michael@openmoko.org]. We are especially interested in the DXF format and in images rendered from these files.&lt;br /&gt;
&lt;br /&gt;
* [http://downloads.openmoko.org/CAD/NeoFreeRunner_ProE.zip The original Pro/E (.asm/.prt) format]&lt;br /&gt;
&lt;br /&gt;
[http://downloads.openmoko.org/developer/CAD/ Browse CAD directory]&lt;br /&gt;
&lt;br /&gt;
=Accessory=&lt;br /&gt;
&lt;br /&gt;
== Stylus ==&lt;br /&gt;
&lt;br /&gt;
Using 4-in-1 laser pen&lt;br /&gt;
*Vendor: [http://www.quarton.com/laser_pen.html Quarton XPII]&lt;br /&gt;
*GTA02 standard setup comes with [http://www.quarton.com.tw/laser_pen_infiniter_xp_2.html QUARTON XPII 4-in-1 laser pen]&lt;br /&gt;
&lt;br /&gt;
== Battery ==&lt;br /&gt;
The [[Neo FreeRunner (GTA02) Battery]] is mechanically and electrically compatible with the [[Neo1973 GTA01 Battery]], as well as limited compatibility with a Nokia BL6C battery.&lt;br /&gt;
According to [http://lists.openmoko.org/pipermail/community/2007-February/003758.html this] post on the mailinglist.&lt;br /&gt;
[http://wiki.openmoko.org/index.php?title=Image:Neo1973-with-BL5C-battery.png Photo] of the battery inside the Neo1973.&lt;br /&gt;
&lt;br /&gt;
* GTA02 using the smart battery based on TI bq27000 chipset&lt;br /&gt;
* SANYO UF653450S 1200mAh cell.&amp;lt;br&amp;gt;&lt;br /&gt;
* Battery schematics: [http://people.openmoko.org/tony_tu/GTA02/hardware/GTA02/CT-GTA02.pdf GTA02 Smart Battery Schematics]&lt;br /&gt;
&lt;br /&gt;
== microSD Card ==&lt;br /&gt;
&lt;br /&gt;
GTA02 should come with one of following microSD card&lt;br /&gt;
&lt;br /&gt;
* [http://www.transcendusa.com/ Transcend] 512MB microSD card&lt;br /&gt;
* [http://www.sandisk.com/ SanDisk] 512MB microSD card&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Charger ==&lt;br /&gt;
&lt;br /&gt;
AKII Technology Charger&lt;br /&gt;
&lt;br /&gt;
*Model: [http://www.ak2.com.tw/pd_main.asp?sg_id=11 A10P1-05MP]&lt;br /&gt;
*Input: 100-240v~ /0.3A&lt;br /&gt;
*Output: +5v up to 2.0A&lt;br /&gt;
*Add 47.5k 1% resistor between ID pin and ground for openmoko charger identification&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Hardware revision history =&lt;br /&gt;
{{main|GTA02 revisions}}&lt;br /&gt;
&lt;br /&gt;
= Debug Board =&lt;br /&gt;
&lt;br /&gt;
== Debug Board Connector definition ==&lt;br /&gt;
&lt;br /&gt;
This is the connector used to connect the [[Debug Board]] and possibly other hardware.&lt;br /&gt;
&lt;br /&gt;
Connections are:&lt;br /&gt;
* 39 - GND&lt;br /&gt;
* 38 - STDI&lt;br /&gt;
* 37 - _RESET&lt;br /&gt;
* 36 - STMS&lt;br /&gt;
* 35 - STCK&lt;br /&gt;
* 34 - STDO&lt;br /&gt;
* 33 - GSM_EN&lt;br /&gt;
* 29 - _STRST&lt;br /&gt;
* 19 - X_I2C_SCL (H-TP4703)&lt;br /&gt;
* 18 - X_I2C_SDA (H-TP4704)&lt;br /&gt;
* 17 - SPI_CLK0&lt;br /&gt;
* 16 - SPI_MOSI0&lt;br /&gt;
* 15 - SPI-MISO0&lt;br /&gt;
* 14 - SS0&lt;br /&gt;
* 13 - EINT3 (H-TP4705)&lt;br /&gt;
* 3 - CONSOLE_TXD (H-TP4701)&lt;br /&gt;
* 2 - CONSOLE_RXD (H-TP4702)&lt;br /&gt;
&lt;br /&gt;
Information from [http://people.openmoko.org/roh/Debugport_GTA01bv4.png].&lt;br /&gt;
&lt;br /&gt;
= Distinguishing hardware revisions =&lt;br /&gt;
== Inside the [[Bootloader]] ==&lt;br /&gt;
=== Mass production devices (A5 and later) ===&lt;br /&gt;
The bootloader reads the [[GTA02 revisions|hardware revision]] from the PCB.[http://git.openmoko.org/?p=u-boot.git;a=blob;f=board/neo1973/gta02/gta02.c;h=a59a513395a15749827869fc1f9b08977b0d33ac;hb=stable#l818]&lt;br /&gt;
&lt;br /&gt;
=== Prototypes (A4 and earlier) ===&lt;br /&gt;
Every hardware revision has its own u-boot image type.  Thus, the bootloader has the revision hard-coded.&lt;br /&gt;
The hardware revision is passed on to the kernel via the ATAG mechanism (ATAG_REVISION)&lt;br /&gt;
&lt;br /&gt;
== Inside the [[Kernel]] ==&lt;br /&gt;
=== Mass production devices (A5 and later) ===&lt;br /&gt;
The kernel reads the hardware revision from the PCB.[http://git.openmoko.org/?p=kernel.git;a=blob;f=arch/arm/mach-s3c2442/mach-gta02.c;h=5de85c018933d849b0e5c248f3dac9e0c6b1ca15;hb=andy-tracking#l283]&lt;br /&gt;
&lt;br /&gt;
=== Prototypes (A4 and earlier) ===&lt;br /&gt;
The kernel receives the ATAG_REVISION during bootup, and saves its contents in the &amp;quot;system_rev&amp;quot; global variable.&lt;br /&gt;
&lt;br /&gt;
== From Userspace ==&lt;br /&gt;
The kernel exports the system_rev variable in /proc/cpuinfo as &amp;quot;Revision :&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
= Certification =&lt;br /&gt;
&lt;br /&gt;
== FCC ==&lt;br /&gt;
*For US Import&lt;br /&gt;
** 850/1800/1900 Band, FCC ID: EUNGTA02&lt;br /&gt;
** 900/1800/1900 Band, FCC ID: EUNGTA02E&lt;br /&gt;
** [http://people.openmoko.org/tony_tu/GTA02/certificate/EUNGTA02_850_1800_1900/ FCC test report(GTA02)]&lt;br /&gt;
** [http://people.openmoko.org/tony_tu/GTA02/certificate/EUNGTA02E_900_1800_1900/ FCC test report(GTA02E)]&lt;br /&gt;
&lt;br /&gt;
== CE ==&lt;br /&gt;
*For Europe&lt;br /&gt;
**Registration number: M528583V-EO&lt;br /&gt;
**[http://people.openmoko.org/tony_tu/GTA02/certificate/CE/ CE report and certificate]&lt;br /&gt;
&lt;br /&gt;
== NCC ==&lt;br /&gt;
*For Taiwan Import&lt;br /&gt;
**NCC certification number: CCAF08DG0080T0&lt;br /&gt;
**[http://people.openmoko.org/tony_tu/GTA02/certificate/NCC NCC report and certificate]&lt;br /&gt;
&lt;br /&gt;
[[Category:Neo FreeRunner Hardware| ]]&lt;br /&gt;
[[Category:GTA02| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo_FreeRunner</id>
		<title>Neo FreeRunner</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo_FreeRunner"/>
				<updated>2011-12-20T12:43:00Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: add  &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Neo FreeRunner}}&lt;br /&gt;
{{Neo FreeRunner Menu}}&lt;br /&gt;
&lt;br /&gt;
The '''Neo FreeRunner''' is the second phone designed to run Openmoko software and is the direct descendant of the earlier [[Neo 1973]].&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* High resolution touch screen 2.84” (43mm x 58mm) 480x640 pixels&lt;br /&gt;
* 128MB SDRAM memory&lt;br /&gt;
* 256 MB integrated flash memory (expandable with microSD or microSDHC card)&lt;br /&gt;
* microSD slot supporting up to 16GB SDHC (Secure Digital High Capacity) cards ([[Supported microSD cards]])&lt;br /&gt;
* Internal [[Neo FreeRunner GPS|GPS]] module&lt;br /&gt;
* Bluetooth&lt;br /&gt;
* 802.11 b/g [[Neo FreeRunner Wifi|WiFi]]&lt;br /&gt;
* 400Mhz ARM processor&lt;br /&gt;
* 2 3D accelerometers&lt;br /&gt;
* 2 LEDs illuminating the two buttons on the rim of the case (one bicolor [blue|orange] behind the power button, 1 unicolor [red] behind the aux button)&lt;br /&gt;
* Tri-band GSM and GPRS&lt;br /&gt;
* USB Host function with 500mA power, allowing you to power USB devices for short periods (will drain the FreeRunner battery faster)&lt;br /&gt;
&lt;br /&gt;
'''Versions''': The Neo FreeRunner is available in two versions, one for the GSM bands of North America (850/1800/1900 Mhz), and one for the GSM bands in the rest of the world (900/1800/1900 Mhz). Unless you explicitly discuss this, a local reseller may by default send you the version appropriate to the distributors location.&lt;br /&gt;
&lt;br /&gt;
A full list of the hardware specs and components of the Neo FreeRunner can be found at [[Neo FreeRunner Hardware]].&lt;br /&gt;
&lt;br /&gt;
A comparison between [[Neo 1973]] and Neo FreeRunner is available at [[Neo 1973 vs Neo FreeRunner]].&lt;br /&gt;
&lt;br /&gt;
== Getting the Neo FreeRunner ==&lt;br /&gt;
[[Image:Freerunner02.gif|200px|right]]&lt;br /&gt;
&lt;br /&gt;
The FreeRunner can be purchased from a [[distributors|distributor]]. The software available on the phone makes it suitable for power users and developers only -- it is not yet ready for the general consumer. Email announcements are found on the [http://lists.openmoko.org/mailman/listinfo/announce announce mailing list]. For frequently asked questions please check [[FAQ]].&lt;br /&gt;
&lt;br /&gt;
== Intended use and users ==&lt;br /&gt;
&lt;br /&gt;
The Neo FreeRunner is a Linux-based touch screen smart phone ultimately aimed at general consumer use as well as Linux desktop users and software developers.&lt;br /&gt;
&lt;br /&gt;
Linux users and software developers will appreciate the total freedom they have to use and design software for the FreeRunner.&lt;br /&gt;
&lt;br /&gt;
General phone users will eventually appreciate the high spec and performance of the phone and the wide range of free software packages expected to emerge. These will allow users to make the maximum use of the hardware and tailor it to their particular needs. Since launch, the pace of software tweaks and improvements has increased as both the Openmoko team developers and the wider community work together.&lt;br /&gt;
&lt;br /&gt;
== How usable is it? ==&lt;br /&gt;
&lt;br /&gt;
With most distributions the FreeRunner is working as a reliable phone. However it still has usability issues and many advanced features are still missing. (For example with SHR, the most used distribution, the phone keeps ringing for a second after a call has been accepted) For more information see [[Distributions#Features by distribution/release_target|distributions]].&lt;br /&gt;
&lt;br /&gt;
Please see the [[FreeRunner: Selected Blogs and Articles]] to get more reviews. The [[Neo FreeRunner Hardware Issues]] page may also be of interest.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
*[[Getting Started with your Neo FreeRunner]]&lt;br /&gt;
*[[FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Neo FreeRunner Hardware| ]]&lt;br /&gt;
[[Category:GTA02| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Accelerometer_data_retrieval</id>
		<title>Accelerometer data retrieval</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Accelerometer_data_retrieval"/>
				<updated>2011-08-11T10:42:38Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* The /sys interface */ added &amp;quot;new&amp;quot; path for sysfs accelerometer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Scope==&lt;br /&gt;
&lt;br /&gt;
This document describes a way to access the data provided by the&lt;br /&gt;
accelerometers. Furthermore the format of the acquired datastream is explained&lt;br /&gt;
in detail.&lt;br /&gt;
&lt;br /&gt;
This document does not cover the physical basics of acceleration or&lt;br /&gt;
the mathematical details on this subject.&lt;br /&gt;
&lt;br /&gt;
Consult the hardware specs at the STMsite for the [http://www.st.com/stonline/products/literature/ds/12726/lis302dl.htm LIS392DL]. It contains an interesting read how this unit functions.&lt;br /&gt;
&lt;br /&gt;
==Axis orientation==&lt;br /&gt;
&lt;br /&gt;
To understand the values provided by the accelerometers it is crucial to&lt;br /&gt;
understand how the sensors are oriented. In the following I will refer to the&lt;br /&gt;
sensors as first and second sensor. The way to access the data sources of&lt;br /&gt;
these two will be described later on in this document.&lt;br /&gt;
&lt;br /&gt;
The Z axis is pointing from the display downwards to to the back of the&lt;br /&gt;
openmoko. This applies to both of the sensors.&lt;br /&gt;
(Also see [http://wiki.openmoko.org/wiki/Talk:Technical:Accelerometer_Fundamentals Definition of gmeter readings as force rather than acceleration]) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Orientation of the first sensor===&lt;br /&gt;
&lt;br /&gt;
To explain the axis orientation I have created some images for easier&lt;br /&gt;
understanding. Note that X and Y are in the same plane as the screen, while the Z arrow is pointing &amp;quot;into the screen&amp;quot;, i.e. behind the  Neo. The device for the first sensor is ''/dev/input/event2''.&lt;br /&gt;
&lt;br /&gt;
[[Image:Accelerometer_orientation1.png|Axis orientation of the first accelerometer]]&lt;br /&gt;
&lt;br /&gt;
===Orientation of the second sensor===&lt;br /&gt;
&lt;br /&gt;
In contrast to the first sensor the second one is turned 45 degrees around the&lt;br /&gt;
Z axis. See the attached image to get a clue about its orientation. Note that X and Y are in the same plane as the screen, while the Z arrow is pointing &amp;quot;into the screen&amp;quot;, i.e. behind the Neo. The device for the second sensor is ''/dev/input/event3''.&lt;br /&gt;
&lt;br /&gt;
[[Image:Accelerometer_orientation2.png|Axis orientation of the second accelerometer]]&lt;br /&gt;
&lt;br /&gt;
==Data acquisition==&lt;br /&gt;
&lt;br /&gt;
The information from both of the accelerometers is exported through two&lt;br /&gt;
different input event based file mappings. These device nodes can be found at&lt;br /&gt;
''/dev/input/event2'' and ''/dev/input/event3''.&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' : --[[User:MicVM|MicVM]] 19.43, 19 November 2010 (UTC) :&lt;br /&gt;
On kernel SHR kernel 2.6.34.7 the device names changed to ''/dev/input/event3'' and ''/dev/input/event4'' respectively.&lt;br /&gt;
&lt;br /&gt;
The sensor I am refering to as the first one is ''event2''. Therefore the second&lt;br /&gt;
one is accessible through the ''event3'' device.&lt;br /&gt;
&lt;br /&gt;
Hint: Adding /etc/udev/rules.d/55-freerunner-accelerometer.rules with&lt;br /&gt;
 SUBSYSTEM==&amp;quot;input&amp;quot;, ATTRS{modalias}==&amp;quot;input:b0018v0000p0000e0000-e0,3,kra0,1,2,mlsfw&amp;quot;, SYMLINK+=&amp;quot;accelerometer-top&amp;quot;&lt;br /&gt;
 SUBSYSTEM==&amp;quot;input&amp;quot;, ATTRS{modalias}==&amp;quot;input:b0018v0000p0000e0000-e0,3,kra0,1,2,mlsfw&amp;quot;, SYMLINK+=&amp;quot;accelerometer-bottom&amp;quot;&lt;br /&gt;
will give you bit more meaningful device names. [[User:Lindi|Lindi]] 08:16, 15 July 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
These device nodes can be opened by the default filesystems calls for reading&lt;br /&gt;
files. The data can be read from the stream as soon as the sensor measures it. Note that since the data is exported as normal files you can easily e.g. use netcat to stream the accelerometer data over bluetooth to your laptop to a control a game running on your laptop.&lt;br /&gt;
&lt;br /&gt;
==Data structure==&lt;br /&gt;
&lt;br /&gt;
To be able to use the measured data it is important to understand the format&lt;br /&gt;
in which the data is provided.&lt;br /&gt;
The structure of the given data is based on the kernel input event message&lt;br /&gt;
system which exports the following data structure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
struct input_event {&lt;br /&gt;
struct timeval time;&lt;br /&gt;
__u16 type;&lt;br /&gt;
__u16 code;&lt;br /&gt;
__s32 value;&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The data is written to the stream message by message. Therefore the minimal&lt;br /&gt;
used blocksize is 128 bit (16 byte).&lt;br /&gt;
&lt;br /&gt;
Lets have a look at an example readout of the accelerometer data, divided into&lt;br /&gt;
the used sections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|----- time ------|  |type| |code|  |-value-|&lt;br /&gt;
8c66 4819 721c 0006   0002   0002   03a8 0000&lt;br /&gt;
8c66 4819 7222 0006   0000   0000   0000 0000&lt;br /&gt;
8c66 4819 99e6 0006   0002   0000   0048 0000&lt;br /&gt;
8c66 4819 9a36 0006   0002   0001   0024 0000&lt;br /&gt;
8c66 4819 9a50 0006   0002   0002   0396 0000&lt;br /&gt;
8c66 4819 9a57 0006   0000   0000   0000 0000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using recent kernels (&amp;gt;=2.6.29), you might see this instead, because accelerometers are now reporting&lt;br /&gt;
absolute values instead of relative ones (more on that later) :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
|----- time ------|  |type| |code|  |-value-|&lt;br /&gt;
8163 49da 6d62 000d   0000   0000   0000 0000&lt;br /&gt;
8163 49da 91d8 000d   0003   0000   0048 0000&lt;br /&gt;
8163 49da 9231 000d   0003   0001   0012 0000&lt;br /&gt;
8163 49da 9251 000d   0003   0002   03ba 0000&lt;br /&gt;
8163 49da 9270 000d   0000   0000   0000 0000&lt;br /&gt;
8163 49da b6cf 000d   0003   0000   0036 0000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I think the time structure does not need further explanation. A lot more&lt;br /&gt;
interesting is the type, code and value part of every message. Lets take a&lt;br /&gt;
closer look at these parts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Event types===&lt;br /&gt;
&lt;br /&gt;
The types categorize the incoming messages. All possible types can be found in&lt;br /&gt;
the kernel sources or include files in ''INCLUDEDIR/linux/input.h''&lt;br /&gt;
During the tests with the accelerometers I observed the fact that only two&lt;br /&gt;
different message types are used.&lt;br /&gt;
&lt;br /&gt;
;0x00:&lt;br /&gt;
:According to ''linux/input.h'' this event is called ''EV_SYN''. It signals the wish to ''syncronize''. Normally this event is used in combination with code 0x00 to mark the send data complete and therefore applyable.&lt;br /&gt;
&lt;br /&gt;
;0x02:&lt;br /&gt;
:This event is called ''EV_REL'' and signals ''relative movement''. It is used to transmit the acceleration the sensors encounter.&lt;br /&gt;
&lt;br /&gt;
The definition should not be taken too seriously in this context, because the&lt;br /&gt;
data values provided by the accelerometer always represent the absolute&lt;br /&gt;
acceleration measured at the given time. So, in newer kernels, the proper&lt;br /&gt;
''absolute movement'' notification is used instead :&lt;br /&gt;
&lt;br /&gt;
;0x03:&lt;br /&gt;
:This event is called ''EV_ABS'' and signals ''absolute movement''. It replaces the ''EV_REL'' notifications in newer kernels, but&lt;br /&gt;
the information (the event codes) is the same.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Event codes===&lt;br /&gt;
&lt;br /&gt;
Both types of event may supply different codes. These codes can be understood&lt;br /&gt;
as some kind of further specification about the specified data values&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Synchronization event codes====&lt;br /&gt;
&lt;br /&gt;
The synchronization event may use quite a lot of codes, as ''linux/input.h''&lt;br /&gt;
shows. However the only used one seems to be the 0x00 code.&lt;br /&gt;
&lt;br /&gt;
;0x00:&lt;br /&gt;
:This code is referred to as SYN_REPORT. It means that the last dataset was completely transmitted. Therefore the before transmitted set of data values can be considered complete. This means if this message is received you may process the given data further.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Relative movement event codes===&lt;br /&gt;
&lt;br /&gt;
The amount of possible codes for this event type is quite big. The only used&lt;br /&gt;
ones are the following ones.&lt;br /&gt;
&lt;br /&gt;
;0x00:&lt;br /&gt;
:REL_X - Acceleration in x direction&lt;br /&gt;
&lt;br /&gt;
;0x01:&lt;br /&gt;
:REL_Y - Acceleration in y direction&lt;br /&gt;
&lt;br /&gt;
;0x02:&lt;br /&gt;
:REL_Z - Acceleration in z direction&lt;br /&gt;
&lt;br /&gt;
The X, Y and Z axis are to be understand as defined in the chapter about [[#Axis_orientation|Axis orientation]].&lt;br /&gt;
&lt;br /&gt;
====A typical message block====&lt;br /&gt;
&lt;br /&gt;
A typical message block consists of 3 messages containing the acceleration&lt;br /&gt;
data for every of the three axis followed by a syncronization message to&lt;br /&gt;
signal the end of the block.&lt;br /&gt;
&lt;br /&gt;
The following example is such a message block with detailed explanation of its&lt;br /&gt;
different messages and data sections.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
8c66 4819 99e6 0006   0002   0000   0048 0000&lt;br /&gt;
|------Time-------|  EV_REL  REL_X  |-Value-|&lt;br /&gt;
(Measured acceleration in x axis direction of 72)&lt;br /&gt;
&lt;br /&gt;
8c66 4819 9a36 0006   0002   0001   0024 0000&lt;br /&gt;
|------Time-------|  EV_REL  REL_Y  |-Value-|&lt;br /&gt;
(Measured acceleration in y axis direction of 36)&lt;br /&gt;
&lt;br /&gt;
8c66 4819 9a50 0006   0002   0002   0396 0000&lt;br /&gt;
|------Time-------|  EV_REL  REL_Z  |-Value-|&lt;br /&gt;
(Measured acceleration in z axis direction of 918)&lt;br /&gt;
&lt;br /&gt;
8c66 4819 9a57 0006   0000   0000        0000 0000&lt;br /&gt;
|------Time-------|  EV_SYN  SYN_REPORT  |-Value-|&lt;br /&gt;
(The transmitted data block is complete you may process the given data)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Absolute movement event codes===&lt;br /&gt;
&lt;br /&gt;
More information about this change may be available here :&lt;br /&gt;
&lt;br /&gt;
http://git.openmoko.org/?p=kernel.git;a=commit;=b2ae84d8bd469fe81fa0a967fde9008416a78365&lt;br /&gt;
&lt;br /&gt;
Although the information is the same as before, the absolute interface differs from the relative one by the fact that&lt;br /&gt;
only changed values are reported. So if the phone was completely idle, experiencing exactly the same acceleration from&lt;br /&gt;
one sample to the next, you will read only synchronization events (this will not happen due to noise, though).&lt;br /&gt;
&lt;br /&gt;
So when you miss the value for an axis between two synchronization events, just assume the previous value still holds.&lt;br /&gt;
&lt;br /&gt;
==Test application==&lt;br /&gt;
&lt;br /&gt;
A simple test application written in ruby:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/env ruby&lt;br /&gt;
x = 0&lt;br /&gt;
y = 0&lt;br /&gt;
z = 0&lt;br /&gt;
File.open(&amp;quot;/dev/input/event3&amp;quot;) do |f|&lt;br /&gt;
  while true&lt;br /&gt;
    event = f.read(16).unpack(&amp;quot;llSSl&amp;quot;)&lt;br /&gt;
    time = event[0] + event[1] / 1000000.0&lt;br /&gt;
    type = event[2]&lt;br /&gt;
    code = event[3]&lt;br /&gt;
    value = event[4]&lt;br /&gt;
    if type == 2 || type == 3&lt;br /&gt;
      x = value if code == 0&lt;br /&gt;
      y = value if code == 1&lt;br /&gt;
      z = value if code == 2&lt;br /&gt;
    end&lt;br /&gt;
    if type == 0 &amp;amp;&amp;amp; code == 0&lt;br /&gt;
      sum = Math::sqrt(x*x + y*y + z*z).to_i&lt;br /&gt;
      printf(&amp;quot;%5d %5d %5d %5d\n&amp;quot;, x, y, z, sum)&lt;br /&gt;
    end&lt;br /&gt;
  end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Equivalent version in python:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/python&lt;br /&gt;
import struct&lt;br /&gt;
from math import sqrt&lt;br /&gt;
&lt;br /&gt;
x = 0&lt;br /&gt;
y = 0&lt;br /&gt;
z = 0&lt;br /&gt;
secondsensorfile = &amp;quot;/dev/input/event3&amp;quot;&lt;br /&gt;
#int, int, short, short, int&lt;br /&gt;
fmt = 'iihhi'&lt;br /&gt;
#open file in binary mode&lt;br /&gt;
in_file = open(secondsensorfile,&amp;quot;rb&amp;quot;)&lt;br /&gt;
event = in_file.read(16)&lt;br /&gt;
while event:&lt;br /&gt;
	(time1,time2, type, code, value) = \&lt;br /&gt;
		struct.unpack(fmt,event)&lt;br /&gt;
	time = time2 / 1000.0&lt;br /&gt;
&lt;br /&gt;
	if type == 2 or type == 3:&lt;br /&gt;
		if code == 0:&lt;br /&gt;
			x = value&lt;br /&gt;
		if code == 1:&lt;br /&gt;
			y = value&lt;br /&gt;
		if code == 2:&lt;br /&gt;
			z = value&lt;br /&gt;
	if type == 0 and code == 0:&lt;br /&gt;
		sum = int(sqrt(x*x + y*y + z*z))&lt;br /&gt;
		print time, x, y, z, sum&lt;br /&gt;
	event = in_file.read(16)&lt;br /&gt;
in_file.close()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Equivalent in Perl&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
$x = 0;&lt;br /&gt;
$y = 0;&lt;br /&gt;
$z = 0;&lt;br /&gt;
&lt;br /&gt;
$secondsensorfile = &amp;quot;/dev/input/event3&amp;quot;;&lt;br /&gt;
#open file in binary mode&lt;br /&gt;
open FILE, $secondsensorfile;&lt;br /&gt;
binmode FILE;&lt;br /&gt;
&lt;br /&gt;
while (read FILE, $buf,16) {&lt;br /&gt;
    ($t1,$t2,$type,$code,$value)=unpack &amp;quot;iissi&amp;quot;,$buf;&lt;br /&gt;
    if ($type==2) {&lt;br /&gt;
	if ($code==0) {$x=$value};&lt;br /&gt;
	if ($code==1) {$y=$value};&lt;br /&gt;
	if ($code==2) {$z=$value};&lt;br /&gt;
    }&lt;br /&gt;
    if (($type==0) &amp;amp;&amp;amp; (code==0)) {&lt;br /&gt;
        printf &amp;quot;%f %05d %05d %05d\n&amp;quot;,$t1+$t2/1000000,$x,$y,$z;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A PHP absolute version&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
$x = 0;&lt;br /&gt;
$y = 0;&lt;br /&gt;
$z = 0;&lt;br /&gt;
&lt;br /&gt;
$secondsensorfile = &amp;quot;/dev/input/event3&amp;quot;;&lt;br /&gt;
#open file in binary mode&lt;br /&gt;
$dfeed2 = fopen($secondsensorfile, &amp;quot;rb&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
while (!feof($dfeed2)) {&lt;br /&gt;
  $contents = fread($dfeed2, 16);&lt;br /&gt;
  $arr = unpack(&amp;quot;s4time/S1data/S1code/l1value&amp;quot;,$contents);&lt;br /&gt;
  if ($arr[data]=3){&lt;br /&gt;
	if ($arr[code]==0) $x=$arr[value];&lt;br /&gt;
        if ($arr[code]==1) $y=$arr[value];&lt;br /&gt;
        if ($arr[code]==2) $z=$arr[value];&lt;br /&gt;
  }&lt;br /&gt;
 print &amp;quot;x= $x, y= $y, z=$z \n&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
fclose($handle);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, for the new absolute interface (Perl) :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
$x = 0;&lt;br /&gt;
$y = 0;&lt;br /&gt;
$z = 0;&lt;br /&gt;
&lt;br /&gt;
$secondsensorfile = &amp;quot;/dev/input/event3&amp;quot;;&lt;br /&gt;
#open file in binary mode&lt;br /&gt;
open FILE, $secondsensorfile;&lt;br /&gt;
binmode FILE;&lt;br /&gt;
&lt;br /&gt;
while (read FILE, $buf,16) {&lt;br /&gt;
    ($t1,$t2,$type,$code,$value)=unpack &amp;quot;iissi&amp;quot;,$buf;&lt;br /&gt;
    if ($type==3) {&lt;br /&gt;
        if ($code==0) {$x=$value};&lt;br /&gt;
        if ($code==1) {$y=$value};&lt;br /&gt;
        if ($code==2) {$z=$value};&lt;br /&gt;
    }&lt;br /&gt;
    if (($type==0) &amp;amp;&amp;amp; ($code==0)) {&lt;br /&gt;
        printf &amp;quot;%f %05d %05d %05d\n&amp;quot;,$t1+$t2/1000000,$x,$y,$z;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Read the data in C (FIXME: We're not printing times here).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
#include &amp;lt;time.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/times.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/stat.h&amp;gt;&lt;br /&gt;
#include &amp;lt;fcntl.h&amp;gt;&lt;br /&gt;
#include &amp;lt;unistd.h&amp;gt;&lt;br /&gt;
#include &amp;lt;stdint.h&amp;gt;&lt;br /&gt;
#include &amp;lt;assert.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
struct input_event {&lt;br /&gt;
    struct timeval time;&lt;br /&gt;
    uint16_t type;&lt;br /&gt;
    uint16_t code;&lt;br /&gt;
    int32_t value;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
int read_all(int fd, char *buf, int count)&lt;br /&gt;
{&lt;br /&gt;
    int n_read = 0;&lt;br /&gt;
    while (n_read != count) {&lt;br /&gt;
        int result = read(fd, buf + n_read, count - n_read);&lt;br /&gt;
        if (result &amp;lt; 0)&lt;br /&gt;
            return result;&lt;br /&gt;
        else if (result == 0)&lt;br /&gt;
            return n_read;&lt;br /&gt;
        n_read += result;&lt;br /&gt;
    }&lt;br /&gt;
    return n_read;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
int main(int argc, char *argv[])&lt;br /&gt;
{&lt;br /&gt;
    int fd;&lt;br /&gt;
    struct input_event ev;&lt;br /&gt;
&lt;br /&gt;
    assert(16 == sizeof(struct input_event));&lt;br /&gt;
&lt;br /&gt;
    if (argc != 2) {&lt;br /&gt;
        fprintf(stderr, &amp;quot;missing /dev/input/XXX\n&amp;quot;);&lt;br /&gt;
        return 1;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    while (1) {&lt;br /&gt;
        if ((fd = open(argv[1], O_RDONLY)) == -1) {&lt;br /&gt;
            perror(&amp;quot;open&amp;quot;);&lt;br /&gt;
            return 1;&lt;br /&gt;
        }&lt;br /&gt;
        int ret = read_all(fd, (char *) &amp;amp;ev, sizeof(struct input_event));&lt;br /&gt;
        if (ret != sizeof(struct input_event)) {&lt;br /&gt;
            fprintf(stderr, &amp;quot;ret == %d\n&amp;quot;, ret);&lt;br /&gt;
            perror(&amp;quot;read&amp;quot;);&lt;br /&gt;
            return 1;&lt;br /&gt;
        }&lt;br /&gt;
        close(fd);&lt;br /&gt;
        printf(&amp;quot;type:%u code:%u value:%d\n&amp;quot;, ev.type, ev.code, ev.value);&lt;br /&gt;
        usleep(500000);  /* 2 reads per second, you might want to read more */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And in Guile Scheme.  (This one is a complete autorotation program.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;; Open device file for the second accelerometer (whose axes are&lt;br /&gt;
;; aligned with the screen).  Must make Guile's internal buffer small&lt;br /&gt;
;; (16), otherwise it reads too far ahead and this program gets mostly&lt;br /&gt;
;; out of date data.&lt;br /&gt;
(define e (open-file &amp;quot;/dev/input/event3&amp;quot;&lt;br /&gt;
		     &amp;quot;r0&amp;quot;))&lt;br /&gt;
(setvbuf e _IOFBF 16)&lt;br /&gt;
&lt;br /&gt;
;; Uniform vector for reading data from device file.  Must match&lt;br /&gt;
;; sizeof(struct input_event), otherwise the read can get an 'invalid&lt;br /&gt;
;; argument' error.&lt;br /&gt;
(define v (make-u16vector 8))&lt;br /&gt;
&lt;br /&gt;
(define (current-acceleration)&lt;br /&gt;
  (let loop ((x #f) (y #f) (z #f))&lt;br /&gt;
    (uniform-vector-read! v e)&lt;br /&gt;
    (let ((code (u16vector-ref v 4))&lt;br /&gt;
	  (axis (u16vector-ref v 5))&lt;br /&gt;
	  (meas (+ (u16vector-ref v 6)&lt;br /&gt;
		   (* 65536 (u16vector-ref v 7)))))&lt;br /&gt;
      (if (&amp;gt;= meas (expt 2 31))&lt;br /&gt;
	  (set! meas (- meas (expt 2 32))))&lt;br /&gt;
      (case code&lt;br /&gt;
	((2 3)&lt;br /&gt;
	 (case axis&lt;br /&gt;
	   ((0) (loop meas y z))&lt;br /&gt;
	   ((1) (loop x meas z))&lt;br /&gt;
	   ((2) (loop x y meas))&lt;br /&gt;
	   (else (loop x y z))))&lt;br /&gt;
	(else&lt;br /&gt;
	 (if (and x y z)&lt;br /&gt;
	     (list x y z)&lt;br /&gt;
	     (loop x y z)))))))&lt;br /&gt;
&lt;br /&gt;
(define (orientation x y z)&lt;br /&gt;
  (cond ((and (&amp;lt; y -200)&lt;br /&gt;
	      (&amp;gt; (- y) x y))&lt;br /&gt;
	 0)&lt;br /&gt;
	((and (&amp;gt; x 200)&lt;br /&gt;
	      (&amp;lt; (- x) y x))&lt;br /&gt;
	 1)&lt;br /&gt;
	((and (&amp;gt; y 200)&lt;br /&gt;
	      (&amp;lt; (- y) x y))&lt;br /&gt;
	 2)&lt;br /&gt;
	((and (&amp;lt; x -200)&lt;br /&gt;
	      (&amp;gt; (- x) y x))&lt;br /&gt;
	 3)&lt;br /&gt;
	(else #f)))&lt;br /&gt;
&lt;br /&gt;
(define (main)&lt;br /&gt;
  (let loop ((ori #f))&lt;br /&gt;
    (let ((new-ori&lt;br /&gt;
	   (apply orientation&lt;br /&gt;
		  (current-acceleration))))&lt;br /&gt;
      (and ori&lt;br /&gt;
	   new-ori&lt;br /&gt;
	   (not (= ori new-ori))&lt;br /&gt;
	   (system* &amp;quot;xrandr&amp;quot;&lt;br /&gt;
		    &amp;quot;-o&amp;quot;&lt;br /&gt;
		    (number-&amp;gt;string new-ori)))&lt;br /&gt;
      (sleep 1)&lt;br /&gt;
      (loop (or new-ori ori)))))&lt;br /&gt;
&lt;br /&gt;
(main)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The /sys interface ==&lt;br /&gt;
&lt;br /&gt;
To get the sampling rate of the first accelerometer ''lis302dl.1'' :&lt;br /&gt;
&lt;br /&gt;
# cat /sys/devices/platform/lis302dl.1/sample_rate&lt;br /&gt;
100&lt;br /&gt;
&lt;br /&gt;
To set the sampling rate :&lt;br /&gt;
&lt;br /&gt;
# echo 400 &amp;gt; /sys/devices/platform/lis302dl.1/sample_rate&lt;br /&gt;
# cat /sys/devices/platform/lis302dl.1/sample_rate&lt;br /&gt;
400&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
OM2008.12 has too big threshold for some games and applications (value=18).&lt;br /&gt;
You can use sysfs to change it. Use command like this one:&lt;br /&gt;
&lt;br /&gt;
# echo 10 &amp;gt; /sys/devices/platform/lis302dl.1/threshold&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The other one is ''lis302dl.2''. See [[GTA02 sysfs#Accelerometers]] for the other options.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' : --[[User:Garthps|Garthps]] 15:38, 14 December 2010 (UTC) : the interface has changed in newer kernels. Now it is in :&lt;br /&gt;
&lt;br /&gt;
/sys/devices/platform/spi_s3c24xx_gpio.0/spi3.0/&lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
/sys/devices/platform/spi_s3c24xx_gpio.0/spi3.1/&lt;br /&gt;
&lt;br /&gt;
'''NOTE2''' : --[[User:Boudewijn|Boudewijn]] 10:42, 11 August 2011 (UTC): It might have changed once more; I could not find it using om-gta02 2.6.37.6 #1 Fri Jun 10 18:09:48 CEST 2011 armv4tl, but found it in:&lt;br /&gt;
 /sys/class/i2c-adapter/i2c-0/0-0073/lis302dl.1/sample_rate &lt;br /&gt;
(following the path suggested by [[GTA02_sysfs#new:_.2Fsys.2Fclass.2Fi2c-adapter.2Fi2c-0.2F0-0073.2Fspi_s3c24xx_gpio.0.2Fspi3..7B0.7C1.7D.2F|sysfs for 2.6.28]])&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Accelerometer_Fundamentals]]&lt;br /&gt;
* [[Gestures]], [http://code.google.com/p/accelges/source/browse/trunk/accelneo/src/accelneo.c code sample]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://projects.openmoko.org/projects/gestures/ Openmoko Motion Gestures]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Accelerometer Wikipedia - Accelerometer]&lt;br /&gt;
* [http://dev.borza.ro/demo/Motion-based%20Gesture%20Recognition%20with%20an%20Accelerometer/Paper.pdf Motion-based Gesture Recognition with an Accelerometer - Paper]&lt;br /&gt;
* [http://www.youtube.com/watch?v=s5QMW8k5nis YouTube video: Playing with Accelerometers]&lt;br /&gt;
* [http://westhoffswelt.de/blog/my_first_openmoko_application.html Magic Eightball Application using the Accelerometers]&lt;br /&gt;
* [http://www.st.com/stonline/products/literature/ds/12726/lis302dl.htm] The interesting hardware spec of the accellerometer built into the gta02, where you can learn how this device is actually functioning on the low-level side.&lt;br /&gt;
&lt;br /&gt;
[[Category:Accelerometer]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTA04</id>
		<title>GTA04</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTA04"/>
				<updated>2011-05-19T11:46:53Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* GTA04A3 (Early Adopter) */ Some updates to hardware (CPU=MD3730/800MHz, 8GbRAM/NAND)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Speculations}}&lt;br /&gt;
'''News:''' &lt;br /&gt;
* There is a new mailing list dedicated to the early adopters of this project: http://lists.goldelico.com/mailman/listinfo/gta04-owner&lt;br /&gt;
* general discussions should be continued on the Openmoko Community lists: http://lists.openmoko.org/mailman/listinfo/community&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The codename '''GTA04''' was picked up in 2010 by Golden Delicious Computers to develop a new motherboard for our open smartphone that follows the original idea and goals.&lt;br /&gt;
&lt;br /&gt;
== GTA04A3 (Early Adopter) ==&lt;br /&gt;
Which to expect? A new motherboard, that replaces the one inside your Neo1973/Freerunner. It will reuse the case, the battery and the display. It is known as GTA04A3 (Early Adopter) and its feature might be:&lt;br /&gt;
&lt;br /&gt;
* [http://focus.ti.com/lit/ds/symlink/dm3730.pdf TI OMAP 3730] DCBB (800 MHz) (compatible to [http://www.beagleboard.org])&lt;br /&gt;
** integrated graphics - POWERVR SGX Graphics Accelerator of OMAP3730&lt;br /&gt;
* 512MB RAM/512MB NAND ([http://www.micron.com/products/ProductDetails.html?product=products/mcp/multichip_packages/MT29C4G96MAZAPCJG-5+IT Micron 8Gb DDR/NAND PoP Memory])&lt;br /&gt;
* Option GTM601W UMTS module&lt;br /&gt;
* Wi2Wi WLAN/Bluetooth module + antenna&lt;br /&gt;
* GPS module + antenna switch &lt;br /&gt;
* LIS302 (accelerometer)&lt;br /&gt;
* LSM303 (compass and accelerometer)&lt;br /&gt;
* ITG3200 (gyroscope)&lt;br /&gt;
* BMP085 (barometric altimeter)&lt;br /&gt;
* Si4721 (FM transceiver) &lt;br /&gt;
&lt;br /&gt;
Development samples are scheduled to become available around FOSDEM 2011. &lt;br /&gt;
&lt;br /&gt;
There is a new project page: http://www.gta04.org, which houses the wiki specific to the GTA04 project at Golden Delicious. &lt;br /&gt;
&lt;br /&gt;
An early adopter program is available at: http://www.handheld-linux.com/wiki.php?page=GTA04-Early-Adopter&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Year 2011: Golden Delicious Computers Openmoko Beagle Hybrid GTA04 ===&lt;br /&gt;
Golden Delicious Computers has been secretly working on a OMAP3530 based project that apparently has the same target as Openmoko's GTA04 did have. The first result was announced in 2010 [[Openmoko Beagle Hybrid]] aka GTA04A1.&lt;br /&gt;
&lt;br /&gt;
The next GTA04 was the result of integrating that all onto a single PCB aka GTA04A2.&lt;br /&gt;
&lt;br /&gt;
=== Year 2008: Openmoko Inc. GTA04 ===&lt;br /&gt;
'''GTA04''' was the codename of a phone that was whose development was canceled (within Openmoko, Inc.). For more information about other phones in development, visit [[Phone Development]]. This phone would have been based on a different system-on-a-chip.&lt;br /&gt;
&lt;br /&gt;
==== GTA04 specifications ====&lt;br /&gt;
The GTA04 would have been a [[GTA03]] but with a major hardware revision &lt;br /&gt;
&lt;br /&gt;
New:&lt;br /&gt;
* USB 2.0 would be added on the GTA04 at the earliest&lt;br /&gt;
* 3G would be added on the GTA04 at the earliest&lt;br /&gt;
* Based on a more advanced SoC&lt;br /&gt;
* maybe based on the samsung 6400 or 6410&lt;br /&gt;
* integrated graphics&lt;br /&gt;
* Sean put a hiring on the community and devel list, see [http://lists.openmoko.org/pipermail/community/2008-September/029710.html here] so there will be OpenGL Es and the 6410 eventually&lt;br /&gt;
* there had been meetings in April 2008 within Openmoko - see [http://lists.openmoko.org/pipermail/openmoko-kernel/2008-April/002310.html]&lt;br /&gt;
&lt;br /&gt;
[[Category:GTA04| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/FOSDEM_2011</id>
		<title>FOSDEM 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/FOSDEM_2011"/>
				<updated>2011-02-13T22:56:23Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Pictures */ added boudewijn.dyndns.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= FOSDEM 2011 =&lt;br /&gt;
&lt;br /&gt;
Date: Saturday 5 and Sunday 6 February 2011&lt;br /&gt;
&lt;br /&gt;
Unfortunately the request for a dedicated Devroom was declined.&lt;br /&gt;
So let's collect interesting talks and attendents. I.e. create sort of a &amp;quot;Visitors Guide&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The official FOSDEM agenda is here: http://www.fosdem.org/2011/&lt;br /&gt;
&lt;br /&gt;
For reference, here is the page from last year: [[Fosdem_2010]]&lt;br /&gt;
&lt;br /&gt;
= Main Talks =&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
= Lightning Talks =&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
= Stands =&lt;br /&gt;
&lt;br /&gt;
Openmoko can share booth space at the http://hackable-devices.org/ booth, which sports open projects like Makerbot, Milkymist, Watts'nzCity, or Shruthi-1. You can find the tables in the H building. Contact wim or john @hackable-devices.org for more.&lt;br /&gt;
&lt;br /&gt;
= Devrooms =&lt;br /&gt;
&lt;br /&gt;
* Embedded: http://lists.fosdem.org/pipermail/fosdem/2010-December/001098.html&lt;br /&gt;
* Open Source Telephony: http://lists.fosdem.org/pipermail/fosdem/2010-November/001058.html&lt;br /&gt;
&lt;br /&gt;
= Hardware fixes =&lt;br /&gt;
Is there anyone around who can do the buzz (and optionally the other) fixes on my FreeRunner?&lt;br /&gt;
&lt;br /&gt;
:: I probably could help here, if someone brings equipment (solder iron, tweezers, ..) and needed parts.&lt;br /&gt;
:: --[[User:Cmair|Cmair]] 17:32, 2 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
= Visitors =&lt;br /&gt;
Yes, I will be there&lt;br /&gt;
&lt;br /&gt;
{|  border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#c0e0e0&amp;quot;&lt;br /&gt;
! '''Who''' !! '''Saturday''' !! '''Sunday'''  !! '''Comment''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Hns]] || x ||  x  || Will try to show a running GTA04 at the Hackable Devices stand&lt;br /&gt;
|-&lt;br /&gt;
| [[aSThRo/ Openmoko-fr.org]] ||  || x  || Meet friends, watch some good confs, fix some phones @ noon on HackableDevice stand...&lt;br /&gt;
|-&lt;br /&gt;
| [[user:boudewijn]] || x ||    || Meet OM'ers, enjoy the weekend, helping a hand&lt;br /&gt;
|-&lt;br /&gt;
| [[user:wvdputte]] || x ||  x  || booth bunny and logistic&lt;br /&gt;
|-&lt;br /&gt;
| [[user:nightlybuild]] || x || x || booth bunny and logistic&lt;br /&gt;
|-&lt;br /&gt;
| [[user:cmair]] || x || x || Enjoy the weekend, discuss open phones, watch great talks ...&lt;br /&gt;
|-&lt;br /&gt;
| [[User:GNUtoo]] || x ||  x  || Will have some devices running SHR(htc dream,nokia N900, openmoko freerunner...)&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Janvlug|Jan Vlug]] ||   ||  x  || Hoping to get my Freerunner fixed...&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Pictures =&lt;br /&gt;
* http://download.goldelico.com/gta04/images/20110204%20FOSDEM/&lt;br /&gt;
* http://chonyota.net/freerunner/FOSDEM11/&lt;br /&gt;
* http://www.tuxbrain.com/en/content/bruselas-europes-capital&lt;br /&gt;
* http://boudewijn.dyndns.org/fd2011 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Main_Page"/>
				<updated>2011-01-26T09:31:23Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main Page}}__NOTOC__&lt;br /&gt;
__NOEDITSECTION__[[Image:Neo front 3.gif|right]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 2.5ex; text-align: center; font: bold x-large sans&amp;quot;&amp;gt;Openmoko™ - Open. Mobile. Free.&amp;lt;/div&amp;gt;&lt;br /&gt;
'''Openmoko™''' is a project dedicated to delivering mobile phones with an open source software stack. Openmoko is currently selling the [[Neo FreeRunner]] phone to advanced users and will start selling it to the general public as soon as the software is more developed.&lt;br /&gt;
&lt;br /&gt;
* [[Introduction]]&lt;br /&gt;
* [[Why Openmoko|Why Openmoko?]]&lt;br /&gt;
&lt;br /&gt;
[[More Information]]&lt;br /&gt;
&lt;br /&gt;
===Get Involved===&lt;br /&gt;
Openmoko is a project driven by a community of passionate and intelligent volunteers. If you have the ability, please contribute to our cause. Openmoko's ambitions far exceed the resources available. &lt;br /&gt;
&lt;br /&gt;
* [[Community Resources]]([[Community_Resources#Mailing_Lists_.28down_atm.29|lists down atm]])&lt;br /&gt;
* [[Gta02-core|Create a new hardware revision of the gta02 hardware]]&lt;br /&gt;
* [[Create User Manuals]] for [[Distributions]] and [[Applications]]&lt;br /&gt;
* Enhance the multi-device multi-vendor [[FSO]] middleware.&lt;br /&gt;
&lt;br /&gt;
===How To Purchase===&lt;br /&gt;
The Neo FreeRunner is sold by various [[distributors]] around the world.&lt;br /&gt;
&lt;br /&gt;
See [[Getting Openmoko]] for more information.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
====Latest News====&lt;br /&gt;
&lt;br /&gt;
{{News}}&lt;br /&gt;
[[News Archive|more news...]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:Community| ]]&lt;br /&gt;
[[Category:Categories| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Resources</id>
		<title>Community Resources</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Resources"/>
				<updated>2011-01-26T09:28:19Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Mailing Lists */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Community Resources}}&lt;br /&gt;
&lt;br /&gt;
All resources listed here are available to the general public.  Everyone is invited to participate.&lt;br /&gt;
&lt;br /&gt;
See also the [[Community Updates]] board &lt;br /&gt;
&lt;br /&gt;
== Applications Directory ==&lt;br /&gt;
&lt;br /&gt;
We are currently working at a [http://opkg-repo.org/ new application repository] where people can browse online for their favourite app, vote, comment, and so on.&lt;br /&gt;
&lt;br /&gt;
If you wish to help please subscribe to the [http://lists.shr-project.org/mailman/listinfo/shr-devel SHR-devel] mailing list or join our irc channel:&lt;br /&gt;
&lt;br /&gt;
Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
Channel: #openmoko-cdevel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We need your help!&lt;br /&gt;
&lt;br /&gt;
== Blogs Aggregator ==&lt;br /&gt;
&lt;br /&gt;
The blogs of openmoko fans and developpers are aggregated at [http://planet.openmoko.org/ planet.openmoko.org]. Only posts tagged ''openmoko'' are syndicated. The planet is multilingual. To get your blog added, please open a ticket on the [http://admin-trac.openmoko.org/trac admin-trac] (you will need to open an account first).&lt;br /&gt;
&lt;br /&gt;
== Forums and Jabber Multi-User Chats ==&lt;br /&gt;
&lt;br /&gt;
See [[Discussion Forums]]. There is very little activity at the [http://forums.makeopensource.com/ The Unofficial OpenMoko Forums], but others forums are more busy.&lt;br /&gt;
&lt;br /&gt;
== Discussion boards ==&lt;br /&gt;
See [[Discussion Boards]].&lt;br /&gt;
&lt;br /&gt;
== Git Servers ==&lt;br /&gt;
&lt;br /&gt;
The new official set of repositories for [[OpenEmbedded]] as well as Linux [[kernel]], X.org and other used projects can be found at http://git.openmoko.org/, browsable via gitweb. Nowadays (2009 -&amp;gt;) the only active ones are qi, kernel and xf86-video-glamo.git. Everything else has moved to respective upstreams (like git.openembedded.net / [[OpenEmbedded]]).&lt;br /&gt;
&lt;br /&gt;
To get write access to git.openmoko.org, see instructions on using trac to ask for access in the mailing list post http://lists.openmoko.org/pipermail/devel/2009-February/004563.html.&lt;br /&gt;
&lt;br /&gt;
The git repositories use gitosis. If you have read &amp;amp; write access to the repositories, asked via the link above, see guide on how to eg. checkout at http://lists.openmoko.org/pipermail/devel/2009-February/004718.html. For example: ''git clone git+ssh://git@git.openmoko.org/kernel''.&lt;br /&gt;
&lt;br /&gt;
=== Personal repositories and branches ===&lt;br /&gt;
&lt;br /&gt;
Some members of the community have published their copy of the openmoko repository with private or not-yet-applied changes.&lt;br /&gt;
&lt;br /&gt;
* [[User:Nomeata|Nomeata]]: http://git.nomeata.de/?p=openmoko.git;a=summary&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
&lt;br /&gt;
* '''#openmoko''' of Freenode has always a good group for general discussion.&lt;br /&gt;
* '''#openmoko-cdevel''' is for community developer channel&lt;br /&gt;
* '''#openmoko-devel''' is for Openmoko Inc. internal developers only, sorry&lt;br /&gt;
* '''#openmoko-de''' is active within the time constraints of middle Europe. English spoken, if necessary.&lt;br /&gt;
* '''#android-on-freerunner''' can be used to discuss running [Android] on Freerunner&lt;br /&gt;
* '''#openmoko-debian''' has users and developers running Debian on FreeRunner&lt;br /&gt;
&lt;br /&gt;
If you experience any build problems and need help from other developers, it is important that you share your complete output log. To share your output log, just paste it to [http://www.pastebin.ca/ pastebin] after submitting it, paste the resulting URL to the IRC channel.&lt;br /&gt;
&lt;br /&gt;
If you aren't an IRC-er, you might want to review the discussions of #openmoko anyways:&lt;br /&gt;
&lt;br /&gt;
* [http://logs.nslu2-linux.org/livelogs/openmoko.txt Current 24h live log]&lt;br /&gt;
* [http://logs.nslu2-linux.org/livelogs/openmoko-prev.txt Previous 24h log]&lt;br /&gt;
* [http://logs.nslu2-linux.org/livelogs/openmoko/ Archives back to 29 November 2006]&lt;br /&gt;
&lt;br /&gt;
(Courtesy of the NSLU2-Linux project)&lt;br /&gt;
(currently broken as of 2010-02. Use ~logs in IRC)&lt;br /&gt;
&lt;br /&gt;
== Mailing Lists (down atm)==&lt;br /&gt;
'''The lists are down at the moment, investigation underway!'''&lt;br /&gt;
&lt;br /&gt;
There are several [http://lists.openmoko.org/mailman/listinfo/ Mailing lists]. Archives of these lists can be searched with [http://openmoko.markmail.org/ Markmail]. There is a [http://lists.openmoko.org/nabble.html Nabble web interface] to read and post to the lists.&lt;br /&gt;
&lt;br /&gt;
You should ask for help on the [https://lists.openmoko.org/mailman/listinfo/support support mailing list].&lt;br /&gt;
&lt;br /&gt;
The [http://lists.openmoko.org/pipermail/community/ openmoko community mailing list] is perhaps the most active.&lt;br /&gt;
As of July 2008, its volume amounts to dozens of messages per day. Openmoko people are there too. When posting about a specific distribution, please start the subject line with its name between bracket: [FSO], [2008.9]...&lt;br /&gt;
&lt;br /&gt;
Lots of Debian and FSO discussions among the pkg-fso team takes place on the [http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland Smartphones-userland] list.&lt;br /&gt;
&lt;br /&gt;
If you feel uncomfortable using mailing lists, you can use [http://gmane.org gmane] forum-like interface.&lt;br /&gt;
&lt;br /&gt;
''' announce@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
A read-only list where the project does official announcements. We strongly recommend subscribing to this list if you want to stay up-to-date with the major project achievements.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/announce&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.announce&lt;br /&gt;
&lt;br /&gt;
''' community@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist for generic discussion of our user + developer community. It acts as a place where people discuss their dreams/wishes/ideas about Openmoko software and supported hardware, applications, and the like.  It's an area of general talking and chatting. Please do ''not'' post usage or development questions here.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/community&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.community&lt;br /&gt;
&lt;br /&gt;
''' devel@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on the Openmoko Distribution. Here issues such as ipk packaging related and root fs image related topics should be discussed. Also, questions regarding the OpenEmbedded based build process go here.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/devel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.distro&lt;br /&gt;
&lt;br /&gt;
''' documentation@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
The meetingplace of the documentation team.&lt;br /&gt;
&lt;br /&gt;
https://lists.openmoko.org/mailman/listinfo/documentation&lt;br /&gt;
&lt;br /&gt;
''' hardware@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on Openmoko hardware development: digital, RF, schematics.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/hardware&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.hardware&lt;br /&gt;
&lt;br /&gt;
''' openmoko-kernel@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist for discussion of kernel and bootloader development.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/openmoko-kernel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.kernel&lt;br /&gt;
&lt;br /&gt;
''' support@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist for discussion among actual owners of an Openmoko based device. Here you can ask for assistance, share your experiences, etc. Please keep this list clean of any philosophical debates or general openmoko related discussion. That's what ''community@lists.openmoko.org'' is for!  (This list was formerly called device-owners).&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/support&lt;br /&gt;
&lt;br /&gt;
''' local-openmoko lists '''&lt;br /&gt;
&lt;br /&gt;
Mailing lists in of your region in you own language please ask Michael Siloh (michael at openmoko dot org) to create you own&lt;br /&gt;
&lt;br /&gt;
''''' local-openmoko-spain@projects.openmoko.org '''''&lt;br /&gt;
&lt;br /&gt;
This is the mailing list for spanish community in spanish language, if you need help, orientation or know what's going on please join us.&lt;br /&gt;
&lt;br /&gt;
http://lists.projects.openmoko.org/mailman/listinfo/local-openmoko-spain&lt;br /&gt;
 &lt;br /&gt;
nabble: http://n2.nabble.com/Openmoko-spanish-community-list-f1077272.html&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.org.user-groups.openmoko.spain&lt;br /&gt;
&lt;br /&gt;
''' log mailing lists '''&lt;br /&gt;
&lt;br /&gt;
''''' buglog@lists.openmoko.org ''''': A read-only list where every status updates to bugs (bugzilla entries) were get posted. Nice to keep updated on the bug squashing progress. http://lists.openmoko.org/mailman/listinfo/buglog. Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.buglog&lt;br /&gt;
&lt;br /&gt;
''''' commitlog@lists.openmoko.org ''''': A read-only list where every source code change (commit to the subversion server) gets posted. Nice to keep posted on development progress. http://lists.openmoko.org/mailman/listinfo/commitlog&lt;br /&gt;
&lt;br /&gt;
''''' webdesign-commitlog@lists.openmoko.org ''''': This is a public read-only mailinglist receiving commit log messages of our web designers. Subscribe to this list if you want to get notified if some of the static content or the templates/skins of our websites change. http://lists.openmoko.org/mailman/listinfo/webdesign-commitlog&lt;br /&gt;
&lt;br /&gt;
== Newsletters ==&lt;br /&gt;
&lt;br /&gt;
* [[Community Updates]] try to sum up what has been happening all over. Updates are also mailed to the openmoko-community mailing list, and major updates are also sent to the announce list.&lt;br /&gt;
&lt;br /&gt;
* Wolfgang Spraul tries to give a weekly summary of what's going on in Openmoko. You can follow it at the devel mailing list or follow the [[Weekly Engineering News]] page.&lt;br /&gt;
&lt;br /&gt;
== Openmoko Inc. Internal Resources ==&lt;br /&gt;
&lt;br /&gt;
There are some resources which are internal.  This means that they are only available for internal developers of Openmoko Inc.   The reason they are internal is either because they deal with information under NDA, or about business strategy.  We kindly ask for your understanding that while we really try to be as open as possible, there are some topics which we have to discuss without public participation.&lt;br /&gt;
&lt;br /&gt;
The internal systems have the domain ''*.internal.openmoko.org''.&lt;br /&gt;
&lt;br /&gt;
== Projects Hosting ==&lt;br /&gt;
&lt;br /&gt;
At http://projects.openmoko.org/ we have a GForge installation.  Users can use this as hosting service for their contributed applications.&lt;br /&gt;
&lt;br /&gt;
== Trac / Bug Reporting ==&lt;br /&gt;
&lt;br /&gt;
Our bug ticketing and documentation system for software issues is available at http://docs.openmoko.org/trac/.  This obsoleted the previously used bugzilla installation which was found at http://bugzilla.openmoko.org/.&lt;br /&gt;
Admin team has extra trac system: http://admin-trac.openmoko.org/trac/intertrac/.&lt;br /&gt;
&lt;br /&gt;
== Wiki ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is our public wiki, http://wiki.openmoko.org/. You're already in it, if you're reading this. Due to continued defacements/spam we were forced to limit editing in this wiki to registered users which provide a working email address. Sorry for that.&lt;br /&gt;
&lt;br /&gt;
You can reference the following pages to get more information.&lt;br /&gt;
* [[Edit Wiki]]&lt;br /&gt;
* [[Openmoko Wiki Editing Guidelines]]&lt;br /&gt;
&lt;br /&gt;
== Local Communities / Non-English Languages ==&lt;br /&gt;
&lt;br /&gt;
See the [[Openmoko_Local_Groups|Openmoko Local Groups]]&lt;br /&gt;
&lt;br /&gt;
=== Czech/Slovak ===&lt;br /&gt;
* http://www.openmoko.cz&lt;br /&gt;
* [http://forum.openmoko.cz forum]&lt;br /&gt;
* [http://www.jabber.cz Jabber] [http://www.jabber.cz/wiki/Konference conference]: ''openmoko@muc.openmoko.cz'' [http://muc.unart.cz/logs/openmoko@muc.openmoko.cz/ logs]&lt;br /&gt;
&lt;br /&gt;
=== Finnish ===&lt;br /&gt;
&lt;br /&gt;
* [http://linux.fi/foorumi/index.php?board=18.0 forum]&lt;br /&gt;
* [irc://chat.eu.freenode.net/openmoko-fi IRC channel]&lt;br /&gt;
* [[Openmoko Local Groups: Finland|wiki start page]]&lt;br /&gt;
* [http://www.vapaasuomi.fi/ possibly some related blog posts]&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko-fr.org/wiki/index.php/Bienvenue wiki]&lt;br /&gt;
* [http://openmoko-fr.org/forum/index.php forums]&lt;br /&gt;
* [http://openmoko-fr.org/blog/ blog]&lt;br /&gt;
* [irc://chat.eu.freenode.net/openmoko-fr IRC channel]&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
The German Neo1973 community created a Trac-based web site with SVN version control for their community projects: http://neo1973-germany.de/ The most notable project is Zad, which consists of a GUI and daemons for GSM/GPRS muxing, GSM, GPS and more, written using Enlightment for smooth, smooth, fast, alpha-blended graphics and glib and dbus for daemons, but the actual code of the project is all python. And yes, you can even make phone calls with it (even without &amp;quot;echo&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
FreeYourPhone - erstes deutsches Openmoko Forum: http://freeyourphone.de&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.opendevice.org wiki]&lt;br /&gt;
* irc-room #openmoko.pl@freenode&lt;br /&gt;
* [http://openmoko.opendevice.org/planeta planet]&lt;br /&gt;
* [http://tytanick.net/openmoko forums]&lt;br /&gt;
* Users [http://tinyurl.com/62ja5k map]&lt;br /&gt;
&lt;br /&gt;
=== Spanish ===&lt;br /&gt;
&lt;br /&gt;
There is a spanish mailing list.&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.telefoninux.org/ wiki]&lt;br /&gt;
* [http://telefoninux.org/ forums]&lt;br /&gt;
* [http://planet.telefoninux.org planet]&lt;br /&gt;
* IRC channel : #telefoninux@freenode&lt;br /&gt;
&lt;br /&gt;
=== Russian ===&lt;br /&gt;
&lt;br /&gt;
[http://www.linuxphone.ru/ LinuxPhone.ru] is a site dedicated to Openmoko phones, its distributions and other Linux/Open Source mobile initiatives (such as [[Android]], Palm webOS, open Symbian Platform and Linux-powered Motorola phones). Also, it serves as a place for general community meeting point.&lt;br /&gt;
&lt;br /&gt;
These are Openmoko-related resources:&lt;br /&gt;
* [http://www.linuxphone.ru/tag/openmoko/ news]&lt;br /&gt;
* [http://wiki.linuxphone.ru/Category:Openmoko wiki]&lt;br /&gt;
* [http://www.linuxphone.ru/forum/viewforum.php?f=1 forum]&lt;br /&gt;
* [http://dl.linuxphone.ru/openmoko/ files] (distribution images, scripts, packages and so on made by Russian community members)&lt;br /&gt;
&lt;br /&gt;
== Appendix: Obsolete resources ==&lt;br /&gt;
&lt;br /&gt;
=== SVN ===&lt;br /&gt;
&lt;br /&gt;
There was a [http://subversion.tigris.org/ Subversion] server available at svn.openmoko.org. '''It is now not used anymore'''. See obsolete information on [http://wiki.openmoko.org/index.php?title=Development_resources&amp;amp;oldid=63119#SVN this history version of this page].&lt;br /&gt;
&lt;br /&gt;
=== Obsolete mailing lists ===&lt;br /&gt;
''' framework-devel@lists.openmoko.org '''&lt;br /&gt;
''' NOTE: This mailing list has been closed. Discussion should continue on devel. '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on the Openmoko Framework. Please use this list to post questions with regard to the Openmoko Framework, the API's, their usage, API change requests and the like.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/framework-devel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.framework&lt;br /&gt;
&lt;br /&gt;
''' gsmd-devel@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on the Openmoko gsmd (GSM daemon) and the corresponding libgsmd.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/gsmd-devel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.gsmd&lt;br /&gt;
&lt;br /&gt;
''' openmoko-apps@lists.openmoko.org '''&lt;br /&gt;
'''NOTE: This mailing list has been closed. Discussion should continue on devel.'''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist about the development of the &amp;quot;official&amp;quot; Openmoko applications, e.g. openmoko-dialer2, openmoko-dates2, openmoko-contacts2, and openmoko-today2. Please do ''not'' use this list for issues related to third party applications.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/openmoko-apps/&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.apps&lt;br /&gt;
&lt;br /&gt;
''' openmoko-devel@lists.openmoko.org ''''&lt;br /&gt;
'''NOTE: This mailing list has been closed. Discussion should continue on devel.'''&lt;br /&gt;
&lt;br /&gt;
This is a public mailing list for discussion of development related to Openmoko in general. The mailing lists framework-devel and openmoko-apps have been merged into this one. Developers who are writing applications using the Openmoko framework should join this.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/openmoko-devel&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer resources]]&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Resources</id>
		<title>Community Resources</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Resources"/>
				<updated>2011-01-26T09:27:52Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Mailing Lists */  - lists are down&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Community Resources}}&lt;br /&gt;
&lt;br /&gt;
All resources listed here are available to the general public.  Everyone is invited to participate.&lt;br /&gt;
&lt;br /&gt;
See also the [[Community Updates]] board &lt;br /&gt;
&lt;br /&gt;
== Applications Directory ==&lt;br /&gt;
&lt;br /&gt;
We are currently working at a [http://opkg-repo.org/ new application repository] where people can browse online for their favourite app, vote, comment, and so on.&lt;br /&gt;
&lt;br /&gt;
If you wish to help please subscribe to the [http://lists.shr-project.org/mailman/listinfo/shr-devel SHR-devel] mailing list or join our irc channel:&lt;br /&gt;
&lt;br /&gt;
Server: irc.freenode.net&lt;br /&gt;
&lt;br /&gt;
Channel: #openmoko-cdevel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We need your help!&lt;br /&gt;
&lt;br /&gt;
== Blogs Aggregator ==&lt;br /&gt;
&lt;br /&gt;
The blogs of openmoko fans and developpers are aggregated at [http://planet.openmoko.org/ planet.openmoko.org]. Only posts tagged ''openmoko'' are syndicated. The planet is multilingual. To get your blog added, please open a ticket on the [http://admin-trac.openmoko.org/trac admin-trac] (you will need to open an account first).&lt;br /&gt;
&lt;br /&gt;
== Forums and Jabber Multi-User Chats ==&lt;br /&gt;
&lt;br /&gt;
See [[Discussion Forums]]. There is very little activity at the [http://forums.makeopensource.com/ The Unofficial OpenMoko Forums], but others forums are more busy.&lt;br /&gt;
&lt;br /&gt;
== Discussion boards ==&lt;br /&gt;
See [[Discussion Boards]].&lt;br /&gt;
&lt;br /&gt;
== Git Servers ==&lt;br /&gt;
&lt;br /&gt;
The new official set of repositories for [[OpenEmbedded]] as well as Linux [[kernel]], X.org and other used projects can be found at http://git.openmoko.org/, browsable via gitweb. Nowadays (2009 -&amp;gt;) the only active ones are qi, kernel and xf86-video-glamo.git. Everything else has moved to respective upstreams (like git.openembedded.net / [[OpenEmbedded]]).&lt;br /&gt;
&lt;br /&gt;
To get write access to git.openmoko.org, see instructions on using trac to ask for access in the mailing list post http://lists.openmoko.org/pipermail/devel/2009-February/004563.html.&lt;br /&gt;
&lt;br /&gt;
The git repositories use gitosis. If you have read &amp;amp; write access to the repositories, asked via the link above, see guide on how to eg. checkout at http://lists.openmoko.org/pipermail/devel/2009-February/004718.html. For example: ''git clone git+ssh://git@git.openmoko.org/kernel''.&lt;br /&gt;
&lt;br /&gt;
=== Personal repositories and branches ===&lt;br /&gt;
&lt;br /&gt;
Some members of the community have published their copy of the openmoko repository with private or not-yet-applied changes.&lt;br /&gt;
&lt;br /&gt;
* [[User:Nomeata|Nomeata]]: http://git.nomeata.de/?p=openmoko.git;a=summary&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
&lt;br /&gt;
* '''#openmoko''' of Freenode has always a good group for general discussion.&lt;br /&gt;
* '''#openmoko-cdevel''' is for community developer channel&lt;br /&gt;
* '''#openmoko-devel''' is for Openmoko Inc. internal developers only, sorry&lt;br /&gt;
* '''#openmoko-de''' is active within the time constraints of middle Europe. English spoken, if necessary.&lt;br /&gt;
* '''#android-on-freerunner''' can be used to discuss running [Android] on Freerunner&lt;br /&gt;
* '''#openmoko-debian''' has users and developers running Debian on FreeRunner&lt;br /&gt;
&lt;br /&gt;
If you experience any build problems and need help from other developers, it is important that you share your complete output log. To share your output log, just paste it to [http://www.pastebin.ca/ pastebin] after submitting it, paste the resulting URL to the IRC channel.&lt;br /&gt;
&lt;br /&gt;
If you aren't an IRC-er, you might want to review the discussions of #openmoko anyways:&lt;br /&gt;
&lt;br /&gt;
* [http://logs.nslu2-linux.org/livelogs/openmoko.txt Current 24h live log]&lt;br /&gt;
* [http://logs.nslu2-linux.org/livelogs/openmoko-prev.txt Previous 24h log]&lt;br /&gt;
* [http://logs.nslu2-linux.org/livelogs/openmoko/ Archives back to 29 November 2006]&lt;br /&gt;
&lt;br /&gt;
(Courtesy of the NSLU2-Linux project)&lt;br /&gt;
(currently broken as of 2010-02. Use ~logs in IRC)&lt;br /&gt;
&lt;br /&gt;
== Mailing Lists ==&lt;br /&gt;
'''The lists are down at the moment, investigation underway!'''&lt;br /&gt;
There are several [http://lists.openmoko.org/mailman/listinfo/ Mailing lists]. Archives of these lists can be searched with [http://openmoko.markmail.org/ Markmail]. There is a [http://lists.openmoko.org/nabble.html Nabble web interface] to read and post to the lists.&lt;br /&gt;
&lt;br /&gt;
You should ask for help on the [https://lists.openmoko.org/mailman/listinfo/support support mailing list].&lt;br /&gt;
&lt;br /&gt;
The [http://lists.openmoko.org/pipermail/community/ openmoko community mailing list] is perhaps the most active.&lt;br /&gt;
As of July 2008, its volume amounts to dozens of messages per day. Openmoko people are there too. When posting about a specific distribution, please start the subject line with its name between bracket: [FSO], [2008.9]...&lt;br /&gt;
&lt;br /&gt;
Lots of Debian and FSO discussions among the pkg-fso team takes place on the [http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland Smartphones-userland] list.&lt;br /&gt;
&lt;br /&gt;
If you feel uncomfortable using mailing lists, you can use [http://gmane.org gmane] forum-like interface.&lt;br /&gt;
&lt;br /&gt;
''' announce@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
A read-only list where the project does official announcements. We strongly recommend subscribing to this list if you want to stay up-to-date with the major project achievements.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/announce&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.announce&lt;br /&gt;
&lt;br /&gt;
''' community@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist for generic discussion of our user + developer community. It acts as a place where people discuss their dreams/wishes/ideas about Openmoko software and supported hardware, applications, and the like.  It's an area of general talking and chatting. Please do ''not'' post usage or development questions here.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/community&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.community&lt;br /&gt;
&lt;br /&gt;
''' devel@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on the Openmoko Distribution. Here issues such as ipk packaging related and root fs image related topics should be discussed. Also, questions regarding the OpenEmbedded based build process go here.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/devel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.distro&lt;br /&gt;
&lt;br /&gt;
''' documentation@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
The meetingplace of the documentation team.&lt;br /&gt;
&lt;br /&gt;
https://lists.openmoko.org/mailman/listinfo/documentation&lt;br /&gt;
&lt;br /&gt;
''' hardware@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on Openmoko hardware development: digital, RF, schematics.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/hardware&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.hardware&lt;br /&gt;
&lt;br /&gt;
''' openmoko-kernel@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist for discussion of kernel and bootloader development.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/openmoko-kernel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.kernel&lt;br /&gt;
&lt;br /&gt;
''' support@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist for discussion among actual owners of an Openmoko based device. Here you can ask for assistance, share your experiences, etc. Please keep this list clean of any philosophical debates or general openmoko related discussion. That's what ''community@lists.openmoko.org'' is for!  (This list was formerly called device-owners).&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/support&lt;br /&gt;
&lt;br /&gt;
''' local-openmoko lists '''&lt;br /&gt;
&lt;br /&gt;
Mailing lists in of your region in you own language please ask Michael Siloh (michael at openmoko dot org) to create you own&lt;br /&gt;
&lt;br /&gt;
''''' local-openmoko-spain@projects.openmoko.org '''''&lt;br /&gt;
&lt;br /&gt;
This is the mailing list for spanish community in spanish language, if you need help, orientation or know what's going on please join us.&lt;br /&gt;
&lt;br /&gt;
http://lists.projects.openmoko.org/mailman/listinfo/local-openmoko-spain&lt;br /&gt;
 &lt;br /&gt;
nabble: http://n2.nabble.com/Openmoko-spanish-community-list-f1077272.html&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.org.user-groups.openmoko.spain&lt;br /&gt;
&lt;br /&gt;
''' log mailing lists '''&lt;br /&gt;
&lt;br /&gt;
''''' buglog@lists.openmoko.org ''''': A read-only list where every status updates to bugs (bugzilla entries) were get posted. Nice to keep updated on the bug squashing progress. http://lists.openmoko.org/mailman/listinfo/buglog. Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.buglog&lt;br /&gt;
&lt;br /&gt;
''''' commitlog@lists.openmoko.org ''''': A read-only list where every source code change (commit to the subversion server) gets posted. Nice to keep posted on development progress. http://lists.openmoko.org/mailman/listinfo/commitlog&lt;br /&gt;
&lt;br /&gt;
''''' webdesign-commitlog@lists.openmoko.org ''''': This is a public read-only mailinglist receiving commit log messages of our web designers. Subscribe to this list if you want to get notified if some of the static content or the templates/skins of our websites change. http://lists.openmoko.org/mailman/listinfo/webdesign-commitlog&lt;br /&gt;
&lt;br /&gt;
== Newsletters ==&lt;br /&gt;
&lt;br /&gt;
* [[Community Updates]] try to sum up what has been happening all over. Updates are also mailed to the openmoko-community mailing list, and major updates are also sent to the announce list.&lt;br /&gt;
&lt;br /&gt;
* Wolfgang Spraul tries to give a weekly summary of what's going on in Openmoko. You can follow it at the devel mailing list or follow the [[Weekly Engineering News]] page.&lt;br /&gt;
&lt;br /&gt;
== Openmoko Inc. Internal Resources ==&lt;br /&gt;
&lt;br /&gt;
There are some resources which are internal.  This means that they are only available for internal developers of Openmoko Inc.   The reason they are internal is either because they deal with information under NDA, or about business strategy.  We kindly ask for your understanding that while we really try to be as open as possible, there are some topics which we have to discuss without public participation.&lt;br /&gt;
&lt;br /&gt;
The internal systems have the domain ''*.internal.openmoko.org''.&lt;br /&gt;
&lt;br /&gt;
== Projects Hosting ==&lt;br /&gt;
&lt;br /&gt;
At http://projects.openmoko.org/ we have a GForge installation.  Users can use this as hosting service for their contributed applications.&lt;br /&gt;
&lt;br /&gt;
== Trac / Bug Reporting ==&lt;br /&gt;
&lt;br /&gt;
Our bug ticketing and documentation system for software issues is available at http://docs.openmoko.org/trac/.  This obsoleted the previously used bugzilla installation which was found at http://bugzilla.openmoko.org/.&lt;br /&gt;
Admin team has extra trac system: http://admin-trac.openmoko.org/trac/intertrac/.&lt;br /&gt;
&lt;br /&gt;
== Wiki ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is our public wiki, http://wiki.openmoko.org/. You're already in it, if you're reading this. Due to continued defacements/spam we were forced to limit editing in this wiki to registered users which provide a working email address. Sorry for that.&lt;br /&gt;
&lt;br /&gt;
You can reference the following pages to get more information.&lt;br /&gt;
* [[Edit Wiki]]&lt;br /&gt;
* [[Openmoko Wiki Editing Guidelines]]&lt;br /&gt;
&lt;br /&gt;
== Local Communities / Non-English Languages ==&lt;br /&gt;
&lt;br /&gt;
See the [[Openmoko_Local_Groups|Openmoko Local Groups]]&lt;br /&gt;
&lt;br /&gt;
=== Czech/Slovak ===&lt;br /&gt;
* http://www.openmoko.cz&lt;br /&gt;
* [http://forum.openmoko.cz forum]&lt;br /&gt;
* [http://www.jabber.cz Jabber] [http://www.jabber.cz/wiki/Konference conference]: ''openmoko@muc.openmoko.cz'' [http://muc.unart.cz/logs/openmoko@muc.openmoko.cz/ logs]&lt;br /&gt;
&lt;br /&gt;
=== Finnish ===&lt;br /&gt;
&lt;br /&gt;
* [http://linux.fi/foorumi/index.php?board=18.0 forum]&lt;br /&gt;
* [irc://chat.eu.freenode.net/openmoko-fi IRC channel]&lt;br /&gt;
* [[Openmoko Local Groups: Finland|wiki start page]]&lt;br /&gt;
* [http://www.vapaasuomi.fi/ possibly some related blog posts]&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko-fr.org/wiki/index.php/Bienvenue wiki]&lt;br /&gt;
* [http://openmoko-fr.org/forum/index.php forums]&lt;br /&gt;
* [http://openmoko-fr.org/blog/ blog]&lt;br /&gt;
* [irc://chat.eu.freenode.net/openmoko-fr IRC channel]&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
The German Neo1973 community created a Trac-based web site with SVN version control for their community projects: http://neo1973-germany.de/ The most notable project is Zad, which consists of a GUI and daemons for GSM/GPRS muxing, GSM, GPS and more, written using Enlightment for smooth, smooth, fast, alpha-blended graphics and glib and dbus for daemons, but the actual code of the project is all python. And yes, you can even make phone calls with it (even without &amp;quot;echo&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
FreeYourPhone - erstes deutsches Openmoko Forum: http://freeyourphone.de&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.opendevice.org wiki]&lt;br /&gt;
* irc-room #openmoko.pl@freenode&lt;br /&gt;
* [http://openmoko.opendevice.org/planeta planet]&lt;br /&gt;
* [http://tytanick.net/openmoko forums]&lt;br /&gt;
* Users [http://tinyurl.com/62ja5k map]&lt;br /&gt;
&lt;br /&gt;
=== Spanish ===&lt;br /&gt;
&lt;br /&gt;
There is a spanish mailing list.&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.telefoninux.org/ wiki]&lt;br /&gt;
* [http://telefoninux.org/ forums]&lt;br /&gt;
* [http://planet.telefoninux.org planet]&lt;br /&gt;
* IRC channel : #telefoninux@freenode&lt;br /&gt;
&lt;br /&gt;
=== Russian ===&lt;br /&gt;
&lt;br /&gt;
[http://www.linuxphone.ru/ LinuxPhone.ru] is a site dedicated to Openmoko phones, its distributions and other Linux/Open Source mobile initiatives (such as [[Android]], Palm webOS, open Symbian Platform and Linux-powered Motorola phones). Also, it serves as a place for general community meeting point.&lt;br /&gt;
&lt;br /&gt;
These are Openmoko-related resources:&lt;br /&gt;
* [http://www.linuxphone.ru/tag/openmoko/ news]&lt;br /&gt;
* [http://wiki.linuxphone.ru/Category:Openmoko wiki]&lt;br /&gt;
* [http://www.linuxphone.ru/forum/viewforum.php?f=1 forum]&lt;br /&gt;
* [http://dl.linuxphone.ru/openmoko/ files] (distribution images, scripts, packages and so on made by Russian community members)&lt;br /&gt;
&lt;br /&gt;
== Appendix: Obsolete resources ==&lt;br /&gt;
&lt;br /&gt;
=== SVN ===&lt;br /&gt;
&lt;br /&gt;
There was a [http://subversion.tigris.org/ Subversion] server available at svn.openmoko.org. '''It is now not used anymore'''. See obsolete information on [http://wiki.openmoko.org/index.php?title=Development_resources&amp;amp;oldid=63119#SVN this history version of this page].&lt;br /&gt;
&lt;br /&gt;
=== Obsolete mailing lists ===&lt;br /&gt;
''' framework-devel@lists.openmoko.org '''&lt;br /&gt;
''' NOTE: This mailing list has been closed. Discussion should continue on devel. '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on the Openmoko Framework. Please use this list to post questions with regard to the Openmoko Framework, the API's, their usage, API change requests and the like.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/framework-devel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.framework&lt;br /&gt;
&lt;br /&gt;
''' gsmd-devel@lists.openmoko.org '''&lt;br /&gt;
&lt;br /&gt;
This is a mailinglist on the Openmoko gsmd (GSM daemon) and the corresponding libgsmd.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/gsmd-devel&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.gsmd&lt;br /&gt;
&lt;br /&gt;
''' openmoko-apps@lists.openmoko.org '''&lt;br /&gt;
'''NOTE: This mailing list has been closed. Discussion should continue on devel.'''&lt;br /&gt;
&lt;br /&gt;
This is a public mailinglist about the development of the &amp;quot;official&amp;quot; Openmoko applications, e.g. openmoko-dialer2, openmoko-dates2, openmoko-contacts2, and openmoko-today2. Please do ''not'' use this list for issues related to third party applications.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/openmoko-apps/&lt;br /&gt;
&lt;br /&gt;
Gmane: http://news.gmane.org/gmane.comp.handhelds.openmoko.apps&lt;br /&gt;
&lt;br /&gt;
''' openmoko-devel@lists.openmoko.org ''''&lt;br /&gt;
'''NOTE: This mailing list has been closed. Discussion should continue on devel.'''&lt;br /&gt;
&lt;br /&gt;
This is a public mailing list for discussion of development related to Openmoko in general. The mailing lists framework-devel and openmoko-apps have been merged into this one. Developers who are writing applications using the Openmoko framework should join this.&lt;br /&gt;
&lt;br /&gt;
http://lists.openmoko.org/mailman/listinfo/openmoko-devel&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer resources]]&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTA04</id>
		<title>GTA04</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTA04"/>
				<updated>2011-01-20T09:34:55Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: revised the first paragraphs a little&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Speculations}}&lt;br /&gt;
&lt;br /&gt;
The codename '''GTA04''' was picked up in 2010 by Golden Delicious Computers to develop a new motherboard for our open smartphone that follows the original idea and goals.&lt;br /&gt;
&lt;br /&gt;
Which to expect? A new motherboard, that replaces the one inside your Neo1973/Freerunner. It will reuse the case, the battery and the display. Features:&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 DCBB (600/720/; maybe DM3730 with 1GHz) (compatible to [http://www.beagleboard.org])&lt;br /&gt;
** integrated graphics - POWERVR SGX Graphics Accelerator of OMAP3530&lt;br /&gt;
* Micron DDR/NAND PoP Memory&lt;br /&gt;
* Option GTM601W UMTS module&lt;br /&gt;
* Wi2Wi WLAN/Bluetooth module + antenna&lt;br /&gt;
* GPS module + antenna switch &lt;br /&gt;
* LIS302 (accelerometer)&lt;br /&gt;
* LSM303 (compass and accelerometer)&lt;br /&gt;
* ITG3200 (gyroscope)&lt;br /&gt;
* BMP085 (barometric altimeter)&lt;br /&gt;
* Si4721 (FM transceiver) &lt;br /&gt;
&lt;br /&gt;
Development samples are scheduled to become available around FOSDEM 2011. &lt;br /&gt;
&lt;br /&gt;
There is a new project page: http://www.gta04.org, which houses the wiki specific to the GTA04 project at Golden Delicious. &lt;br /&gt;
&lt;br /&gt;
An early adopter program is available at: http://www.handheld-linux.com/wiki.php?page=GTA04-Early-Adopter&lt;br /&gt;
 &lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== Year 2011: Golden Delicious Computers Openmoko Beagle Hybrid GTA04 ===&lt;br /&gt;
Golden Delicious Computers has been secretly working on a OMAP3530 based project that apparently has the same target as Openmoko's GTA04 did have. The first result was announced in 2010 [[Openmoko Beagle Hybrid]].&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;new&amp;quot; GTA04 is the result of integrating that all onto a single PCB.&lt;br /&gt;
&lt;br /&gt;
=== Year 2008: Openmoko Inc. GTA04 ===&lt;br /&gt;
'''GTA04''' was the codename of a phone that was whose development was canceled (within Openmoko, Inc.). For more information about other phones in development, visit [[Phone Development]]. This phone would have been based on a different system-on-a-chip.&lt;br /&gt;
&lt;br /&gt;
==== GTA04 specifications ====&lt;br /&gt;
The GTA04 would have been a [[GTA03]] but with a major hardware revision &lt;br /&gt;
&lt;br /&gt;
New:&lt;br /&gt;
* USB 2.0 would be added on the GTA04 at the earliest&lt;br /&gt;
* 3G would be added on the GTA04 at the earliest&lt;br /&gt;
* Based on a more advanced SoC&lt;br /&gt;
* maybe based on the samsung 6400 or 6410&lt;br /&gt;
* integrated graphics&lt;br /&gt;
* Sean put a hiring on the community and devel list, see [http://lists.openmoko.org/pipermail/community/2008-September/029710.html here] so there will be OpenGL Es and the 6410 eventually&lt;br /&gt;
* there had been meetings in April 2008 within Openmoko - see [http://lists.openmoko.org/pipermail/openmoko-kernel/2008-April/002310.html]&lt;br /&gt;
&lt;br /&gt;
[[Category:GTA04| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/FOSDEM_2011</id>
		<title>FOSDEM 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/FOSDEM_2011"/>
				<updated>2010-12-12T20:58:34Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Visitors */ Boudewijn added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= FOSDEM 2011 =&lt;br /&gt;
Unfortunately the request for a dedicated Devroom was declined.&lt;br /&gt;
So let's collect interesting talks and attendents. I.e. create sort of a &amp;quot;Visitors Guide&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The official FOSDEM agenda is here: http://www.fosdem.org/2011/&lt;br /&gt;
&lt;br /&gt;
For reference, here is the page from last year: [[Fosdem_2010]]&lt;br /&gt;
&lt;br /&gt;
= Main Talks =&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
= Lightning Talks =&lt;br /&gt;
tbd.&lt;br /&gt;
&lt;br /&gt;
= Stands =&lt;br /&gt;
&lt;br /&gt;
Makerbot?&lt;br /&gt;
OpenEmbedded?&lt;br /&gt;
&lt;br /&gt;
= Devrooms =&lt;br /&gt;
&lt;br /&gt;
* Embedded: http://lists.fosdem.org/pipermail/fosdem/2010-December/001098.html&lt;br /&gt;
* Open Source Telephony: http://lists.fosdem.org/pipermail/fosdem/2010-November/001058.html&lt;br /&gt;
&lt;br /&gt;
= Visitors =&lt;br /&gt;
Yes, I will be there&lt;br /&gt;
&lt;br /&gt;
{|  border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#c0e0e0&amp;quot;&lt;br /&gt;
! '''Who''' !! '''Saturday''' !! '''Sunday'''  !! '''Comment''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Hns]] || x ||  x  || Trying to give a Lightning Talk or Embedded Devroom Talk&lt;br /&gt;
|-&lt;br /&gt;
| [[aSThRo/ Openmoko-fr.org]] || x ||    || Meet friends, watch some good confs, fix some phones?...&lt;br /&gt;
|-&lt;br /&gt;
| [[user:boudewijn]] || x ||    || Meet OM'ers, enjoy the weekend, helping a hand&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Fso-internal-om.pdf</id>
		<title>Fso-internal-om.pdf</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Fso-internal-om.pdf"/>
				<updated>2008-09-28T12:13:03Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mickey sent a presentation to the OM devel-list. It is not uploaded to the wiki as images, but as PDF; see [[Image:Fso-internal-om.pdf|Mickey's presentation from 2008-09-26]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/OpenmokoFramework/es</id>
		<title>OpenmokoFramework/es</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/OpenmokoFramework/es"/>
				<updated>2008-09-28T12:10:41Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Q/A */  current status (Mickey's presentation)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|OpenmokoFramework}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Introbox}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Note: This is the (ongoing) description of the new framework architecture that is '''in development'''. See [[OpenmokoOldFramework]] for the framework architecture of 2007.1 and 2007.2 and [[NeoSoftwareStack]] for the current status (which has nothing to do yet with this framework)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=pages style=&amp;quot;float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;&amp;quot;&amp;gt;Framework&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Q/A=&lt;br /&gt;
* ''Question'': Is this an Openmoko-only thing?&lt;br /&gt;
* ''Answer'': No. It's going to be available for all kinds of mobile hardware running Linux, i.e. OpenEZX, XanaduX, HTC/iPAQ, ...&lt;br /&gt;
* ''Question'': Is this a part of the current images yet? Is it perhaps the mystic ASU?&lt;br /&gt;
* ''Answer'': No.&lt;br /&gt;
* ''Question'': When can I see this as part of an image?&lt;br /&gt;
* ''Answer'': Not before winter '08.&lt;br /&gt;
* ''Question'': What's the current status?&lt;br /&gt;
* ''Answer'': See right below or hop over to http://trac.freesmartphone.org&lt;br /&gt;
** [[OpenmokoFramework/Status Update 1|Status Update 1]]&lt;br /&gt;
** [[OpenmokoFramework/Status Update 2|Status Update 2]]&lt;br /&gt;
** [[Fso-internal-om.pdf|Mickey's presentation from 2008-09-26]]&lt;br /&gt;
* ''Question'': How do I work the Zhone (FSO demo app) UI?&lt;br /&gt;
* ''Answer'': [[FSO UI Tutorial]]&lt;br /&gt;
&lt;br /&gt;
=Purposes=&lt;br /&gt;
* '''Give people the infrastructure to create solid and exciting software products based on the Openmoko platform'''&lt;br /&gt;
* '''Support competing UIs while collaborating on developing services'''&lt;br /&gt;
* '''Encourage framework users (e.g. application developers) to also contribute to the framework'''&lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
* Make it simple&lt;br /&gt;
* Concentrate on core services&lt;br /&gt;
* Be programming language agnostic&lt;br /&gt;
* Be UI toolkit agnostic&lt;br /&gt;
* Try to reuse existing technologies as much as possible, but not at the cost of a bad API&lt;br /&gt;
&lt;br /&gt;
=How to achieve that technically=&lt;br /&gt;
* Choose [[Dbus]] as the collaboration line. Below dbus, we can work together. Above dbus, we can differentiate.&lt;br /&gt;
* Expose features through dbus APIs implemented by UI-agnostic and language-agnostic services (daemons).&lt;br /&gt;
* Optimize for Openmoko devices, but support multiple architectures and purposes through plugin interfaces and suitable hardware abstraction mechanisms.&lt;br /&gt;
* Be not afraid of reinventing the wheel for a wheel-barrow if all the existing wheels are made for sports cars.&lt;br /&gt;
&lt;br /&gt;
=Mandatory Readings=&lt;br /&gt;
* [http://adam.gomaa.us/blog/frameworks-exist-for-conceptual-integrity/ Frameworks exist for conceptual integrity]&lt;br /&gt;
* [http://humanized.com/weblog/2007/10/05/make_oss_humane/ Ten ways to make more humane open source software]&lt;br /&gt;
* [http://www.freesmartphone.org FreeSmartPhone.org Wiki]&lt;br /&gt;
&lt;br /&gt;
=What this is NOT about=&lt;br /&gt;
This initiative does not cover low level services such as&lt;br /&gt;
* Bootloader, Kernel, or System Init.&lt;br /&gt;
&lt;br /&gt;
This initiative does not cover high level services such as&lt;br /&gt;
* X-Window-System, Window Manager, UI Toolkits,&lt;br /&gt;
* Application Launchers, Applications, or Fancy UIs.&lt;br /&gt;
&lt;br /&gt;
=Architectural Overview=&lt;br /&gt;
[[Image:OpenmokoFramework08.png |823px|frontside]]&lt;br /&gt;
&lt;br /&gt;
=Software Components=&lt;br /&gt;
&lt;br /&gt;
We differenciate between low-level and high-level services -- dbus will be used to communicate horizontally and vertically.&lt;br /&gt;
&lt;br /&gt;
===Low-Level Services===&lt;br /&gt;
&lt;br /&gt;
====Device Control====&lt;br /&gt;
The low level device control service manages peripheral control, i.e. controlling power for individual subsystems such as&lt;br /&gt;
* GSM, WiFi, Bluetooth, GPS, as well as&lt;br /&gt;
* Backlight brightness and power,&lt;br /&gt;
* turning LEDs on and off, etc.&lt;br /&gt;
It also deals with&lt;br /&gt;
* charging, suspend/resume,&lt;br /&gt;
* accellerometers, and buttons.&lt;br /&gt;
Last but not least, it sends notifications about the user's activity so that listeners have a chance to&lt;br /&gt;
* change to powersaving modes, or&lt;br /&gt;
* lock the device.&lt;br /&gt;
We implement the following software for that:&lt;br /&gt;
* [http://www.freesmartphone.org/index.php/Implementations/OpenDeviceDaemon odeviced]&lt;br /&gt;
&lt;br /&gt;
====Audio====&lt;br /&gt;
The low level audio service relies on a working alsa device driver. On top of that, there are two components:&lt;br /&gt;
# [http://gstreamer.freedesktop.org/ gstreamer]&lt;br /&gt;
# [http://pulseaudio.org pulseaudio]&lt;br /&gt;
&lt;br /&gt;
'''Gstreamer''' is to be used for all kinds of event sounds where a) multiple audio formats need to be supported and b) a latency of about one second is acceptable. This goes for e.g. ring tones, welcome tones, plug indication.&lt;br /&gt;
&lt;br /&gt;
'''Pulseaudio''' is to be used for event sounds, where low-latency is necessary, e.g. touch click sounds and UI event acknowledge sounds. Pulseaudio is our general all-purpose mixer. Gstreamer will use the pulseaudio sink to feed audio through.&lt;br /&gt;
&lt;br /&gt;
====GSM====&lt;br /&gt;
The low level GSM services expect a modem complying to GSM 07.07, GSM 07.05, and assorted GSM specifications, talking an AT-protocol over a serial line. If GSM 07.10 is supported, we use the multiplexing daemon&lt;br /&gt;
* [http://www.freesmartphone.org/index.php/Implementations/gsm0710muxd gsm0710muxd]&lt;br /&gt;
to export virtual serial lines over -- again -- AT-protocol can be spoken.&lt;br /&gt;
&lt;br /&gt;
====Bluetooth====&lt;br /&gt;
The low level Bluetooth services rely on the official Linux Bluetooth subsystem:&lt;br /&gt;
* [http://www.bluez.org BlueZ].&lt;br /&gt;
&lt;br /&gt;
====GPS====&lt;br /&gt;
The low level GPS services assume a GPS device that talks NMEA over a device node. We rely on the following software:&lt;br /&gt;
* [http://gypsy.freedesktop.org Gypsy]&lt;br /&gt;
&lt;br /&gt;
====Network====&lt;br /&gt;
The low level networking service assumes network interfaces, such as USB, Ethernet, Wifi, etc. We rely on the following software here:&lt;br /&gt;
* Network Manager or Intel Connection Manager (undecided yet)&lt;br /&gt;
* ppp&lt;br /&gt;
&lt;br /&gt;
===High Level===&lt;br /&gt;
&lt;br /&gt;
====Usage====&lt;br /&gt;
The Usage subsystem is coordinating application I/O requirements preventing. Applications are not supposed to turn on or off devices, since they do not have any knowledge about concurrent applications that may be also using the device -- think ''reference counting'' for I/O requirements.&lt;br /&gt;
&lt;br /&gt;
With this added layer, we could later think about monitoring subsystems, subsystem usage statistics, or accounting.&lt;br /&gt;
&lt;br /&gt;
See discussion page about PolicyKit.&lt;br /&gt;
&lt;br /&gt;
====Events====&lt;br /&gt;
* signaling events via I/O (ringing, blinking, vibrating)&lt;br /&gt;
* might use fd.o notification API&lt;br /&gt;
&lt;br /&gt;
====PIM====&lt;br /&gt;
An intelligent storage database server. This is being carried out as a Google Summer of Code project. See complete description [http://www.neo1973-germany.de/wiki/pyPimd here]&lt;br /&gt;
&lt;br /&gt;
====Context====&lt;br /&gt;
* Intelligent context API, integrating location as one -- among other -- sources&lt;br /&gt;
TBD&lt;br /&gt;
Reference Geoclue&lt;br /&gt;
&lt;br /&gt;
====[http://www.freesmartphone.org/index.php/Standards/PhoneAPI Phone]====&lt;br /&gt;
The phone subsystem can be used to create and manage voices communications. It makes abstraction of the protocol used.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.freesmartphone.org/index.php/Implementations/OpenPreferencesDaemon Preferences] ===&lt;br /&gt;
* settings database&lt;br /&gt;
&lt;br /&gt;
====Network====&lt;br /&gt;
* high level networking queries&lt;br /&gt;
&lt;br /&gt;
=Implementation=&lt;br /&gt;
&lt;br /&gt;
===Completion Status===&lt;br /&gt;
&lt;br /&gt;
====Low Level====&lt;br /&gt;
* device control: 50%&lt;br /&gt;
* audio: 80%&lt;br /&gt;
* GSM: 90%&lt;br /&gt;
* GPRS: 90%&lt;br /&gt;
* Bluetooth: 80%&lt;br /&gt;
* GPS: 80%&lt;br /&gt;
* Network: 50%&lt;br /&gt;
&lt;br /&gt;
====High Level====&lt;br /&gt;
* Usage: 30%&lt;br /&gt;
* Event: 30%&lt;br /&gt;
* [http://www.freesmartphone.org/index.php/Implementations/OpenPreferencesDaemon Preferences]: 50%&lt;br /&gt;
* Context: 0%&lt;br /&gt;
* Telephony: 80%&lt;br /&gt;
* Networking: 0%&lt;br /&gt;
* PIM: 0%&lt;br /&gt;
&lt;br /&gt;
=The role of Python=&lt;br /&gt;
&lt;br /&gt;
Where we write new code, we will use Python to implement the dbus services. The reason for that being the rapid prototyping nature of Python and the emphasis on the Dbus APIs. Using Python, the turnaround times to experiment with APIs are incredibly faster than for using a compiled language such as C or C++.&lt;br /&gt;
&lt;br /&gt;
Once the APIs have been used by application programmers, we can start profiling and possibly reimplement some of the services with daemons written in Vala, ''if'' necessary. We might as well succeed in improving performance by using Pyrex/Cython/Ctypes to keep the benefits of Python.&lt;br /&gt;
&lt;br /&gt;
=Team &amp;amp; Roadmap=&lt;br /&gt;
&lt;br /&gt;
==Team==&lt;br /&gt;
&lt;br /&gt;
* [[User:Mickey|Michael 'Mickey' Lauer]] (team leader) -- Openmoko freelancer, working in Frankfurt/Main, Germany.&lt;br /&gt;
* [[User:Charlie| Guillaume 'Charlie' Chereau]] -- Openmoko employee, working fulltime in the Openmoko office, Taipei, Taiwan.&lt;br /&gt;
* [[User:Shoragan|Jan 'Shoragan' Luebbe]] -- Openmoko student, working part-time in Brunswick, Germany.&lt;br /&gt;
* [[User:DanielWillmann|Daniel 'Alphaone' Willmann]] -- Openmoko student, working part-time in Brunswick, Germany.&lt;br /&gt;
* (Holger 'Zecke' Freyther -- hopefully joining the team after releasing ASU, working in Berlin, Germany.)&lt;br /&gt;
&lt;br /&gt;
'''Subsystem Ownership'''&lt;br /&gt;
&lt;br /&gt;
''Phase 1 subsystems''&lt;br /&gt;
&lt;br /&gt;
* odeviced (mickey)&lt;br /&gt;
* ogsmd (mickey)&lt;br /&gt;
* ousaged (jan)&lt;br /&gt;
* oeventd (jan)&lt;br /&gt;
* ophoned (guillaume)&lt;br /&gt;
* opreferencesd (guillaume)&lt;br /&gt;
* ocontextd (guillaume)&lt;br /&gt;
* ogpsd (daniel)&lt;br /&gt;
&lt;br /&gt;
''Phase 2 subsystems''&lt;br /&gt;
&lt;br /&gt;
* network (to be defined)&lt;br /&gt;
* pim (to be defined)&lt;br /&gt;
&lt;br /&gt;
==Roadmap==&lt;br /&gt;
&lt;br /&gt;
The milestone releases are combined Openmoko Framework and [[Zhone]] releases. Remember: A feature that isn't visible, working, and tested in our framework testing application (Zhone) does ''not'' exist. Until Framework 1.0.0 (later this year), we will not use any versioning in components. Afterwards, individual components may see individual releases.&lt;br /&gt;
&lt;br /&gt;
'''Note: The milestones and tasks moved over to our [http://trac.freesmartphone.org issue tracker].'''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:Framework/es| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Fso-internal-om.pdf</id>
		<title>File:Fso-internal-om.pdf</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Fso-internal-om.pdf"/>
				<updated>2008-09-28T12:03:55Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: From: &amp;quot;Michael 'Mickey' Lauer&amp;quot; &amp;lt;mickey@vanille-media.de&amp;gt;
  To:  smartphones-standards@linuxtogo.org, devel@lists.openmoko.org

fso-internal-om.pdf (369KB)
Friday, September 26, 2008 12:24 PM

Today I gave a presentation about the Openmoko Framework Status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;From: &amp;quot;Michael 'Mickey' Lauer&amp;quot; &amp;lt;mickey@vanille-media.de&amp;gt;&lt;br /&gt;
  To:  smartphones-standards@linuxtogo.org, devel@lists.openmoko.org&lt;br /&gt;
&lt;br /&gt;
fso-internal-om.pdf (369KB)&lt;br /&gt;
Friday, September 26, 2008 12:24 PM&lt;br /&gt;
&lt;br /&gt;
Today I gave a presentation about the Openmoko Framework Status to our internal engineers. You will miss a lot without my words and the demo, but I still want to share the slides with you.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Mickey.&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Debug_Board_v2</id>
		<title>Debug Board v2</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Debug_Board_v2"/>
				<updated>2008-06-30T09:37:55Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* JTAG using FT2232 */  wiki'd Amontec JTAGkey-tiny&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Dboard}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This page provides information on the architecture of the second version of the Neo1973 debug board (the one shipped with the &amp;quot;Advanced&amp;quot; [[GTA01]] kits). &lt;br /&gt;
&lt;br /&gt;
[[Image:Debugboard v2 diagram.png|left|500px|Architecture Diagram]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Neo1973 debugboard v2 top annotated.jpg|left|500px|Annotated PCB Photograph]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The [[Debug Board | debug board]] provides these key components.&lt;br /&gt;
&lt;br /&gt;
* [[Debug Board#USB Hub | USB Hub]]&lt;br /&gt;
* [[Debug Board#JTAG using FT2232 | JTAG using FT2232]]&lt;br /&gt;
* [[Debug Board#Serial Port | Serial Port]]&lt;br /&gt;
&lt;br /&gt;
=== Schematics ===&lt;br /&gt;
&lt;br /&gt;
The Schematics of this board can be found at http://people.openmoko.org/laforge/doc/hardware/neo1973_debug_board/neo1973_debugboard_v2_schematics.pdf&lt;br /&gt;
&lt;br /&gt;
=== USB Hub ===&lt;br /&gt;
&lt;br /&gt;
This bus-powered hub &lt;br /&gt;
* attaches to the laptop using its upstream port&lt;br /&gt;
* attaches to the FT2232D for JTAG and serial console on downstream port 1&lt;br /&gt;
* attaches to USB-A connectors using downstream ports 2 and 3&lt;br /&gt;
&lt;br /&gt;
For the USB hub we use the TUSB2046B chip.&lt;br /&gt;
&lt;br /&gt;
Using the hub, you can have access to the phone, JTAG and serial simultaneously, through a single USB cable. You can actually even charge the phone (100mA slow charge) using that downstream port.&lt;br /&gt;
&lt;br /&gt;
If you have 2 free USB ports on your PC, it is better to plug the debug board and the Neo1973 into the PC independently (rather than using the hub). This will allow the Neo1973 to charge at the full 500mA rate, and will also allow the debug-board USB to be unplugged/reconnected without affecting the Neo1973.&lt;br /&gt;
&lt;br /&gt;
=== JTAG using FT2232 ===&lt;br /&gt;
&lt;br /&gt;
Basically, we integrate a USB-JTAG adaptor similar to the [[Amontec JTAGkey-tiny]].  The actual reference design that we used (Thanks to Joern!) can be found at http://www.oocdlink.com&lt;br /&gt;
&lt;br /&gt;
This provides us full JTAG debugging, at about 150times the speed of the [[wiggler]]&lt;br /&gt;
&lt;br /&gt;
The actual JTAG port is connected with&lt;br /&gt;
* the phone (via debug flex cable)&lt;br /&gt;
* A separate 20-pin header using standard ARM-JTAG pinout&lt;br /&gt;
** this allows the user to use this device as JTAG adaptor even for other arm-based devices&lt;br /&gt;
&lt;br /&gt;
=== Serial Port ===&lt;br /&gt;
&lt;br /&gt;
Instead of replicating a true RS232 port, we wanted to use a USB serial converter chip,&lt;br /&gt;
such as the FT232 or the PL2303.   &lt;br /&gt;
&lt;br /&gt;
As it turns out, we can even use the second port of the FT2232 simultaneously with the JTAG.  So no extra FT232 or PL2303 is required.&lt;br /&gt;
&lt;br /&gt;
==== Tri-State Serial Port ====&lt;br /&gt;
&lt;br /&gt;
The serial port needs a tri-state driver, since it is both connected to the GSM modem AND to the debug board.  We drive the tri-state driver by an inverted GSM_EN signal (pin 7 on FPC connector).&lt;br /&gt;
&lt;br /&gt;
== Usage Instructions ==&lt;br /&gt;
&lt;br /&gt;
=== Preconditions ===&lt;br /&gt;
&lt;br /&gt;
==== FT2232D EEPROM ====&lt;br /&gt;
&lt;br /&gt;
Please see [[Neo1973 Debug Board v2/EEPROM]] if you have an &amp;quot;early adopter&amp;quot; board with USB ID 0403:0610. If your board shows up as USB ID 1457:5118 then you can ignore this step.&lt;br /&gt;
&lt;br /&gt;
==== Drivers ====&lt;br /&gt;
&lt;br /&gt;
===== libftdi =====&lt;br /&gt;
&lt;br /&gt;
Please make sure you have libftdi-0.8 or later.  Earlier versions are known to cause problems. This should not be an issue if you are using statically-linked binaries.&lt;br /&gt;
&lt;br /&gt;
===== ftdi_sio module =====&lt;br /&gt;
&lt;br /&gt;
This module must be loaded with parameters that identify the debug board:&lt;br /&gt;
&lt;br /&gt;
 rmmod ftdi_sio&lt;br /&gt;
 modprobe ftdi_sio vendor=0x1457 product=0x5118&lt;br /&gt;
&lt;br /&gt;
or the equivalent in your modules.conf&lt;br /&gt;
&lt;br /&gt;
====== udev rule ======&lt;br /&gt;
&lt;br /&gt;
Please install the rules from http://people.openmoko.org/laforge/misc/debug_board_v2/udev_rules/&lt;br /&gt;
&lt;br /&gt;
====== Windows Driver ======&lt;br /&gt;
&lt;br /&gt;
Please use the driver from http://people.openmoko.org/laforge/misc/debug_board_v2/windows_drivers/&lt;br /&gt;
&lt;br /&gt;
==== Applications ====&lt;br /&gt;
&lt;br /&gt;
===== openocd =====&lt;br /&gt;
&lt;br /&gt;
[[openocd]] is required. It is recommended to use a statically-linked binary produced by the OpenMoko build system. Other versions may give &amp;quot;unrecognized command&amp;quot; errors while parsing the configuration file.&lt;br /&gt;
&lt;br /&gt;
====== openocd.cfg ======&lt;br /&gt;
&lt;br /&gt;
Openocd requires a configuration file in the directory from which you run the application. A typical example is shown below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
telnet_port 4444&lt;br /&gt;
gdb_port 3333&lt;br /&gt;
interface ft2232&lt;br /&gt;
jtag_speed 0&lt;br /&gt;
ft2232_vid_pid 0x1457 0x5118&lt;br /&gt;
ft2232_layout &amp;quot;jtagkey&amp;quot;&lt;br /&gt;
reset_config trst_and_srst&lt;br /&gt;
jtag_device 4 0x1 0xf 0xe&lt;br /&gt;
daemon_startup attach&lt;br /&gt;
target arm920t little reset_run 0 arm920t&lt;br /&gt;
working_area 0 0x200000 0x4000 backup&lt;br /&gt;
run_and_halt_time 0 5000&lt;br /&gt;
ft2232_device_desc &amp;quot;Debug Board for Neo1973&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== dfu-util =====&lt;br /&gt;
&lt;br /&gt;
[[dfu-util]] is used to write images to the NAND flash once you have a functional u-boot. It is recommended to use a statically-linked binary produced by the OpenMoko build system.&lt;br /&gt;
&lt;br /&gt;
=== Hardware connection ===&lt;br /&gt;
&lt;br /&gt;
Refer to [[Connecting Neo1973 with Debug Board v2]]. The recommended connection sequence is:&lt;br /&gt;
&lt;br /&gt;
* Unplug both USB cables&lt;br /&gt;
* Remove the Neo1973 battery&lt;br /&gt;
* Connect the FPC between the Neo1973 and the debug board&lt;br /&gt;
* Replace the Neo1973 battery&lt;br /&gt;
* Plug the Neo1973 USB cable into your PC&lt;br /&gt;
* If the Neo1973 does not turn on automatically at this point, hold the power button for 5 seconds&lt;br /&gt;
* Plug the debug-board USB cable into your PC&lt;br /&gt;
&lt;br /&gt;
A Neo1973 with a working u-boot should power on when its USB cable is plugged in, but a &amp;quot;bricked&amp;quot; one will not. Note that there will be no visible feedback from the power-button press on a bricked device.&lt;br /&gt;
&lt;br /&gt;
==== Pinouts ====&lt;br /&gt;
&lt;br /&gt;
The Debug Board v2 may be used for other embedded projects. It provides the following connectors:&lt;br /&gt;
&lt;br /&gt;
* J1 - is a regular 20 pin ARM JTAG at 3.3V level with 5V tolerance&lt;br /&gt;
&lt;br /&gt;
* J10 - is a 3.3V serial connected to portB of the FTDI2232D&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pin name&lt;br /&gt;
1   TXD&lt;br /&gt;
2   RXD&lt;br /&gt;
3   RTS&lt;br /&gt;
4   CTS&lt;br /&gt;
5   DSR&lt;br /&gt;
6   DTR&lt;br /&gt;
7   DCD&lt;br /&gt;
8   RI&lt;br /&gt;
9   GND&lt;br /&gt;
10  VCC (3.3V)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Actually using it ===&lt;br /&gt;
&lt;br /&gt;
==== On Linux ====&lt;br /&gt;
&lt;br /&gt;
===== Serial Port =====&lt;br /&gt;
&lt;br /&gt;
The Linux kernel of your host system will create virtual serial devices called '''/dev/ttyUSBx''' where 'x' is a sequentially assigned number.  If you don't have any other USB serial converters attached to your machine, the device name will be '''/dev/ttyUSB1''' for the serial port. A '''/dev/ttyUSB0''' will also be created initially, but will disappear once [[openocd]] connects to the JTAG port.&lt;br /&gt;
&lt;br /&gt;
You can use your favourite terminal emulator (screen, minicom, cu, zc, ...) just like for any other/real serial port. The baud rate should be set to 115200. You may use gdb as well (eg. target remote /dev/ttya).&lt;br /&gt;
&lt;br /&gt;
The /dev/ttyUSB1 device node will be removed if the debug-board USB cable is unplugged. You should exit your terminal program before unplugging the cable, and then re-run it after the cable is plugged back in.&lt;br /&gt;
&lt;br /&gt;
'''Note'''&lt;br /&gt;
&lt;br /&gt;
After Neo's boot, this last line will be displayed at the console:&lt;br /&gt;
&lt;br /&gt;
 gta01-pm-gsm gta01-pm-gsm.0: powering up GSM, thus disconnecting serial console&lt;br /&gt;
&lt;br /&gt;
for reconnecting your serial console, please stop the gsmd daemon from ssh :&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/gsmd stop&lt;br /&gt;
&lt;br /&gt;
and respawn getty on ttySAC0. &lt;br /&gt;
&lt;br /&gt;
For example, if getty is on tty1 (given by: '''ps -aux | grep getty''') then you could type:&lt;br /&gt;
 cd /dev&lt;br /&gt;
 mv tty1 tty10&lt;br /&gt;
 ln -s ttySAC0 tty1&lt;br /&gt;
 pkill getty&lt;br /&gt;
&lt;br /&gt;
if kernel messages on the console are too verbose, use klogd or dmesg (e.g. '''klogd -c 4''').&lt;br /&gt;
&lt;br /&gt;
===== JTAG =====&lt;br /&gt;
&lt;br /&gt;
Once you have connected the hardware as described above, run &amp;quot;openocd&amp;quot; from the diretory containing its configuration file. You should see output similar to the following:&lt;br /&gt;
&lt;br /&gt;
 linux$ ./openocd&lt;br /&gt;
 Info:    openocd.c:93 main(): Open On-Chip Debugger 1.0 (2007-12-13-14:05) svn:226M&lt;br /&gt;
 Info:    openocd.c:94 main(): $URL: svn://svn.berlios.de/openocd/trunk/src/openocd.c $&lt;br /&gt;
 Info:    jtag.c:1291 jtag_examine_chain(): JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)&lt;br /&gt;
&lt;br /&gt;
Note that the Neo1973 must be powered on for this step to succeed. Otherwise, you will see:&lt;br /&gt;
&lt;br /&gt;
 Error:   jtag.c:1253 jtag_examine_chain(): JTAG communication failure, check connection, JTAG interface, target power etc.&lt;br /&gt;
 Error:   jtag.c:1440 jtag_init(): trying to validate configured JTAG chain anyway...&lt;br /&gt;
 Error:   jtag.c:1346 jtag_validate_chain(): Error validating JTAG scan chain, IR mismatch, scan returned 0x00&lt;br /&gt;
&lt;br /&gt;
Once openocd is running, open another terminal window and connect to its telnet port:&lt;br /&gt;
&lt;br /&gt;
 linux$ telnet localhost 4444&lt;br /&gt;
 Trying 127.0.0.1...&lt;br /&gt;
 Connected to localhost.&lt;br /&gt;
 Escape character is '^]'.&lt;br /&gt;
 Open On-Chip Debugger&lt;br /&gt;
 &amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may now reset the device, set breakpoints, upload images, etc. &lt;br /&gt;
&lt;br /&gt;
===== Unbricking Procedure =====&lt;br /&gt;
&lt;br /&gt;
Refer to [[Neo1973 Debug Board v2/Unbricking]] for a manual procedure to re-flash a &amp;quot;bricked&amp;quot; phone (one with a damaged u-boot or environment, where the normal [[Flashing_openmoko]] update procedure cannot be used). &lt;br /&gt;
&lt;br /&gt;
===== Further Reading =====&lt;br /&gt;
&lt;br /&gt;
The following Wiki pages contain useful information about what can be done with the debug board and the u-boot console. Note, however, that some of the information applies to earlier versions of the product and is not suitable for use with purchased GTA01Bv4 phones.&lt;br /&gt;
&lt;br /&gt;
- [[OpenOCD#OpenOCD_and_Debug_Board]]&lt;br /&gt;
&lt;br /&gt;
- [[Bootloader#Using_JTAG_to_boot_from_RAM]]&lt;br /&gt;
&lt;br /&gt;
- [[Devirginator]]&lt;br /&gt;
&lt;br /&gt;
- [[NAND_bad_blocks]]&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
We previously had [[Neo1973 Debug Board v1]] (inherited from some weird engineers who must have seen Brazil too often).&lt;br /&gt;
Version 1 was never shipped to phase-0 or phase-1, and not sold to anyone.&lt;br /&gt;
&lt;br /&gt;
=== Changes from v1 to v2 ===&lt;br /&gt;
&lt;br /&gt;
* get rid of ethernet&lt;br /&gt;
** we don't need it, and&lt;br /&gt;
** we especially don't want a 40pin parallel 66MHz bus going between two pcb's&lt;br /&gt;
* get rid of 7-segment LED displays&lt;br /&gt;
** not really needed.  We have a serial port&lt;br /&gt;
** could be replaced by one or two GPIO LEDs&lt;br /&gt;
* get rid of built-in [[wiggler]]&lt;br /&gt;
** nobody has a parallel port on the laptop these days&lt;br /&gt;
* get rid of li-ion battery (including charger)&lt;br /&gt;
** the device can be fully usb powered by the laptop&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;bottom&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
{{Languages|Debug_Board}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware ]]&lt;br /&gt;
[[Category:Hardware ]]&lt;br /&gt;
[[Category:Neo1973 Hardware]]&lt;br /&gt;
[[Category:Neo1973 Hardware Debugging]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</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-06-30T07:43:02Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Zwolle */&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: 3/10&lt;br /&gt;
* K Holler [http://wiki.openmoko.org/wiki/Special:Emailuser/kho Contact me here]&lt;br /&gt;
* St Stampler [http://wiki.openmoko.org/wiki/Special:Emailuser/stst Contact me here]&lt;br /&gt;
* D Pail [http://wiki.openmoko.org/wiki/Special:Emailuser/neotracker Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Belgium ==&lt;br /&gt;
=== Brussels ===&lt;br /&gt;
Status 5/10&lt;br /&gt;
* 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;
&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Aalst/Aarschot/Gent/Brugge ====&lt;br /&gt;
Status 7/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;
* Emmanuel Mathot, mailto: aiieeee DOT gmail DOT com, Brussels&lt;br /&gt;
* Kamil Kubacki, mailto: kamil DOT kubacki AT gmail DOT com  [or kamil.kubacki@gmail.com]&lt;br /&gt;
* 2x Hans Vanpée, mailto: hans AT vanpee DOT be&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;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 7/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], 30 May 2008&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;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
&lt;br /&gt;
=== British Columbia ===&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Justin (Vancouver): mailto: stryderjzw AT gmail&lt;br /&gt;
* Dave (Vancouver) Vancouver Linux users group (unconfirmed but about 7 so far): mailto: doc AT skynet REMOVE dot REMOVE ie&lt;br /&gt;
&lt;br /&gt;
* Robert (Vancouver) - robtaylor &amp;lt;AT&amp;gt; tinsputnik &amp;lt;DOT&amp;gt; com (1 unit)&lt;br /&gt;
* Jeff (Vancouver) - jef dot jef gmail com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Group 2'''&lt;br /&gt;
&lt;br /&gt;
Status: 5/10&lt;br /&gt;
&lt;br /&gt;
* Ben Cadieux (Abbotsford &amp;amp; Vancouver) - ben [DOT] cadieux &amp;lt;AT&amp;gt; gmail [DOT] com&lt;br /&gt;
* Kelvie Wong (Vancouver, in Richmond) - kelvie (over at) ieee (period) org (one)&lt;br /&gt;
* Doug (Vancouver) - illusion65 at gmail (1 + debug)&lt;br /&gt;
* Morley (Victoria) - (Victoria). - morleyw@gmail.com&lt;br /&gt;
* Steven (Victoria) - If someone in the group will remail the package for me. mailto: skurylo --&amp;gt; gmail dot com&lt;br /&gt;
&lt;br /&gt;
=== Alberta ===&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Wuth|Wuth]] : [mailto:wuth@acm.org]&lt;br /&gt;
* [[User:Slm3095om|stacy]] (2 units) : slm3095om AT millions dOt ca&lt;br /&gt;
* [[User:Abnormal|Morgan]] : [mailto:lightningperf@hotmail.com]&lt;br /&gt;
* [[User:picosrfr|Will]] : [mailto:will.siddall@gmail.com]&lt;br /&gt;
* [[User:Dewey|Dewey]] (Calgary) : [http://wiki.openmoko.org/wiki/Special:Emailuser/Dewey Contact me here]&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 [http://wiki.openmoko.org/wiki/Special:Emailuser/Roju Contact me here]&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; mailto:snk4ever@gmail.com &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; mailto:lalo.martins@gmail.com&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:1/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;
&lt;br /&gt;
=== ShangHai ===&lt;br /&gt;
Status:3/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;
&lt;br /&gt;
=== Guangzhou ===&lt;br /&gt;
Status:1/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;
&lt;br /&gt;
== Colombia ==&lt;br /&gt;
=== Bogotá ===&lt;br /&gt;
Status: 3/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;
&lt;br /&gt;
== Denmark ==&lt;br /&gt;
If we do not reach a total large enough, Denmark **is** a very small place - surely we could figure out a way of getting them to find their way 'round the country :)&lt;br /&gt;
&lt;br /&gt;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 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: 3/10&lt;br /&gt;
&lt;br /&gt;
* Kent S. Knudsen - [http://wiki.openmoko.org/wiki/Special:Emailuser/Forestmountain contact me here] - [[User:Forestmountain]] (1 phone; 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: 5/10&lt;br /&gt;
(Unnless others join Esben and Peter will join the Copenhagen order and Peter will pick up the phones for Fyn in Copenhagen)&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;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 35/10 (40 including the 5 for Fyn - see above)&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)] 1 phone&lt;br /&gt;
* [[User:chel | Christian E. Lysel ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/chel (contact)] 1 phone&lt;br /&gt;
* [[User:UlrikRasmussen | Ulrik Rasmussen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/UlrikRasmussen (contact)] (1)&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]]  [http://wiki.openmoko.org/wiki/Special:Emailuser/KlaymenDK (contact)]&lt;br /&gt;
* [[User:OleTange | Ole Tange]] [http://wiki.openmoko.org/wiki/Special:Emailuser/OleTange (contact)] (I need 14 with invoice)&lt;br /&gt;
* [[User:Pascal | Pascal d'Hermilly]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Pascal (contact)] (I need 1 with invoice)&lt;br /&gt;
* [[User:maha | Martin Hansen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/maha (contact)] (3 with invoice)&lt;br /&gt;
* [[User:SvenneK | Svenne Krap ]] [http://wiki.openmoko.org/wiki/Special:Emailuser/SvenneK (contact)] (1+devkit with invoice)&lt;br /&gt;
* [[User:bss | Bo Stendal Sørensen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/bss (contact)] (1)&lt;br /&gt;
* [[User:Glenn | Glenn Møller-Holst]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Glenn (contact)] (2 freerunners + debug board, +invoice)&lt;br /&gt;
* [[User:knmeister | Kristian Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/knmeister (contact)] (I need 1 with invoice)&lt;br /&gt;
* [[User:hammerfar | Henrik Hammer Berthelsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/hammerfar (contact)] (2 with invoice)&lt;br /&gt;
* [[User:Bubbi | Steen Nielsen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Bubbi (contact)] (2 with invoice)&lt;br /&gt;
* [[User:asbjorn | Asbjørn Sloth Tønnesen]] [http://wiki.openmoko.org/wiki/Special:Emailuser/asbjorn (contact)] (I need 1 with invoice)&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;
=== 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, no problem? Also a quote from [[Neo FreeRunner GTA02 Hardware#GTA02v6]]: &amp;quot;Capacitor and resistor change A6 also on mass production A5&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Helsinki I ====&lt;br /&gt;
Status : 9/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;
&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;
Tilauksen saa ottaa hoitaakseen kuka tahansa tilaajista, rhk ei ole ainakaan vielä sitoutunut hoitamaan!&lt;br /&gt;
&lt;br /&gt;
Jos tätä &amp;amp; lapin tilausta ei saada täyteen voinee Lapin ryhmästä siirtyä osa tähän tilaukseen?&lt;br /&gt;
&lt;br /&gt;
Status : 7/10&lt;br /&gt;
&lt;br /&gt;
Helsinki:&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;
* Ilari Oras &amp;lt;br /&amp;gt; ilari DOT oras AT welho DOT com&lt;br /&gt;
* Jussi Kekkonen &amp;lt;br /&amp;gt; tmt AT ubuntu DOT com&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;
Vaasa:&lt;br /&gt;
&lt;br /&gt;
* Mikko Niemikorpi, mikefulli ÄT gmail PISTE com&lt;br /&gt;
&lt;br /&gt;
=== Lappi ===&lt;br /&gt;
==== Kemi ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
'''[[User:Cg|Discuss the order here]]'''&lt;br /&gt;
&lt;br /&gt;
Kemi:&lt;br /&gt;
* Henri Valta &amp;lt;br /&amp;gt;henri PISTE valta ÄT kemi PISTE fi&lt;br /&gt;
* Tommi Juvonen &amp;lt;br /&amp;gt;tassi ÄT mediapumppu PISTE info&lt;br /&gt;
* 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 : 22/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;
* Yann SLADEK ([http://wiki.openmoko.org/wiki/Special:Emailuser/Maveryck Contact me here])&lt;br /&gt;
* [[User:Wilk|Wilk]] [http://wiki.openmoko.org/wiki/Special:Emailuser/Wilk Contact me here]&lt;br /&gt;
* Jonathan Magano ([http://wiki.openmoko.org/wiki/Special:Emailuser/JonathanMM Contact me here])&lt;br /&gt;
* Benjamin Renard (bn8[AT]zionetrix.net)&lt;br /&gt;
* [[User:OlivierBerger|OlivierBerger]]&lt;br /&gt;
* [[User:BartGS|BartGS]] [http://wiki.openmoko.org/wiki/Special:Emailuser/BartGS Contact me here]&lt;br /&gt;
* [[User:rcoscali|Rémi Cohen-Scali]]&lt;br /&gt;
* &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;
* [[User:Theocrite|Theocrite]] &lt;br /&gt;
* [[User:Gui82|Gui82]] &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;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/pini Gilles FILIPPINI]&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: 2/10&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Ortalo|Ortalo]]&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Micktaiwan Mickael Faivre-Maçon]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
&lt;br /&gt;
* [[Special:Emailuser/Spacemarine|Spacemarine]] 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]] (inzw. Ludwigsburg, falls es sich anbietet könnte ich auch zur Leonberger Gruppe wechseln)&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/Gollum|Gollum]] in Mannheim, ditto :)  Maybe local postal service is an option?&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/Roduit|Roduit]] In Heidelberg. Karlsruhe is close enough.&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/Adonres|Adonres]] Karlsruhe - Hope I'm not too late.&lt;br /&gt;
* [[Special:Emailuser/BlackFog|BlackFog]] joins in&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 7/10&lt;br /&gt;
* [[Special:Emailuser/MiTo|MiTo]]&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;
==== 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;
*[[Special:Emailuser/Nightmare|Nightmare]] - Ich will es doch lieber beim Händler kaufen mit voller Garantie (pulster.de bietet es für 299 Euro an)&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;
&lt;br /&gt;
Wir suchen noch einen Organisator für die Bestellung! Weiß jemand, was man so alles beachten muss?&lt;br /&gt;
&lt;br /&gt;
'''Diskussion 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 12/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;
----&lt;br /&gt;
* [[Special:Emailuser/Eriks|Eriks]] Unfortunately I have to sign me off. So somebody else has to arrange it. I'm really sorry about that. :-(&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 18/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;
&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;
==== Düsseldorf ====&lt;br /&gt;
* mac2k, infos on my [[User:mac2k|user page]], or you can [[Special:Emailuser/mac2k|contact me here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sachsen-Anhalt ===&lt;br /&gt;
==== Stendal (evtl. Magdeburg) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Fabian Off [http://wiki.openmoko.org/wiki/Special:Emailuser/Fabian2de Contact me here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Thueringen ===&lt;br /&gt;
==== Weimar ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fries43]]&lt;br /&gt;
&lt;br /&gt;
==== Ilmenau ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:KimKiesel]]&lt;br /&gt;
&lt;br /&gt;
=== Sachsen ===&lt;br /&gt;
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;
&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 5/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;
&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;
&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;
# LiRul - 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 - rwind [KUKAC]  apacheweb  [PONT] hu&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;
&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;
&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;
== 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;
Status 23/30&lt;br /&gt;
&lt;br /&gt;
[[GroupSales_Milano_e_dintorni|Organizzazione preliminare]] DEPRECATA lì 11 Maggio 2008.&lt;br /&gt;
&lt;br /&gt;
Da ora in poi usiamo il [http://groups.google.com/group/freerunner-italian-group-sales?hl=it '''Freerunner Italian Group Sales'''].&lt;br /&gt;
&lt;br /&gt;
Ad ogni modo, per stabilire le precedenze nella prenotazione dei pacchi da 10 pezzi&amp;lt;br&amp;gt;&lt;br /&gt;
'''continuate ad aggiugerVi nella lista qui sotto'''&lt;br /&gt;
&lt;br /&gt;
*'''Gruppo 1'''&lt;br /&gt;
*# Marcello Gorla [mailto:marcello.gorla@gmail.com Contacts here] (Milano città)&lt;br /&gt;
*# Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&lt;br /&gt;
*# Pietro Montorfano [mailto:monto84@gmail.com monto84@gmail.com] (from como)&lt;br /&gt;
*# Gianluigi Belli - [http://wiki.openmoko.org/wiki/Special:Emailuser/Pulciux Contacts here] (Milano)&lt;br /&gt;
*# Michele Castellano - [http://wiki.openmoko.org/wiki/Special:Emailuser/mubumba Contacts here] (Milano)&lt;br /&gt;
*# Maurizio Lipreri -  [http://wiki.openmoko.org/wiki/Special:Emailuser/Maldido Contacts here]( Como )&lt;br /&gt;
*# Guido Conaldi - [http://wiki.openmoko.org/wiki/Special:Emailuser/skepz Contacts here] (Varese)&lt;br /&gt;
*# [[User:Furester|Igor Scabini (furester)]] - [http://wiki.openmoko.org/wiki/Special:Emailuser/Furester Contacts here] (Milano)&lt;br /&gt;
*# Dario Panico [http://wiki.openmoko.org/wiki/Special:Emailuser/Dareus Contacts here] (Busto Arsizio, VA)&lt;br /&gt;
*# Marco Zanzotera (Milano città) &lt;br /&gt;
&lt;br /&gt;
*'''Gruppo 2'''&lt;br /&gt;
*# Francesco Ricci (Milano, Dipartimento di Scienze dell'Informazione, via Comelico 39/41) - possibile punto di ricezione/distribuzione - [http://wiki.openmoko.org/wiki/Special:Emailuser/Alfa21 Contacts here]&lt;br /&gt;
*# Federico Belvisi - [http://wiki.openmoko.org/wiki/Special:Emailuser/Armalite Contacts here] (Legnano, MI/Varese)&lt;br /&gt;
*# Francesco Leserri - [http://wiki.openmoko.org/wiki/Special:Emailuser/Francy Contacts here] (Vimercate, MI)&lt;br /&gt;
*# [[User:Pietrao| Pietro Isotti]] - [mailto:isottipietro@gmail.com isottipietro@gmail.com]&lt;br /&gt;
*# Baz - [mailto:buzzi.paolo@gmail.com buzzi.paolo@gmail.com]&lt;br /&gt;
*# Mario Signorino ('''2 unità''') ([[User:Dodiesis|Dodiesis]])- [mailto:mario@sgrunt.net mario@sgrunt.net] (Milano - possibile punto di ricezione alternativo )&lt;br /&gt;
*# [[user:Stemby|Carlo Stemberger]] (Stemby) - '''carlo'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''stemberger'''&amp;lt;small&amp;gt;at&amp;lt;/small&amp;gt;'''gmail'''&amp;lt;small&amp;gt;dot&amp;lt;/small&amp;gt;'''com''' (Missaglia, LC)&lt;br /&gt;
*# Marco Crobu - [http://wiki.openmoko.org/wiki/Special:Emailuser/Tron.tron Contacts here] (Zogno, BG)&lt;br /&gt;
*# Maurizio [[User:Trizio!|&amp;quot;Trizio!&amp;quot;]] Ciceri (Novara)&lt;br /&gt;
&lt;br /&gt;
*Gruppo 3 - incompleto&lt;br /&gt;
*# Gianluca [mailto:cimi.luca@gmail.com Contacts here] (Lugano-CH)&lt;br /&gt;
*# Jacopo [mailto:jacopo.anselmi@gmail.com] (Milano Citta')&lt;br /&gt;
*# david josè giovannini (green.riot AT gmail DOT com) [Arona - Lake Major]&lt;br /&gt;
*# Vincenzo Ampolo [mailto:vincenzo.ampolo@gmail.com] (Milano Citta')&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 Giovanni Di Mingo ( pino_otto AT yahoo DOT com )&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;
1 x Gabriele Martino (pierino DOT the DOT living DOT joke AT gmail DOT com)&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;
* Gabriele Martino &amp;lt;br/&amp;gt; (pierino DOT the DOT living DOT joke 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;
=== Emilia Romagna ===&lt;br /&gt;
Status : 6/10&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 : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fano|Stefano Ronconi]] fanharlok AT libero Dot it decentralized shipping is ok.&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 : 1/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;
=== Abruzzo ===&lt;br /&gt;
==== Pescara ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* ZarZ [mailto:zarz25@gmail.com zarz25@gmail.com]&lt;br /&gt;
&lt;br /&gt;
=== Campania ===&lt;br /&gt;
==== Caserta (and province) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* fenoxxx [mailto:fenoxxx@gmail.com] - Aversa&lt;br /&gt;
&lt;br /&gt;
=== Lazio ===&lt;br /&gt;
==== Roma ====&lt;br /&gt;
Status 10/10&lt;br /&gt;
&lt;br /&gt;
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;
* Christian X 1(Gino46) [mailto:christian.marzola@alice.it] (ferrara) Qualcuno me lo dovrebbe spedire. || Ci pensa Hire a spedirli a chi non è di Roma, mettete semplicemente in conto 8/9 euro in più per la spedizione.&lt;br /&gt;
* Tempix X 1 [mailto:tempix11@gmail.com tempix11@gmail.com] (Ancona)&lt;br /&gt;
* 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 9/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 6 [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 2/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;
&lt;br /&gt;
=== Sardegna ===&lt;br /&gt;
==== Cagliari ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Panta x 1 [[User:Panta]]&lt;br /&gt;
Viaggio per tutta l'Isola, per cui, nel caso in cui arrivassimo a 10 utenti...&lt;br /&gt;
&lt;br /&gt;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&lt;br /&gt;
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;
* 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;
==== Bergen op Zoom ====&lt;br /&gt;
* [[User:Madjo|Marcel de Jong]] 1/10 [[Special:Emailuser/User:Madjo|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Eindhoven ====&lt;br /&gt;
* Christ van Willegen 1 [[User:ChristW]]&lt;br /&gt;
* 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;
* Eduard Goudakov 1/10 [[Special:Emailuser/User:VreVo|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
30/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 info from steve (openmoko marketing) concerning weight and size, shipping via UPS will be about US$185 (NZ$24 each phone) to Auckland.&amp;lt;br&amp;gt;&lt;br /&gt;
UPS are far from the cheapest, but (again according to steve), OM have a contract with them, so this is what we are stuck with&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Someone on the community list suggested using [http://www.myus.com], a shipping company that will re-post items overseas at decent rates. They claim US$66 for a 3kg package, or NZ$8 per phone. Of course, the cost of shipping the phone from OM to the shipping company has to be added in as well.&lt;br /&gt;
&lt;br /&gt;
===Purchase cost===&lt;br /&gt;
As of 2008-06-21, US$369 is worth NZ$484&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$64; 12.5% * (484 + 24), cos we pay GST on postage too...&lt;br /&gt;
&lt;br /&gt;
So, the total cost of a Freerunner as part of a 10 pack, will be:&amp;lt;br&amp;gt;&lt;br /&gt;
484 + 24 + 64&amp;lt;br&amp;gt;&lt;br /&gt;
= '''NZ$572'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
+ any possible charges to get it posted elsewhere in New Zealand&lt;br /&gt;
&lt;br /&gt;
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;
'''[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;
=== 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://www.edictor.com/contact.php 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 14/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;
* [[User:olemd|Ole-Morten Duesund]] [mailto:olemd@glemt.net]&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: https://www.kumulator.pl/show/group/35 (in edition moment: 37/40)&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
Portuguese (10/10) who are associates of ANSOL, please consider joining [[TeamANSOL]] (currently 5/10 members).&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;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Ruben|Ruben Mendes]] ([[TeamANSOL]])&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; mailto:adam@sollentunaholm.se&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]]&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 : 28/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;
* Raffael Schmid &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Pascal Weller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Nick Zbinden (Luzern)&amp;lt;br /&amp;gt; [mailto:nickik@gmx.ch] oder [http://wiki.openmoko.org/wiki/Special:Emailuser/nickik Contact]&lt;br /&gt;
* Marcel Wirth &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Skarhand Contact]&lt;br /&gt;
* Marcel Lütolf (Luzern)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/NeRo Contact]&lt;br /&gt;
* Christian Corrodi &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Matto Contact]&lt;br /&gt;
* Mirko Klingauf &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/RealAtaman Contact]&lt;br /&gt;
* Marcel Jost (Bern, with debug board if possible) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Onsonic Contact]&lt;br /&gt;
* Marc Andre Tanner (Biel)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/mat Contact]&lt;br /&gt;
* 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;
* Esra Kummer (2 Geräte!) (Winterthur)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Tuxfux.ch Contact]&lt;br /&gt;
* Joerg Maeder (Opfikon) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/goergel Contact]&lt;br /&gt;
* Marc Bodmer (Solothurn) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/minxx 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;
* Adrian Rudin (Basel) &amp;lt;br /&amp;gt;  [mailto:adrian@mav.ch] or [http://wiki.openmoko.org/wiki/Special:Emailuser/blackmav Contact]&lt;br /&gt;
* Christof Pfister (Lyss) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/chpfister Contact]&lt;br /&gt;
* Walter Sutter (Winterthur) &amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/seraphim 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;
* Thomas Jund (Aarau)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/none 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;
==== 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 : 20/20 &amp;lt;strong&amp;gt;COMPLETE&amp;lt;/strong&amp;gt;&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;
* ---- '''The 20 pack is complete''' ----&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''''This list will be extended to 30 only if we can complete the 30 pieces'''''&amp;lt;br /&amp;gt; ''Add your name below if you're interested --[[User:Habi|Habi]] 19:24, 20 June 2008 (UTC)''&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;
== Spain ==&lt;br /&gt;
=== Spain (Country Group Sale) ===&lt;br /&gt;
Status: 16/20&lt;br /&gt;
&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 5/10&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) Pablo Ruiz Múzquiz [http://wiki.openmoko.org/wiki/User_talk:Pabloruiz contact me here]&lt;br /&gt;
&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Carlos Padilla Sorbas [http://wiki.openmoko.org/wiki/User_talk:cymonline contact me here]&lt;br /&gt;
&lt;br /&gt;
* [[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;
=== Zaragoza ===&lt;br /&gt;
==== Zaragoza ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Arturo Giner&amp;lt;br/&amp;gt;[[Special:Emailuser/artginer|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 7/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;
&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;
&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: 8/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;
&lt;br /&gt;
==== San Diego ====&lt;br /&gt;
&lt;br /&gt;
Status: 8/10&lt;br /&gt;
&lt;br /&gt;
Includes North County, Riverside, Tijuana, etc.&lt;br /&gt;
&lt;br /&gt;
* Peter Naulls, Carlsbad (South)/Mira Mesa (near Qualcomm) - will coordinate.&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;
* Adam Hughes &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/ajinxa 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;
&lt;br /&gt;
==== San Francisco Bay Area ====&lt;br /&gt;
Status: 10/10 Full&lt;br /&gt;
&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;
* Ajit Natarajan - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/ajitk Contact]&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 - [http://wiki.openmoko.org/wiki/Special:Emailuser/tupshin Contact]&lt;br /&gt;
&lt;br /&gt;
* Lothar Werzinger (900MHz) - [http://wiki.openmoko.org/wiki/Special:Emailuser/Elektrolott Contact]&lt;br /&gt;
&lt;br /&gt;
* William Ray Yeager - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/wyeager Contact]&lt;br /&gt;
&lt;br /&gt;
* Sebastian Coe - [http://wiki.openmoko.org/wiki/Special:Emailuser/savari Contact]&lt;br /&gt;
&lt;br /&gt;
* 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 (2 units, cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cry_Regarder Contact]&lt;br /&gt;
&lt;br /&gt;
Status 6/10&lt;br /&gt;
* Cry Regarder (1 units, cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/Cry_Regarder Contact]&lt;br /&gt;
&lt;br /&gt;
* Jim Lutz - [http://wiki.openmoko.org/wiki/Special:Emailuser/JLutz Contact]&lt;br /&gt;
&lt;br /&gt;
* Kelley Eitzen - (Cash or Paypal) [http://wiki.openmoko.org/wiki/Special:Emailuser/Xeromist Contact]&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;
* William Morgan - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/Williamallthing Contact]&lt;br /&gt;
&lt;br /&gt;
* ken restivo - (cash) [http://wiki.openmoko.org/wiki/Special:Emailuser/kenrestivo Contact]&lt;br /&gt;
&lt;br /&gt;
=== Florida ===&lt;br /&gt;
==== Central Florida ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* 1 x Jonathan Howard [[Special:Emailuser/kingtgaurd9|Contact]], Orlando &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;
&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&lt;br /&gt;
* David Pais (Unknown City) [mailto:davioh2001@yahoo.com email]&lt;br /&gt;
* Dave Ludlow (Toledo) (I can purchase and distribute) [[Special:Emailuser/adsllc|Contact]]&lt;br /&gt;
* Adam Steele (Cincinnati) [mailto:adam@laurasteele.net Contact]&lt;br /&gt;
* Elliot Bailey (Canton) [mailto:elliot.bailey@yahoo.com Contact]&lt;br /&gt;
* Richard Rowell (Grand Rapids) [mailto:richard.rowell@gmail.com Contact]&lt;br /&gt;
* [mailto:sf_openmoko10pak2@paulwehr.com Paul Wehr] Ann Arbor&lt;br /&gt;
* Micah Krafcik (Youngstown) [mailto:mjk20xx@yahoo.com Contact]&lt;br /&gt;
* Doug Wurtzbacher (Centerville) x2 [mailto:doug@medicineshoppekett.com Contact]&lt;br /&gt;
* Martin Dicks (Columbus) [[Special:Emailuser/mdicks|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Pacific Northwest ===&lt;br /&gt;
==== Oregon ====&lt;br /&gt;
===== Eugene =====&lt;br /&gt;
Status: 2/10 Full (Full - joined forces with Washington group) &lt;br /&gt;
&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;
* Brian Wilson (Status confirmed) [[Special:Emailuser/Brian_H_Wilson|Contact]] (in Corvallis actually)&lt;br /&gt;
&lt;br /&gt;
==== Washington ====&lt;br /&gt;
===== Seattle =====&lt;br /&gt;
Status: 8/10 Full (Full - joined forces with Oregon group)&lt;br /&gt;
* Jon Pomeroy (Status confirmed) [[Special:Emailuser/Jepomeroy|Contact]]&lt;br /&gt;
* Andrew Hirata (Status confirmed) [[Special:Emailuser/tonkatsu182|Contact]] Note: I live in Bellevue&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;
* Gino O (Status confirmed) (i n f o @ seatlewebcreations.com) I live on Beacon Hill and own 2 companies, one for web and another for opensource mobile development. I'd like to get @ least one, and may be able to cover the difference for a group purchase if need be.&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]] (Moving to Austin by mid-June, likely earlier)&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 (2/10) ====&lt;br /&gt;
* Philip White [[Special:Emailuser/pmw|Contact]]&lt;br /&gt;
* Stephen Shelton [[Special:Emailuser/stephenashelton|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 (1/10)=====&lt;br /&gt;
*Steve Watson mailto:ssw0213@gmail.com&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== New York (19/20) ====&lt;br /&gt;
&lt;br /&gt;
* Bert Hartmann [http://wiki.openmoko.org/wiki/Special:Emailuser/BertHartm Contact me here] &amp;lt;br /&amp;gt;&lt;br /&gt;
* Michael Cole mailto:mjcole137@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
* 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;
* Baruch Even [[Special:Emailuser/poka|Contact me here]]&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&lt;br /&gt;
* Chrisropher 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] - If we don't reach 20 by release date I intend to purchase individually.&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;
&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 (3/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 area, will be part of an NC or Mid-Atlantic order; will drop out and order individually if 10 not reached. &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)&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 : 17/10&lt;br /&gt;
&lt;br /&gt;
* Juergen Schinker &amp;lt;br /&amp;gt; mailto:ba1020@homie.homelinux.net&lt;br /&gt;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* Robert Piasek (actually in Southampton)&amp;lt;br /&amp;gt;  [http://wiki.openmoko.org/wiki/Special:Emailuser/Queen6 Contact]&lt;br /&gt;
* Tom Scholl (Cambridge, travel to London now and then anyway so could pick up) &amp;lt;br /&amp;gt; [mailto:thomasscholl@gmail.com]&lt;br /&gt;
* Weiss (Cambridge, could collect from London) &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Weiss Contact]&lt;br /&gt;
* Neil Bentley (in Wiltshire) [http://wiki.openmoko.org/wiki/Special:Emailuser/Ohnez Contact]&lt;br /&gt;
* rhn x 2 &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/rhn Contact]&lt;br /&gt;
* Tim Coggins&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/sonicated Contact]&lt;br /&gt;
* Michele Mattioni (I'm based in Cambridge too, but if Tom can go to London I can grab the phone in Cambridge) &amp;lt;br /&amp;gt;[mailto:mattions@gmail.com]&lt;br /&gt;
* '''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;
* Tim Wentford (Really in London 8^)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/TimW Contact]&lt;br /&gt;
* Keith Burdis (Greater London)&amp;lt;br /&amp;gt;[http://wiki.openmoko.org/wiki/User:Erwbgy 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 : 2/10&lt;br /&gt;
* Ilya &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/VRGhost Contact]&lt;br /&gt;
* Deniss [http://wiki.openmoko.org/wiki/Special:Emailuser/Druidegrey Contact]&lt;br /&gt;
&lt;br /&gt;
== Singapore ==&lt;br /&gt;
Status : 3/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;
&lt;br /&gt;
== Israel==&lt;br /&gt;
Status : 3/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;
&lt;br /&gt;
== Czech Republic ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&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;
'''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;
=== Postup registrace a objednání ===&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 3!&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;
# jakmile budou peníze nashromážděny, provedu objednávku tolika telefonů, kolik zájemců mi zašle peníze&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 [2]''' - [[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''' - [[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;
***'''Dag Rauer''' - [[Special:Emailuser/drag|Contact]]&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;
***''' Martin Hinner''' - [mailto:martin@hinner.info Contact]&lt;br /&gt;
**'''&amp;lt;span style=&amp;quot;color: blue&amp;quot;&amp;gt;Písek&amp;lt;/span&amp;gt;''':&lt;br /&gt;
***(€)''' Luboš Podrázský [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;
== 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;
=== Moscow ===&lt;br /&gt;
Status : 11/20&lt;br /&gt;
* 1x sinister - [[Special:Emailuser/sinister|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) shallburn - [[Special:Emailuser/shallburn|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) vadson - [[Special:Emailuser/vadson|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Tallex - [[Special:Emailuser/Tallex|Contact]] &lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) mex3 - [[Special:Emailuser/mex3|Contact]]&lt;br /&gt;
* 1x Alexxy (with debug board if possible) - [[Special:Emailuser/Alexxy|Contact]] (Actual location - Saint-Petersburg)&lt;br /&gt;
* 1x pva (with debug board if possible) - [[Special:Emailuser/Pva|Contact]] (Moscow if matters)&lt;br /&gt;
* 2x (1x [[Image:MokoBox.jpg]] - advanced + 1x Base) cbou (Moscow) - [[Special:Emailuser/cbou|Contact]]&lt;br /&gt;
* 1x (Base) Buffet - [[Special:Emailuser/Buffet|Contact]]&lt;br /&gt;
* 1x homeboy - [[Special:Emailuser/homeboy|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Saint-Petersburg ===&lt;br /&gt;
Status : 7/10&lt;br /&gt;
* 2x Nikolay Kasatkin - [[Special:Emailuser/Kainspb|Contact]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
* 1x (3x?) ([[Image:MokoBox.jpg]] - phone+board) cracatau - [[Special:Emailuser/cracatau|Contact]]&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - phone+board) alexei379 - [[Special:Emailuser/alexei379|Contact]]&lt;br /&gt;
* 3x krigstask - [[Special:Emailuser/krigstask|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Magnitogorsk ===&lt;br /&gt;
* 1x Alexandr Smolentsev - [[Special:Emailuser/psychos|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Belarus ==&lt;br /&gt;
=== Minsk ===&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* 1x ([[Image:MokoBox.jpg]] - advanced) Const - [[Special:Emailuser/Const|Contact]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
&lt;br /&gt;
== Taiwan ==&lt;br /&gt;
=== Taipei ===&lt;br /&gt;
Status : 3/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;
&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>Boudewijn</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-04-22T16:46:51Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Zwolle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style='float:right'&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
=== Western Australia ===&lt;br /&gt;
==== Perth ====&lt;br /&gt;
&lt;br /&gt;
* Fred Janon mailto:fjanon@yahoo.com&lt;br /&gt;
&lt;br /&gt;
=== Victoria ===&lt;br /&gt;
==== Melbourne ====&lt;br /&gt;
Status: 4/10&lt;br /&gt;
&lt;br /&gt;
* 4x Dennis Wollersheim, mailto: dewoller (at) gmail (dot) com&lt;br /&gt;
&lt;br /&gt;
=== ACT ===&lt;br /&gt;
==== Canberra ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* J Dinale [http://wiki.openmoko.org/wiki/Special:Emailuser/Noledil Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Queensland ===&lt;br /&gt;
==== Brisbane ====&lt;br /&gt;
Status: 3/10 (possibly 20)&lt;br /&gt;
&lt;br /&gt;
* Nick Devereaux x 2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Contact me here]&lt;br /&gt;
* Matt Gallagher [http://wiki.openmoko.org/wiki/Special:Emailuser/mattg Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Austria ==&lt;br /&gt;
I don't think that we reach the 10 phones in a city, so maybe we can handle it like the Italians. Order the phones in the most requested city and ship it to the other ones from there.&lt;br /&gt;
&lt;br /&gt;
=== Salzburg ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* D. Kepplinger [http://wiki.openmoko.org/wiki/Special:Emailuser/Wedge Contact me here]&lt;br /&gt;
=== Wien ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* M. Greifeneder [http://wiki.openmoko.org/wiki/Special:Emailuser/mikegr Contact me here]&lt;br /&gt;
=== Styria ===&lt;br /&gt;
==== Graz ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* F Hackenberger [http://wiki.openmoko.org/wiki/Special:Emailuser/Deadman66 Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Belgium ==&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Brussel/Aalst/Gent/Brugge ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
* Yorick, mailto: yorick DOT matthys AT gmail DOT com&lt;br /&gt;
* 2x Dolfje [http://wiki.openmoko.org/wiki/Special:Emailuser/Dolfje Contact me here]&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
ps: Dolfje can bring freerunners to Brugge if needed&lt;br /&gt;
&lt;br /&gt;
==== Antwerp ====&lt;br /&gt;
Status 5/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;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, mailto:meditache@gmail.com&lt;br /&gt;
* Vernim, [http://wiki.openmoko.org/wiki/Special:Emailuser/Vernim Contact]&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Denmark ==&lt;br /&gt;
If we do not reach a total large enough, Denmark **is** a very small place - surely we could figure out a way of getting them to find their way 'round the country :)&lt;br /&gt;
&lt;br /&gt;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 2/10&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;
&lt;br /&gt;
==== Skjern ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Carlo]]&lt;br /&gt;
&lt;br /&gt;
=== Fyn ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:EsbenDamgaard]]&lt;br /&gt;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 5/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fursund]]&lt;br /&gt;
* [[User:Rasmusjensen]]&lt;br /&gt;
* [[User:tabac]] Thomas Ammitzbøll-Bach&lt;br /&gt;
* [[User:UlrikRasmussen]] Ulrik Rasmussen&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]] (Pending final hw, eg. low-power LEDs)&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
=== Uusimaa ===&lt;br /&gt;
==== Helsinki (Full)====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Mikko Rauhala x2 [mailto:mjr@iki.fi mjr@iki.fi]&lt;br /&gt;
* Aleksi Hankalahti &amp;lt;br /&amp;gt; [mailto:aleksi.hankalahti@iki.fi aleksi.hankalahti@iki.fi]&lt;br /&gt;
* Seppo Hätönen &amp;lt;br /&amp;gt; [mailto:karrde@iki.fi karrde@iki.fi]&lt;br /&gt;
* Arttu Sund &amp;lt;br /&amp;gt; [mailto:thearttu@gmail.com thearttu@gmail.com]&lt;br /&gt;
* Ville-Pekka Vainio &amp;lt;br /&amp;gt; vpivaini AT cs.helsinki.fi&lt;br /&gt;
* Heikki Hallamaa &amp;lt;br /&amp;gt; [mailto:heikki.hallamaa@iki.fi heikki.hallamaa@iki.fi]&lt;br /&gt;
* Tomi Jylhä-Ollila &amp;lt;br /&amp;gt; tomi.jylha-ollila@helsinki.fi&lt;br /&gt;
* Richard Braakman&lt;br /&gt;
* Timo Jyrinki &amp;lt;br /&amp;gt; [mailto:timo.jyrinki@iki.fi timo.jyrinki@iki.fi]&lt;br /&gt;
&lt;br /&gt;
==== Helsinki ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* |[[User:Piksi]]&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;
=== Varsinais-Suomi ===&lt;br /&gt;
==== Turku ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* 2x Teemu Välimäki, [mailto:teemu.valimaki@iki.fi teemu.valimaki@iki.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 : 2/10&lt;br /&gt;
&lt;br /&gt;
* Cédric DUFOUIL (openmoko at tsleg point com)&lt;br /&gt;
* Yves MAHE (ymahe at zindep dot com)&lt;br /&gt;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 8/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* [[User:Phyce|Phyce]]&lt;br /&gt;
* Yann SLADEK&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;
&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/openmoko/register&lt;br /&gt;
&lt;br /&gt;
=== Pays de la Loire ===&lt;br /&gt;
==== La Roche sur Yon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vtouchar Vincent Touchard] (I may soon move to Bretagne/Brest)&lt;br /&gt;
&lt;br /&gt;
=== Rhône-Alpes ===&lt;br /&gt;
==== Lyon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patou Vincent MEURISSE]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&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;
=== Hamburg ===&lt;br /&gt;
==== Hamburg ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Jan [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;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 3/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;
&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Henrik, infos on my [[User:Henrikz|user page]], or you can [[Special:Emailuser/Henrikz|contact me here]]&lt;br /&gt;
&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* 2 for André (one for me and one for a friend), you can [[Special:Emailuser/Spacemarine|contact me here]]&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]]&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
&lt;br /&gt;
== Italy == &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 ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Treviño|Marco Trevisan (Treviño)]] - [http://blog.3v1n0.net/contatti-trevino/ Contacts here]&lt;br /&gt;
* [[User:Niccolo|Niccolo Rigacci]] - ''niccolo [AT] rigacci.org''&lt;br /&gt;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Marco Crociani - [http://wiki.openmoko.org/wiki/Special:Emailuser/Tyrael Contacts here]&lt;br /&gt;
* Marcello Gorla&lt;br /&gt;
* Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&lt;br /&gt;
* Pietro Montorfano [mailto:monto84@gmail.com monto84@gmail.com] (from como)&lt;br /&gt;
* Gianluigi Belli - [http://wiki.openmoko.org/wiki/Special:Emailuser/Pulciux Contacts here]&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento (Padova too :)) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Andrea Debortoli &amp;lt;br/&amp;gt; (debortoland AT gmail DOT com)&lt;br /&gt;
&lt;br /&gt;
=== Veneto ===&lt;br /&gt;
==== Verona ====&lt;br /&gt;
&lt;br /&gt;
* Persegat [mailto:persegat@alice.it persegat@alice.it]&amp;lt;br/&amp;gt;[[User:Pecce|Pecce]]&lt;br /&gt;
&lt;br /&gt;
=== Puglia ===&lt;br /&gt;
==== Lecce ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com]&lt;br /&gt;
==== Bari ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org]&lt;br /&gt;
&lt;br /&gt;
== [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;
* Christ van Willegen 1/10 [[User:ChristW]]&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;
* Eric Smith 1/10 [[User:Eric Smith]]&lt;br /&gt;
* André Disselhorst 1/10 [[User:A.dre]] [[Special:Emailuser/User:A.dre|Contact]]&lt;br /&gt;
=== Noord-Brabant ===&lt;br /&gt;
&lt;br /&gt;
==== Bergen op Zoom ====&lt;br /&gt;
* [[User:Madjo|Marcel de Jong]] 1/10 [[Special:Emailuser/User:Madjo|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== 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;
==== Hengelo ====&lt;br /&gt;
* Sander Hoentjen 1/10 [[Special:Emailuser/User:Tjikkun|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zwolle ====&lt;br /&gt;
* Boudewijn 1/10 [[User:Boudewijn|empty user page]] [[Special:Emailuser/User:Boudewijn|Contact]]; possibly got a second person interested&lt;br /&gt;
&lt;br /&gt;
=== 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;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
12/10&lt;br /&gt;
&lt;br /&gt;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&lt;br /&gt;
* Kristijan Krsteski 1/10 &amp;lt;br /&amp;gt; [[User:neutrino]] &amp;lt;br /&amp;gt; [mailto:kristijan.krsteski@gmail.com]&lt;br /&gt;
===Status ===&lt;br /&gt;
1/10&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
=== Auckland ===&lt;br /&gt;
==== Auckland ====&lt;br /&gt;
&lt;br /&gt;
* Rob Paulson 1/10 &amp;lt;br /&amp;gt; [[User:Myfanwy]] &amp;lt;br /&amp;gt; Simon Wells [[User:Swel024]]&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;
=== Rogaland ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
*[[User:Dalaker|Tore Dalaker]] [mailto:tore@dalaker.com tore@dalaker.com]&lt;br /&gt;
&lt;br /&gt;
=== Sør-Trøndelag ===&lt;br /&gt;
==== Trondheim ====&lt;br /&gt;
Status 9/10&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 16/20&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; Interessert? mail meg.&lt;br /&gt;
* [[User:Bobkare|Knut Arne Bjørndal]] [mailto:bob@cakebox.net]&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
=== dolnośląskie ===&lt;br /&gt;
==== Wrocław ====&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: https://www.kumulator.pl/show/group/35&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Ruben|Ruben Mendes]]&lt;br /&gt;
* [[User:kuyky|Tiago Saraiva]] &amp;lt;br /&amp;gt; [mailto:destructhor88@gmail.pt]&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&lt;br /&gt;
If insufficient number of people, orders could be merged and remailed perhaps&lt;br /&gt;
&lt;br /&gt;
=== Svealand ===&lt;br /&gt;
==== Stockholm ====&lt;br /&gt;
Status : 3/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;
&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;
=== Norrland ===&lt;br /&gt;
==== Umeå ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Zash|Zash]] [[Special:Emailuser/Zash|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
==== Zurich ====&lt;br /&gt;
Status : 11/20&lt;br /&gt;
&lt;br /&gt;
* Simon Wenner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Simon Schreiber &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Markus Huggler &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Raffael Schmid &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Pascal Weller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Nick Zbinden &amp;lt;br /&amp;gt; [mailto:nickik@gmx.ch]&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 &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;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Rafael Campos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact]&lt;br /&gt;
&lt;br /&gt;
=== Zaragoza ===&lt;br /&gt;
==== Zaragoza ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Alejandro R. Mosteo &amp;lt;br /&amp;gt; alejandro AT mosteo · com&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== USA ==&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Denver ====&lt;br /&gt;
Status: 7/10&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;
&lt;br /&gt;
=== Southern California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin ====&lt;br /&gt;
* Dale Schumacher [[Special:Emailuser/dalnefre|Contact]]&lt;br /&gt;
* Michael Cosby [[Special:Emailuser/mcosby|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&lt;br /&gt;
==== Virginia====&lt;br /&gt;
===== Richmond (1/10)=====&lt;br /&gt;
* Philippe Gerard &amp;lt;br/&amp;gt;[[Special:Emailuser/feydreva|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== New York ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Bert Hartmann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/BertHartm Contact me here]&lt;br /&gt;
* Michael Cole mailto:mjcole137@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UK ==&lt;br /&gt;
=== London ===&lt;br /&gt;
==== London ====&lt;br /&gt;
Status : 6/10&lt;br /&gt;
&lt;br /&gt;
* Juergen Schinker &amp;lt;br /&amp;gt; mailto:ba1020@homie.homelinux.net&lt;br /&gt;
* Tim Coggins (actually in Oxford)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Sonicated 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;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* Bin Zong (actually in Birmingham)&amp;lt;br /&amp;gt;  [mailto:hunter_00zb@hotmail.com]&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;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* [[User:VRGhost]]&lt;br /&gt;
[[Category:Information| ]]&lt;br /&gt;
[[Category:community| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</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-04-22T16:45:38Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* [http://wiki.openmoko.org/wiki/Talk:GroupSales#The_Netherlands The Netherlands] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style='float:right'&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
=== Western Australia ===&lt;br /&gt;
==== Perth ====&lt;br /&gt;
&lt;br /&gt;
* Fred Janon mailto:fjanon@yahoo.com&lt;br /&gt;
&lt;br /&gt;
=== Victoria ===&lt;br /&gt;
==== Melbourne ====&lt;br /&gt;
Status: 4/10&lt;br /&gt;
&lt;br /&gt;
* 4x Dennis Wollersheim, mailto: dewoller (at) gmail (dot) com&lt;br /&gt;
&lt;br /&gt;
=== ACT ===&lt;br /&gt;
==== Canberra ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* J Dinale [http://wiki.openmoko.org/wiki/Special:Emailuser/Noledil Contact me here]&lt;br /&gt;
&lt;br /&gt;
=== Queensland ===&lt;br /&gt;
==== Brisbane ====&lt;br /&gt;
Status: 3/10 (possibly 20)&lt;br /&gt;
&lt;br /&gt;
* Nick Devereaux x 2 [http://wiki.openmoko.org/wiki/Special:Emailuser/Monkeypanic Contact me here]&lt;br /&gt;
* Matt Gallagher [http://wiki.openmoko.org/wiki/Special:Emailuser/mattg Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Austria ==&lt;br /&gt;
I don't think that we reach the 10 phones in a city, so maybe we can handle it like the Italians. Order the phones in the most requested city and ship it to the other ones from there.&lt;br /&gt;
&lt;br /&gt;
=== Salzburg ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* D. Kepplinger [http://wiki.openmoko.org/wiki/Special:Emailuser/Wedge Contact me here]&lt;br /&gt;
=== Wien ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
* M. Greifeneder [http://wiki.openmoko.org/wiki/Special:Emailuser/mikegr Contact me here]&lt;br /&gt;
=== Styria ===&lt;br /&gt;
==== Graz ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* F Hackenberger [http://wiki.openmoko.org/wiki/Special:Emailuser/Deadman66 Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Belgium ==&lt;br /&gt;
=== Flanders ===&lt;br /&gt;
==== Brussel/Aalst/Gent/Brugge ====&lt;br /&gt;
Status 4/10&lt;br /&gt;
* Yorick, mailto: yorick DOT matthys AT gmail DOT com&lt;br /&gt;
* 2x Dolfje [http://wiki.openmoko.org/wiki/Special:Emailuser/Dolfje Contact me here]&lt;br /&gt;
* XVens, mailto: xavier DOT vens AT gmail DOT com&lt;br /&gt;
ps: Dolfje can bring freerunners to Brugge if needed&lt;br /&gt;
&lt;br /&gt;
==== Antwerp ====&lt;br /&gt;
Status 5/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;
&lt;br /&gt;
== Bulgaria ==&lt;br /&gt;
=== Sofia ===&lt;br /&gt;
==== Sofia ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* Dimitar Staykov, mailto:meditache@gmail.com&lt;br /&gt;
* Vernim, [http://wiki.openmoko.org/wiki/Special:Emailuser/Vernim Contact]&lt;br /&gt;
&lt;br /&gt;
== Canada ==&lt;br /&gt;
=== Ontario/Quebec ===&lt;br /&gt;
==== GTA (Toronto) ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Chile ==&lt;br /&gt;
=== Santiago ===&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== Denmark ==&lt;br /&gt;
If we do not reach a total large enough, Denmark **is** a very small place - surely we could figure out a way of getting them to find their way 'round the country :)&lt;br /&gt;
&lt;br /&gt;
=== Jutland ===&lt;br /&gt;
==== Aalborg ====&lt;br /&gt;
Status: 2/10&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;
&lt;br /&gt;
==== Skjern ====&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Carlo]]&lt;br /&gt;
&lt;br /&gt;
=== Fyn ===&lt;br /&gt;
Status: 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:EsbenDamgaard]]&lt;br /&gt;
&lt;br /&gt;
=== Sjælland ===&lt;br /&gt;
==== Copenhagen ====&lt;br /&gt;
Status: 5/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fursund]]&lt;br /&gt;
* [[User:Rasmusjensen]]&lt;br /&gt;
* [[User:tabac]] Thomas Ammitzbøll-Bach&lt;br /&gt;
* [[User:UlrikRasmussen]] Ulrik Rasmussen&lt;br /&gt;
* [[User:KlaymenDK | Jan Gundtofte-Bruun]] (Pending final hw, eg. low-power LEDs)&lt;br /&gt;
&lt;br /&gt;
== Finland ==&lt;br /&gt;
=== Uusimaa ===&lt;br /&gt;
==== Helsinki (Full)====&lt;br /&gt;
Status : 10/10&lt;br /&gt;
&lt;br /&gt;
* Mikko Rauhala x2 [mailto:mjr@iki.fi mjr@iki.fi]&lt;br /&gt;
* Aleksi Hankalahti &amp;lt;br /&amp;gt; [mailto:aleksi.hankalahti@iki.fi aleksi.hankalahti@iki.fi]&lt;br /&gt;
* Seppo Hätönen &amp;lt;br /&amp;gt; [mailto:karrde@iki.fi karrde@iki.fi]&lt;br /&gt;
* Arttu Sund &amp;lt;br /&amp;gt; [mailto:thearttu@gmail.com thearttu@gmail.com]&lt;br /&gt;
* Ville-Pekka Vainio &amp;lt;br /&amp;gt; vpivaini AT cs.helsinki.fi&lt;br /&gt;
* Heikki Hallamaa &amp;lt;br /&amp;gt; [mailto:heikki.hallamaa@iki.fi heikki.hallamaa@iki.fi]&lt;br /&gt;
* Tomi Jylhä-Ollila &amp;lt;br /&amp;gt; tomi.jylha-ollila@helsinki.fi&lt;br /&gt;
* Richard Braakman&lt;br /&gt;
* Timo Jyrinki &amp;lt;br /&amp;gt; [mailto:timo.jyrinki@iki.fi timo.jyrinki@iki.fi]&lt;br /&gt;
&lt;br /&gt;
==== Helsinki ====&lt;br /&gt;
Status : 4/10&lt;br /&gt;
&lt;br /&gt;
* |[[User:Piksi]]&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;
=== Varsinais-Suomi ===&lt;br /&gt;
==== Turku ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* 2x Teemu Välimäki, [mailto:teemu.valimaki@iki.fi teemu.valimaki@iki.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 : 2/10&lt;br /&gt;
&lt;br /&gt;
* Cédric DUFOUIL (openmoko at tsleg point com)&lt;br /&gt;
* Yves MAHE (ymahe at zindep dot com)&lt;br /&gt;
&lt;br /&gt;
=== Ile de france ===&lt;br /&gt;
==== Paris ====&lt;br /&gt;
Status : 8/10&lt;br /&gt;
&lt;br /&gt;
* StevenLeRoux&lt;br /&gt;
* [[User:Phyce|Phyce]]&lt;br /&gt;
* Yann SLADEK&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;
&lt;br /&gt;
You may also see :&lt;br /&gt;
http://bearstech.com/openmoko/register&lt;br /&gt;
&lt;br /&gt;
=== Pays de la Loire ===&lt;br /&gt;
==== La Roche sur Yon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/Vtouchar Vincent Touchard] (I may soon move to Bretagne/Brest)&lt;br /&gt;
&lt;br /&gt;
=== Rhône-Alpes ===&lt;br /&gt;
==== Lyon ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.openmoko.org/wiki/Special:Emailuser/patou Vincent MEURISSE]&lt;br /&gt;
&lt;br /&gt;
== Germany ==&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;
=== Hamburg ===&lt;br /&gt;
==== Hamburg ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* Jan [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;
&lt;br /&gt;
=== NRW ===&lt;br /&gt;
==== Bielefeld ====&lt;br /&gt;
Status 3/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;
&lt;br /&gt;
==== Aachen ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
* Henrik, infos on my [[User:Henrikz|user page]], or you can [[Special:Emailuser/Henrikz|contact me here]]&lt;br /&gt;
&lt;br /&gt;
=== Baden-Württemberg ===&lt;br /&gt;
==== Karlsruhe ====&lt;br /&gt;
&lt;br /&gt;
Status 3/10&lt;br /&gt;
&lt;br /&gt;
* 2 for André (one for me and one for a friend), you can [[Special:Emailuser/Spacemarine|contact me here]]&lt;br /&gt;
* [[Special:Emailuser/Dr.Nop|Dr.Nop]]&lt;br /&gt;
* [[Special:Emailuser/JensB|JensB]]&lt;br /&gt;
&lt;br /&gt;
== Italy == &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 ====&lt;br /&gt;
Status 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Treviño|Marco Trevisan (Treviño)]] - [http://blog.3v1n0.net/contatti-trevino/ Contacts here]&lt;br /&gt;
* [[User:Niccolo|Niccolo Rigacci]] - ''niccolo [AT] rigacci.org''&lt;br /&gt;
&lt;br /&gt;
=== Lombardia ===&lt;br /&gt;
&lt;br /&gt;
==== Milano ====&lt;br /&gt;
Status 5/10&lt;br /&gt;
&lt;br /&gt;
* Marco Crociani - [http://wiki.openmoko.org/wiki/Special:Emailuser/Tyrael Contacts here]&lt;br /&gt;
* Marcello Gorla&lt;br /&gt;
* Maxxer [mailto:maxxer@yetopen.it maxxer@yetopen.it] (Lecco)&lt;br /&gt;
* Pietro Montorfano [mailto:monto84@gmail.com monto84@gmail.com] (from como)&lt;br /&gt;
* Gianluigi Belli - [http://wiki.openmoko.org/wiki/Special:Emailuser/Pulciux Contacts here]&lt;br /&gt;
&lt;br /&gt;
=== Trentino-Alto Adige ===&lt;br /&gt;
==== Trento (Padova too :)) ====&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
* Andrea Debortoli &amp;lt;br/&amp;gt; (debortoland AT gmail DOT com)&lt;br /&gt;
&lt;br /&gt;
=== Veneto ===&lt;br /&gt;
==== Verona ====&lt;br /&gt;
&lt;br /&gt;
* Persegat [mailto:persegat@alice.it persegat@alice.it]&amp;lt;br/&amp;gt;[[User:Pecce|Pecce]]&lt;br /&gt;
&lt;br /&gt;
=== Puglia ===&lt;br /&gt;
==== Lecce ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Morpheus90|Morpheus90]] [mailto:ugopiemontese@rudiaelinux.com ugopiemontese@rudiaelinux.com]&lt;br /&gt;
==== Bari ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Fradeve11|Fradeve11]] [mailto:fradeve@ubuntu-it.org fradeve@ubuntu-it.org]&lt;br /&gt;
&lt;br /&gt;
== [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;
* Christ van Willegen 1/10 [[User:ChristW]]&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;
* Eric Smith 1/10 [[User:Eric Smith]]&lt;br /&gt;
* André Disselhorst 1/10 [[User:A.dre]] [[Special:Emailuser/User:A.dre|Contact]]&lt;br /&gt;
=== Noord-Brabant ===&lt;br /&gt;
&lt;br /&gt;
==== Bergen op Zoom ====&lt;br /&gt;
* [[User:Madjo|Marcel de Jong]] 1/10 [[Special:Emailuser/User:Madjo|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== 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;
==== Hengelo ====&lt;br /&gt;
* Sander Hoentjen 1/10 [[Special:Emailuser/User:Tjikkun|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== Zwolle ====&lt;br /&gt;
* Boudewijn 1/10 [[User:Boudewijn|empty user page]] [[Special:Emailuser/User:Boudewijn|Contact]]&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;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
12/10&lt;br /&gt;
&lt;br /&gt;
== Macedonia ==&lt;br /&gt;
=== Skopje ===&lt;br /&gt;
* Kristijan Krsteski 1/10 &amp;lt;br /&amp;gt; [[User:neutrino]] &amp;lt;br /&amp;gt; [mailto:kristijan.krsteski@gmail.com]&lt;br /&gt;
===Status ===&lt;br /&gt;
1/10&lt;br /&gt;
&lt;br /&gt;
== New Zealand ==&lt;br /&gt;
=== Auckland ===&lt;br /&gt;
==== Auckland ====&lt;br /&gt;
&lt;br /&gt;
* Rob Paulson 1/10 &amp;lt;br /&amp;gt; [[User:Myfanwy]] &amp;lt;br /&amp;gt; Simon Wells [[User:Swel024]]&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;
=== Rogaland ===&lt;br /&gt;
Status 1/10&lt;br /&gt;
&lt;br /&gt;
*[[User:Dalaker|Tore Dalaker]] [mailto:tore@dalaker.com tore@dalaker.com]&lt;br /&gt;
&lt;br /&gt;
=== Sør-Trøndelag ===&lt;br /&gt;
==== Trondheim ====&lt;br /&gt;
Status 9/10&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 16/20&lt;br /&gt;
&lt;br /&gt;
* [[User:Ixian|Heikki Sørum]] [mailto:heikkis@matnat.uio.no] &amp;lt;br/&amp;gt; Interessert? mail meg.&lt;br /&gt;
* [[User:Bobkare|Knut Arne Bjørndal]] [mailto:bob@cakebox.net]&lt;br /&gt;
&lt;br /&gt;
== Poland ==&lt;br /&gt;
=== dolnośląskie ===&lt;br /&gt;
==== Wrocław ====&lt;br /&gt;
&lt;br /&gt;
* Special group buy site: https://www.kumulator.pl/show/group/35&lt;br /&gt;
&lt;br /&gt;
== Portugal ==&lt;br /&gt;
=== Aveiro ===&lt;br /&gt;
==== Aveiro ====&lt;br /&gt;
Status : 2/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Ruben|Ruben Mendes]]&lt;br /&gt;
* [[User:kuyky|Tiago Saraiva]] &amp;lt;br /&amp;gt; [mailto:destructhor88@gmail.pt]&lt;br /&gt;
&lt;br /&gt;
== Sweden ==&lt;br /&gt;
If insufficient number of people, orders could be merged and remailed perhaps&lt;br /&gt;
&lt;br /&gt;
=== Svealand ===&lt;br /&gt;
==== Stockholm ====&lt;br /&gt;
Status : 3/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;
&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;
=== Norrland ===&lt;br /&gt;
==== Umeå ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* [[User:Zash|Zash]] [[Special:Emailuser/Zash|Contact]]&lt;br /&gt;
&lt;br /&gt;
== Switzerland ==&lt;br /&gt;
==== Zurich ====&lt;br /&gt;
Status : 11/20&lt;br /&gt;
&lt;br /&gt;
* Simon Wenner &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Nowic Contact]&lt;br /&gt;
* Simon Schreiber &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Markus Huggler &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Magbeat Contact]&lt;br /&gt;
* Andre Timmermann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Raffael Schmid &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Pascal Weller &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/darktim Contact]&lt;br /&gt;
* Nick Zbinden &amp;lt;br /&amp;gt; [mailto:nickik@gmx.ch]&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 &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;
&lt;br /&gt;
== Spain ==&lt;br /&gt;
=== Madrid ===&lt;br /&gt;
==== Madrid ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Rafael Campos &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Methril Contact]&lt;br /&gt;
&lt;br /&gt;
=== Zaragoza ===&lt;br /&gt;
==== Zaragoza ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
&lt;br /&gt;
* Alejandro R. Mosteo &amp;lt;br /&amp;gt; alejandro AT mosteo · com&lt;br /&gt;
&lt;br /&gt;
=== Barcelona ===&lt;br /&gt;
==== Barcelona ====&lt;br /&gt;
Status : 2/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;
&lt;br /&gt;
== USA ==&lt;br /&gt;
=== Colorado ===&lt;br /&gt;
==== Denver ====&lt;br /&gt;
Status: 7/10&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;
&lt;br /&gt;
=== Southern California ===&lt;br /&gt;
==== Los Angeles ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Ian Douglas &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Iandouglas Contact me here]&lt;br /&gt;
* Matthew &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Wetmoko Contact]&lt;br /&gt;
&lt;br /&gt;
=== Texas ===&lt;br /&gt;
==== Austin ====&lt;br /&gt;
* Dale Schumacher [[Special:Emailuser/dalnefre|Contact]]&lt;br /&gt;
* Michael Cosby [[Special:Emailuser/mcosby|Contact]]&lt;br /&gt;
&lt;br /&gt;
=== Mid-Atlantic ===&lt;br /&gt;
==== Virginia====&lt;br /&gt;
===== Richmond (1/10)=====&lt;br /&gt;
* Philippe Gerard &amp;lt;br/&amp;gt;[[Special:Emailuser/feydreva|Contact]]&lt;br /&gt;
&lt;br /&gt;
==== New York ====&lt;br /&gt;
Status: 2/10&lt;br /&gt;
&lt;br /&gt;
* Bert Hartmann &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/BertHartm Contact me here]&lt;br /&gt;
* Michael Cole mailto:mjcole137@gmail.com &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== UK ==&lt;br /&gt;
=== London ===&lt;br /&gt;
==== London ====&lt;br /&gt;
Status : 6/10&lt;br /&gt;
&lt;br /&gt;
* Juergen Schinker &amp;lt;br /&amp;gt; mailto:ba1020@homie.homelinux.net&lt;br /&gt;
* Tim Coggins (actually in Oxford)&amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/Sonicated 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;
* aled &amp;lt;br /&amp;gt; [http://wiki.openmoko.org/wiki/Special:Emailuser/aled Contact]&lt;br /&gt;
* Bin Zong (actually in Birmingham)&amp;lt;br /&amp;gt;  [mailto:hunter_00zb@hotmail.com]&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;
&lt;br /&gt;
== Latvia ==&lt;br /&gt;
=== Riga ===&lt;br /&gt;
==== Riga ====&lt;br /&gt;
Status : 1/10&lt;br /&gt;
* [[User:VRGhost]]&lt;br /&gt;
[[Category:Information| ]]&lt;br /&gt;
[[Category:community| ]]&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Netherlands</id>
		<title>Openmoko Local Groups: Netherlands</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Netherlands"/>
				<updated>2007-07-27T21:18:26Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Possible Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Possible Participants ===&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;
|[[User:CathodioN|Geert Schuring]]&lt;br /&gt;
|Java EE, XML, UML&lt;br /&gt;
|Would like to develop Server components&lt;br /&gt;
|Ede, Gelderland&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever.&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Kero|Kero]]&lt;br /&gt;
|Ruby&lt;br /&gt;
|dbus and pim applications&lt;br /&gt;
|Eindhoven&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Ericsmith|Eric Smith]]&lt;br /&gt;
|Perl, Linux, VoIP&lt;br /&gt;
|&lt;br /&gt;
|Amsterdam&lt;br /&gt;
|Share Ideas, VoIP, GPS, SyncML&lt;br /&gt;
|-&lt;br /&gt;
|[[User:das_nl|Daniel Peptu]]&lt;br /&gt;
| C/C++, Java, .Net, Python&lt;br /&gt;
|(EN) I am watching this project growing for more than 8 months. I am desperately waiting for my Adv. kit. &lt;br /&gt;
|Den Haag&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Boudewijn|Boudewijn]]&lt;br /&gt;
|general&lt;br /&gt;
|Looking for some participants in a group order&lt;br /&gt;
|Zwolle&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Netherlands</id>
		<title>Openmoko Local Groups: Netherlands</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Netherlands"/>
				<updated>2007-07-27T21:17:25Z</updated>
		
		<summary type="html">&lt;p&gt;Boudewijn: /* Possible Participants */ added myself, Boudewijn&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Possible Participants ===&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;
|[[User:CathodioN|Geert Schuring]]&lt;br /&gt;
|Java EE, XML, UML&lt;br /&gt;
|Would like to develop Server components&lt;br /&gt;
|Ede, Gelderland&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever.&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Kero|Kero]]&lt;br /&gt;
|Ruby&lt;br /&gt;
|dbus and pim applications&lt;br /&gt;
|Eindhoven&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Ericsmith|Eric Smith]]&lt;br /&gt;
|Perl, Linux, VoIP&lt;br /&gt;
|&lt;br /&gt;
|Amsterdam&lt;br /&gt;
|Share Ideas, VoIP, GPS, SyncML&lt;br /&gt;
|-&lt;br /&gt;
|[[User:das_nl|Daniel Peptu]]&lt;br /&gt;
| C/C++, Java, .Net, Python&lt;br /&gt;
|(EN) I am watching this project growing for more than 8 months. I am desperately waiting for my Adv. kit. &lt;br /&gt;
|Den Haag&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Boudewijn|Boudewijn]]&lt;br /&gt;
|general&lt;br /&gt;
|general&lt;br /&gt;
|Zwolle&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Boudewijn</name></author>	</entry>

	</feed>