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

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wish_List</id>
		<title>Wish List</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wish_List"/>
				<updated>2008-04-07T07:22:47Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* GPS Software */  picture added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is a place to collect various thoughts about the future of the [[OpenMoko]] software platform.  Most wish list ideas have been linked from this page, but you may also wish to check all pages [[:Category:Ideas|that have a category of 'Ideas']].&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
=== Painless SDK installation &amp;amp; Setup ===&lt;br /&gt;
Our goal should be a completely painless setup for somebody wanting to develop using [[OpenMoko]]&lt;br /&gt;
&lt;br /&gt;
* one command for installation (apt-get install openmoko)&lt;br /&gt;
* one command to start Xnest (openmoko-xephyr?)&lt;br /&gt;
* one command to start an i386 shell (openmoko-386-shell)&lt;br /&gt;
* one command to start an armel shell (openmoko-armel-shell)&lt;br /&gt;
&lt;br /&gt;
No extra configuration required.&lt;br /&gt;
&lt;br /&gt;
==== IDE Plugins ====&lt;br /&gt;
People like to see plugins for&lt;br /&gt;
* [http://anjuta.sourceforge.net Anjuta]&lt;br /&gt;
* [http://www.eclipse.org Eclipse] (some things are possible - see [[Development with Eclipse]].&lt;br /&gt;
* [http://www.netbeans.org NetBeans]&lt;br /&gt;
* Game engine - Game Creation plugins&lt;br /&gt;
evaluate eclipse project [http://www.eclipse.org/dsdp/index.php Device Software Development Platform Project from eclipse] and subproject [http://www.eclipse.org/proposals/tml/ Tool for Mobile Linux]&lt;br /&gt;
* [http://www.kdevelop.org KDevelop]&lt;br /&gt;
* [http://developer.apple.com/tools/xcode/ XCode]&lt;br /&gt;
* [http://www.monodevelop.com MonoDevelop]&lt;br /&gt;
* [http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio 2005]&lt;br /&gt;
&lt;br /&gt;
==== UI Designer ====&lt;br /&gt;
Glade code generation is deprecated, so we don't want to use it. The Gtk+ powers told me that the plan is to have gtk 2.12 (out early 2007) with support for GtkBuilder, a libglade derivative which breaks a bit the XML definition in order to support all the new widgets and properties; as soon as it's in the other ui builders will add support for this format. See also [http://bugzilla.gnome.org/show_bug.cgi?id=172535 the relevant bug entry]&lt;br /&gt;
* Possibly a Landscape (rotated) view for the screen (480x640 *or* 640x480)?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Built-in Scripting Language ====&lt;br /&gt;
{{Main|Wishlist:BuiltInScriptingLanguage}}&lt;br /&gt;
There was a [http://lists.openmoko.org/pipermail/community/2007-January/001909.html fruitful discussion about a built-in scripting language on the mailing list in January.]  Many people feel that it is very important for OpenMoko to choose a scripting language to ship as default in the standard OpenMoko firmware.&lt;br /&gt;
==== Easy build of the existing autotools - based packages ====&lt;br /&gt;
In the ideal case OpenMoko should exist on the top of the usual ./configure - make workflow which is typical for the majority of the C/C++ based open source projects. It should not require to rewrite or even replace the existing Makefile.am files of the project being ported, and it should allow to pass the needed parameters to the project configure script. Maybe OpenMoko project could be a bigger project having one or more (if some are libraries) autotools - based packages in its separate folders and include the proper documentation how to &amp;quot;wire&amp;quot; the standard autotools based package to the OpenMoko infrastructure.&lt;br /&gt;
&lt;br /&gt;
===Foreign Widget Set Bindings ===&lt;br /&gt;
==== Qt Integration ====&lt;br /&gt;
The Trolltech folks have a great widget library. I'd like to interface OpenMoko with Qt4, so that we can write Qt4 applications for the phone which don't look alienated.&lt;br /&gt;
&lt;br /&gt;
==== Maemo Integration ====&lt;br /&gt;
The Maemo folks have created a successful standard for Webpad applications. I'd like to have a set of MaemoMoko and MokoMaemo wrapper classes that allow me add support for running OpenMoko applications on Maemo and vice versa. Perhaps we can get help from the Nokia OSS folks for that.&lt;br /&gt;
&lt;br /&gt;
==== wxWidgets Integration ====&lt;br /&gt;
wxWidgets is a cross-platform application framework that's very popular (I'd say, #3 after Qt and Gtk+). On Linux, wxWidgets uses Gtk+ to implement the widgets. It shouldn't be hard to add support for the additional OpenMoko classes to wxWidgets hence supporting the native OpenMoko look and feel for wxWidgets applications.&lt;br /&gt;
&lt;br /&gt;
wxWidgets team wants OpenMoko classes too and we (wxWidgets) plan to include this project as one of our ideas for  [http://google-code-updates.blogspot.com/2007/02/speaking-of-summer.html GSoC 2007]&lt;br /&gt;
&lt;br /&gt;
==== SDL Integration ====&lt;br /&gt;
SDL is ''the'' game developer library. There are tons of SDL games out there. We should add OpenMoko support into SDL.&lt;br /&gt;
&lt;br /&gt;
==== Cocoa / GNUstep ====&lt;br /&gt;
Allows to use MacOS X as a development platform.&lt;br /&gt;
&lt;br /&gt;
=== Software: Language bindings ===&lt;br /&gt;
==== Python bindings ====&lt;br /&gt;
Python bindings seem to be a commonly requested feature.  &lt;br /&gt;
&lt;br /&gt;
[[User:Mickey]] says, &amp;quot;They are kind of usable on the [http://www.maemo.org Nokia 770], but it's at the lower end of being bearable. We should keep this in mind -- Gtk+ already comes with Python Bindings, so we &amp;quot;just&amp;quot; would need to wrap libmoko*. I would prefer to leave this to the community do though, since it doesn't make sense to start wrapping the API until we have a stable API -- and I can imagine it will take us a couple of months after going open until we can start with stabilizing the libmoko API.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== C++ bindings ====&lt;br /&gt;
There is a whole skilled C++ community coming from the [http://qtopia.net Qtopia] and [http://opie.handhelds.org Opie] projects. If we would consider basing OpenMoko C++ Bindings on [http://www.gtkmm.org/ Gtkmm], then we could drag these guys in.&lt;br /&gt;
&lt;br /&gt;
==== Ruby bindings ====&lt;br /&gt;
Ruby and ruby-(gtk|glade) already ported to OpenMoko according to [http://lists.openmoko.org/pipermail/openmoko-apps/2007-May/000040.html this ] and [http://groups.google.de/group/comp.lang.ruby/browse_thread/thread/6bee9970cf055504 this] mesages. It just have to be included to distribution (only 4.9 MB!)&lt;br /&gt;
&lt;br /&gt;
==== Java bindings ====&lt;br /&gt;
People who concentrate on Java programming would like to have the OpenMoko port of some java virtual machine. GNU Classpath team a lot of great work in the past creating easily portable implementation. Sun's recently open sourced code could also be ported. &lt;br /&gt;
==== Other bindings ====&lt;br /&gt;
* Perl&lt;br /&gt;
* C#&lt;br /&gt;
* I think you could skip a bunch of these by binding to Dbus; most languages already have Dbus bindings&lt;br /&gt;
&lt;br /&gt;
== Community Support ==&lt;br /&gt;
&lt;br /&gt;
=== [http://projects.openmoko.org projects.openmoko.org] ===&lt;br /&gt;
Infrastructure for developers with&lt;br /&gt;
* One bugzilla for all projects (makes moving bugs forth and backwards between projects ''very'' easy)&lt;br /&gt;
* One mailing list for project&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
=== Community Images ===&lt;br /&gt;
In the future there could be complete, unofficial &amp;quot;product images&amp;quot; that are created by the community, for example maybe one that incorporates only free software (in the GNU or OSI sense). Or images build with a particular niche market in mind -- a student for example.&lt;br /&gt;
&lt;br /&gt;
=== Wishlist voting ===&lt;br /&gt;
There could be a kind of voting system like they have at one of those big computer manufacturers homepage. Then the community could vote for the ideas that are most important to them. This would especially make sense for the hardware wishlist, because the hardware is still the part which can't be done by the community that easily.&lt;br /&gt;
&lt;br /&gt;
Here: [http://www.fevote.com/openmoko OpenMoko suggestion board]&lt;br /&gt;
&lt;br /&gt;
== Software: Additional features ==&lt;br /&gt;
&lt;br /&gt;
===PDA Mode===&lt;br /&gt;
&lt;br /&gt;
There are times when you wish to power up the device and not power up the gsm/cellphone portion of the phone. For example in meetings you might wish to access the PDA side with wifi as is the case for example on an aircraft.  On booting some method of booting to pda mode would be good - several other phones offer this feature.&lt;br /&gt;
&lt;br /&gt;
===Driving Mode===&lt;br /&gt;
&lt;br /&gt;
It may be forbidden in many countries, but many people use their cell phones while driving. With the touchscreen phones&lt;br /&gt;
this is very dangerous: You have to stare at the tiny numbers on the screen and try to hit them with your thumb or try to decipher tiny script of contacts, while steering with the other hand. There should be a configurable driving mode where the interface has a reduced functionality (e.g. only contacts and dialing) with HUGE interface buttons that are easy to use with limited attention.&lt;br /&gt;
&lt;br /&gt;
===Calling===&lt;br /&gt;
&lt;br /&gt;
==== Mask ID based on dialed numbers ====&lt;br /&gt;
It would be nice if my number only showed up when I call people in my address book and was otherwise masked. The phone I have now either always shows my number or never or can be set on a per call basis. Having it done automatically based on the number dialed would be good.&lt;br /&gt;
&lt;br /&gt;
==== Use calling cards and similar routing techniques for lower-cost calling ====&lt;br /&gt;
Many people use calling cards, low-cost numbers and similar ways of reducing the costs of their calls.  It would be nice to have a single panel that would allow you to configure the rules of dialing a number taking in to account such systems.&lt;br /&gt;
&lt;br /&gt;
==== Outgoing black/white lists ====&lt;br /&gt;
The ability to allow or deny outoging calls to certain numbers can be useful in a number of situations (e.g. the holder of the 'phone is a child, untrusted, etc.).  This could be related to entries in the contact list, for example a user is only allowed to call people who are in their contact list.&lt;br /&gt;
&lt;br /&gt;
Also lists for incoming calls? Some friends always come through, unknown numbers get rejected automatically.&lt;br /&gt;
&lt;br /&gt;
==== Time-based blocking/unblocking of calls ====&lt;br /&gt;
Allowing or disallowing outgoing calls at certain times of the day could be useful, e.g. blocking a business phone from making calls outside of business hours.&lt;br /&gt;
&lt;br /&gt;
====Speaker-phone====&lt;br /&gt;
* A speaker-phone is more than simply connecting the speakers to GSM audio, it's also echo cancellation, and eliminating the feedback that will otherwise happen between the speakers and the mic. This software has not been written.&lt;br /&gt;
&lt;br /&gt;
====Advanced Airtime Tracking====&lt;br /&gt;
Many phone users have complicated plans, things like unlimited incoming, 100 anytime minutes, 1000 evening minutes, etc.  It would be nice if a user could input the various monthly airtime chunks their plan gives them, and then the phone could track how much is left in each chunk, i.e. How much anytime minutes are left this month? Optionally, the software could warn when someone is close to the monthly limit, to help avoid bigger bills.&lt;br /&gt;
On (at least some) prepaid [http://en.wikipedia.org/wiki/Unstructured_Supplementary_Service_Data USSD] can be used to check current balance.&lt;br /&gt;
&lt;br /&gt;
==== Anti-stutter software ====&lt;br /&gt;
Delayed Auditory Feedback (DAF) has shown to reduce stuttering in individuals by 70%. By using the microphone, it should be pretty simple to implement this on the OpenMoko. The DAF functionality should also be present during phone calls. See http://en.wikipedia.org/wiki/Delayed_auditory_feedback for more information.&lt;br /&gt;
&lt;br /&gt;
====Minimize In-Call mode (check address book while in call)====&lt;br /&gt;
On my locked phones I always find it annoying that one can not use other features while a call is in progress. In particular, I'd like to access the address book so that we can (1) give a caller someone else's phone number (or other info) and (2) lookup a phone number when using a calling card or some other proxy.&lt;br /&gt;
&lt;br /&gt;
Similar request when using the browser (lookup passwords, todo list, etc).&lt;br /&gt;
&lt;br /&gt;
====Hold Music (Ringback Tone)====&lt;br /&gt;
On some cellphone networks you can pay to change the normal [http://en.wikipedia.org/wiki/Ringback_tone Ringback Tone] that the caller hears when ringing, to a customised sound.&lt;br /&gt;
This can partially be implemented on the phone.&lt;br /&gt;
Issues are:&lt;br /&gt;
*In countries where callers pay, this will make you unpopular.&lt;br /&gt;
*In countries where the called party pays, it will use your minutes, or cost you money.&lt;br /&gt;
**A list of people to activate this function for would alleviate this.&lt;br /&gt;
*[[GPRS]] internet connection will stall while the hold music is being played.&lt;br /&gt;
*Extra battery used when playing music.&lt;br /&gt;
&lt;br /&gt;
Also see [[Answering Machine]].&lt;br /&gt;
&lt;br /&gt;
====Play sound clips over the air====&lt;br /&gt;
Dialer could have a tab with big buttons which, when push, send sound clips over GSM to the person on the other end of the call.  This feature is included in GizmoProject and is called sound blasts: http://support.gizmoproject.com/index.php?_a=knowledgebase&amp;amp;_j=questiondetails&amp;amp;_i=104&lt;br /&gt;
The buttons can have default sounds, but also have the ability to be customized.&lt;br /&gt;
&lt;br /&gt;
It would also be useful for notifying people why you can't talk (for example, having an &amp;quot;I can't talk tight now - I'm in the library - this is a pre-recorded message&amp;quot; would be good. Also perhaps you could loop a pre-recorded sound in the background so you can lie about where you are, and have the ability to simulate a really bad connection.&lt;br /&gt;
&lt;br /&gt;
==== DTMF Landline Dialing ====&lt;br /&gt;
The ability to hold the Neo near the microphone of a landline handset and have the Neo dial the landline by sounding DTMF tones. The DTMF tones could be generated in software or be pre-recorded files.&lt;br /&gt;
&lt;br /&gt;
Graphically this could be done by adding a 'DTFM dial' button to a context menu. The user would select a contact then presses the 'DTMF dial' button to start the process. A small delay could also be added to allow time to put the Neo near the landline handset.&lt;br /&gt;
&lt;br /&gt;
For the Neo to know which area code to use (or not use) the current or last GPS coordinates could be utilised.&lt;br /&gt;
&lt;br /&gt;
==== Conversation Recorder ====&lt;br /&gt;
&lt;br /&gt;
An option to record phone conversations.  Would be helpful to have the device always recording for every call, with the sound data encoded to low quality Ogg Vorbis or SPEEX and stored in RAM.  At the end of the conversation the user would have the option to save to flash or discard the conversation.  This idea could also be applied to voicemail so you could save voicemails locally.&lt;br /&gt;
&lt;br /&gt;
====Unlicensed Mobile Access (UMA)====&lt;br /&gt;
T-Mobile recently rolled out a UMA service that hands off calls between the GSM network and WiFi access points. Only a few phones support it right now, this could be a rather unique feature if OpenMoko can implement it.&lt;br /&gt;
&lt;br /&gt;
This can be combined with a GPS map to show where local free hubs are.&lt;br /&gt;
&lt;br /&gt;
==== Ignore-Call Button ====&lt;br /&gt;
{{Main|Wishlist:Ignore Call Button}}&lt;br /&gt;
&lt;br /&gt;
Shut up a ringing phone, without accepting or rejecting the call.&lt;br /&gt;
&lt;br /&gt;
Another alternative might be to use microphone to recognize when the user gives an audible &amp;quot;Shhh!&amp;quot; command.  This could prove difficult to determine with the simultaneous ringing, and possible in-pocket shuffling noises. &lt;br /&gt;
&lt;br /&gt;
A really usable feature is to &amp;quot;reject with SMS/text message&amp;quot; - letting the user reply the caller choosing a previously setup template or typical response: &amp;quot;I'm in a meeting - I'll call you later&amp;quot; or &amp;quot;Can't take your call now, please call back in 10 minutes&amp;quot;. This feature typically is a much better way to get your co-workers (ie boss) to back off, than to silently ignore the call.&lt;br /&gt;
&lt;br /&gt;
The accelerometers could be queried while the phone is ringing to detect a firm tap on the phone. This would avoid the delays of fumbling to remove the phone from one's pocket to silence the ringer when you've forgotten to set it to silent mode. Just firmly tap the phone through your pocket, and the ringer will silence, like some Motorola pagers. Maybe single tap = silence; double tap = (activate voicemail or preset SMS).&lt;br /&gt;
&lt;br /&gt;
==== Voice Mailbox ====&lt;br /&gt;
{{Main|Voice Mailbox}}&lt;br /&gt;
On-Phone voice mailbox that records calls on the phone and retrieves voice messages from your mobile service provider's voice mailbox and saves them locally.&lt;br /&gt;
Can act profile-dependent.&lt;br /&gt;
&lt;br /&gt;
==== Hold Button ====&lt;br /&gt;
&lt;br /&gt;
Similar to mute, but plays a sound file for the user on the other end while they wait.  The sound file could be chosen in some setup beforehand.&lt;br /&gt;
&lt;br /&gt;
==== Unanswered Call, Fast Call ====&lt;br /&gt;
&lt;br /&gt;
In Greece because of the various bill programs some people call a mobile phone, rings one time and then hangup.&lt;br /&gt;
Then the user of the mobile phone calls the other user(using the CallerID recognition).&lt;br /&gt;
&lt;br /&gt;
===Audio===&lt;br /&gt;
&lt;br /&gt;
==== Ambient Noise Detection ====&lt;br /&gt;
{{Main|Wishlist:Software:Ambient Noise Detection}}&lt;br /&gt;
&lt;br /&gt;
Using the microphone to detect ambient noise the ringtone volume could be adjusted automatically.&lt;br /&gt;
&lt;br /&gt;
If the ambient noise exceeds a preset threshold, the ring vibrator could be activated. This is good for when people forget to enable vibrate mode when entering noisy environments.&lt;br /&gt;
&lt;br /&gt;
Detection of ambient noise could also be used to subtract the noise from the audio signal. However this approach is best performed using two Microphones, one for the voice and the other to detect the noise.&lt;br /&gt;
&lt;br /&gt;
==== Active noise control ====&lt;br /&gt;
&lt;br /&gt;
Using the microphone to do [http://en.wikipedia.org/wiki/Anti-noise active noise control] on media player playback or telephone calls. This should be an independent module/library which can be used by any application which might require this feature. also provide a way to easily alter the parameters of the active noise control.&lt;br /&gt;
&lt;br /&gt;
==== Hear Impaired Mode ====&lt;br /&gt;
&lt;br /&gt;
Hearing impaired people need louder speaker(but with less volume than hands free) and equalized sound, based on their hearing problems(example 20dB hearing loss from 2KHz to 4KHz).&lt;br /&gt;
Older people 50+ years old need slower speech rate(time stretch, cut the big speech gups) and cleaner voice.&lt;br /&gt;
&lt;br /&gt;
Please note also the Hearing Aid Compatibility regulations in the US. I have tried to summarize and clarify them [http://quux.wiki.zoho.com/WhereAreHACphones.html here]. I haven't yet discovered whether the FIC device is M or T rated. For many hearing impaired users, a tcoil coupling to their hearing aid (t3/T4 rating) would be preferable to manipulating sound output in other ways.&lt;br /&gt;
&lt;br /&gt;
==== Mute Button ====&lt;br /&gt;
&lt;br /&gt;
Button to temporarily disable microphone while talking for applications such as telephone, audio recording and (when available) movie recording.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Web Browser===&lt;br /&gt;
&lt;br /&gt;
==== Full-page Zoom Support ====&lt;br /&gt;
Full page zoom is a very good feature. If possible, people would want to browse the internet with normal layout than a distorted one. It's best if I could double-tap a text or image block and zoom to a fit size.&lt;br /&gt;
&lt;br /&gt;
The [[BigPageWidget]] proposal suggests 'Full Page Zoom' should be implemented as a widget available to all applications.&lt;br /&gt;
&lt;br /&gt;
* If the processor and memory could afford, it is good to just use [http://www.mozilla.org/projects/firefox/3.0a8/releasenotes/ Firefox 3] in OpenMoko. It has implemented latest gecko's full-page-zoom ability. With certain modification, we could do the same zoom like iPhone's Safari.&lt;br /&gt;
* Firefox 3 may be a big eater. A cut-down version of it may be good enough.&lt;br /&gt;
* If this is not practical, Minimo with full-page-zoom ability is good.&lt;br /&gt;
&lt;br /&gt;
==== Plugins Support ====&lt;br /&gt;
* While an extensive browser plugin system would be costly to the efficacy of the platform four particular browser plugins as poplularized by Mozilla firefox should be adapted to the web-browser, namely: [http://noscript.net/ noscript], [http://adblockplus.org/en/ adblock plus], [http://www.greasespot.net/ greasemonkey] and [http://www.foxmarks.com/ foxmarks].&lt;br /&gt;
* Careful use of these can dramatically reduce bandwidth, page space, and rendering costs even if it comes at the risk of some hard drive space in the form of block lists.&lt;br /&gt;
* Greasemonkey, in particular, gives users control to set up scripts for commonly traveled pages to further reduce unnecessary or unwanted content.&lt;br /&gt;
&lt;br /&gt;
==== Widget support ====&lt;br /&gt;
Built-in browser with the ability to install widget shortcuts (aka links) in the main phone menu, also some apis for interfacing with the other functionality of the phone like adding contacts, reading contacts, reading gps-psoition etc.. (maybe there is some defacto widget standard that could be used)&lt;br /&gt;
&lt;br /&gt;
There is a [http://www.w3.org/TR/widgets/ W3C spec] being developed, which may not be exactly what the original proposal had in mind, but it is about writing simple applications with HTML, SVG and JavaScript. It is mainly Opera's work, and while most [http://widgets.opera.com/ developed widgets are not very useful], there are some that are, and it creates a very nice development platform, especially for mobile devices. So, I think it makes an awful lot of sense for OpenMoko to support this spec.&lt;br /&gt;
&lt;br /&gt;
===Media===&lt;br /&gt;
====Music/Video Software====&lt;br /&gt;
A real good programming area for competition with the iPhone, a singular video/music player would be great for multimedia. A seamless integration system, a la iTunes and iPod, would be extremely popular. &lt;br /&gt;
&lt;br /&gt;
Using the Wi-Fi connectivity, a separate music program that supports wireless music sharing/ streaming (similar to what can be done when two computer running iTunes that are both on the same network) and that also supports internet radio.&lt;br /&gt;
&lt;br /&gt;
It would also be nice to have some kind of &amp;quot;announce your musical taste&amp;quot; mode. This could be implemented using last.fm profiles, such that when e.g. in a crowded place a user nearby has a similar musical taste, both users get notified so they can share their music files with each other (perhaps using a photo for id). Great for discovering new music - and making friends!&lt;br /&gt;
&lt;br /&gt;
- Possible copyright issues sharing music files?&lt;br /&gt;
&lt;br /&gt;
Sure, but that's the user's concern, not the developer's. There's no way for us to know which audio files the user is permitted/not permitted to share.&lt;br /&gt;
&lt;br /&gt;
==== Reading Support ====&lt;br /&gt;
It would be really great to be able to read :&lt;br /&gt;
&lt;br /&gt;
*PDF&lt;br /&gt;
*Open Document files&lt;br /&gt;
*Text / RTF files&lt;br /&gt;
*fb2 files (fbreader)&lt;br /&gt;
*MS Office files&lt;br /&gt;
*Aportis Doc (pdb)&lt;br /&gt;
*DjVu&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
In both landscape and portrait&lt;br /&gt;
&lt;br /&gt;
==== Wikipedia Mirror ====&lt;br /&gt;
{{Main|Wishlist:Wikipedia_Mirror}}&lt;br /&gt;
&lt;br /&gt;
==== Blog ScribblePad ====&lt;br /&gt;
&lt;br /&gt;
Draw an image (and maybe add some text), then post to your blog.&lt;br /&gt;
&lt;br /&gt;
==== E-Book Reader ====&lt;br /&gt;
* Neos brilliant ultra-sharp screen makes for a very good e-book reading device. All it takes is a good e-book reader with touch-screen page turning / scrolling (see the [[BigPageWidget]] proposal). FBReader could probably be adjusted easily by an experienced GTK hacker. Note that e-book reading is different to pure text/pdf displaying as it requires at least auto-bookmarking of the last read page, proper text and image scaling and text formatting.&lt;br /&gt;
&lt;br /&gt;
==== Personal Wiki ====&lt;br /&gt;
{{Main|Wishlist:PersonalWiki}}&lt;br /&gt;
&lt;br /&gt;
Display the notes database as a Wiki.  Inspiration:  [http://www.acrocat.com/AcroWiki/default.asp?lang=en AcroWiki].&lt;br /&gt;
&lt;br /&gt;
[http://www.didiwiki.org/ Didiwiki]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Dictionary, thesaurus, translator and flashcards ====&lt;br /&gt;
Native lookup dictionary and thesaurus and foreign translation dictionaries, also with support for Asian languages. Optional custom configurable (though preconfigured) interface with on-line versions of dictionaries, thesaurus and translation services.&lt;br /&gt;
&lt;br /&gt;
'''Dictionary'''&lt;br /&gt;
Something like [http://www-user.tu-chemnitz.de/~fri/ding/ ding]:&lt;br /&gt;
&lt;br /&gt;
advantages:&lt;br /&gt;
* small&lt;br /&gt;
* very efficient + useful&lt;br /&gt;
* only limited to really needed functions&lt;br /&gt;
&lt;br /&gt;
Support for vocabulary training with flashcard system (also usable for other content than foreign language words!)&lt;br /&gt;
&lt;br /&gt;
==== Flickr uploader ====&lt;br /&gt;
A simply, drag &amp;amp; drop uploader, tagger and organizer to upload images on phone to [http://flickr.com Flickr], with support for various languages. A good base could be the cross-platform uploader [http://juploadr.org/ jUploadr], written in Java and working on Windows, Mac and Linux. But, most of all, the best '''GPL''' program which actually do this work is '''[http://mobilepushr.jottit.com/ Mobile Pushr]''', written in C and Cocoa for iPhone, must be probably ported in python to work on OpenMoko.&lt;br /&gt;
&lt;br /&gt;
===PIM (Personal Information Managment)===&lt;br /&gt;
====Context Sensitivity====&lt;br /&gt;
Any email or sms message or application that contains a telephone number should be click to dial, eg [http://123567890 1234567890]. Addresses link to mapping software too?&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
Something for taking notes would be a nice feature:&lt;br /&gt;
[http://www.gnome.org/projects/tomboy/ Tomboy] has some nice syncing features and is gtk based.&lt;br /&gt;
&lt;br /&gt;
Some Screenshots are [http://www.gnome.org/projects/tomboy/images/ here].&lt;br /&gt;
&lt;br /&gt;
==== Calendar ====&lt;br /&gt;
&lt;br /&gt;
A nice calendar application should be implemented in OpenMoko. This tool should have a syncing feature with your desktop computer.&lt;br /&gt;
The tool should have a reminder feature and other features like other mobile phones already have.&lt;br /&gt;
&lt;br /&gt;
I think synchronization sould be handled by computer with opensync+syncml based tool, not by calendar itself. --[[User:Antono|Antono]] 12:25, 7 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
* If this cellphone is thought also as a PDA, of course it needs a calendar. But I would like to see something better than just a calendar, I was thinking that there could be some application using &amp;quot;fisheye&amp;quot; view. Just like [http://www.cs.umd.edu/hcil/datelens/], though that example seem a bit chaotic. --[[User:Yprum|Yprum]] 22:27, 21 February 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
==== Address Book ====&lt;br /&gt;
&lt;br /&gt;
* Option to search not just the stored list of addresses, but one or more of the online phonebooks. Probably should be modular to make adding/changing phonebook sites easy.  Also allows for future integration with LDAP&lt;br /&gt;
servers or whatever.&lt;br /&gt;
* Also the possibility to search all info on the contact, like number, email, postal address and so on, in case someone asks you to identify a known number.&lt;br /&gt;
* Web-based map-lookup. 'How do I get there from here? (here = current GPS location)'  This could also be done&lt;br /&gt;
by integrating with whatever on-phone GPS mapping software the Neo ends up using.&lt;br /&gt;
* Random text input 'notes' about a contact&lt;br /&gt;
* Overall, this should more resemble a Palm-pilot's address-book than your average cellphone's&lt;br /&gt;
* Automated Daily backup of phone book to a website archive (similar to Verizon's Back-up Assistant&lt;br /&gt;
*Ability to integrate address book with web-based email (such as gmail) account, for those who use web based email as their primary account&lt;br /&gt;
* '''[[Wishlist:Tagging|Tagging]]''' Place tags for contacts. Enhance message application to send messages to all contacts tagged with ... . Enhance other application(GPS, ...) with tags.&lt;br /&gt;
* Support for:&lt;br /&gt;
**[http://en.wikipedia.org/wiki/SyncML SyncML]&lt;br /&gt;
**[http://abook.sourceforge.net/ abook] a text-based addressbook program&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Ldap LDAP] address book&lt;br /&gt;
**[http://en.wikipedia.org/wiki/LDIF LDIF], [http://en.wikipedia.org/wiki/Xml XML] and [http://en.wikipedia.org/wiki/Comma-separated_values CSV] export and import (when possible).&lt;br /&gt;
*Store Bluetooth IDs of friends and notify (configurable only on this device or on both devices) when a one of these Bluetooth ID has been detected (this is more a separate application but has requirements on the address book. Should also be able to create an address book entry from a Bluetooth ID. Could be used as a nice tool to detect people who you're avoiding.&lt;br /&gt;
&lt;br /&gt;
==== Database/List Display/Edit ====&lt;br /&gt;
{{Main|Wishlist:PilotDB}}&lt;br /&gt;
&lt;br /&gt;
One of the most useful apps on my Palm Pilot for me is [http://pilot-db.sourceforge.net/ pilot-db].  It's GPL'd.&lt;br /&gt;
&lt;br /&gt;
==== To-Do lists ====&lt;br /&gt;
&lt;br /&gt;
* It'd be nice to have something like [http://www.joesgoals.com Joe's Goals] always available, like my phone is, even when I'm disconnected from the net.&lt;br /&gt;
* I would like to be able update my [http://todotxt.com/ todo.txt] which is stored on a personal server from the phone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Context based To-Do list ====&lt;br /&gt;
{{Main|Wishlist:context based to-do list}}&lt;br /&gt;
&lt;br /&gt;
If I arrive home and there are &amp;quot;@home&amp;quot; things in the to-do list, the Context based to-do list reminds me of that.&lt;br /&gt;
&lt;br /&gt;
==== Workout ====&lt;br /&gt;
&lt;br /&gt;
Use your phone instead of your notebook while at the gym, and get pretty graphs to admire after you're done.&lt;br /&gt;
&lt;br /&gt;
==== Shopping List ====&lt;br /&gt;
keep Track of Prices in different shops and the products you have/don't have. Ideally using a barcode reader and gps.&lt;br /&gt;
If it was made aware of recipes it could even tell you what to buy without entering a shoppinglist manually.&lt;br /&gt;
&lt;br /&gt;
==== [[Fuel Log]] ====&lt;br /&gt;
File data about fueling your car (date/time, liters, price, mileage, ...) and display some information (costs per month, average consumption, ...).&lt;br /&gt;
Advanced features could include:&lt;br /&gt;
* Automatically storing the GPS coordinates of the place where the car has been fueled (can be deactivated)&lt;br /&gt;
* Sending the data to a central server which collects the information ( spritmonitor.de, anything else ?)&lt;br /&gt;
* Let the OpenMoko receive fuel logs per SMS (e.g. if my wife with a non-openmoko mobile fuels the car and wants to file the data using her mobile phone)&lt;br /&gt;
* Let the OpenMoko device act as SMS gateway for non-openmoko devices to easily send the data to the central server&lt;br /&gt;
* Also support for air log for divers. Not that you will take this device under water but for the crew at the surface.&lt;br /&gt;
&lt;br /&gt;
==== Keep in touch reminder ====&lt;br /&gt;
A background application which keeps track of your friends and reminds you when you have not talked, SMS, IM or mailed a person for more than # days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Menstruation period timer ====&lt;br /&gt;
Fill in statistics and compute probabilities for menstruation, fertility, mood.&lt;br /&gt;
See http://www.getjar.com/products/48/MyGirls&lt;br /&gt;
&lt;br /&gt;
==== Tagging ====&lt;br /&gt;
{{Main|Wishlist:Tagging}}&lt;br /&gt;
Tags can be used by various applications. Requirement is interoperability for further enhancement.&lt;br /&gt;
Tags should be applied to contacts, calendar events, mail/sms, calls, places(GPS) and files.&lt;br /&gt;
http://tracker-project.org has all needed tagging-and-searching functionality and ready to be used on low-resourced devices.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Exchange Integration ====&lt;br /&gt;
&lt;br /&gt;
Once there is good TCP/IP connectivity on this phone, integration with corporate email/calendar/to do/contacts/etc servers would be a big advantage... near-real-time automatic email downloads and automatic bi-directional syncing are productivity boosters that you have to experience to appreciate. It turns your phone from a 'nice gadget to fiddle with' to a natural-feeling extension of your day-to-day life.&lt;br /&gt;
&lt;br /&gt;
* Is the time right to name names ? Add as your liking...&lt;br /&gt;
** Plugin/integration to &amp;amp; from Kontact&lt;br /&gt;
** Same with Evolution - Thunderbird - Seamonkey&lt;br /&gt;
** ?? Google Calendars ?? (this one is tough)&lt;br /&gt;
** Ms Exchange&lt;br /&gt;
&lt;br /&gt;
==== An electronic wallet ====&lt;br /&gt;
&lt;br /&gt;
A database which stores securely PIN codes, login data, bank and email accounts, membership informations, and other valuable and private data. Entries can be ordered in a folder-like manner. Access to the database is given by a master password. The database as well as the master password are stored with strong encryption. For security reasons, the program asks again for entry of the master password after a certain period of inactivity. The database can be synchronized with a PC application (ideally written in Java for cross platform compatibility).&lt;br /&gt;
&lt;br /&gt;
Examples: KWallet [http://docs.kde.org/stable/en/kdeutils/kwallet/index.html], Viskeeper [http://www.sfr-software.de/cms/EN/pocketpc/viskeeperpro/index.html], KeePass [http://keepass.info/]&lt;br /&gt;
&lt;br /&gt;
==== Easy business card sharing for a small group (in the same room) over bluetooth or WIFI ====&lt;br /&gt;
&lt;br /&gt;
Six Neo1973 owners are having a chat in a cafe.    They agree to split but meet later.     They want to exchange their numbers with each other before they go....     The normal way to do this is for a rather longwinded repeating of numbers to each other, or half the people manually inputting numbers before phoning/texting the other half to complete the process.    All in all its a fair number of button presses to get it sorted.&lt;br /&gt;
&lt;br /&gt;
Instead the NEO could have a small app where the phones link up in a small peer to peer Bluetooth network and share automatically with one person initiating a request and the other detected NEOS agreeing/acknowledging the share.   The initiating NEO would then sync the mini-group automatically by interrogating each phone and then sending the table of results.     The NEOs would have to be clever about checking for duplicates in the address book and offering a choice to the user if there are any conflicts.&lt;br /&gt;
&lt;br /&gt;
PROS: &lt;br /&gt;
*genuine saving in time for social and business situations&lt;br /&gt;
&lt;br /&gt;
CONS: &lt;br /&gt;
*I am sure there are some security hassles to be pondered....&lt;br /&gt;
*not going to be used every day... definitely not an immediate priority.....&lt;br /&gt;
*only at geek conferences will all have a neo....&lt;br /&gt;
&lt;br /&gt;
==== SMS Counter ====&lt;br /&gt;
&lt;br /&gt;
An application which shows on the today-screen how many SMS i've already sent in this actual month. Some have for example 150 free SMS to write each month. With that program you can see all the time how many SMS are left until the end of the period. As an alternative it could be a counter which counts backwards from a predefined number over a defined period.&lt;br /&gt;
&lt;br /&gt;
===Profiles===&lt;br /&gt;
{{Main|Wishlist:Profiles}}&lt;br /&gt;
&lt;br /&gt;
The Wishlist:Profiles page documents many possible profiles - ways to configure the phone. Including ways to respond to calls, wifi and GPS events.&lt;br /&gt;
And how to automatically switch between them.&lt;br /&gt;
&lt;br /&gt;
===Text Messaging===&lt;br /&gt;
For '''Text Input related ideas''' see [[Wishlist:Text_Input]]. Bear in mind that T9 can not be included&lt;br /&gt;
For current development status of the messaging-app see: [[Messages]].&lt;br /&gt;
&lt;br /&gt;
There are many useful options that now can be used to full capacity:&lt;br /&gt;
&lt;br /&gt;
* '''Instant Messaging'''&lt;br /&gt;
Bringing a new GTK gui or a resized Qt gui out for the serverless Instant Messenger http://Retroshare.sf.net&lt;br /&gt;
&lt;br /&gt;
* '''Acknowledge/status SMS'''&lt;br /&gt;
In GSM networks so-called acknowledge-SMS are sent back to the SMS's dispatcher in order to indicate that the primal sms was received (as message delivery is only best effort and is not guaranteed). So in the SMS dialog there could be equal sized buttons with captions as 'send only', 'send and receive delivery status message' and 'send and notify (e.g. ring) when delivery succeeded'.&lt;br /&gt;
&lt;br /&gt;
** '''Special handling of status-SMS''' &lt;br /&gt;
Related to the previous entry, these acknowledgment-sms' should be handled in a different way than normal SMS'. Most Motorola do this, while Samsung SGH series don't &amp;amp; clog the inbox, warn of a &amp;quot;new&amp;quot; message upon Status notification: Delivery Status Messages should be stored in a separate menu so they don't bloat the received-folder and you are able to quickly review the status of the messages you had sent.&lt;br /&gt;
* '''SMS at time/date''' You could be able to set up messages that are sent at a certain time/date&lt;br /&gt;
* '''Binary SMS''' Send binary SMS. Could be used to feign WAP pushes. [http://en.wikipedia.org/wiki/Multimedia_Messaging_Service] See: &lt;br /&gt;
** Resource for SMS encoding: [http://web.archive.org/web/20021016104345/www.dreamfabric.com/sms/] [http://web.archive.org/web/20060411222332/] [http://home.student.utwente.nl/s.p.ekkebus/portfolio/resource/sms_pdu.html] [http://www.ihub.com/Binary%20Messages.htm]&lt;br /&gt;
** [http://www.gammu.org www.gammu.org] - you can use Gammu/Gammu+ source for this software and/or understanding various SMS formats including EMS, WAP, Nokia Smart Messaging, Siemens &amp;amp; Alcatel encoding ([[User:Marcin|I could]] eventually help)&lt;br /&gt;
** Resource for SMS encoding (German): http://de.wikipedia.org/wiki/SMS-Kodierung&lt;br /&gt;
** The infamous pocketpc-attack: http://www.mulliner.org/pocketpc/&lt;br /&gt;
* '''Profile-override-SMS''' SMS that start with a certain code word override the silent profile and have the phone ring. So someone could alert you in case of some emergency.&lt;br /&gt;
* '''Codeword-SMS''' An expansion of the above: check for code words and allow selectable tones for matches. E.g. &amp;quot;Server Down!&amp;quot; has a loud klaxon, &amp;quot;Disk Warning&amp;quot; has a quiet chirp.&lt;br /&gt;
* '''(De-)Abreviation-script''' Implement a script that de-abbreviates: &amp;quot;hi m8 u k?-sry i 4gt 2 cal u lst nyt-y dnt we go c film 2moz&amp;quot; becomes &amp;quot;Hi mate. Are you okay? I am sorry that I forgot to call you last night. Why don't we go and see a film tomorrow?&amp;quot; (taken from: [http://en.wikipedia.org/wiki/SMS_language])&lt;br /&gt;
** Implement a script that abbreviates :-)&lt;br /&gt;
* '''Anti-Spam''' ...feature for SMS. May be it's possible to port some Bayesian based application like bogofilter.&lt;br /&gt;
* '''Rule based authorizations''' ...for received messages. For example, delete messages from one source between 9h00 and 18h00 (workday) allow them otherwise (to get alerting messages).&lt;br /&gt;
* '''Enable chat-like SMS-viewing''' SMS-Email-like: retain SMS app, but store 'conversations' rather than pile-up. Group/archive conversations by Caller Group (Work / Friends / Home / any user-defined Caller Group). Show appropriate icon from either Caller Group or Caller ID at the source of conversations panel&lt;br /&gt;
* '''Searching''' allow full-text search or string search.&lt;br /&gt;
* '''Massive SMS Deletion''' based on Conversation, author, before-date-xx.xx.xxxx, caller group, [[Wishlist:Tagging|tags]]...&lt;br /&gt;
* '''Call Back''' Prompt 'Call Back' alongside other first-line options (Delete, Save number,.. this kind of options) that appear when reading an SMS.&lt;br /&gt;
* '''Non-destructive deletion''', deleted messages goes to trash, and are recoverable.&lt;br /&gt;
* '''SMS-EMail-Gateway'''&lt;br /&gt;
SMS comes in, gets forward to your inbox, like any other piece of mail.  Appropriate alerts and etc occur - again, just like for email. A simple SMTPD running on 127.0.0.1 that is hooked to an email-to-SMS translator that will send email addressed to 'SMS@localhost' (or whatever special address) out via SMS&lt;br /&gt;
* '''SMS-filter chain''', for stuff like Codeword-SMS above, Theft-mode activation, auto-response (reply with gsm-position for &amp;quot;Where are you?&amp;quot;), auto-substitution (like replace $POS with gsm-position in outgoing SMS).&lt;br /&gt;
* '''SCROOGE-SMS'''  This is an intelligent SMS router.    When you write your SMS you get the option of how to send it&lt;br /&gt;
** By standard carrier SMS - cost 10cents&lt;br /&gt;
** By OpenMoko SCROOGE SERVER - this will send your SMS to the OpenMoko Community SCROOGE SERVER next time you have WiFi - the phone will remind you to turn on WiFi when it knows you are in places where you have WiFi access.   The person you are sending to picks up when they come into WiFi Range.    This comes with an intelligent reminder that tells you that message has still not been delivered in 24 hours and would you now like to send it by a paymethod.    This is better than IM because both parties do not have to have WiFi at the same time. - cost FREE&lt;br /&gt;
** By email/Wifi - cost FREE&lt;br /&gt;
** By email/GPRS - cost ?&lt;br /&gt;
** Too many options!!!&lt;br /&gt;
** Alternatively SCROOGE SERVER could auto launch IM client if it detects both parties have WiFi at the same time (Status kept on SCROOGE SERVER?) to allow instant reply.....    Person who receives has the option to reply in SMS or in IM or in VOIP phone.&lt;br /&gt;
&lt;br /&gt;
=== Text input ===&lt;br /&gt;
{{Main|Wishlist:Text Input}}&lt;br /&gt;
There are many good suggestions for text input on the specific text input ideas page.&lt;br /&gt;
&lt;br /&gt;
=== More/Custom Input Method Widgets ===&lt;br /&gt;
{{Main|Wishlist:More/Custom_Input_Method_Widgets}}&lt;br /&gt;
Additional and customizable Input Method Widgets (similar to virtual keyboard).  &lt;br /&gt;
This could add soft-key functionality to games or other applications such as:&lt;br /&gt;
*D-Pads&lt;br /&gt;
*buttons&lt;br /&gt;
*virtual trackballs&lt;br /&gt;
*...&lt;br /&gt;
Personalized layouts could be associated with each application.&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
{{Main|Wishlist:Games}}&lt;br /&gt;
&lt;br /&gt;
=== Mesh Networking ===&lt;br /&gt;
{{Main|Wishlist:Mesh Networking}}&lt;br /&gt;
&lt;br /&gt;
=== Printing Support ===&lt;br /&gt;
It would be really neat to be able to print over either bluetooth, Wifi, or USB. I can imagine wanting to print:&lt;br /&gt;
&lt;br /&gt;
* Notes&lt;br /&gt;
* Maps&lt;br /&gt;
* Email&lt;br /&gt;
* Calendars&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
Cups contains a bluetooth printing backend, so (in theory) once you have your data in postscript format, you could hand it to cups and it'll do the rest. In practice, it depends on&lt;br /&gt;
&lt;br /&gt;
# GTK+'s printing support&lt;br /&gt;
# Making cups run on a really small system&lt;br /&gt;
&lt;br /&gt;
{{note| GTK+'s printing support seems to be very immature in 2.6 (which we need to use for some time). Gtk+ 2.10 contains much better printing support -- once we can use this, it should be more easy.}}&lt;br /&gt;
&lt;br /&gt;
There's always the possibility to render postscript ourselves, but this is not a piece of cake -- in general, printing is much harder than one would imagine.&lt;br /&gt;
&lt;br /&gt;
Further details:&lt;br /&gt;
* [http://groups.osdl.org/apps/group_public/download.php/2205/print-summit-gtk.pdf#search=%22gtk%2B%20printing%20API%22 osdl.org]&lt;br /&gt;
* [http://www.gnome.org/~alexl/presentations/guadec2006-printing.pdf#search=%22gtk%2B%20printing%20API%22 gnome.org]&lt;br /&gt;
* [http://www.j5live.com/?p=204 j5live.com]&lt;br /&gt;
&lt;br /&gt;
===Misc Software===&lt;br /&gt;
====Clocks/timers/Activity meters====&lt;br /&gt;
===== Sport tracker =====&lt;br /&gt;
{{Main|Wishlist:Sport_tracker}}&lt;br /&gt;
Sport tracker can be used to measure the distance/velocity from point A to point B (or it could have several intermediate stopping points) using GPS.  This would be extremely useful for running, biking, hiking, etc.&lt;br /&gt;
&lt;br /&gt;
===== Standby clock =====&lt;br /&gt;
{{Main|Wishlist:Standby_clock}}&lt;br /&gt;
A quick way to see what time it is.&lt;br /&gt;
&lt;br /&gt;
===== Egg Timer =====&lt;br /&gt;
{{Main|Wishlist:EggTimer}}&lt;br /&gt;
&lt;br /&gt;
Very simple (one click) count up / count down timers are very useful.&lt;br /&gt;
&lt;br /&gt;
===== Cycle Computer =====&lt;br /&gt;
As already mentioned by [http://wiki.openmoko.org/wiki/User_talk:Technil Technil], a cycle computer could be created using gps. The sensor at the bike's wheel could transmit data via bluetooth or some cable that would be attached to an openmoko device. In order to save power, one could switch off the gps and only use the bike's sensor.&lt;br /&gt;
* Just another idea that came to me: Why don't have sensor's transmit cable plug into the headphone/microphone plug? A tool reads the signals created by the induction of the passing magnet, then gives them to the cycle-computer-app :) --[[User:Minime|Minime]] 19:50, 12 April 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
===== NTP Server =====&lt;br /&gt;
&lt;br /&gt;
Run the [http://www.ntp.org NTP] daemon using the GPS chipset as a reference clock, so that the Neo would have a very accurate time-of-day clock and would be able to serve time to other networked devices. &lt;br /&gt;
&lt;br /&gt;
I don't know what it would take to implement this. Items to consider would be the availability of a 1 pulse-per-second hardware signal, the accuracy of timestamps delivered in NMEA messags, etc. Dealing with power-management issues (such as the device going to sleep) would also be challenging.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Find Keys/locate stuff =====&lt;br /&gt;
&lt;br /&gt;
This would require an additional accessory: a tag which transmits a signal that the Openmoko device can pick up. The tag could for example be attached with a ring loop to your keys, put in your wallet, or be attached with high strength adhesive strips to your remotely controlled aircraft. Whenever you can't find back your keys, wallet, RC aircraft,... you activate this application. When the device picks up the signal of the tag, it translates it to clear audio and visual prompts to guide you in the right direction.&lt;br /&gt;
&lt;br /&gt;
A commercial device that offers this functionality is the [http://loc8tor.com/ loc8tor]. Having this in the Openmoko phone would obliviate the need for a separate device. Murphy's law dictates that you'll only loose your keys when you don't know any more where you've put the loc8tor tracking device. But you're bound to always have your phone with you. &lt;br /&gt;
&lt;br /&gt;
Additionally, you could also set a safety perimeter. Whenever a tagged item moves more then X meters from the phone, a signal will be given.&lt;br /&gt;
&lt;br /&gt;
For a related idea, see [[Wishlist#Dude.2C_Where.27s_My_Car.3F|Dude, Where's my car]].&lt;br /&gt;
&lt;br /&gt;
===== Reality check reminder =====&lt;br /&gt;
{{Main|Wishlist:Reality check reminder}}&lt;br /&gt;
&lt;br /&gt;
A tool to [http://www.phrack.org/issues.html?issue=64&amp;amp;id=16 hack your brain]&lt;br /&gt;
&lt;br /&gt;
===== Automatic timezone changing (GPS) =====&lt;br /&gt;
&lt;br /&gt;
Check the timezone with GPS and adapt them.&lt;br /&gt;
&lt;br /&gt;
====Calculators====&lt;br /&gt;
===== A Universal Unit Converter Tool =====&lt;br /&gt;
&lt;br /&gt;
One never knows when one may have to convert acre-feet into deciliters.  A unit conversion tool makes all engineers and engineer wannabes much happier. And not only the engineers. &lt;br /&gt;
&lt;br /&gt;
Ideas what kind of conversions a converter tool could do:&lt;br /&gt;
&lt;br /&gt;
Length&lt;br /&gt;
- Acceleration&lt;br /&gt;
- Angle&lt;br /&gt;
- Angular Velocity&lt;br /&gt;
- Area&lt;br /&gt;
- Capacitance&lt;br /&gt;
- Radioactivity&lt;br /&gt;
- Currency &lt;br /&gt;
- Charge&lt;br /&gt;
- Computer Memory&lt;br /&gt;
- Conductance&lt;br /&gt;
- Density&lt;br /&gt;
- Energy&lt;br /&gt;
- Illumination&lt;br /&gt;
- Power&lt;br /&gt;
- Force &lt;br /&gt;
- Flow&lt;br /&gt;
- Pressure&lt;br /&gt;
- Speed&lt;br /&gt;
- Temperature&lt;br /&gt;
- Time&lt;br /&gt;
- Torque&lt;br /&gt;
- Viscosity&lt;br /&gt;
- Volume&lt;br /&gt;
- Weight&lt;br /&gt;
&lt;br /&gt;
Roman Numerals&lt;br /&gt;
- ASCII, Hex&lt;br /&gt;
- Cooking&lt;br /&gt;
- BMI&lt;br /&gt;
- Clothing Sizes&lt;br /&gt;
&lt;br /&gt;
Money Converter based on current rates from Internet...&lt;br /&gt;
e. g. Dollar &amp;lt;-&amp;gt; Euro&lt;br /&gt;
 &lt;br /&gt;
Physical and Mathematical Constants&lt;br /&gt;
GPS conversions &lt;br /&gt;
&lt;br /&gt;
- link to or integration of a scientific calculator&lt;br /&gt;
- link to or integration of a simple calculator&lt;br /&gt;
&lt;br /&gt;
A good basis for such a converter tool could be the Palm program &amp;quot;units&amp;quot; from &lt;br /&gt;
François Pessaux [http://francois.pessaux.neuf.fr/files/units1_11.tgz]. The GPL'd program comes with full documentation.&lt;br /&gt;
&lt;br /&gt;
For GPS conversions see gpsbabel [http://www.gpsbabel.org]&lt;br /&gt;
&lt;br /&gt;
===== An Postfix Notation (RPN) calculator =====&lt;br /&gt;
&lt;br /&gt;
Many engineers, computer scientists and other groups who have grown to enjoy the simplicity and ease of an postfix notation calculator will miss them when they give up other platforms to move to OpenMoko.  A RPN calculator will increase adoption by providing one of the tools that other platforms have provided for many years.&lt;br /&gt;
&lt;br /&gt;
==== Windows CE Emulator ====&lt;br /&gt;
&lt;br /&gt;
On ARM machine, Windows CE API emulator, like Wine on x86 machines. &lt;br /&gt;
&lt;br /&gt;
==== PalmOS Emulator ====&lt;br /&gt;
&lt;br /&gt;
The Access group is probably coming out with their Linux platform any time soon. One of the components is a PalmOS emulator which I'd like to see working on OpenMoko as well. There are literally thousands of PalmOS apps.&lt;br /&gt;
&lt;br /&gt;
I'd like to see a Windows CE Emulator with active sync support.&lt;br /&gt;
&lt;br /&gt;
==== Chumby Emulator ====&lt;br /&gt;
&lt;br /&gt;
Would be very cool if the neo can act as a chumby. see http://chumby.com for more details about a chumby.&lt;br /&gt;
&lt;br /&gt;
==== TV Guide ====&lt;br /&gt;
Display a TV guide using [http://xmltv.org xmltv].&lt;br /&gt;
Something like [http://mtvg.sourceforge.net/ Maxemum TV-Guide] (QT)&lt;br /&gt;
&lt;br /&gt;
==== Alcohol meter ====&lt;br /&gt;
Give the phone some info about your body (gender, size, weigth) and when/what you drink and it will compute an approximation of the amount of alcohol in your blood. Updates automatically, could have an alarm, when you are probably sober again.&lt;br /&gt;
See, for example (German text) http://www.misterio-online.de/promille.htm&lt;br /&gt;
&lt;br /&gt;
==== Interaction with LEGO Mindstorm ====&lt;br /&gt;
With the accelerometers, GPS and good CPU, the phone could be used to control/serve as input with robots built with LEGO Mindstorm, which can be accessed by USB and Bluetooth.&lt;br /&gt;
&lt;br /&gt;
==== Flashlight ====&lt;br /&gt;
Simple finger application that makes every pixel on the entire screen white to be as bright as possible until you tap the screen again to turn it off.  This way, you can use your Neo as a (short term) flashlight!&lt;br /&gt;
&lt;br /&gt;
==== Wii Controller Emulator ====&lt;br /&gt;
Use the accelerometers and buttons on screen to work as a Wii controller via Bluetooth.&lt;br /&gt;
&lt;br /&gt;
==== FUSE support ====&lt;br /&gt;
Ability to use FUSE to mount larger file systems over wireless.  (even gmailfs, sshfs, etc.)&lt;br /&gt;
&lt;br /&gt;
=== Accessibility ===&lt;br /&gt;
Accessibility features for the visually impaired.&lt;br /&gt;
* High Contrast Themes.&lt;br /&gt;
* Screen Magnifier. Features should include automatic cursor tracking when navigating menus and entereing text and provide manual controls to zoom in on other section of the screen.&lt;br /&gt;
* Text to speech. The software should read out menu item ,contact lists ,text messages etc. Would also be useful for operating the phone while driving. see: [[Wishlist:Speech synthesis]]&lt;br /&gt;
&lt;br /&gt;
==== VOIP ====&lt;br /&gt;
* [[Dialer]] should be able to use SIP.&lt;br /&gt;
Ability to use the phone for VOIP over wi-fi such as Vonage. They currently have 2 different pieces of software for pc . Basically software creates a mac address which is paired with your Vonage account. Skype could also be implemented but I prefer Vonage. Only available when connected to wi-fi with a good connection. Phone treats calls the same as a cellular call, could keep a separate log of minutes, ability to record conversations, etc. Option to use VOIP if connection is available automaticly or manually. Small icon to show when call is using VOIP.&lt;br /&gt;
* A standard SIP client would probably fit better into the &amp;quot;free and open&amp;quot; philosophy.&lt;br /&gt;
* Ideally a SIP client that includes ZRTP/SRTP for secure communications.&lt;br /&gt;
(Note: Vonage will not give you your SIP credentials, so you cannot log into their network with a non-approved softphone. Other VoIP providers have different policies.)&lt;br /&gt;
&lt;br /&gt;
''This seems very similar to what [http://en.wikipedia.org/wiki/Generic_Access_Network UMA] offers.''&lt;br /&gt;
&lt;br /&gt;
Asterisk is a great communication platform that can run on small devices. I have an Asterisk server running on a Nokia 770 and I read about running Asterisk on an iPhone. With the crosscompiler available it sould be possible to compile it and run Asterisk on an openmoko phone and let it take care of almost everything on the wishlist below.&lt;br /&gt;
Edw/&lt;br /&gt;
&lt;br /&gt;
==== Power Meter ====&lt;br /&gt;
If the power bar is clicked on it will show time left on charge and if charging it will show time until full.&lt;br /&gt;
&lt;br /&gt;
=== Accelerometer wishes ===&lt;br /&gt;
==== Flick interface ====&lt;br /&gt;
Ability to &amp;quot;flick&amp;quot; the phone for page up/down by simply and rapidly tilting the phone back-and-forth for up and forth-and-back for down. The same motion can be implemented for sideways motion. This will take advantage of the 2 3d accelerators.&lt;br /&gt;
&lt;br /&gt;
Sensitivity of the scrolling should be configurable and a test option provided.&lt;br /&gt;
&lt;br /&gt;
==== Reading navigation of documents enhanced by accelerometers ====&lt;br /&gt;
If the two accelerometers in Neo1973 allows it, it will be nice if when you're reading, give a newspaper, you can move up, down, left and to the right the viewing of the document just moving the phones to the corresponding direction.&lt;br /&gt;
&lt;br /&gt;
I don't know if this is possible (haven't seen the project in detail yet) but this feature could be very attractive for final users (and this is good). (sorry for my english but i'm italian)&lt;br /&gt;
&lt;br /&gt;
==== Wand UI ====&lt;br /&gt;
In keeping with the requests to think outside of the box... the dual 3d accelerometers should enable a 'magic wand'-style UI for certain uses. Macros could be recorded and edited, or presets could be used. For example, flipping the device playfully could initiate a game mode or could signal the end of the work day.&lt;br /&gt;
==== Panning interface ====&lt;br /&gt;
Some applications display underlying data that is larger than the screen.  Typically they let you pan across the data using scroll bars.&lt;br /&gt;
&lt;br /&gt;
In cases where the data is only (say) 3 or 4 screens wide or high, it may be very intuitive to just shift the hand held device a few centimeters to the left or right, up or down to pan in that direction.  The screen would appear to be a hole into the world of the data, and you're just moving the hole to look at something else.&lt;br /&gt;
&lt;br /&gt;
When the underlying data is very large, you obviously wouldn't want to use this mechanism unaltered; you'd have to walk to the next room to see the data 100 screens away.  Instead different accelerations can be used for different panning sizes.  This is the same adaption used for accelerated mouse pointers typical on touch pads.  A quick flick moves the mouse pointer fast and far.  A slower drag over the same area on a touch pad moves the pointer slower and with more precision.&lt;br /&gt;
&lt;br /&gt;
==== Shake-to-Wake ====&lt;br /&gt;
Giving the phone a shake enables voice commands for a few seconds.&lt;br /&gt;
Usage Examples: &lt;br /&gt;
&lt;br /&gt;
* {Shake} &amp;quot;Call&amp;quot; ''ContactName'' ''PhoneType''&lt;br /&gt;
* {Shake} &amp;quot;Call John Mobile&amp;quot;  (Calls John's mobile)&lt;br /&gt;
* {Shake} ''ApplicationName''&lt;br /&gt;
* {Shake} &amp;quot;Reader&amp;quot; (Opens the e-book application)&lt;br /&gt;
&lt;br /&gt;
Would require a method of inputting voice tags for applications and contacts and obviously will only work for P2 (accelerometers)&lt;br /&gt;
But lets get voice command functionality working before P2 (just by pressing a button on the screen instead of shaking)&lt;br /&gt;
&lt;br /&gt;
I think that is possibly to replace &amp;quot;Shake&amp;quot; with double hit with finger in the side of phone. Proper algorithms(with accelerometers) should recognize any similar activities.&lt;br /&gt;
&lt;br /&gt;
==== Emergency call ====&lt;br /&gt;
When the accelerometer detects a great acceleration (i.e. 5G) start a countdown sequence, if it is not stopped make a call to a preconfigured emergency number. If the data from the GPS is accurate give it.&lt;br /&gt;
&lt;br /&gt;
A first version could use a recorded message (an audio file). In next version it could use a synthesizer, so it can give more information (add GPS information when it is ready).&lt;br /&gt;
&lt;br /&gt;
:I would worry that most such events would be false positives, and hard to distinguish from the real thing.  A user dropping their phone (an event very common in the life of any cellphone) is far more likely than a user being in a car accident with their phone, and the clatter of a cell phone on asphalt could reach 5G.  Additionally, it has to be very hard to distinguish hitting pavement from hitting a windshield, as from a physics standpoint the two are the same thing. [[User:Hashbrowncipher|Hashbrowncipher]] 02:06, 26 October 2007 (CEST)&lt;br /&gt;
::It could use the gps data to calculate the speed it is traveling with. Let's say it has been moving for more than 50 km/h for more than 10 seconds. Then it could activate the &amp;quot;emergency call if more than 5g&amp;quot; function. Aside from the countdown timer, it could increase the volume to max and warn the user that an automatic emergency call will take place in x seconds. While it is counting down it could listen for &amp;quot;Never mind, I'm fine, phone&amp;quot; and stop the countdown in case it hears that. It could also output the warning sound to the attached bluetooth headset and let the user talk to emergency services if the user is still conscious. [[User:Tommy|Tommy]] 17:48, 8 January 2008 (CET)&lt;br /&gt;
:::Perhaps have the phone yell loudly that it's about to do the emergency call for a decent amount of time, disabled by touching the screen or entering the pin number. In the case of any bluetooth device attached to the user, the phone could check to see if it's in range before calling. [[User:sin|sin]]&lt;br /&gt;
&lt;br /&gt;
==== Movement detection ====&lt;br /&gt;
By detecting that the owner is walking a user defined profile can be activated with a specific set of notification settings. For example you may wish to use a cheap old sounding ringtone so you don't attract attention from muggers. Or you may wish to have a louder ringtone if you carry your phone in a bag where it can't be so easily heard.&lt;br /&gt;
&lt;br /&gt;
==== Games ====&lt;br /&gt;
Imagine a first person shooter that you look around by turning your body.&lt;br /&gt;
&lt;br /&gt;
==== Sloshing battery indicator ====&lt;br /&gt;
Shaking the phone will produce a sloshing sound, as if  it contained a liquid. As the battery loses charge, so the sound produced on being shaken, will replicate a decreasingly empty container. [http://mobile.slashdot.org/article.pl?sid=07/11/28/1342248] for an example.&lt;br /&gt;
==== Steady screen ====&lt;br /&gt;
It may be hard to read the screen when the device is shaking from some source of vibration.  E.g.&lt;br /&gt;
* being mounted inside a vehicle&lt;br /&gt;
* during certain sports&lt;br /&gt;
* while the internal vibrator is activated (perhaps)&lt;br /&gt;
The accelerometers could be used to determine the frequency of the shaking and to make the screen appear to be steady by offsetting the contents at the same frequency in the opposite direction.  If this was handled by the graphics processor it might not even be an intensive operation or produce significant battery usage.&lt;br /&gt;
&lt;br /&gt;
At slower movements, (say just being held in an older unsteady hand) the accelerometer data could be fed directly into the screen offset.  This would allow you to compensate for unpredictable movements.  &lt;br /&gt;
&lt;br /&gt;
Such a mode would cancel out shaking, producing what would appear to be a slightly smaller but steady screen.  (Smaller because pixels at the edge of the screen may have ''any'' screen in the same location in the next fraction of the vibration).  Gross movements that move the screen to an entirely different position would not be cancelled, effectively 'panning' to keep up with the large movement.&lt;br /&gt;
&lt;br /&gt;
In situations where the hand is not experiencing the same source of vibration that the screen is, the areas of touch sensitivity should be offset at the same time as the screen.  So a steady hand touching a vibrating screen isn't interpretted by the application software as a vibrating hand.&lt;br /&gt;
&lt;br /&gt;
These features would best be implemented in the rendering and touch libraries so they could be activated for all applications.&lt;br /&gt;
&lt;br /&gt;
==== Others ====&lt;br /&gt;
Also see the pages[[Wishlist:Auto Align Map]], [[Wishlist:Determine Position]], [[Distance Measuring]], [[Wishlist:Computer Mouse]], [[Wishlist:Dynamic Screen Orientation]].&lt;br /&gt;
&lt;br /&gt;
=== Connectivity ===&lt;br /&gt;
&lt;br /&gt;
==== VNC ====&lt;br /&gt;
A good, stylus friendly VNC client/host combo would be easy to add and terribly useful.&lt;br /&gt;
&lt;br /&gt;
==== Networked X-Windows ====&lt;br /&gt;
&lt;br /&gt;
Whether it's running true X-Windowing over the network, or your bog-standard VNC connection as mentioned above, the ability to have your phone's screen available on your laptop or palmtop would be most desirable.&lt;br /&gt;
&lt;br /&gt;
==== NX client ====&lt;br /&gt;
&lt;br /&gt;
A form of X-windows forwarding optimized for performance over slow, or high-latency links, which could prove extremely useful. Capable of streaming a good quality, full desktop session over modem speeds. The protocol and at least one implementation is gpl'd. [http://en.wikipedia.org/wiki/NX_technology wikipedia]&lt;br /&gt;
&lt;br /&gt;
==== OpenOffice Presenter Control ====&lt;br /&gt;
&lt;br /&gt;
I Think it is a good idea to control your OO Presentation with Openmoko about WLAN or Bluetooth.&lt;br /&gt;
I think it needs some buttons to go back or forward and control the mouse to show something and take normal mouse clicks.&lt;br /&gt;
But with the mouse clicks I think that we need a short time between the clicks in example 1 second. Because when you make a mouse &lt;br /&gt;
click than to fast than you must go back.&lt;br /&gt;
&lt;br /&gt;
==== Amarok and other Media Player remote control ====&lt;br /&gt;
&lt;br /&gt;
Control Amarok or any other Media Player with OpenMoko (as a remote control). Bluetooth or WLAN could be used as protocol to send and receive the data. Maybe a WebInterface of Amarok is a start. Can be used on parties for a mobile music management.&lt;br /&gt;
&lt;br /&gt;
==== Read informations with SMS ====&lt;br /&gt;
Send a SMS with Code to the OpenMoko (from a specific number).&lt;br /&gt;
For example to send get the GPS coordinates from a stolen Neo (or if you don't know where your Neo is).&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
==== General Filesystem Encryption ====&lt;br /&gt;
&lt;br /&gt;
If anyone wants to get your private data saved on your OpenMoko device, he should have to get through a high security mechanism like dm-crypt. The question is how much CPU power would be needed. &lt;br /&gt;
Would it be an idea to encrypt only the private data like phone numbers, preferences, address book etc. (like /home/$USER).&lt;br /&gt;
&lt;br /&gt;
http://luks.endorphin.org&lt;br /&gt;
&lt;br /&gt;
==== My Account ====&lt;br /&gt;
{{Main|My Account}}&lt;br /&gt;
A way to securely store information about the phone, and ensure that a phone you may be considering purchasing is not stolen.&lt;br /&gt;
&lt;br /&gt;
==== [http://zfoneproject.com/ Zfone] or similar ====&lt;br /&gt;
&lt;br /&gt;
Something that allows the user to speak with another person securely.&lt;br /&gt;
&lt;br /&gt;
==== GSM Encryption ====&lt;br /&gt;
&lt;br /&gt;
This software application would allow GSM encrypted calls to be made using the GSM Data Call Channel. &lt;br /&gt;
&lt;br /&gt;
[[OSvS]]&lt;br /&gt;
&lt;br /&gt;
==== My Voice is my Passport ====&lt;br /&gt;
Use voice recognition to unlock the phone.  &amp;quot;Hi. My name is ... My voice is my passport.  Verify me.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Firewall ====&lt;br /&gt;
A network firewall&lt;br /&gt;
&lt;br /&gt;
==== Full Mac Support ====&lt;br /&gt;
Full mac support, preferably with full software and full sync capabilities with iCal and iMail &lt;br /&gt;
&lt;br /&gt;
==== Anti Theft Application ====&lt;br /&gt;
&lt;br /&gt;
This application would enter the phone into an [[Anti-Theft Mode]] which activates particular security features to reduce the risk of theft and also to ensure a higher probability of recovery of a stolen handset.&lt;br /&gt;
&lt;br /&gt;
====RFID based personal alerts====&lt;br /&gt;
Assuming an RFID reader is available:  You'd put an RFID tag on your keys, wallet, etc and train a program on the phone to give you a soft or hard alert when one of them leaves detection range.  That way, if you're walking away from one of them, the phone could alert you.&lt;br /&gt;
&lt;br /&gt;
====OpenVPN Client====&lt;br /&gt;
This application allows to configure the device as an OpenVPN client using the GUI including support for X.509 certificates.&lt;br /&gt;
&lt;br /&gt;
=== Integrated Help System ===&lt;br /&gt;
&lt;br /&gt;
A help system that is either on or off. It could be activated and deactivated by a [[five-second-press]] on a button, for example the AUX button. When the help system is activated, it will explain the use of any item you touch on screen (with stylus or finger). Example: if you touch the battery icon, it will explain that this shows battery level / remaining time. If you touch the date / time icon, it will explain that this icon shows date and time, and that if you press it, you can set date and time. Primarily, this help system should be able to explain all user interface elements in the main screen, but if it proves popular, it could be expanded to cover other applications as well.&lt;br /&gt;
&lt;br /&gt;
===Performance optimisation===&lt;br /&gt;
==== Use DMA engine in CPU for blitter ====&lt;br /&gt;
The DMA engine in the CPU can substantially speed up moving of large  areas of screen in some cases.&lt;br /&gt;
&lt;br /&gt;
==== Use virtual screen to optimise scrolling ====&lt;br /&gt;
In some other cases, the hardware supported virtual screen may also speed it up.&lt;br /&gt;
===Reusable Display/UI Widgets===&lt;br /&gt;
====Use BigPage for full page zoom, scroll, scale in many apps====&lt;br /&gt;
The [[BigPageWidget]] Page decribes a widget that could bring full natural page viewing, scaling, scrolling to the OM platform - allowing all applications to make intuitive UIs. A good way to read documents of any type without reformatting them massively increases the utility of a device with a small screen&lt;br /&gt;
&lt;br /&gt;
==Bluetooth==&lt;br /&gt;
&lt;br /&gt;
=== Voice Dialing ===&lt;br /&gt;
&lt;br /&gt;
Dial by voice commands.&lt;br /&gt;
&amp;lt;br&amp;gt;Dial by dictating phone number. This way we can voice dial any number even if not in our contact list.&lt;br /&gt;
&lt;br /&gt;
=== Music through Bluetooth Headset ===&lt;br /&gt;
&lt;br /&gt;
Music can be played through a Bluetooth headset, but would stop playing when a call comes in.&lt;br /&gt;
&lt;br /&gt;
=== Walkie Talkie ===&lt;br /&gt;
&lt;br /&gt;
Let OpenMoko devices connect to one another via bluetooth or another connection method (GPRS for long distance but high latency, probably Wifi on P2), and hold a conversation.&lt;br /&gt;
&lt;br /&gt;
Features for this applications can be:&lt;br /&gt;
* Push To Talk (PTT) button&lt;br /&gt;
* Voice Activated Control (VAC) which will set it in transmit mode when input has is detected above a certain predefined level.&lt;br /&gt;
* Optionally a full duplex mode&lt;br /&gt;
* Different channels to choose from&lt;br /&gt;
* Monitor different (preselected or all) channels for traffic.&lt;br /&gt;
* Content encryption&lt;br /&gt;
* Active noise control&lt;br /&gt;
* Allow zero config use (units can talk without any access point helping)&lt;br /&gt;
* Overview of all connected people trough sending GPS data to everyone who is in the Walkie Talkie channel&lt;br /&gt;
&lt;br /&gt;
Local (non-GPRS) use cases include chatting while biking&lt;br /&gt;
or motorcycling in a group; perhaps also in a car caravan.&lt;br /&gt;
This application could also be used as a baby-phone to monitor your siblings.&lt;br /&gt;
&lt;br /&gt;
This would be more useful if the Neo had Class 1 bluetooth, though probable Wifi on P2 will also offer more range.&lt;br /&gt;
&lt;br /&gt;
(One thumbs up from me) Jackcday&lt;br /&gt;
&lt;br /&gt;
=== Automatic Sync ===&lt;br /&gt;
&lt;br /&gt;
Automatically synchronize with desktop computer (or with any [http://en.wikipedia.org/wiki/SyncML SyncML] server) when within range based on user profile.  This may require the use of a secure data transfer.&lt;br /&gt;
&lt;br /&gt;
=== GPS Assisted Bluetooth Management ===&lt;br /&gt;
&lt;br /&gt;
Allow Bluetooth to automatically turn off after loosing connectivity and to automatically turn back on based upon GPS location.&lt;br /&gt;
&lt;br /&gt;
A Bluetooth device is configured for automatic reacquisition based on the following profiles:&lt;br /&gt;
* Manual - only when Bluetooth is on&lt;br /&gt;
* Non-mobile - the target device is not mobile, periodically attempt reacquisition when in the general area of the device.&lt;br /&gt;
* Mobile - the target device is mobile, periodically attempt reacquisition when in the general area of the device.&lt;br /&gt;
&lt;br /&gt;
Each target device is configured as follows:&lt;br /&gt;
* Automatic acquisition at last known location: enable/disable&lt;br /&gt;
* Automatic acquisition at these locations: list of nickname + coordinates + range&lt;br /&gt;
&lt;br /&gt;
==== Non-mobile devices ====&lt;br /&gt;
&lt;br /&gt;
Examples devices include: computers&lt;br /&gt;
&lt;br /&gt;
The location and range of the target device is determined via training.  Periodically, the current GPS coordinates and Bluetooth signal strength are logged. Additionally, connectivity loss events are logged.  An algorithm uses these logs to determine the device location and range.&lt;br /&gt;
&lt;br /&gt;
Connection attempts are made when in a configurable proximity to the device.  The first attempt when entering the proximity and further attempts at a configurable interval.&lt;br /&gt;
&lt;br /&gt;
==== Mobile devices ====&lt;br /&gt;
&lt;br /&gt;
Example devices include: automobiles&lt;br /&gt;
&lt;br /&gt;
Mobile devices are configured to have two types of locations:&lt;br /&gt;
# Last known location&lt;br /&gt;
# Non-mobile locations (homes)&lt;br /&gt;
&lt;br /&gt;
===== Last known location =====&lt;br /&gt;
&lt;br /&gt;
A car is mobile, ideally, when you leave your car, the phone should note the car's location when connectivity is lost and then attempt to reacquire the car when you return to the location of the car.&lt;br /&gt;
&lt;br /&gt;
===== Non-mobile locations (homes) =====&lt;br /&gt;
&lt;br /&gt;
As mobile devices may have multiple users, it is not sufficient to always use the last known location.  In this case, the device may additionally have multiple homes.  For example, a car might have as its homes: home garage and work parking lot.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth neighbor detection and multiuser apps  ===&lt;br /&gt;
&lt;br /&gt;
Like the [http://en.wikipedia.org/wiki/One_laptop_per_child one laptop per child] (OLPC) interface, keep a number in the status bar that represents a count of other openmoko or compatible bluetooth devices in the area. Allow for the spontaneous initiation of a chatroom or multiplayer game or file trading with any moko in the area.&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth environment detection ===&lt;br /&gt;
&lt;br /&gt;
Capability to detect when a predetermined bt device enters/leaves bt range and launch a system-wide event accordingly. This would feed not only the &amp;quot;Neighbour detection&amp;quot; idea described above, but also the &amp;quot;Profiles&amp;quot;, &amp;quot;Context based TO-DO list&amp;quot; and &amp;quot;Location-based reminders&amp;quot; ideas. Reminders could be set to trigger in the presence of a specific person X (with BT device Y). Profiles can take into account which devices are present around the phone (car kit, for ex.). To-do list could also change according to present devices.&lt;br /&gt;
&lt;br /&gt;
=== Remote control ===&lt;br /&gt;
&lt;br /&gt;
==== Wireless presenter ====&lt;br /&gt;
Use the phone to run your OpenOffice.org Impress presentation remotely using Bluetooth. Cool features: &lt;br /&gt;
* Display the text notes for the presenter on the phone's display and update it whenever the slide is changing.&lt;br /&gt;
** OO.org has implemented support for [http://www.openoffice.org/issues/show_bug.cgi?id=12719 dual monitor]/[http://www.openoffice.org/issues/show_bug.cgi?id=18486 presenter mode] that can be used as a starting point&lt;br /&gt;
* A small timer showing the time passed (and perhaps remaining if the presentation app supports such a feature). &lt;br /&gt;
* If you want to be super-cool, you give a preview of the notes of the next slide in the show. &lt;br /&gt;
* At the end of a presentation, a &amp;quot;navigator&amp;quot; could allow to easily jump to any slide in the presentation by clicking on it on the phone.&lt;br /&gt;
** When you right-click in a running OO.org Impress presentation, you can choose &amp;quot;got o slide...&amp;quot; and select any slide to jump to.&lt;br /&gt;
&lt;br /&gt;
==== Initiated from another device ====&lt;br /&gt;
Remote control over Bluetooth from other devices to control media player (play, pause, next, previous, volume control),  camera (capture image), etc.&lt;br /&gt;
==== Directed at another device ====&lt;br /&gt;
Remote control over Bluetooth to other devices to control media player, lights in your house, etc.&lt;br /&gt;
&lt;br /&gt;
[http://mjr.iki.fi/software/remote-0.9.0.tar.gz Remote] is my draft of a python-based remote control app that allows you to define button sets and commands to run on the local or a remote host (through ssh, for instance). Error handling and command interface need work.--[[User:Mjr|Mjr]] 11:14, 18 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
Z-wave uses web-browser control of devices that is said to be compatible with mobile phone browsers so should work with openmoko browser. [http://www.z-wave.com www.z-wave.com]&lt;br /&gt;
&lt;br /&gt;
=== Bluetooth Car Connection ===&lt;br /&gt;
&lt;br /&gt;
Have a deeper connection to the car than just handsfree speakerphone.  For instance a transceiver with challenge/response systems to open, possibly even start the car.  Possibly go as far as OBD connection to monitor car status on screen/log for later.&lt;br /&gt;
&lt;br /&gt;
Could be done with a port of [https://garage.maemo.org/projects/carman/ Carman] or similar that can connect to an OBD2 adapter via USB or Bluetooth and display various information collect from the car, GPS, and accelerometers.  --[http://wiki.openmoko.org/wiki/User:Bmk789 bmk789]&lt;br /&gt;
&lt;br /&gt;
==== Dude, Where's My Car? ====&lt;br /&gt;
&lt;br /&gt;
When in range of the car navigation system, remember the position (perhaps check with the car GPS). When not in range, assumme that you are not in the car, and offer the opportunity to navigate to the car's last known position. That way, you can find your car e.g. on a large parking lot.&lt;br /&gt;
&lt;br /&gt;
=== [[Bluetooth powered Multi-SIM support]] ===&lt;br /&gt;
&lt;br /&gt;
As the Neo1971 does not come with dual-SIM support this could be solved by joining your old bluetooth-enabled mobile to your OpenMoko-phone.&lt;br /&gt;
&lt;br /&gt;
Let SIM card A be in your OpenMoko-phone and SIM card B in your old mobile:&lt;br /&gt;
* Incoming call on SIM card B - the OpenMoko-phone acts as a headset(Bluetooth Headset profile)&lt;br /&gt;
* Calling out via SIM card B - the OpenMoko-phone acts again as a headset&lt;br /&gt;
* Same for Short Messages/MMS/Internet&lt;br /&gt;
This way you'd have your old phone switched silent and connected to your OpenMoko-phone that handles all the calls and one can select which SIM card to use.&lt;br /&gt;
Advantage: No 'switching' between cards&lt;br /&gt;
Disadvantage: Second mobile needs to be in range(e.g. handbag) and charged every once in a while.&lt;br /&gt;
&lt;br /&gt;
===Internet Gateway===&lt;br /&gt;
&lt;br /&gt;
If the device could function as a Bluetooth router/gateway to the internet via the GPRS/data connector, then you could use it to get network connectivity from your laptop and other devices while on the road.  Many smartphones can be configured as modems via Bluetooth for use as Dial-Up Networking connectors, and that should be the minimum target.  Ideally, if the WiFi functionality was used so the OpenMoko could be an 802.11 router or peer to peer gateway for a laptop, this would be even better.  The full bandwidth of GPRS or whatever network is available would then be available.&lt;br /&gt;
&lt;br /&gt;
=== Social Networking ===&lt;br /&gt;
&lt;br /&gt;
Anybody running the social networking app will be broadcasting a profile, and when certain keywords are matched with other users who are also running the application, an alert is sounded. Each mokoid can be added as a hexstring to a profile page, and xml filters can be developed for each social service to convert various keywords and interests to moko-friendly format.&lt;br /&gt;
&lt;br /&gt;
=== Give userspace api control over bluetooth signal strength ===&lt;br /&gt;
&lt;br /&gt;
I have tried bluetooth handsfree sets with other phones and don't get perfect reception due to low signal strength. I suppose the reason the signal is so weak is because the manufacturer wants the battery to last long on its latest charge. Can you please make the strength setting configurable by the user of the phone through an api and perhaps even through the phones gui? I would gladly waste some battery time in exchange for stronger bluetooth signal strength.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== WiFi ==&lt;br /&gt;
&lt;br /&gt;
=== Industrial grade Wifi management ===&lt;br /&gt;
One annoyance I've had with Wifi enabled gadgets is that they simply keep the connections in a dumb list. What I'd like to see is more granular connection management, which enables me to specify whether a given connection is friend &amp;amp; family (mom's place), professional client (joe's copies and coffee), commercially available (panera), onetime use, or anything else, as well as managing router config backups, firmware images, and security keys. &lt;br /&gt;
=== Captive portal auto-login support ===&lt;br /&gt;
Having a nice front-end to some sort of script that checks the authenticity of a captive portal login page (SSL cert), then passes your username and password login information to automatically log you into your account would be very nice as well. This can be done with curl, but it is difficult to make it work on all captive portals out there. Perhaps just a field that you can specify &amp;quot;once I am connected to this AP, run this script: &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Wireless Piggyback ==&lt;br /&gt;
&lt;br /&gt;
HSDPA support and the like, so that users can connect directly with the internet with G3/G4 mobile service providers at speeds at or above 3.6 Mb/s.&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
&lt;br /&gt;
=== Auto Update ===&lt;br /&gt;
&lt;br /&gt;
A small tool which is configurable to download the latest OpenMoko and OpenMoko related software. Maybe if any internet connection is available or a minimum of bandwith is available then the auto update would download only security related or the whole system etc. .&lt;br /&gt;
&lt;br /&gt;
=== Vibrate Pattern Recorder ===&lt;br /&gt;
&lt;br /&gt;
An application that would allow the user to define their own vibration patterns, and possibly link them to audio files.  Recording would be done in real time initiated with a &amp;quot;Record&amp;quot; button, optionally playing the associated sound file in sync with recording).  While recording, the user would press and hold a button to define the timing and duration of vibration.  The user would press &amp;quot;Stop&amp;quot; when finished.  Vibration patterns would have the option of being looped(would terminate at some global ringtone length maximum).&lt;br /&gt;
&lt;br /&gt;
One simple suggested vibration file format would be a sort of run-length encoding: First byte defines the length of a &amp;quot;time-slice&amp;quot; in milliseconds, which would determine the overall tempo(actually the inverse of tempo).  The next byte would define the number of time-slices to leave the vibration on, and then another byte for how long to pause after.  Continue alternating these on/off bytes until the entire pattern is defined.&lt;br /&gt;
&lt;br /&gt;
- or just use MIDI, using a separate channel for the vibrator.&lt;br /&gt;
&lt;br /&gt;
An implementation of RTTL could also be used to define vibration patterns.&lt;br /&gt;
&lt;br /&gt;
=== PC Input Device ===&lt;br /&gt;
&lt;br /&gt;
Provide a method to use the touchscreen as input device for a nearby desktop machine.  Could connect over USB or bluetooth.&lt;br /&gt;
&lt;br /&gt;
Could emulate a pointer device (mouse) or even keyboard using standard bluetooth/USB interfaces for such a device.&lt;br /&gt;
&lt;br /&gt;
Use case: Alice is lazing on a couch and doesn't want to get up to do some minor interaction with the computer.  She can see the screen and uses the OpenMoko device as a mouse and/or keyboard to interact with the computer.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Notification And Ringtone Manager ===&lt;br /&gt;
{{Main|Wishlist-ANARM}}&lt;br /&gt;
&lt;br /&gt;
ANARM would be an application for handling all event-based audible notifications from an OpenMoko device.&lt;br /&gt;
&lt;br /&gt;
=== Location based reminders ===&lt;br /&gt;
{{Main|Wishlist:Location_based_reminders}}&lt;br /&gt;
Location based reminders can be used to notify users of various events or reminders that are location based.&lt;br /&gt;
&lt;br /&gt;
=== Synergy Client ===&lt;br /&gt;
A synergy client would enable the user to place the device next to a desktop PC and share the desktop`s mouse, keyboard and clipboard over a TCP/IP network. [http://synergy2.sourceforge.net/ Synergy]&lt;br /&gt;
&lt;br /&gt;
=== Next device ===&lt;br /&gt;
List features for your fantasy device to come from FIC (or anyone else, for that matter).  Define the GTA03 here ;-)&lt;br /&gt;
&lt;br /&gt;
==== There is no device ====&lt;br /&gt;
From [http://wurp.blogspot.com/2008/01/teh-future.html Wurp's blog]:&lt;br /&gt;
&lt;br /&gt;
Clearly the Next Big Thing has to be for the device to go away altogether. I know the basic idea for wearables has been around forever, but it seems to me that the time has come.&lt;br /&gt;
&lt;br /&gt;
I wanna wear a bluetooth earpiece and cool shades, possibly with [ here's where my imagination is failing me :-( ] gloves, or fingerless gloves, or (ew) wristbands, and let any surface, including my hand, or no surface, be my interface. Tap the earpiece when you get a phone call, see a dial pad on your palm and tap out the number with the other hand, watch movies on a giant screen hovering in the air...&lt;br /&gt;
&lt;br /&gt;
(equipment list: bluetooth earpiece, some brick in my pocket or on my belt, glasses w/ minute camera, painted video display, &amp;amp; variable darkness lenses, and gloves)&lt;br /&gt;
&lt;br /&gt;
Why the hell do I want to dig out a device every time I want mindless entertainment or superficial conversation?&lt;br /&gt;
&lt;br /&gt;
Ideally, you could then sell any little doohickey with whatever interface you want (switches, knobs, g-spots, ...) and all it needs to do is network with some software on the brick to be anything at all...&lt;br /&gt;
&lt;br /&gt;
== GPS Software ==&lt;br /&gt;
[[Image:Cheap_gps.png|right|300px|From xkcd.com :-)]]&lt;br /&gt;
*Providing GPS Support also for outdoor users in addition to ordinary street navigation features&lt;br /&gt;
** Overlay of satellite images with existing streetmaps&lt;br /&gt;
** Incorporating SRTM digital elevation model: for example using the VRML/X3D as data format (see http://www.ai.sri.com/geovrml/) which is interesting for e.g. mountaineering: using a 3d  browser rendering VRML/X3D Model, displaying the current position and track (possibly also other gps-tracks of the different routes to a summit downloaded before could be mapped onto the 3d model), (what about 3d hardware support? there is nothing written in the hardware specs about graphics: thinking of OpenGL for embedded systems (see http://www.khronos.org/opengles/)&lt;br /&gt;
** Using sth like a tracking mode to allow certain people to determine the current position and track (for rescue missions - like they have for example at http://www.steiger-stiftung.de (a German beneficence for rescue issues) There you can register your mobile phone so the rescue service is able to track you immediately if necessary. The interesting thing: It seems like some mobile phones with GPS have special support for this issue. If your phone is registered, the rescue service is able to get your GPS coordinates directly from the phone without any user assistance. Openmoko should also support this! )&lt;br /&gt;
* Implementation of 3dTracking's (http://free.3dtracking.net/) tracking software or equivalent.&lt;br /&gt;
* &amp;quot;Geomark&amp;quot; function: if you have to save the current time with your current location, only hit one button...&lt;br /&gt;
** You also should be able to navigate with a small &amp;quot;compass&amp;quot; and the distance should be displayed to your saved point (maybe where you parked your car on a big car parking area)...&lt;br /&gt;
* '''Measure the distance between two points (air line or walked way) -&amp;gt; no need for a tape measure'''&lt;br /&gt;
**I think it would be good if you could either use Bluetooth, GPRS or AdHoc Wifi, and see near Neo1972 on the GPS map so you could see where your friends are, e.g &amp;quot;You want to know if you friend is on the bus behind&amp;quot; You would need a strong wifi and GPRS would be too expensive.&lt;br /&gt;
*A bicycle sat-nav would be cool, speciayl designed for bicycles, e.g. cycle routes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[Community Based Traffic Information]]&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
{{Main|Wish List - Hardware}}&lt;br /&gt;
&lt;br /&gt;
It could be use for beepway Online service too &lt;br /&gt;
[http://www.beepway.com]&lt;br /&gt;
&lt;br /&gt;
=== Dedicated Power / Charger Pinout ===&lt;br /&gt;
&lt;br /&gt;
Having not yet seen a physical Neo device, I haven't been able to examine any of the IOs to see if there already is a dedicated power / charger input. However, I can imagine that it might be very tempting to have the device charge solely via USB. For any device that is capable of USB-host, that is a '''horrible''' idea.&lt;br /&gt;
&lt;br /&gt;
Since the device is able to run in USB host mode, it might be a good idea to allow for an alternate power supply, if say, a USB keyboard was being used for several hours. Rather than drain the battery, one could just supply power via the wall outlet while still providing endless hours of USB-host enjoyment for those hard-coders on the go.&lt;br /&gt;
&lt;br /&gt;
The main question is just deciding on where to take power from if in USB-client mode and the power cable is inserted, but really, that's not too big of a deal and can be solved with very minimal circuitry.&lt;br /&gt;
&lt;br /&gt;
This might sound extraneous at first, but when the device shuts down in the middle of an important USB file transfer, or right before that great piece of code was saved, you can bet that those users will be saying &amp;quot;Hmm... a separate power adapter would have really come in handy right now&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
I suggest a tiny 3mm, dedicated +5V power input (something a la Nokia).&lt;br /&gt;
&lt;br /&gt;
=== Inductive charging ===&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Inductive_charging Inductive charging] is the sort of charging where you place the device in a cradle, and a coil in the cradle induces a current in a coil inside the device, allowing it to recharge without wires. This should eliminate proprietary power connections.&lt;br /&gt;
&lt;br /&gt;
=== Tactile feedback via buzzer ===&lt;br /&gt;
Assuming the hardware has a vibrator/buzzer for silent calls, use a lightly pulsed version of that to simulate tactile feedback when dragging finger across buttons on-screen.  Implemented properly, it would almost feel as if the buttons were real.&lt;br /&gt;
: 25 ms bump on the buzzer feels about right.  Does this harm the vibrator motor? --[[User:Sagacis|Sagacis]] 05:15, 2 October 2007 (CEST)&lt;br /&gt;
:: Created a patch to do this [[User:Sagacis/ForceFeedback]] --[[User:Sagacis|Sagacis]] 05:05, 3 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
=== Detachable keyboard ===&lt;br /&gt;
Hardware keyboard that can be attached with magnets to a future version of the Neo.&lt;br /&gt;
&lt;br /&gt;
A bluetooth mini-qwerty keyboard that straps to my wrist!&lt;br /&gt;
&lt;br /&gt;
: A BT keyboard would be nice, but do you need openmoko to provide it? [[http://www.intomobile.com/2007/11/07/targus-bluetooth-mobile-tumbpad-when-the-tiny-keyboard-on-your-smartphone-just-doesnt-cut-it.html Targus bluetooth keyboard]]&lt;br /&gt;
&lt;br /&gt;
=== SD Card Slot ===&lt;br /&gt;
I think the Neo1973 should have a normal SD card slot as the micro is too small, and the SDs have more space. [unknown author]&lt;br /&gt;
&lt;br /&gt;
SD Cards now support 32GB. Their storage density will always be multiples ahead of microSD (now at only 2GB). An SD Card slot will:&lt;br /&gt;
* Provide enough storage to '''turn an OpenMoko into a music (MP3) jukebox''' large enough for entire music collections, like an iPod with Bluetooth for the car.&lt;br /&gt;
* Enable '''storage''' of:&lt;br /&gt;
** podcasts, full-length movies, or large photo collections&lt;br /&gt;
** photo and video from an on-board high-res camera&lt;br /&gt;
** entire email database at your fingertips, even in poor phone signal areas&lt;br /&gt;
** more detailed maps and charts&lt;br /&gt;
** encrypted work databases that are not available online&lt;br /&gt;
* Have easy '''external access''', without requiring battery removal like the microSD card&lt;br /&gt;
* Support '''SDIO''' accessories&lt;br /&gt;
* Enable '''transfer''' of data from an external camera's full SD memory to:&lt;br /&gt;
** a portable USB hard drive, offsetting the need to travel with a notebook PC&lt;br /&gt;
** the internet, via wifi or phone network&lt;br /&gt;
* Enable editing of videos and photos obtained from external cameras&lt;br /&gt;
&lt;br /&gt;
Without an easily accessible higher storage SD Card slot, many users will soon be playing the juggling game of which data to delete from the much smaller and harder to swap microSD card. This is especially true for OpenMoko users, who are more likely to be power users than is the average mobile phone carrying population. Why carry an OpenMoko and an iPod, when you can simply add an SD Card slot?&lt;br /&gt;
--[[User:Pedro|Pedro]] 20:06, 17 March 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
: This is not true. Now you can find 2GB micros at the price of 20-30 euros. Too small for what?? --[[User:V0n0|V0n0]] 22:06, 28 December 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
: Think of putting a few '''movies''' on that SD memory card. It could really help if it was a little bigger (8GB, 16GB, 32GB). Also think of going '''offline''' for 1-2 weeks, far away from any computer you can access and then wanting to listen to some music. What you get in turn with a 2 GB memory slot is the same music over and over. Or you have to switch memory a cards a lot.&lt;br /&gt;
&lt;br /&gt;
: This situation is far more common than one would think: going in the mountains, going offshore (on a cruise ship). Or simply you may want to store many types of music, and '''share''' your device with friends. --[[User:Bogdanbiv|Bogdanbiv]] 13:47, 10 January 2008 (EEST)&lt;br /&gt;
&lt;br /&gt;
: Well, it can be micro SD, but why to put it so deep inside, under the battery and even under the SIM card? I would suggest to have a simple slot on the side where we could insert/remove the SD card equally easily as we swap CD's in computer. [[User:AudriusA|AudriusA]] 16:36, 12 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
[[User:Cfriedt|Cfriedt]] 12:40, 24 February 2008 (CET) -- I completely agree with a more accessible SD card slot. It should be made external for quick removal / insertion. I realize that would mean program data shouldn't reside on the SD, but really 256 MB of on-board flash is plenty. Mirco or normally-sized, a regular-sized SD is still trivial to implement in terms of solder pads and traces.&lt;br /&gt;
&lt;br /&gt;
: Sorry, but this looks like useless chat. Micro-SD cards are perfect for mobile devices as they don't get too much space on the pcb. Also, we can find micro-sd up to 8gb, if you want more space just wait a while and they'll produce a bigger one in a few months :-p. Really, almost every single phone that has a sd slot has in its micro version, why would we need a full-sized, huge normal sd slot ? It gets too much space on the pcb it's not only about sw configuration or pin soldering, it's more regarding pcb layout.&lt;br /&gt;
&lt;br /&gt;
: What about something like this adapter[http://linitx.com/viewproduct.php?prodid=11922]? Is there any place in the case left to put this into? Nevertheless there is a 12GB microSD card announced from SanDisk and a 8GB card costs about 40€ or 15€ for 4GB. (But a 8GB SD card costs only about 25€) --[[user:kelvan|Kelvan]]&lt;br /&gt;
&lt;br /&gt;
=== IR port ===&lt;br /&gt;
Remote control applications&lt;br /&gt;
&lt;br /&gt;
Would be great to use openmoko as a Harmony remote controller.&lt;br /&gt;
&lt;br /&gt;
:I'd like to add that i fully support this. An IR port on future openmoko devices capable of controlling set-top boxes like TV/DVD/Stereo is necessary to make the device as universal as possible. A cellphone should be your window to the world and allow you to interact with it in as many ways as possible.&lt;br /&gt;
&lt;br /&gt;
:Care must be taken to use the correct type of IR chipset/controller in the phone. Most IR ports you find on devices like computers, some cellphones etc. Are for high speed data communication and CAN'T control TVs/DVDplayers/Stereos etc.&lt;br /&gt;
&lt;br /&gt;
:In order to reduce cost it maybe possible to use the sound chipset in the phone to generate the waveform sent to the IR led. IR remotes work at ~38Khz which is within the range of the sound chipset. The sound output could be internally switched between the IR led or the speakers.&lt;br /&gt;
&lt;br /&gt;
[[Category:User]]&lt;br /&gt;
[[Category:Ideas| ]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Cheap_gps.png</id>
		<title>File:Cheap gps.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Cheap_gps.png"/>
				<updated>2008-04-07T07:20:37Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: Taken from http://xkcd.com/407/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Taken from http://xkcd.com/407/&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Press_Coverage</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Press_Coverage"/>
				<updated>2007-12-08T18:11:13Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* English */  dezember 2007&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[http://www.google.com/trends?q=openmoko%2Cneo1973&amp;amp;ctab=1&amp;amp;geo=all&amp;amp;date=all  OpenMoko and Neo1973 on google trends.]&lt;br /&gt;
 &lt;br /&gt;
This site contains the press coverage about OpenMoko and the Neo 1973 sorted by language and date. Newest on top.&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
&lt;br /&gt;
=== English ===&lt;br /&gt;
&lt;br /&gt;
==== December 2007 ====&lt;br /&gt;
* DigiTimes: Freeing your phone: Q&amp;amp;A with Sean Moss-Pultz, president of OpenMoko [http://209.85.135.104/search?q=cache:Wu4YfufkOYMJ:www.digitimes.com/news/a20071204VL200.html+http://www.digitimes.com/news/a20071204VL200.html&amp;amp;hl=de&amp;amp;ct=clnk&amp;amp;cd=1&amp;amp;gl=de&amp;amp;client=opera Part I (cache)] [http://www.digitimes.com/telecom/a20071204VL202.html Part II]&lt;br /&gt;
&lt;br /&gt;
==== October 2007 ====&lt;br /&gt;
* [http://www.news.com/Trolltech-axes-the-Greenphone/2100-1037_3-6214641.html Trolltech axes the Greenphone and recommends the Neo1973 device]&lt;br /&gt;
* Wired preview called [http://www.wired.com/gadgets/wireless/news/2007/10/openmoko_firstlook?currentPage=all A First Tussle With Linux's iPhone Killer: The OpenMoko Neo1973]&lt;br /&gt;
* [http://radar.oreilly.com/archives/2007/10/dash_web2summit_openmoko.html Dash and OpenMoko] Tim O'Reilly comments on [http://dash.net/ Dash, the connected GPS] and notes that it is based on the OpenMoko software stack and derived from the Neo1973 hardware.&lt;br /&gt;
* [http://www.wired.com/gadgets/gadgetreviews/magazine/test2007/st_essay Why Wireless Carriers Cripple Your Cell Phone] on [http://www.wired.com Wired Test] reports what we already know, that wireless carriers put more priority into protecting their &amp;quot;antediluvian business&amp;quot; model than into innovation. Of the OpenMoko project it carries few details, but says &amp;quot;That's pretty cool&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== September 2007 ====&lt;br /&gt;
* [http://abclocal.go.com/kgo/story?section=drive_to_discover&amp;amp;id=5671823 ABC News] Building A Cell Phone From Scratch ([http://yamato.hyte.de/moko/openmoko_gumstix_neo_abcnews_h264_mp3.avi avi])&lt;br /&gt;
* [http://www.phoronix.com/scan.php?page=news_item&amp;amp;px=NjA0NQ phoronix.com] OpenMoko Schedule Revised, For X-Mas&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?src=rss&amp;amp;id=1739 tectonic.co.za] Linux picks up pace on cellphones&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.roughlydrafted.com/RD/RDM.Tech.Q3.07/B10AE668-EAD3-46DC-A042-5EF3461D63EF.html roughlydrafted.com] Apple iPhone vs the FIC Neo1973 OpenMoko Linux Smartphone&lt;br /&gt;
* [http://www.macworld.com/news/2007/08/02/openmoko/index.php Macworld] Portrait of a Linux iPhone-killer wannabe&lt;br /&gt;
* [http://www.phoronix.com/?page=news_item&amp;amp;px=NTk1Mw Phoronix] Google Using OpenMoko For gPhone?&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.pcworld.com/article/id,134987-pg,1/article.html PCWorld] Insider Info on the First Fully Open-Source Cell Phone&lt;br /&gt;
* [http://blog.wired.com/monkeybites/2007/07/hands-on-with-t.html Wired Blog] Hands On with OpenMoko: An early look at the hardware and software.&lt;br /&gt;
* [http://www.economist.com/science/displaystory.cfm?story_id=9531007 Economist.com] Hello world: Avoiding punitive roaming charges abroad&lt;br /&gt;
* [http://linuxdevices.com/news/NS7355980470.html linuxdevices.com] iPhone-like Linux phone ready for hackers&lt;br /&gt;
* [http://www.heise.de/english/newsticker/news/92473 heise.de] &amp;quot;Free your phone&amp;quot;: The OpenMoko Project's Linux Smartphone now available&lt;br /&gt;
* [http://blogs.zdnet.com/open-source/?p=1194 zdnet.com] Can OpenMoko break the wireless monopoly?&lt;br /&gt;
* [http://developers.slashdot.org/developers/07/07/09/0049249.shtml Slashdot] Open Source Linux Phone Goes On Sale&lt;br /&gt;
* [http://www.engadget.com/2007/07/09/openmoko-neo-1973-and-advanced-dev-kit-finally-for-sale/ engadget.com] OpenMoko Neo 1973 and Advanced dev kit finally for sale&lt;br /&gt;
* [http://www.theglobeandmail.com/servlet/story/RTGAM.20070703.WBcyberia20070703161759/WBStory/WBcyberia/ Globe and Mail, Toronto] The Next Big Thing? (good overview; some favorable comparisons with iPhone).&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070710-developer-models-of-openmoko-open-source-smartphone-released.html arstechnica.com] Developer models of OpenMoko open-source smartphone released&lt;br /&gt;
* [http://www.boingboing.net/2007/07/09/openmoko_linuxbased_.html boingboing (Cory Doctorow)] OpenMoko: Linux-based $300 open smartphone&lt;br /&gt;
* [http://www.channelweb.co.uk/vnunet/news/2192036/first-open-source-mobile-phone channelweb.co.uk / CRN] OpenMoko preps first open source mobile&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/07/openmoko_300_linuxpowered.html?CMP=OTC-0D6B48984890 MAKE:] blogged about it.&lt;br /&gt;
* [http://www.theregister.co.uk/2007/07/09/neo_1973_launch/ The Register] Is your phone free?&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=41147 The Inquirer] Linux phone goes on sale&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://fakesteve.blogspot.com/2007/06/freetards-are-trying-to-make-iphone.html Secret Diary of Steve Jobs] Freetards are trying to make an iPhone clone&lt;br /&gt;
* [http://www.eweek.com/article2/0,1895,2152759,00.asp eweek.com] OpenMoko: An iPhone Alternative for Developers? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8509737406.html&amp;amp;cid=0 linuxdevices.com] iPhone-like Linux phone delayed&lt;br /&gt;
* [http://www.itweek.co.uk/vnunet/news/2192036/first-open-source-mobile-phone IT Week] &amp;quot;OpenMoko preps first open source mobile&amp;quot; Confuses Phase 1 and Phase 2 features.&lt;br /&gt;
* [http://www.vnunet.com/vnunet/news/2192036/first-open-source-mobile-phone vnunet.com] First open source mobile phone&lt;br /&gt;
* [http://www.techeblog.com/index.php/tech-gadget/feature-5-cool-linux-powered-phones TechEBlog.com] A brief line-up of the 5 coolest Linux-powered phones.&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1574 Tectonic.co.za] Open source phone plans September launch&lt;br /&gt;
* [http://www.hothardware.com/image_popup.aspx?image=big_fic2.jpg&amp;amp;articleid=979&amp;amp;t=a hothardware.com] OpenMoko&lt;br /&gt;
* [http://www.texyt.com/FIC+OpenMoko+$350+open+Linux+mobile+phone+launch+00100 Texyt.com] $350 open Linux mobile phone on target for September launch&lt;br /&gt;
&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://blogs.sun.com/brewin/entry/fic_and_openmoko_thank_you blogs.SUN.com] &amp;quot;FIC and OpenMoko - Thank You&amp;quot; Mentions the FIC phone used in the exciting JavaFX Mobile announcement, and says that &amp;quot;in most cases the Neo 1973 phone performed better&amp;quot; than other handsets.&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=174 PikeSoft.com] JavaFX Mobile:  a new smartphone OS contender&lt;br /&gt;
* [http://www.sfgate.com/cgi-bin/blogs/sfgate/detail?blogid=19&amp;amp;entry_id=16310 SFGate.com] Here comes the Sun Conference&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7539760574.html LinuxDevices.com] Sun beams Linux/Java at mobile phones&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.palminfocenter.com/news/9371/openmoko-running-on-a-palm-tx/ Palm Infocenter] OpenMoko running on a palm TX&lt;br /&gt;
* [http://jaidev.info/home/blog/archives/2007/04/13/openmoko.html JaidevInfo] OpenMoko&lt;br /&gt;
* [http://www.wirelessweek.com/newsletter.aspx?id=137388 Wirelessweek.com] Democracy Hits the Mobile Phone&lt;br /&gt;
* [http://elearner.edublogs.org/2007/04/11/technologies-is-that-a-word/ Edublogs.org] Technologies is that a word? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS4777580627.html Linuxdevices.com] 200 million Linux phones to ship by 2012&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070415-palm-embracing-linux-in-the-hopes-of-being-relevant-again.html Ars Technica] Palm embracing Linux in the hopes of being relevant again] (Mentions Neo1973 in passing)&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://www.smartdevicecentral.com/article/OpenMokos+Open+Source+Phone/202546_1.aspx smartdevicecentral.com] OpenMoko's open source phone&lt;br /&gt;
* [http://www.zdnetasia.com/news/communications/0,39044192,61996003,00.htm zdnet asia] Passing mention in an article on the Iphone.&lt;br /&gt;
* [http://www.wikio.com/news/Sean+Moss-Pultz wikio.com] Sean Moss-Pultz News&lt;br /&gt;
* [http://www.edparsons.com/?p=438 edparsons.com] iPhone chipping away at the walls&lt;br /&gt;
* [http://blogs.pcworld.co.nz/pcworld/techsploder/2007/03/openmoko_makes_total_sense.html blogs.pcworld.co.nz] OpenMoko makes total sense&lt;br /&gt;
* [http://www.totalueberwachung.de/blog/articles/2007/03/08/neo1973-arrived totalueberwachung.de] Neo1973 arrived&lt;br /&gt;
* [http://www.makuchaku.info/blog/im-gonna-get-this-one makuchaku.info] I'm gonna get this one&lt;br /&gt;
* [http://www.kitenet.net/~joey/blog/entry/openmoko_and_n800.html kitenet.net] OpenMoko and n800&lt;br /&gt;
* [http://dominion.kabel.utwente.nl/koen/cms/the-neo1973-unboxed dominion.kabel.utwente.nl] The Neo1973 unboxed&lt;br /&gt;
* [http://atulchitnis.net/diary/showentry/421 atulchitnis.net] An OpenMoko Phone arrives&lt;br /&gt;
* [http://blog.matthewgast.com/2007/03/03/good-luck-openmoko blog.matthewgast.com] Good luck OpenMoko&lt;br /&gt;
* [http://vaandoo.blogspot.com/2007/03/openmoko-neo1973-opensource-software.html vaandoo.blogspot.com] OpenMoko Neo1973 opensource software&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7653749655.html linuxdevices.com] OpenMoko update; Neo1973 on sale in March&lt;br /&gt;
* [http://www.ministryoftech.com/2007/03/05/the-5-hottest-phones-for-linux-fanatics/ ministryoftech.com] Brief line-up of the 5 hottest phones for Linux fans&lt;br /&gt;
* [http://voxilla.com/soapvox/2007/03/01/industry-disruption-really-168 voxilla.com] Article about ETel Sean Moss-Pultz presentation&lt;br /&gt;
* [http://blog.wired.com/gadgets/2007/03/eight_great_lin.html blog.wired.com] Gadget Lab: Eight Great Linux Smartphones&lt;br /&gt;
* [http://gigaom.com/2007/03/01/openmoko-phone/ gigaom.com] OpenMoko Open-Source Mobile, coming soon - Interview with Sean Moss-Pultz&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/03/openmoko_1.html www.oreillynet.com] ETel coverage&lt;br /&gt;
* [http://gordoncook.net/wp/?p=146 gordoncook.net] Short history of Neo1973 and other stuff&lt;br /&gt;
* [http://www.engadget.com/2007/03/03/openmoko-details-pricing-availability-for-neo1973/ engadget.com] OpenMoko details pricing, availability for Neo1973&lt;br /&gt;
* [http://www.uberpulse.com/us/2007/03/fic_wants_to_rewrite_the_rules_with_open_moko_mobile_phone.php   www.uberpulse.com] Some images from ETel&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.scullen.ca/2007/02/15/forget-about-the-iphone-neo1973-is-far-more-exciting/ scullen.ca] Forget about the iPone, Neo1973 is far more exciting&lt;br /&gt;
* [http://www.mobileread.com/forums/showpost.php?p=59124&amp;amp;postcount=4 mobileread.com] Show post&lt;br /&gt;
* [http://www.pdasnews.com/articles/2568/1/ pdasnews.com] Linux-powered iPhone killer available online in March&lt;br /&gt;
* [http://www.belutz.net/2007/02/05/openmoko/ belutz.net] OpenMoko&lt;br /&gt;
* [http://www.mail-archive.com/community@lists.openmoko.org/msg03686.html mail-archive.com] OpenMoko community mail archive&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena maclife.com] Is there a crowd in the touch screen phone arena&lt;br /&gt;
* [http://gopaultech.com/2007/02/fic-neo1973-linux-smartphone/ gopaultech.com] FIC Neo1973 Linux smartphone&lt;br /&gt;
* [http://www.volweb.cz/horvitz/os-info/news-feb07-014.html volweb.cz] Open-source smartphone, with WiFi in version 2&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/02/etel_coverage_openmoko_opens_t.html oreillynet.com] ETel coverage OpenMoko opens&lt;br /&gt;
* [http://www.mobilewhack.com/openmoko-neo1973-open-source-phone/ mobilewhack.com] OpenMoko Neo1973 open source phone&lt;br /&gt;
* [http://www.engadget.com/2007/02/19/what-tech-would-the-presidents-rock-in-2007/ engadget.com] What tech would the presidents rock in 2007&lt;br /&gt;
* [http://www.tuxmachines.org/node/13602 tuxmachines.org] What participation culture&lt;br /&gt;
* [http://www.vanille-media.de/site/index.php/category/opensource/openmoko/ vanille-media.de] Opensource OpenMoko&lt;br /&gt;
* [http://www.joetech.com/2007/02/15/openmoko-open-source-cell-phone/ joetech.com] OpenMoko open source cell phone&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/02/openmoko_open_s.html makezine.com] OpenMoko open&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS9706477996.html linuxdevices.com] Announce of the Openembedded booth at FOSDEM in Brussels.&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2657814070.html linuxdevices.com] Quick interview with Sean and some pictures&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/first-look-the-antiiphone-openmokos-neo1973-236841.php gizmodo.com] Photos and comments on hardware and software&lt;br /&gt;
* [http://www.onecompare.com/mobile-news/article-asp~aid~244~pub~56321102~story~openmoko-launch-the-official-portal-for-development-of-the-openmoko-platform onecompare.com] Short news article&lt;br /&gt;
* [http://crunchgear.com/2007/02/15/openmokos-open-source-mobile-os crunchgear.com] Holding the phone upside down&lt;br /&gt;
* [http://www.slashgear.com/openmoko-and-fic-neo1973-updates-153926.php slashgear.com] Video interview and many pictures&lt;br /&gt;
* [http://www.djlosch.com/article_Comparison%3A_iPhone_vs_A1200_vs_Neo1973 djlosch.com] Article comparing the Neo to the iPhone and A1200&lt;br /&gt;
* [http://popsci.typepad.com/popsci/2007/02/up_close_and_pe.html popsci.typepad.com] Screenshot of Linux booting on the Neo&lt;br /&gt;
* [http://video.google.de/videoplay?docid=-3742589179435830945&amp;amp;q=Openmoko video.google.com] Presentation of OpenMoko at the FOSDEM&lt;br /&gt;
* [http://www.manilastandardtoday.com/?page=business6_feb27_2007 manilastandardtoday.com] Tale of two phones&lt;br /&gt;
* [http://blog.printf.net/articles/2007/02/22/unboxing-the-openmoko-phone blog.printf.net] OLPC and older Neo1973.&lt;br /&gt;
* [http://mako.cc/copyrighteous/freesoftware/20070228-00.html mako.cc] OLPC and older Neo1973 again.&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena MacLife] Is Three a Crowd among Touch-Screen Phones?&lt;br /&gt;
&lt;br /&gt;
==== January 2007 ====&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html blogs.ft.com] OpenMoko harks back to hello moto&lt;br /&gt;
* [http://opensource.sfsu.edu/node/258 opensource.sfsu.edu] Can you hear me now?&lt;br /&gt;
* [http://losca.blogspot.com/2007/01/maemo-nokia-n800-has-competitor-in.html losca.blogspot.com] Maemo Nokia n800 has competitor in openness - OpenMoko&lt;br /&gt;
* [http://21talks.net/voip/openmoko 21talks.net] OpenMoko: Not as sexy as the iPhone, but it’s a Linux phone&lt;br /&gt;
* [http://www.linuxinfusion.com/openmoko-schedule-announced linuxinfusion.com] OpenMoko schedule announced&lt;br /&gt;
* [http://users.livejournal.com/_paladine_/tag/smartphone users.livjournal.com] The Worlds First Opensource Linux Smartphone&lt;br /&gt;
* [http://www.nungee.com/2007/01/25/openmoko/ nungee.com] OpenMoko&lt;br /&gt;
* [http://www.sda-asia.com/sda/features/psecom,id,880,srn,2,channel,developer,nodeid,21,_language,Singapore.html sda-asia.com] OpenMoko Offers Open-source Smart phone T&lt;br /&gt;
* [http://www.regdeveloper.co.uk/2007/01/15/open_phone/ regdeveloper.co.uk] Open Phone&lt;br /&gt;
* [http://www.product-reviews.net/2007/01/17/fic-neo1973-smartphone-open-source-phone/ product-reviews.net] FIC Neo1973 smartphone open source phone&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php gizmodo.com] OpenMoko smartphone did they have a time machine or what&lt;br /&gt;
* [http://www.oreillynet.com/conferences/blog/2007/01/openmoko_workshop_added_to_ete.html oreillynet.com] OpenMoko workshop added to ETel&lt;br /&gt;
* [http://www.gadgetell.com/2007/01/openmoko-gets-interviewed-about-new-open-source-fic-neo1973/ gadgetell.com] OpenMoko gets interviewed about new open source FIC Neo1973&lt;br /&gt;
* [http://www.slashgear.com/openmoko-interface-im-loving-it-173496.php slashgear.com] OpenMoko interface I'm loving it&lt;br /&gt;
* [http://www.gadgetorama.com/news/news_details.php?gorid=2008 gadgetorama.com] OpenMoko news details&lt;br /&gt;
* [http://tech.cybernetnews.com/2007/01/17/openmoko-vs-iphone-did-apple-copy/ tech.cybernetnews.com] OpenMoko vs iPhone did Apple copy&lt;br /&gt;
* [http://techtrails.blogspot.com/2007/01/open-phones-with-open-moko-while.html techtrails.blogspot.com] Open phones with OpenMoko while&lt;br /&gt;
* [http://blogger.xs4all.nl/jurjen1/archive/2007/01/17/174341.aspx bloger.xs4all.nl] OpenMoko open source mobile phone&lt;br /&gt;
* [http://www.ringnokia.com/2007/01/i_am_highly_cur.html ringnokia.com] I'm highly curious&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/01/iclone_1.html oreillynet.com] iClone&lt;br /&gt;
* [http://forums.scotsnewsletter.com/index.php?showtopic=17685 forums.scotsnewsletter.com] Show topic&lt;br /&gt;
* [http://understandinglimited.com/2007/01/15/iphone/ understandinglimited.com] iPhone and OpenMoko&lt;br /&gt;
* [http://robertogaloppini.net/2007/01/12/openmoko-the-integrated-os-mobile-communications-platform-2/ robertogaloppini.net] OpenMoko the intergrated OS mobile communications platform&lt;br /&gt;
* [http://www.funambol.com/blog/capo/2007/01/apple-please-do-not-forget-developers.html funambol.com] Apple please do not forget developers&lt;br /&gt;
* [http://chopey.blogspot.com/2007/01/iphone-or-not-to-iphone.html chopey.blogspot.com] iPhone or not to iPhone&lt;br /&gt;
* [http://opendotdotdot.blogspot.com/2007/01/openmoko.html opendotdotdot.blogspot.com] OpenMoko&lt;br /&gt;
* [http://www.e-pcmag.gr/forum/index.php?showtopic=19505 e-pcmag.gr] Show topic&lt;br /&gt;
* [http://www.costpernews.com/2007/01/12/anything-you-can-do-we-can-do-better/ costpernews.com] Anything you can do we can do better&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko - the Open Alternative&lt;br /&gt;
* [http://lwn.net/Articles/217020/rss lwn.net] An OpenMoko update&lt;br /&gt;
* [http://www.networkworld.com/news/2007/010907-moss-pultz.html networkworld.com] Q&amp;amp;A Building a new open source phone platform&lt;br /&gt;
* [http://www.networkcomputing.com/showArticle.jhtml?articleID=196802226 networkcomputing.com] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.osweekly.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2420&amp;amp;Itemid=449 osweekly.com] Mobile Devices Adopt Open Source&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8591201260.html linuxdevices.com] Linux phone market open up?&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,2080727,00.asp pcmag.com] Cell phone open up&lt;br /&gt;
* [http://sonyericssonz558i.blogurple.com/2007/01/06/23/ sonyericssonz558i.blogurple.com] Sony Ericsson Z558i&lt;br /&gt;
* [http://www.sannes.org/?p=5 sannes.org] An Open mobile phone that does what you want&lt;br /&gt;
* [http://popsci.typepad.com/ces2007/2007/01/opensource_stri.html Popsci.com] Open Source Strikes Again&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php Gizmodo.com] OpenMoko interface compared to iPhone&lt;br /&gt;
* [http://www.linuxjournal.com/xstatic/abstracts/upfront Linux Journal] Doc Searls in the feb 2007 issue&lt;br /&gt;
* [http://www.osdir.com/Article9642.phtml OSDir.com] Mobile Linux for the Mobile Fan] -&amp;gt; [http://www.madpenguin.org/cms/?m=show&amp;amp;id=7710 MadPenguin] Mobile Linux for the Mobile Fan&lt;br /&gt;
* [http://www.usnews.com/usnews/biztech/davesdownload/archive/070112/a_populist_challenge_to_apples.htm US News] A Populist Challenge to Apple's iPhone&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko: The open alternative&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=196802206&amp;amp;subSection=All+Stories InformationWeek] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.theregister.co.uk/2007/01/15/open_phone/ The Register] Open Phones with Open Moko&lt;br /&gt;
* [http://techreport.com/onearticle.x/11589 The Tech Report] OpenMoko offers open-source smart phone&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html Financial Times] OpenMoko harks back to Hello Moto&lt;br /&gt;
* [http://hardware.slashdot.org/article.pl?sid=07/01/20/1551200 Slashdot] OpenMoko Schedule Announced&lt;br /&gt;
* [http://www.youtube.com/watch?v=jRvtAAXTIlg Youtube] Interview with Sean Moss-Pultz ([http://www.monoploid.be/dl/openmoko_sean_interview.ogm mirror in Ogg format])&lt;br /&gt;
* [http://www.libervis.com/article/forget_iphone_hail_openmoko_the_true_revolution Libervis.com] Forget iPhone, hail OpenMoko, the true revolution&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/sizemodo-iphone-vs-openmoko-neo1073-229294.php Gizmodo]iPhone vs. Openmoko Neo1973] (please, don't mind the typo i n the title)&lt;br /&gt;
&lt;br /&gt;
==== December 2006 ====&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=133 pikesoft.com] Cheap, totally open Linux phone will ship next month&lt;br /&gt;
* [http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=19254 cdrinfo.com] FIC to release Linux based Smartphone&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
* [http://www.ministryoftech.com/2006/11/09/fic-neo1973-smartphone-with-linux-based-openmoko-open-source-platform/ ministryoftech.com] FIC Neo1973 smartphone with linux-based OpenMoko open source platform&lt;br /&gt;
* [http://www.mobiletechnews.com/info/2006/11/09/124614.html mobiletechnews.com] OpenMoko Linux mobile platform and Neo1973 smartphone announced&lt;br /&gt;
* [http://news.softpedia.com/news/FIC-Neo1973-for-all-the-Linux-Lovers-out-There-40344.shtml news.softpedia.com] FIC Neo1973 for all the Linux lovers out there&lt;br /&gt;
* [http://www.openembedded.org/openmoko-fic-choosing-openembedded openembedded.org] OpenMoko FIC choosing openembedded&lt;br /&gt;
* [http://news.com.com/2300-1037_3-6134795-1.html news.com.com] FIC's Linux handset&lt;br /&gt;
* [http://www.slashphone.com/77/5784.html slashphone.com] OpenMoko Announces Open Source Mobile Communications Platform &lt;br /&gt;
* [http://www.arm.com/iqonline/news/marketnews/15616.html arm.com] Open Linux Based, ARM Powered Mobile In Wings&lt;br /&gt;
* [http://news.com.com/Second+open+Linux+handset+unveiled/2100-1039_3-6133974.html news.com.tw] Second open Linux handset unveiled&lt;br /&gt;
* [http://www.infoworld.com/article/06/11/08/HNlinuxphone_1.html?COMMERCIAL%20LINUX infoworld.com] FIC debuts open Linux-based smartphone &lt;br /&gt;
* [http://www.michaeldolan.com/431 michaeldolan.com] A must have: OpenMoko cell phone with GPS and...apt-get&lt;br /&gt;
* [http://nandz.blogspot.com/2006/11/my-dream-phone.html nandz.blogspot.com] My dream phone&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2986976174.html linuxdevices.com] Cheap, hackable Linux smartphone due soon&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7056478804.html linuxdevices.com] First OpenMoKo phone taps dual-licensed SyncML stack&lt;br /&gt;
* [http://lwn.net/Articles/208298/ lwn.net] The OpenMoko open phone&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=35590 theinquirer.net] A truly open Linux phone with GPS debuts&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
==== November ====&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/98489 heise.de: Das GPhone ist ein Android] GPhone System &amp;quot;wildert in den Gefilden vergleichbarer Initiativen wie OpenMoko&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== September ====&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/219038/ futurzone@orf.at] &amp;quot;Und jetzt: Befreien Sie Ihr Handy.&amp;quot;&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11704.html Pro-Linux] OpenMoko für den Massenmarkt erst an Weihnachten&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.golem.de/0708/54256.html golem.de] - Neues GUI für Open-Source-Handy Neo1973&lt;br /&gt;
* [http://www.heise.de/mobil/newsticker/meldung/94724 heise mobil] - Offene Smartphone-Plattform mit neuem Look&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/attachments/20070721/be55235c/CIMG1129_small-0001.jpg Kurier] - Handy Individuell&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/206048/ futurezone.ORF.at] - Anti-iPhone geht an den Start&lt;br /&gt;
* [http://www.zdnet.de/news/hardware/0,39023109,39156101,00.htm zdnet.de] - Open-Source-Iphone wird mit Hackertools ausgeliefert&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/92393 heise.de] - &amp;quot;Free your phone&amp;quot;: Linux-Smartphone des OpenMoko-Projekts verfügbar&lt;br /&gt;
* [http://www.spiegel.de/netzwelt/mobil/0,1518,493595,00.html spiegel.de] - Linux statt iPhone: Freiheit fürs Handy&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://www.golem.de/0706/53172.html golem.de] - Linux-Smartphone OpenMoko ab Juli 2007 zu haben &lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/91868 heise.de] - Offenes Linux-Smartphone Neo 1973 macht Fortschritte&lt;br /&gt;
* [http://www.winfuture.de/news,32641.html winfuture.de] - Open-Source-Handy Neo1973 ab Juli bzw. Oktober&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11385.html pro-linux.de] - OpenMoko wird zum Unternehmen&lt;br /&gt;
* [http://de.theinquirer.net/2007/06/14/das_erste_openmoko_kommt.html the inquirer] - Das erste OpenMOKO kommt&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11133.html pro-linux] - OpenMoko produziert erste Muster&lt;br /&gt;
* [http://www.golem.de/0704/51970.html golem.de] - Open-Source-Handy vor Produktionsbeginn&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://chaosradio.ccc.de/cre042.html Chaosradio Express] - Das neue Projekt zur Entwicklung eines Telefons mit freier Software&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10966.html pro-linux] - OpenMoko sucht Unterstützung&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.digital-living-magazin.de/index.php?pid=17&amp;amp;art=2050&amp;amp;cid=DLnewsletter digital-living-magazin.de] - Linux erobert Mobilfunkmarkt&lt;br /&gt;
* [http://www.heise.de/tr/artikel/85138 Technology Review] - Open-Source-Handy, nächster Versuch&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10833.html pro-linux] - OpenMoko-Quellcode angekündigt&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/85354 heise online] - OpenMoko: Linux-Plattform für Handys freigegeben&lt;br /&gt;
* [http://www.mobile2day.de/news/news_details.html?nd_ref=6870&amp;amp;n_multi=0&amp;amp;nf_id=0&amp;amp;nt_id=0&amp;amp;f_date_m=01&amp;amp;f_date_y=2007&amp;amp;t_date_m=04&amp;amp;t_date_y=2007&amp;amp;from=archive Mobile2Day] - OpenMoko bringt Details zum Neo1973&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
&lt;br /&gt;
* [http://golem.de/0611/48824.html golem.de] - OpenMoko kündigt Open-Source-Handy an&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/80714 heise online] - Smartphone mit offener Linux-Plattform&lt;br /&gt;
* [http://www.pro-linux.de/news/2006/10448.html pro-linux] - Offenes Linux-Smartphone »OpenMoko« für Januar 2007 angekündigt&lt;br /&gt;
&lt;br /&gt;
=== Scandinavian ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.amobil.no/artikkel/mobiltelefoner/antikrist-mobilen_blir_heftigere/41042 Amobil.no]  Antikrist-mobilen blir heftigere&lt;br /&gt;
* [http://www.amobil.no/sniktitt/mobiltelefoner/den_folsomme_linux-mobilen/40176 Amobil.no]  Sniktitt: Den følsomme Linux-mobilen&lt;br /&gt;
* [http://www.amobil.no/artikkel/markedsutvikling/linux-mobilen_er_i_rute/40138 Amobil.no]  Linux-mobilen er i rute&lt;br /&gt;
* [http://www.amobil.no/nyhet/mobiltelefoner/openmoko_klart_for_verden/36554 Amobil.no] OpenMoko klart for verden&lt;br /&gt;
* [http://www.nyteknik.se/art/48697 NyTeknik] Snart är den öppna Linuxtelefonen här (Swedish) (Translation: this article states free release to selected developers Feb 11, commercial release to developers March 11, and main release to market Sep 11. See also [http://lists.openmoko.org/pipermail/announce/2007-January/000000.html])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
* [http://linuxfr.org/2006/11/08/21596.html LinuxFR] OpenMoko : sortie en janvier d'un téléphone-GPS enfin libre!&lt;br /&gt;
&lt;br /&gt;
=== Chinese ===&lt;br /&gt;
&lt;br /&gt;
* [http://marrtw.blogspot.com/2007/11/intro-to-openmoko.html Marr's Weblog] Intro to OpenMoko. Also mention OpenLab.&lt;br /&gt;
* [http://1-apple.com.tw/apple/index.cfm?Fuseaction=Article&amp;amp;Sec_ID=8&amp;amp;ShowDate=20071119&amp;amp;NewsType=twapple&amp;amp;Loc=TP&amp;amp;Art_ID=4009959 1-Apple Daily News] FIC/OpenMoko provide 100% open source mobile communication platform.&lt;br /&gt;
* [http://www.pconline.com.cn/mobile/news/hgxz/0711/1157957.html PConline China] Neo 1973 test report.&lt;br /&gt;
* [http://news.sina.com.tw/tech/sinacn/cn/2007-11-16/110338206084.shtml Sina Taiwan] Neo 1973 test report.&lt;br /&gt;
* [http://news.oss.tw/node/6363 News.Oss.Tw] OpenMoko OpenLab Opening&lt;br /&gt;
* [http://www.digitimes.com.tw/n/article.asp?id=0000072911_B8M11RL8U70UDGF2BY10X DigitTimes Taiwan] News about OpenMoko OpenLab Opening and Neo1973.&lt;br /&gt;
* [http://openmoko.wordpress.com/2007/06/21/openmoko-%E8%88%87-iphone-%E6%AF%94%E8%BC%83%E4%B8%80/ wordpress.com] Comparison between OpenMoko and iPhone&lt;br /&gt;
* [http://chinese.engadget.com/2007/06/11/computex-2007-openmoko-neo-1973-linux/ chinese engadget.com] OpenMoko Neo1973 Linux Smartphone&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/25/talk-of-openmoko-is-online/ debian.org.tw] Video of OpenMoko at TOSSUG in Taipei&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/17/openmoko-at-tossug/ debian.org.tw] OpenMoko at TOSSUG&lt;br /&gt;
* [http://magicdesign.blogspot.com/2007/05/free-your-phoneopenmoko.html MagicDesign] Free your phone OpenMoko&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/04/30/have-fun-with-openmokoneo1973/ Debian.org.tw] Have fun with OpenMoko Neo1973&lt;br /&gt;
* [http://orzlab.blogspot.com/ Orzlab] When Java meets OpenMoko&lt;br /&gt;
* [http://blog.footoo.org/?p=115 FooToo.org] Install OpenMoko Emulator&lt;br /&gt;
* [http://www.jollen.org/blog/2007/01/openmoko_announce.html Jollen.org] OpenMoko Kick-Off&lt;br /&gt;
* [http://zh.wikipedia.org/wiki/OpenMoko Wikipedia.org] OpenMoko Chinese Wiki&lt;br /&gt;
* [http://tw.myblog.yahoo.com/champ_yen/article?mid=211&amp;amp;prev=212&amp;amp;next=-1 Yahoo.com.tw] Forget about iPhone, Hail OpenMoko &lt;br /&gt;
* [http://www.jollen.org/blog/2006/11/mobile_20_openmoko_linux_smart.html Jollen.org] OpenMoko Linux Smartphone&lt;br /&gt;
* [http://blog.roodo.com/ystuan/archives/2733869.html Roodo.com] OpenMoko&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://www.studencka.pl/artykuly.php?AID=770 Gazeta Studencka] (Students Newspaper) &amp;quot;Cellphones of all shapes, unite!&amp;quot; - OpenMoko overview by Krzysztof Kajkowski, &amp;quot;free software&amp;quot; not mentioned in the text.&lt;br /&gt;
&lt;br /&gt;
=== Japanese ===&lt;br /&gt;
&lt;br /&gt;
* [http://blog.pasonatech.co.jp/hibi/4079.html pasonatech.co.jp] iPhoneキラー？：オープンソース精神なopenmoko携帯がUSで発売&lt;br /&gt;
* [http://journal.mycom.co.jp/articles/2007/06/06/computex04/index.html journal. mycom.com.jp] Computex Taipei 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.corriere.it/Primo_Piano/Scienze_e_Tecnologie/2007/07_Luglio/10/neo1973_telefonino.shtml corriere.it] L'anti iPhone: Neo 1973, il cellulare fai da te&lt;br /&gt;
* [http://punto-informatico.it/p.aspx?id=2035879 Punto Informatico] Lo smartphone touch-screen è open source&lt;br /&gt;
&lt;br /&gt;
{{Languages|Press_Coverage}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Press_Coverage</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Press_Coverage"/>
				<updated>2007-09-13T12:45:08Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* German */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[http://www.google.com/trends?q=openmoko%2Cneo1973&amp;amp;ctab=1&amp;amp;geo=all&amp;amp;date=all  OpenMoko and Neo1973 on google trends.]&lt;br /&gt;
 &lt;br /&gt;
This site contains the press coverage about OpenMoko and the Neo 1973 sorted by language and date. Newest on top.&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
&lt;br /&gt;
=== English ===&lt;br /&gt;
&lt;br /&gt;
==== September ====&lt;br /&gt;
* [http://www.phoronix.com/scan.php?page=news_item&amp;amp;px=NjA0NQ phoronix.com] OpenMoko Schedule Revised, For X-Mas&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.roughlydrafted.com/RD/RDM.Tech.Q3.07/B10AE668-EAD3-46DC-A042-5EF3461D63EF.html roughlydrafted.com] Apple iPhone vs the FIC Neo1973 OpenMoko Linux Smartphone&lt;br /&gt;
* [http://www.macworld.com/news/2007/08/02/openmoko/index.php Macworld] Portrait of a Linux iPhone-killer wannabe&lt;br /&gt;
* [http://www.phoronix.com/?page=news_item&amp;amp;px=NTk1Mw Phoronix] Google Using OpenMoko For gPhone?&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.pcworld.com/article/id,134987-pg,1/article.html PCWorld] Insider Info on the First Fully Open-Source Cell Phone&lt;br /&gt;
* [http://blog.wired.com/monkeybites/2007/07/hands-on-with-t.html Wired Blog] Hands On with OpenMoko: An early look at the hardware and software.&lt;br /&gt;
* [http://www.economist.com/science/displaystory.cfm?story_id=9531007 Economist.com] Hello world: Avoiding punitive roaming charges abroad&lt;br /&gt;
* [http://linuxdevices.com/news/NS7355980470.html linuxdevices.com] iPhone-like Linux phone ready for hackers&lt;br /&gt;
* [http://www.heise.de/english/newsticker/news/92473 heise.de] &amp;quot;Free your phone&amp;quot;: The OpenMoko Project's Linux Smartphone now available&lt;br /&gt;
* [http://blogs.zdnet.com/open-source/?p=1194 zdnet.com] Can OpenMoko break the wireless monopoly?&lt;br /&gt;
* [http://developers.slashdot.org/developers/07/07/09/0049249.shtml Slashdot] Open Source Linux Phone Goes On Sale&lt;br /&gt;
* [http://www.engadget.com/2007/07/09/openmoko-neo-1973-and-advanced-dev-kit-finally-for-sale/ engadget.com] OpenMoko Neo 1973 and Advanced dev kit finally for sale&lt;br /&gt;
* [http://www.theglobeandmail.com/servlet/story/RTGAM.20070703.WBcyberia20070703161759/WBStory/WBcyberia/ Globe and Mail, Toronto] The Next Big Thing? (good overview; some favorable comparisons with iPhone).&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070710-developer-models-of-openmoko-open-source-smartphone-released.html arstechnica.com] Developer models of OpenMoko open-source smartphone released&lt;br /&gt;
* [http://www.boingboing.net/2007/07/09/openmoko_linuxbased_.html boingboing (Cory Doctorow)] OpenMoko: Linux-based $300 open smartphone&lt;br /&gt;
* [http://www.channelweb.co.uk/vnunet/news/2192036/first-open-source-mobile-phone channelweb.co.uk / CRN] OpenMoko preps first open source mobile&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/07/openmoko_300_linuxpowered.html?CMP=OTC-0D6B48984890 MAKE:] blogged about it.&lt;br /&gt;
* [http://www.theregister.co.uk/2007/07/09/neo_1973_launch/ The Register] Is your phone free?&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=41147 The Inquirer] Linux phone goes on sale&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://fakesteve.blogspot.com/2007/06/freetards-are-trying-to-make-iphone.html Secret Diary of Steve Jobs] Freetards are trying to make an iPhone clone&lt;br /&gt;
* [http://www.eweek.com/article2/0,1895,2152759,00.asp eweek.com] OpenMoko: An iPhone Alternative for Developers? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8509737406.html&amp;amp;cid=0 linuxdevices.com] iPhone-like Linux phone delayed&lt;br /&gt;
* [http://www.itweek.co.uk/vnunet/news/2192036/first-open-source-mobile-phone IT Week] &amp;quot;OpenMoko preps first open source mobile&amp;quot; Confuses Phase 1 and Phase 2 features.&lt;br /&gt;
* [http://www.vnunet.com/vnunet/news/2192036/first-open-source-mobile-phone vnunet.com] First open source mobile phone&lt;br /&gt;
* [http://www.techeblog.com/index.php/tech-gadget/feature-5-cool-linux-powered-phones TechEBlog.com] A brief line-up of the 5 coolest Linux-powered phones.&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1574 Tectonic.co.za] Open source phone plans September launch&lt;br /&gt;
* [http://www.hothardware.com/image_popup.aspx?image=big_fic2.jpg&amp;amp;articleid=979&amp;amp;t=a hothardware.com] OpenMoko&lt;br /&gt;
* [http://www.texyt.com/FIC+OpenMoko+$350+open+Linux+mobile+phone+launch+00100 Texyt.com] $350 open Linux mobile phone on target for September launch&lt;br /&gt;
&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://blogs.sun.com/brewin/entry/fic_and_openmoko_thank_you blogs.SUN.com] &amp;quot;FIC and OpenMoko - Thank You&amp;quot; Mentions the FIC phone used in the exciting JavaFX Mobile announcement, and says that &amp;quot;in most cases the Neo 1973 phone performed better&amp;quot; than other handsets.&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=174 PikeSoft.com] JavaFX Mobile:  a new smartphone OS contender&lt;br /&gt;
* [http://www.sfgate.com/cgi-bin/blogs/sfgate/detail?blogid=19&amp;amp;entry_id=16310 SFGate.com] Here comes the Sun Conference&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7539760574.html LinuxDevices.com] Sun beams Linux/Java at mobile phones&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.palminfocenter.com/news/9371/openmoko-running-on-a-palm-tx/ Palm Infocenter] OpenMoko running on a palm TX&lt;br /&gt;
* [http://jaidev.info/home/blog/archives/2007/04/13/openmoko.html JaidevInfo] OpenMoko&lt;br /&gt;
* [http://www.wirelessweek.com/newsletter.aspx?id=137388 Wirelessweek.com] Democracy Hits the Mobile Phone&lt;br /&gt;
* [http://elearner.edublogs.org/2007/04/11/technologies-is-that-a-word/ Edublogs.org] Technologies is that a word? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS4777580627.html Linuxdevices.com] 200 million Linux phones to ship by 2012&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070415-palm-embracing-linux-in-the-hopes-of-being-relevant-again.html Ars Technica] Palm embracing Linux in the hopes of being relevant again] (Mentions Neo1973 in passing)&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://www.smartdevicecentral.com/article/OpenMokos+Open+Source+Phone/202546_1.aspx smartdevicecentral.com] OpenMoko's open source phone&lt;br /&gt;
* [http://www.zdnetasia.com/news/communications/0,39044192,61996003,00.htm zdnet asia] Passing mention in an article on the Iphone.&lt;br /&gt;
* [http://www.wikio.com/news/Sean+Moss-Pultz wikio.com] Sean Moss-Pultz News&lt;br /&gt;
* [http://www.edparsons.com/?p=438 edparsons.com] iPhone chipping away at the walls&lt;br /&gt;
* [http://blogs.pcworld.co.nz/pcworld/techsploder/2007/03/openmoko_makes_total_sense.html blogs.pcworld.co.nz] OpenMoko makes total sense&lt;br /&gt;
* [http://www.totalueberwachung.de/blog/articles/2007/03/08/neo1973-arrived totalueberwachung.de] Neo1973 arrived&lt;br /&gt;
* [http://www.makuchaku.info/blog/im-gonna-get-this-one makuchaku.info] I'm gonna get this one&lt;br /&gt;
* [http://www.kitenet.net/~joey/blog/entry/openmoko_and_n800.html kitenet.net] OpenMoko and n800&lt;br /&gt;
* [http://dominion.kabel.utwente.nl/koen/cms/the-neo1973-unboxed dominion.kabel.utwente.nl] The Neo1973 unboxed&lt;br /&gt;
* [http://atulchitnis.net/diary/showentry/421 atulchitnis.net] An OpenMoko Phone arrives&lt;br /&gt;
* [http://blog.matthewgast.com/2007/03/03/good-luck-openmoko blog.matthewgast.com] Good luck OpenMoko&lt;br /&gt;
* [http://vaandoo.blogspot.com/2007/03/openmoko-neo1973-opensource-software.html vaandoo.blogspot.com] OpenMoko Neo1973 opensource software&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7653749655.html linuxdevices.com] OpenMoko update; Neo1973 on sale in March&lt;br /&gt;
* [http://www.ministryoftech.com/2007/03/05/the-5-hottest-phones-for-linux-fanatics/ ministryoftech.com] Brief line-up of the 5 hottest phones for Linux fans&lt;br /&gt;
* [http://voxilla.com/soapvox/2007/03/01/industry-disruption-really-168 voxilla.com] Article about ETel Sean Moss-Pultz presentation&lt;br /&gt;
* [http://blog.wired.com/gadgets/2007/03/eight_great_lin.html blog.wired.com] Gadget Lab: Eight Great Linux Smartphones&lt;br /&gt;
* [http://gigaom.com/2007/03/01/openmoko-phone/ gigaom.com] OpenMoko Open-Source Mobile, coming soon - Interview with Sean Moss-Pultz&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/03/openmoko_1.html www.oreillynet.com] ETel coverage&lt;br /&gt;
* [http://gordoncook.net/wp/?p=146 gordoncook.net] Short history of Neo1973 and other stuff&lt;br /&gt;
* [http://www.engadget.com/2007/03/03/openmoko-details-pricing-availability-for-neo1973/ engadget.com] OpenMoko details pricing, availability for Neo1973&lt;br /&gt;
* [http://www.uberpulse.com/us/2007/03/fic_wants_to_rewrite_the_rules_with_open_moko_mobile_phone.php   www.uberpulse.com] Some images from ETel&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.scullen.ca/2007/02/15/forget-about-the-iphone-neo1973-is-far-more-exciting/ scullen.ca] Forget about the iPone, Neo1973 is far more exciting&lt;br /&gt;
* [http://www.mobileread.com/forums/showpost.php?p=59124&amp;amp;postcount=4 mobileread.com] Show post&lt;br /&gt;
* [http://www.pdasnews.com/articles/2568/1/ pdasnews.com] Linux-powered iPhone killer available online in March&lt;br /&gt;
* [http://www.belutz.net/2007/02/05/openmoko/ belutz.net] OpenMoko&lt;br /&gt;
* [http://www.mail-archive.com/community@lists.openmoko.org/msg03686.html mail-archive.com] OpenMoko community mail archive&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena maclife.com] Is there a crowd in the touch screen phone arena&lt;br /&gt;
* [http://gopaultech.com/2007/02/fic-neo1973-linux-smartphone/ gopaultech.com] FIC Neo1973 Linux smartphone&lt;br /&gt;
* [http://www.volweb.cz/horvitz/os-info/news-feb07-014.html volweb.cz] Open-source smartphone, with WiFi in version 2&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/02/etel_coverage_openmoko_opens_t.html oreillynet.com] ETel coverage OpenMoko opens&lt;br /&gt;
* [http://www.mobilewhack.com/openmoko-neo1973-open-source-phone/ mobilewhack.com] OpenMoko Neo1973 open source phone&lt;br /&gt;
* [http://www.engadget.com/2007/02/19/what-tech-would-the-presidents-rock-in-2007/ engadget.com] What tech would the presidents rock in 2007&lt;br /&gt;
* [http://www.tuxmachines.org/node/13602 tuxmachines.org] What participation culture&lt;br /&gt;
* [http://www.vanille-media.de/site/index.php/category/opensource/openmoko/ vanille-media.de] Opensource OpenMoko&lt;br /&gt;
* [http://www.joetech.com/2007/02/15/openmoko-open-source-cell-phone/ joetech.com] OpenMoko open source cell phone&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/02/openmoko_open_s.html makezine.com] OpenMoko open&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS9706477996.html linuxdevices.com] Announce of the Openembedded booth at FOSDEM in Brussels.&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2657814070.html linuxdevices.com] Quick interview with Sean and some pictures&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/first-look-the-antiiphone-openmokos-neo1973-236841.php gizmodo.com] Photos and comments on hardware and software&lt;br /&gt;
* [http://www.onecompare.com/mobile-news/article-asp~aid~244~pub~56321102~story~openmoko-launch-the-official-portal-for-development-of-the-openmoko-platform onecompare.com] Short news article&lt;br /&gt;
* [http://crunchgear.com/2007/02/15/openmokos-open-source-mobile-os crunchgear.com] Holding the phone upside down&lt;br /&gt;
* [http://www.slashgear.com/openmoko-and-fic-neo1973-updates-153926.php slashgear.com] Video interview and many pictures&lt;br /&gt;
* [http://www.djlosch.com/article_Comparison%3A_iPhone_vs_A1200_vs_Neo1973 djlosch.com] Article comparing the Neo to the iPhone and A1200&lt;br /&gt;
* [http://popsci.typepad.com/popsci/2007/02/up_close_and_pe.html popsci.typepad.com] Screenshot of Linux booting on the Neo&lt;br /&gt;
* [http://video.google.de/videoplay?docid=-3742589179435830945&amp;amp;q=Openmoko video.google.com] Presentation of OpenMoko at the FOSDEM&lt;br /&gt;
* [http://www.manilastandardtoday.com/?page=business6_feb27_2007 manilastandardtoday.com] Tale of two phones&lt;br /&gt;
* [http://blog.printf.net/articles/2007/02/22/unboxing-the-openmoko-phone blog.printf.net] OLPC and older Neo1973.&lt;br /&gt;
* [http://mako.cc/copyrighteous/freesoftware/20070228-00.html mako.cc] OLPC and older Neo1973 again.&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena MacLife] Is Three a Crowd among Touch-Screen Phones?&lt;br /&gt;
&lt;br /&gt;
==== January 2007 ====&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html blogs.ft.com] OpenMoko harks back to hello moto&lt;br /&gt;
* [http://opensource.sfsu.edu/node/258 opensource.sfsu.edu] Can you hear me now?&lt;br /&gt;
* [http://losca.blogspot.com/2007/01/maemo-nokia-n800-has-competitor-in.html losca.blogspot.com] Maemo Nokia n800 has competitor in openness - OpenMoko&lt;br /&gt;
* [http://21talks.net/voip/openmoko 21talks.net] OpenMoko: Not as sexy as the iPhone, but it’s a Linux phone&lt;br /&gt;
* [http://www.linuxinfusion.com/openmoko-schedule-announced linuxinfusion.com] OpenMoko schedule announced&lt;br /&gt;
* [http://users.livejournal.com/_paladine_/tag/smartphone users.livjournal.com] The Worlds First Opensource Linux Smartphone&lt;br /&gt;
* [http://www.nungee.com/2007/01/25/openmoko/ nungee.com] OpenMoko&lt;br /&gt;
* [http://www.sda-asia.com/sda/features/psecom,id,880,srn,2,channel,developer,nodeid,21,_language,Singapore.html sda-asia.com] OpenMoko Offers Open-source Smart phone T&lt;br /&gt;
* [http://www.regdeveloper.co.uk/2007/01/15/open_phone/ regdeveloper.co.uk] Open Phone&lt;br /&gt;
* [http://www.product-reviews.net/2007/01/17/fic-neo1973-smartphone-open-source-phone/ product-reviews.net] FIC Neo1973 smartphone open source phone&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php gizmodo.com] OpenMoko smartphone did they have a time machine or what&lt;br /&gt;
* [http://www.oreillynet.com/conferences/blog/2007/01/openmoko_workshop_added_to_ete.html oreillynet.com] OpenMoko workshop added to ETel&lt;br /&gt;
* [http://www.gadgetell.com/2007/01/openmoko-gets-interviewed-about-new-open-source-fic-neo1973/ gadgetell.com] OpenMoko gets interviewed about new open source FIC Neo1973&lt;br /&gt;
* [http://www.slashgear.com/openmoko-interface-im-loving-it-173496.php slashgear.com] OpenMoko interface I'm loving it&lt;br /&gt;
* [http://www.gadgetorama.com/news/news_details.php?gorid=2008 gadgetorama.com] OpenMoko news details&lt;br /&gt;
* [http://tech.cybernetnews.com/2007/01/17/openmoko-vs-iphone-did-apple-copy/ tech.cybernetnews.com] OpenMoko vs iPhone did Apple copy&lt;br /&gt;
* [http://techtrails.blogspot.com/2007/01/open-phones-with-open-moko-while.html techtrails.blogspot.com] Open phones with OpenMoko while&lt;br /&gt;
* [http://blogger.xs4all.nl/jurjen1/archive/2007/01/17/174341.aspx bloger.xs4all.nl] OpenMoko open source mobile phone&lt;br /&gt;
* [http://www.ringnokia.com/2007/01/i_am_highly_cur.html ringnokia.com] I'm highly curious&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/01/iclone_1.html oreillynet.com] iClone&lt;br /&gt;
* [http://forums.scotsnewsletter.com/index.php?showtopic=17685 forums.scotsnewsletter.com] Show topic&lt;br /&gt;
* [http://understandinglimited.com/2007/01/15/iphone/ understandinglimited.com] iPhone and OpenMoko&lt;br /&gt;
* [http://robertogaloppini.net/2007/01/12/openmoko-the-integrated-os-mobile-communications-platform-2/ robertogaloppini.net] OpenMoko the intergrated OS mobile communications platform&lt;br /&gt;
* [http://www.funambol.com/blog/capo/2007/01/apple-please-do-not-forget-developers.html funambol.com] Apple please do not forget developers&lt;br /&gt;
* [http://chopey.blogspot.com/2007/01/iphone-or-not-to-iphone.html chopey.blogspot.com] iPhone or not to iPhone&lt;br /&gt;
* [http://opendotdotdot.blogspot.com/2007/01/openmoko.html opendotdotdot.blogspot.com] OpenMoko&lt;br /&gt;
* [http://www.e-pcmag.gr/forum/index.php?showtopic=19505 e-pcmag.gr] Show topic&lt;br /&gt;
* [http://www.costpernews.com/2007/01/12/anything-you-can-do-we-can-do-better/ costpernews.com] Anything you can do we can do better&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko - the Open Alternative&lt;br /&gt;
* [http://lwn.net/Articles/217020/rss lwn.net] An OpenMoko update&lt;br /&gt;
* [http://www.networkworld.com/news/2007/010907-moss-pultz.html networkworld.com] Q&amp;amp;A Building a new open source phone platform&lt;br /&gt;
* [http://www.networkcomputing.com/showArticle.jhtml?articleID=196802226 networkcomputing.com] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.osweekly.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2420&amp;amp;Itemid=449 osweekly.com] Mobile Devices Adopt Open Source&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8591201260.html linuxdevices.com] Linux phone market open up?&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,2080727,00.asp pcmag.com] Cell phone open up&lt;br /&gt;
* [http://sonyericssonz558i.blogurple.com/2007/01/06/23/ sonyericssonz558i.blogurple.com] Sony Ericsson Z558i&lt;br /&gt;
* [http://www.sannes.org/?p=5 sannes.org] An Open mobile phone that does what you want&lt;br /&gt;
* [http://popsci.typepad.com/ces2007/2007/01/opensource_stri.html Popsci.com] Open Source Strikes Again&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php Gizmodo.com] OpenMoko interface compared to iPhone&lt;br /&gt;
* [http://www.linuxjournal.com/xstatic/abstracts/upfront Linux Journal] Doc Searls in the feb 2007 issue&lt;br /&gt;
* [http://www.osdir.com/Article9642.phtml OSDir.com] Mobile Linux for the Mobile Fan] -&amp;gt; [http://www.madpenguin.org/cms/?m=show&amp;amp;id=7710 MadPenguin] Mobile Linux for the Mobile Fan&lt;br /&gt;
* [http://www.usnews.com/usnews/biztech/davesdownload/archive/070112/a_populist_challenge_to_apples.htm US News] A Populist Challenge to Apple's iPhone&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko: The open alternative&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=196802206&amp;amp;subSection=All+Stories InformationWeek] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.theregister.co.uk/2007/01/15/open_phone/ The Register] Open Phones with Open Moko&lt;br /&gt;
* [http://techreport.com/onearticle.x/11589 The Tech Report] OpenMoko offers open-source smart phone&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html Financial Times] OpenMoko harks back to Hello Moto&lt;br /&gt;
* [http://hardware.slashdot.org/article.pl?sid=07/01/20/1551200 Slashdot] OpenMoko Schedule Announced&lt;br /&gt;
* [http://www.youtube.com/watch?v=jRvtAAXTIlg Youtube] Interview with Sean Moss-Pultz ([http://www.monoploid.be/dl/openmoko_sean_interview.ogm mirror in Ogg format])&lt;br /&gt;
* [http://www.libervis.com/article/forget_iphone_hail_openmoko_the_true_revolution Libervis.com] Forget iPhone, hail OpenMoko, the true revolution&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/sizemodo-iphone-vs-openmoko-neo1073-229294.php Gizmodo]iPhone vs. Openmoko Neo1973] (please, don't mind the typo i n the title)&lt;br /&gt;
&lt;br /&gt;
==== December 2006 ====&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=133 pikesoft.com] Cheap, totally open Linux phone will ship next month&lt;br /&gt;
* [http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=19254 cdrinfo.com] FIC to release Linux based Smartphone&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
* [http://www.ministryoftech.com/2006/11/09/fic-neo1973-smartphone-with-linux-based-openmoko-open-source-platform/ ministryoftech.com] FIC Neo1973 smartphone with linux-based OpenMoko open source platform&lt;br /&gt;
* [http://www.mobiletechnews.com/info/2006/11/09/124614.html mobiletechnews.com] OpenMoko Linux mobile platform and Neo1973 smartphone announced&lt;br /&gt;
* [http://news.softpedia.com/news/FIC-Neo1973-for-all-the-Linux-Lovers-out-There-40344.shtml news.softpedia.com] FIC Neo1973 for all the Linux lovers out there&lt;br /&gt;
* [http://www.openembedded.org/openmoko-fic-choosing-openembedded openembedded.org] OpenMoko FIC choosing openembedded&lt;br /&gt;
* [http://news.com.com/2300-1037_3-6134795-1.html news.com.com] FIC's Linux handset&lt;br /&gt;
* [http://www.slashphone.com/77/5784.html slashphone.com] OpenMoko Announces Open Source Mobile Communications Platform &lt;br /&gt;
* [http://www.arm.com/iqonline/news/marketnews/15616.html arm.com] Open Linux Based, ARM Powered Mobile In Wings&lt;br /&gt;
* [http://news.com.com/Second+open+Linux+handset+unveiled/2100-1039_3-6133974.html news.com.tw] Second open Linux handset unveiled&lt;br /&gt;
* [http://www.infoworld.com/article/06/11/08/HNlinuxphone_1.html?COMMERCIAL%20LINUX infoworld.com] FIC debuts open Linux-based smartphone &lt;br /&gt;
* [http://www.michaeldolan.com/431 michaeldolan.com] A must have: OpenMoko cell phone with GPS and...apt-get&lt;br /&gt;
* [http://nandz.blogspot.com/2006/11/my-dream-phone.html nandz.blogspot.com] My dream phone&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2986976174.html linuxdevices.com] Cheap, hackable Linux smartphone due soon&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7056478804.html linuxdevices.com] First OpenMoKo phone taps dual-licensed SyncML stack&lt;br /&gt;
* [http://lwn.net/Articles/208298/ lwn.net] The OpenMoko open phone&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=35590 theinquirer.net] A truly open Linux phone with GPS debuts&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
==== September ====&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/219038/ futurzone@orf.at] &amp;quot;Und jetzt: Befreien Sie Ihr Handy.&amp;quot;&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11704.html Pro-Linux] OpenMoko für den Massenmarkt erst an Weihnachten&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.golem.de/0708/54256.html golem.de] - Neues GUI für Open-Source-Handy Neo1973&lt;br /&gt;
* [http://www.heise.de/mobil/newsticker/meldung/94724 heise mobil] - Offene Smartphone-Plattform mit neuem Look&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/attachments/20070721/be55235c/CIMG1129_small-0001.jpg Kurier] - Handy Individuell&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/206048/ futurezone.ORF.at] - Anti-iPhone geht an den Start&lt;br /&gt;
* [http://www.zdnet.de/news/hardware/0,39023109,39156101,00.htm zdnet.de] - Open-Source-Iphone wird mit Hackertools ausgeliefert&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/92393 heise.de] - &amp;quot;Free your phone&amp;quot;: Linux-Smartphone des OpenMoko-Projekts verfügbar&lt;br /&gt;
* [http://www.spiegel.de/netzwelt/mobil/0,1518,493595,00.html spiegel.de] - Linux statt iPhone: Freiheit fürs Handy&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://www.golem.de/0706/53172.html golem.de] - Linux-Smartphone OpenMoko ab Juli 2007 zu haben &lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/91868 heise.de] - Offenes Linux-Smartphone Neo 1973 macht Fortschritte&lt;br /&gt;
* [http://www.winfuture.de/news,32641.html winfuture.de] - Open-Source-Handy Neo1973 ab Juli bzw. Oktober&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11385.html pro-linux.de] - OpenMoko wird zum Unternehmen&lt;br /&gt;
* [http://de.theinquirer.net/2007/06/14/das_erste_openmoko_kommt.html the inquirer] - Das erste OpenMOKO kommt&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11133.html pro-linux] - OpenMoko produziert erste Muster&lt;br /&gt;
* [http://www.golem.de/0704/51970.html golem.de] - Open-Source-Handy vor Produktionsbeginn&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://chaosradio.ccc.de/cre042.html Chaosradio Express] - Das neue Projekt zur Entwicklung eines Telefons mit freier Software&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10966.html pro-linux] - OpenMoko sucht Unterstützung&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.digital-living-magazin.de/index.php?pid=17&amp;amp;art=2050&amp;amp;cid=DLnewsletter digital-living-magazin.de] - Linux erobert Mobilfunkmarkt&lt;br /&gt;
* [http://www.heise.de/tr/artikel/85138 Technology Review] - Open-Source-Handy, nächster Versuch&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10833.html pro-linux] - OpenMoko-Quellcode angekündigt&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/85354 heise online] - OpenMoko: Linux-Plattform für Handys freigegeben&lt;br /&gt;
* [http://www.mobile2day.de/news/news_details.html?nd_ref=6870&amp;amp;n_multi=0&amp;amp;nf_id=0&amp;amp;nt_id=0&amp;amp;f_date_m=01&amp;amp;f_date_y=2007&amp;amp;t_date_m=04&amp;amp;t_date_y=2007&amp;amp;from=archive Mobile2Day] - OpenMoko bringt Details zum Neo1973&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
&lt;br /&gt;
* [http://golem.de/0611/48824.html golem.de] - OpenMoko kündigt Open-Source-Handy an&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/80714 heise online] - Smartphone mit offener Linux-Plattform&lt;br /&gt;
* [http://www.pro-linux.de/news/2006/10448.html pro-linux] - Offenes Linux-Smartphone »OpenMoko« für Januar 2007 angekündigt&lt;br /&gt;
&lt;br /&gt;
=== Scandinavian ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.amobil.no/artikkel/mobiltelefoner/antikrist-mobilen_blir_heftigere/41042 Amobil.no]  Antikrist-mobilen blir heftigere&lt;br /&gt;
* [http://www.amobil.no/sniktitt/mobiltelefoner/den_folsomme_linux-mobilen/40176 Amobil.no]  Sniktitt: Den følsomme Linux-mobilen&lt;br /&gt;
* [http://www.amobil.no/artikkel/markedsutvikling/linux-mobilen_er_i_rute/40138 Amobil.no]  Linux-mobilen er i rute&lt;br /&gt;
* [http://www.amobil.no/nyhet/mobiltelefoner/openmoko_klart_for_verden/36554 Amobil.no] OpenMoko klart for verden&lt;br /&gt;
* [http://www.nyteknik.se/art/48697 NyTeknik] Snart är den öppna Linuxtelefonen här (Swedish) (Translation: this article states free release to selected developers Feb 11, commercial release to developers March 11, and main release to market Sep 11. See also [http://lists.openmoko.org/pipermail/announce/2007-January/000000.html])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
* [http://linuxfr.org/2006/11/08/21596.html LinuxFR] OpenMoko : sortie en janvier d'un téléphone-GPS enfin libre!&lt;br /&gt;
&lt;br /&gt;
=== Chinese ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.wordpress.com/2007/06/21/openmoko-%E8%88%87-iphone-%E6%AF%94%E8%BC%83%E4%B8%80/ wordpress.com] Comparison between OpenMoko and iPhone&lt;br /&gt;
* [http://chinese.engadget.com/2007/06/11/computex-2007-openmoko-neo-1973-linux/ chinese engadget.com] OpenMoko Neo1973 Linux Smartphone&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/25/talk-of-openmoko-is-online/ debian.org.tw] Video of OpenMoko at TOSSUG in Taipei&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/17/openmoko-at-tossug/ debian.org.tw] OpenMoko at TOSSUG&lt;br /&gt;
* [http://magicdesign.blogspot.com/2007/05/free-your-phoneopenmoko.html MagicDesign] Free your phone OpenMoko&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/04/30/have-fun-with-openmokoneo1973/ Debian.org.tw] Have fun with OpenMoko Neo1973&lt;br /&gt;
* [http://orzlab.blogspot.com/ Orzlab] When Java meets OpenMoko&lt;br /&gt;
* [http://blog.footoo.org/?p=115 FooToo.org] Install OpenMoko Emulator&lt;br /&gt;
* [http://www.jollen.org/blog/2007/01/openmoko_announce.html Jollen.org] OpenMoko Kick-Off&lt;br /&gt;
* [http://zh.wikipedia.org/wiki/OpenMoko Wikipedia.org] OpenMoko Chinese Wiki&lt;br /&gt;
* [http://tw.myblog.yahoo.com/champ_yen/article?mid=211&amp;amp;prev=212&amp;amp;next=-1 Yahoo.com.tw] Forget about iPhone, Hail OpenMoko &lt;br /&gt;
* [http://www.jollen.org/blog/2006/11/mobile_20_openmoko_linux_smart.html Jollen.org] OpenMoko Linux Smartphone&lt;br /&gt;
* [http://blog.roodo.com/ystuan/archives/2733869.html Roodo.com] OpenMoko&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://www.studencka.pl/artykuly.php?AID=770 Gazeta Studencka] (Students Newspaper) &amp;quot;Cellphones of all shapes, unite!&amp;quot; - OpenMoko overview by Krzysztof Kajkowski, &amp;quot;free software&amp;quot; not mentioned in the text.&lt;br /&gt;
&lt;br /&gt;
=== Japanese ===&lt;br /&gt;
&lt;br /&gt;
* [http://blog.pasonatech.co.jp/hibi/4079.html pasonatech.co.jp] iPhoneキラー？：オープンソース精神なopenmoko携帯がUSで発売&lt;br /&gt;
* [http://journal.mycom.co.jp/articles/2007/06/06/computex04/index.html journal. mycom.com.jp] Computex Taipei 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.corriere.it/Primo_Piano/Scienze_e_Tecnologie/2007/07_Luglio/10/neo1973_telefonino.shtml corriere.it] L'anti iPhone: Neo 1973, il cellulare fai da te&lt;br /&gt;
* [http://punto-informatico.it/p.aspx?id=2035879 Punto Informatico] Lo smartphone touch-screen è open source&lt;br /&gt;
&lt;br /&gt;
{{Languages|Press_Coverage}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wishlist/Accessories</id>
		<title>Wishlist/Accessories</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wishlist/Accessories"/>
				<updated>2007-09-06T13:03:27Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Existing devices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Hardware Wishlist}}&lt;br /&gt;
This is a page detailing accessories that may be of use for your Neo1973.&lt;br /&gt;
&lt;br /&gt;
This is both accessories that do not exist, and existing devices that may be good to add to a web-store.&lt;br /&gt;
&lt;br /&gt;
Advertising on this page is permitted, but keep it brief and factual.&lt;br /&gt;
&lt;br /&gt;
=Existing devices=&lt;br /&gt;
&lt;br /&gt;
==Storage Devices==&lt;br /&gt;
&lt;br /&gt;
* '''Seagate's DAVE (Digital Audio Video Experience)''' with Bluetooth 2.0 WiFi 802.11b/g and USB-on-the-go-Interface (USB-OTG) http://www.seagate.com/docs/pdf/marketing/po_DAVE.pdf&lt;br /&gt;
&lt;br /&gt;
==Input Devices==&lt;br /&gt;
&lt;br /&gt;
===Pedometer===&lt;br /&gt;
&lt;br /&gt;
There are (at least) two uses for a Bluetooth pedometer as a Neo1973 accessory:&lt;br /&gt;
&lt;br /&gt;
* As an input device for exercise-monitoring software&lt;br /&gt;
&lt;br /&gt;
* A pedometer combined with a compass (see [[Wish_List_-_Hardware#Digital_compass]]) would allow the positioning software to perform [http://en.wikipedia.org/wiki/Dead_reckoning dead reckoning] when the GPS signal has been lost. The US Army's [http://www.army-technology.com/projects/land_warrior/ Land Warrior system] already does this. (Maybe the pedometer is partly redundant with the accelerometers for dead reckoning tasks? See the [http://www.autospectator.com/modules/news/article.php?storyid=9942 SiRFDiRect announcement].)&lt;br /&gt;
&lt;br /&gt;
=Wishlist=&lt;br /&gt;
==Special covers==&lt;br /&gt;
Different special covers could be made available with features like:&lt;br /&gt;
* A standard slip-on or clip-on template (possibly with buttons) to make the touch-screen blind accessible&lt;br /&gt;
* Small metal frame for protection (like Siemens M65, only with more style)&lt;br /&gt;
* Case with mirror on the back, for putting on makeup/checking appearance or helping with self-portraits with an integrated camera.&lt;br /&gt;
* Option to completely design printable case styles, perhaps with engraving. Ability to share these on a 'community' site.&lt;br /&gt;
* Solar powered recharger (perhaps as extendable/unfoldable [[Expansion Back]]).&lt;br /&gt;
* Rubber protection like available for iPod, of course in different colors and transparency.&lt;br /&gt;
&lt;br /&gt;
==Car kit==&lt;br /&gt;
A car kit with a cradle which simultaneously recharges the device.&lt;br /&gt;
&lt;br /&gt;
==Charger conversion connector==&lt;br /&gt;
A flexible converter allowing you to recharge the Neo1973 with power from many DC sources such as other devices chargers.&lt;br /&gt;
Problems are that it may overload the DC source. It may require sensing of the input voltage, and reducing load if the voltage drops by a factor. Ideally the device should accept input voltage in the range of around 3.3v-28V in either polarity.&lt;br /&gt;
&lt;br /&gt;
==Ability to connect a USB keyboard to the phones USB port==&lt;br /&gt;
&lt;br /&gt;
It has a USB port. There are USB keyboards everywhere. It would be great to be able to ssh anywhere over wifi with a regular sized keyboard.&lt;br /&gt;
&lt;br /&gt;
==Make the stylus laser-pen recharge its batteries from phone while &amp;quot;docked&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
The stylus pen with built in laser pointer and flashlight seemed too big to be able to be attached to the phone while it is not being used, according to the demonstration video. If that is the case, make a slot on the phone where one can &amp;quot;dock&amp;quot; the pen while not using it. Make the phone recharge the batteries in the pen while the pen is docked to the phone.&lt;br /&gt;
&lt;br /&gt;
==Bluetooth earpiece with possible both-ears use==&lt;br /&gt;
&lt;br /&gt;
It will be like a regular bluetooth speaker, but with another (wired or wireless) speaker in the other ear for music listening and telephony. The main, bulky piece with bluetooth could have a multi-purpose button: for answering calls when it whispers the name of the caller in my ears, or to raise/lower the volume of music or telephone call.&lt;br /&gt;
&lt;br /&gt;
Would be nice to have them for the left-handed too.&lt;br /&gt;
&lt;br /&gt;
==Make a VGA and/or DVI out connector==&lt;br /&gt;
&lt;br /&gt;
The screen on the phone is small. But if it had a VGA out connector, we could connect an ordinary full sized monitor to it. It already has a USB connector. Imagine the coolness of attaching a usb keyboard and a 22&amp;quot; widescreen monitor to your ''phone'' and then viewing youtube videos through the phones wlan connection. You wouldn't have to carry around your laptop anymore since usb keyboards and vga monitors are availible practically everywhere.&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wishlist_-_Hardware_-_Novel_Devices</id>
		<title>Wishlist - Hardware - Novel Devices</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wishlist_-_Hardware_-_Novel_Devices"/>
				<updated>2007-09-06T13:00:51Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Bottle opener======Cork Screw */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details hardware some would like in future OpenMoko devices that are very different from the [[Neo1973]]. DVD/media players, cameras, ...&lt;br /&gt;
&lt;br /&gt;
=== Hard Drive ===&lt;br /&gt;
Providing a hard drive, will allow storing music, movies, etc. Add USB storage device capability to use the device as an external hard drive.&lt;br /&gt;
&lt;br /&gt;
=== OpenMoko-branded modem card ===&lt;br /&gt;
&lt;br /&gt;
A 3G modem card for use with other computing hardware, in particular PCs. Probably an internal expansion card such as an ExpressCard or Compact Flash card, with an alternative external (USB) unit for computers without internal slots. (In fact, a PCI-factor internal card for desktop computers might be reasonable too; see below.)&lt;br /&gt;
&lt;br /&gt;
There are already CardBus and external USB 3G modems available. In hardware terms, OpenMoko's modem could well be a simple rebranding of one of these existing products. But, at least in some areas, the 3G modem products available to end-users tend to be tied to a particular telco and bundled with that telco's software. They also have a mysterious tendency not to actually allow voice calls over the modem, even when the modem hardware appears to be quite capable of it. An OpenMoko modem that simply provided open drivers, no lock to a particular telco, good support for various operating systems, and simple support for voice and video calls over the modem, all out of the box, would already have some fairly unique selling points. (Since video conferencing is now taking off on personal computers, hardware that allows your desktop computer to make video calls to 3G mobile phones might well have a market, which is one reason why a PCI-factor card might not be so crazy.)&lt;br /&gt;
&lt;br /&gt;
But more than that, any software or services that OpenMoko develops to overcome the tricky problems of juggling and integrating different Internet and phone connections and different email, IM, VoIP and telephone-number identities on Internet-enabled phones would be available to users of the OpenMoko modem too. That would be a powerful selling point for the modem if and when OpenMoko has compelling solutions to these problems. In fact, the increased integration with PCs would make all OpenMoko devices more attractive. (&amp;quot;Whenever I'm logged in to my laptop all my calls go there, even when I'm not in range of WiFi.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Since [[FIC]] already has well-established relationships in the PC world, it could presumably make good use of those connections in selling the modems.&lt;br /&gt;
&lt;br /&gt;
* Obviously the OpenMoko modem faces much the same problems with getting reasonably open access to 3G hardware that are delaying 3G for the [[Neo1973]] series &lt;br /&gt;
&lt;br /&gt;
* Naturally a 3G Neo1973 or other OpenMoko phone would (or should) be able to provide many of the same advantages when acting as a modem for a PC. But there will still be a place for dedicated modems, if only because yoking a full mobile phone to your computer isn't always the best solution &lt;br /&gt;
&lt;br /&gt;
* Just like full phones, modems would benefit from support for multiple SIMs (see [[Wish_List_-_Hardware#Ability_to_use_multiple_SIMs.2Fnetworks]]) if they're going to be used for (non-VoIP) voice&lt;br /&gt;
&lt;br /&gt;
* Bonus points if the hardware provides a POTS landline connection and the software can juggle it along with 3G and Internet connections...&lt;br /&gt;
&lt;br /&gt;
=== PCMCIA slot ===&lt;br /&gt;
Extensibility would be nice. Standard pcmcia would be great for allowing wireless too. And pcmcia cards tend to be very low power.&lt;br /&gt;
*1. can be used for a spare battery (is this possible?)&lt;br /&gt;
*3. i can use my [http://www.echoaudio.com/Products/CardBus/IndigoIO/index.php Echo Audio Indigo I/O]&lt;br /&gt;
*2. can be used for different cards around&lt;br /&gt;
&lt;br /&gt;
This is certain not to happen in a production phone, it's simply far too large, and requires complex support in hardware, which does not exist in most system on a chip devices as are used in phones. &lt;br /&gt;
Even for the [[Expansion_Back]] it would be too large. --[[User:Speedevil|Speedevil]] 06:05, 28 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Cameras &amp;amp; Imaging ==&lt;br /&gt;
=== Interchangeable Camera Lenses ===&lt;br /&gt;
A camera phone with a [http://en.wikipedia.org/wiki/Lens_mount lens mount] would allow swappable camera lenses and filters.  Camera phones are usually stuck with tiny fixed lenses that don't allow focusing.  Imaging being able to swap out the default lens with one that provides a better focus... or even a zoom!  &lt;br /&gt;
&lt;br /&gt;
The C-Mount or [http://en.wikipedia.org/wiki/T-mount T-Mount] would be a good choice.  Both are standard lens mount with many supporting lenses.  Minolta, Canon, Nikon, Olympus, &amp;amp; most other lens manufacturers also have [http://www.bhphotovideo.com/c/shop/300/Lens_Adapters_Mounts.html mount adapters] for their proprietary lenses. Then share lenses between your camera &amp;amp; cell phone.  The mount hole would need to be about 1 inch in diameter and go about 1/4 inch into the camera-phone (with the focal plane array chip at the bottom of this hole).&lt;br /&gt;
&lt;br /&gt;
 '''Added bonus If you work somewhere that doesn't allow cameras:'''&lt;br /&gt;
 The lens could be removed and a blank insert could be screwed in.&lt;br /&gt;
 The camera capability would be physically disabled!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Business Card Reader ===&lt;br /&gt;
This is probably technically difficult if not impossible, maybe you could do it with the embedded camera hardware &amp;amp; software&lt;br /&gt;
&lt;br /&gt;
I want to be able to place a business card face down on the the screen, and have the device automatically read the card and enter the info in the contacts.&lt;br /&gt;
* There is no simple way of reading something placed on the screen, for the basic reason that the screen is in the way.&lt;br /&gt;
* Of course you could always just take a picture of the card with a camera-phone.  Then store it as it is or image recognition software could do character recognition &amp;amp; extract the information.&lt;br /&gt;
&lt;br /&gt;
=== Solar Panels ===&lt;br /&gt;
My old pocket calculator had solar panels, why not my phone?&lt;br /&gt;
See also: [[Expansion_Back#Ideas which require slight modifications of the phone.]]&lt;br /&gt;
&lt;br /&gt;
=== Fuel Cell ===&lt;br /&gt;
Some people want to put them in laptops &amp;amp; fuel cells are the way of the future.&lt;br /&gt;
&lt;br /&gt;
===TV Out===&lt;br /&gt;
With help of mouse and keyboard, a TV output may be very useful.&lt;br /&gt;
Or to watch photos taken with a digital camera on holidays.&lt;br /&gt;
Or for showing a slide presentation off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Larger Screen ===&lt;br /&gt;
&lt;br /&gt;
A model with a larger screen would be of use to many, especially with multi-touch. Higher resolution is probably less important than size until the DPI drops below 150 or so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tiny Video Projector - &amp;quot;Beamer&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
At the [http://www.sid.org/conf/sid2007/sid2007.html DisplayWeek2007] several embeded video projectors for phones were presented. &lt;br /&gt;
 Those projecting devices are not much bigger than a cell phone. A LED-laser projects a sharp image at variable distance&lt;br /&gt;
Could such a device be connected by bluetooth?&lt;br /&gt;
 [http://www.explay.co.il/ Explay] uses two a red and a green laser-LED as well as a conventional blue LED in its &amp;quot;oio&amp;quot;.&lt;br /&gt;
 Blue laser-LED are to expensive for customer products. The light passes a transmissive WVGA-LCD(640x480) and goes on to the screen. Its frequency is 60Hz and the projecting distance can be varied from 20cm(8inch) to 2m(80inch) with a sharp picture. It consumes about 5W and its light power is about 6 lumen.&lt;br /&gt;
 As the sharpness does not depend on distance, one can project the image on screens that are not plane. Like someones t-shirt.&lt;br /&gt;
&lt;br /&gt;
 [http://www.microvision.com/ Microvistions] PicoProjektor however uses soley laser-LEDs. It is also 60Hz though 800x600px or 800x640.&lt;br /&gt;
&lt;br /&gt;
 Potential problems might become the approval of a laser class 3 device.&lt;br /&gt;
&lt;br /&gt;
 Final prices could be about $300.&lt;br /&gt;
Taken from: http://www.heise.de/newsticker/meldung/90141 (german)&lt;br /&gt;
&lt;br /&gt;
===HMD===&lt;br /&gt;
Possibility to use something like [http://www.aeinnovations.com/projects/ver0/ Eyeglass Mounted Display].&lt;br /&gt;
&lt;br /&gt;
Or a HUD for use in a car windscreen. Needs a small projector attached to the phone. The phone is placed in front of the steering wheel on the console and displays information projected against the windscreen.&lt;br /&gt;
&lt;br /&gt;
===Multi I/O adapter===&lt;br /&gt;
*VGA, standard Jack (line in &amp;amp; out), standard USB&lt;br /&gt;
&lt;br /&gt;
===Credit Card Swiper/Reader===&lt;br /&gt;
*A credit card swipe function on the device, so that business operators can use the device to accept payments. In some markets a 'chip+pin' card reader may be an alternative. Existing devices are very expensive. Transaction information is sent over the internet, transaction &amp;quot;hub&amp;quot; services like 1stData could receive the data and reply with email receipts to the merchant, who could then forward the receipt to customer's email, or print a receipt on a bluetooth printer.&lt;br /&gt;
&lt;br /&gt;
===Modular hardware design / interchangeable components===&lt;br /&gt;
It would be great to have several interchangeable components on the 'bus' of the device. Imagine opening the case and being able to add GPS to an empty internal bay or swap an Accelerometer for 3G support.  &lt;br /&gt;
Similar to the PCI hardware model of desktop PCs -- let savvy users swap and upgrade internal components by intentionally designing swappable components on some standardized bus.&lt;br /&gt;
&lt;br /&gt;
 Unfortunately, this is a big problem for compact devices.&lt;br /&gt;
 To take the above examples. An accelerometer module may be 5mm*5mm*2mm. a 3G module 50mm*30mm*10mm, a GSM module 30mm*40mm*5mm and a GPS module 20mm*15mm*5mm. &lt;br /&gt;
 Apart from the wasted space problems, this means also that each module has to be custom-built for FIC. &lt;br /&gt;
 Then there is a second part - you have to have connectors and some way to clamp the module in place.&lt;br /&gt;
 &lt;br /&gt;
 This adds yet more weight and volume.&lt;br /&gt;
 --[[User:Speedevil|Speedevil]] 12:03, 29 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Unsorted==&lt;br /&gt;
&lt;br /&gt;
===Virtual laser keyboard===&lt;br /&gt;
see...&lt;br /&gt;
http://www.virtual-laser-keyboard.com/?an=google&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Different Shapes &amp;amp; Styles ==&lt;br /&gt;
The current shape is great and many people love it (and I myself plan on getting one).  Still, different strokes for different folks &amp;amp; we're allowed to muse about other options.&lt;br /&gt;
&lt;br /&gt;
===Dump the '''''egg-shaped''''' case design and go '''''rectangular''''' for more screen space===&lt;br /&gt;
*I'm all for devices that look great and have great features - aside from that I really like the current design. Thus I'd like to comment that the design change request is probably not the majority's opinion. [[User:Abraxa|Abraxa]] 00:00, 18 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
There will be many OpenMoko devices, of different designs. --[[User:Speedevil|Speedevil]] 06:19, 28 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Clamshell===&lt;br /&gt;
Nuff said&lt;br /&gt;
&lt;br /&gt;
===Twisting top===&lt;br /&gt;
Perfect for a multi-directional camera phone (for easier self photos &amp;amp; video conferencing)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Kg920phone.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alcohol Sensor===&lt;br /&gt;
Alcohol sensor adjacent to microphone.  It doesn't have to be accurate, just has to detect any amount of alcohol on the speaker's breath.  I understand this is a very narrow market, but alcohol is on every parent's mind.&lt;br /&gt;
&lt;br /&gt;
I think those who drive cars might profit from this feature too. --[[User:Cedel|cedel]] 16:02, 20 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
:Although this is a good idea, you have to be very careful about liability here. If it gives a false positive (i.e. you're not over the limit), and you have an accident, the OpenMoko team might be liable.&lt;br /&gt;
&lt;br /&gt;
===Bottle opener===&lt;br /&gt;
* including a bottle opener is very hard, but could be useful.&lt;br /&gt;
* [http://www.bokonzept.de/php/images/462.jpg example]&lt;br /&gt;
* It definitely is useful. A metal reinforced corner might be enough. While it is possible to open bottles with most cell phones, they don't look too good after opening a few cases.&lt;br /&gt;
* Every multi-tool has to have a cork screw&lt;br /&gt;
&lt;br /&gt;
==Stackable Back Expansion plates==&lt;br /&gt;
A reference specification for creating add-on devices. The phone has a back where other backs can be added and removed as the user desires depending on the function needed at the time supplied by each back expansion device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware ideas]]&lt;br /&gt;
A USB 2.0 port which can use all usb devices such as a USB Storage or a Printer Etc.&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wishlist_-_Hardware_-_Novel_Devices</id>
		<title>Wishlist - Hardware - Novel Devices</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wishlist_-_Hardware_-_Novel_Devices"/>
				<updated>2007-09-06T13:00:38Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details hardware some would like in future OpenMoko devices that are very different from the [[Neo1973]]. DVD/media players, cameras, ...&lt;br /&gt;
&lt;br /&gt;
=== Hard Drive ===&lt;br /&gt;
Providing a hard drive, will allow storing music, movies, etc. Add USB storage device capability to use the device as an external hard drive.&lt;br /&gt;
&lt;br /&gt;
=== OpenMoko-branded modem card ===&lt;br /&gt;
&lt;br /&gt;
A 3G modem card for use with other computing hardware, in particular PCs. Probably an internal expansion card such as an ExpressCard or Compact Flash card, with an alternative external (USB) unit for computers without internal slots. (In fact, a PCI-factor internal card for desktop computers might be reasonable too; see below.)&lt;br /&gt;
&lt;br /&gt;
There are already CardBus and external USB 3G modems available. In hardware terms, OpenMoko's modem could well be a simple rebranding of one of these existing products. But, at least in some areas, the 3G modem products available to end-users tend to be tied to a particular telco and bundled with that telco's software. They also have a mysterious tendency not to actually allow voice calls over the modem, even when the modem hardware appears to be quite capable of it. An OpenMoko modem that simply provided open drivers, no lock to a particular telco, good support for various operating systems, and simple support for voice and video calls over the modem, all out of the box, would already have some fairly unique selling points. (Since video conferencing is now taking off on personal computers, hardware that allows your desktop computer to make video calls to 3G mobile phones might well have a market, which is one reason why a PCI-factor card might not be so crazy.)&lt;br /&gt;
&lt;br /&gt;
But more than that, any software or services that OpenMoko develops to overcome the tricky problems of juggling and integrating different Internet and phone connections and different email, IM, VoIP and telephone-number identities on Internet-enabled phones would be available to users of the OpenMoko modem too. That would be a powerful selling point for the modem if and when OpenMoko has compelling solutions to these problems. In fact, the increased integration with PCs would make all OpenMoko devices more attractive. (&amp;quot;Whenever I'm logged in to my laptop all my calls go there, even when I'm not in range of WiFi.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Since [[FIC]] already has well-established relationships in the PC world, it could presumably make good use of those connections in selling the modems.&lt;br /&gt;
&lt;br /&gt;
* Obviously the OpenMoko modem faces much the same problems with getting reasonably open access to 3G hardware that are delaying 3G for the [[Neo1973]] series &lt;br /&gt;
&lt;br /&gt;
* Naturally a 3G Neo1973 or other OpenMoko phone would (or should) be able to provide many of the same advantages when acting as a modem for a PC. But there will still be a place for dedicated modems, if only because yoking a full mobile phone to your computer isn't always the best solution &lt;br /&gt;
&lt;br /&gt;
* Just like full phones, modems would benefit from support for multiple SIMs (see [[Wish_List_-_Hardware#Ability_to_use_multiple_SIMs.2Fnetworks]]) if they're going to be used for (non-VoIP) voice&lt;br /&gt;
&lt;br /&gt;
* Bonus points if the hardware provides a POTS landline connection and the software can juggle it along with 3G and Internet connections...&lt;br /&gt;
&lt;br /&gt;
=== PCMCIA slot ===&lt;br /&gt;
Extensibility would be nice. Standard pcmcia would be great for allowing wireless too. And pcmcia cards tend to be very low power.&lt;br /&gt;
*1. can be used for a spare battery (is this possible?)&lt;br /&gt;
*3. i can use my [http://www.echoaudio.com/Products/CardBus/IndigoIO/index.php Echo Audio Indigo I/O]&lt;br /&gt;
*2. can be used for different cards around&lt;br /&gt;
&lt;br /&gt;
This is certain not to happen in a production phone, it's simply far too large, and requires complex support in hardware, which does not exist in most system on a chip devices as are used in phones. &lt;br /&gt;
Even for the [[Expansion_Back]] it would be too large. --[[User:Speedevil|Speedevil]] 06:05, 28 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Cameras &amp;amp; Imaging ==&lt;br /&gt;
=== Interchangeable Camera Lenses ===&lt;br /&gt;
A camera phone with a [http://en.wikipedia.org/wiki/Lens_mount lens mount] would allow swappable camera lenses and filters.  Camera phones are usually stuck with tiny fixed lenses that don't allow focusing.  Imaging being able to swap out the default lens with one that provides a better focus... or even a zoom!  &lt;br /&gt;
&lt;br /&gt;
The C-Mount or [http://en.wikipedia.org/wiki/T-mount T-Mount] would be a good choice.  Both are standard lens mount with many supporting lenses.  Minolta, Canon, Nikon, Olympus, &amp;amp; most other lens manufacturers also have [http://www.bhphotovideo.com/c/shop/300/Lens_Adapters_Mounts.html mount adapters] for their proprietary lenses. Then share lenses between your camera &amp;amp; cell phone.  The mount hole would need to be about 1 inch in diameter and go about 1/4 inch into the camera-phone (with the focal plane array chip at the bottom of this hole).&lt;br /&gt;
&lt;br /&gt;
 '''Added bonus If you work somewhere that doesn't allow cameras:'''&lt;br /&gt;
 The lens could be removed and a blank insert could be screwed in.&lt;br /&gt;
 The camera capability would be physically disabled!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Business Card Reader ===&lt;br /&gt;
This is probably technically difficult if not impossible, maybe you could do it with the embedded camera hardware &amp;amp; software&lt;br /&gt;
&lt;br /&gt;
I want to be able to place a business card face down on the the screen, and have the device automatically read the card and enter the info in the contacts.&lt;br /&gt;
* There is no simple way of reading something placed on the screen, for the basic reason that the screen is in the way.&lt;br /&gt;
* Of course you could always just take a picture of the card with a camera-phone.  Then store it as it is or image recognition software could do character recognition &amp;amp; extract the information.&lt;br /&gt;
&lt;br /&gt;
=== Solar Panels ===&lt;br /&gt;
My old pocket calculator had solar panels, why not my phone?&lt;br /&gt;
See also: [[Expansion_Back#Ideas which require slight modifications of the phone.]]&lt;br /&gt;
&lt;br /&gt;
=== Fuel Cell ===&lt;br /&gt;
Some people want to put them in laptops &amp;amp; fuel cells are the way of the future.&lt;br /&gt;
&lt;br /&gt;
===TV Out===&lt;br /&gt;
With help of mouse and keyboard, a TV output may be very useful.&lt;br /&gt;
Or to watch photos taken with a digital camera on holidays.&lt;br /&gt;
Or for showing a slide presentation off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Larger Screen ===&lt;br /&gt;
&lt;br /&gt;
A model with a larger screen would be of use to many, especially with multi-touch. Higher resolution is probably less important than size until the DPI drops below 150 or so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tiny Video Projector - &amp;quot;Beamer&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
At the [http://www.sid.org/conf/sid2007/sid2007.html DisplayWeek2007] several embeded video projectors for phones were presented. &lt;br /&gt;
 Those projecting devices are not much bigger than a cell phone. A LED-laser projects a sharp image at variable distance&lt;br /&gt;
Could such a device be connected by bluetooth?&lt;br /&gt;
 [http://www.explay.co.il/ Explay] uses two a red and a green laser-LED as well as a conventional blue LED in its &amp;quot;oio&amp;quot;.&lt;br /&gt;
 Blue laser-LED are to expensive for customer products. The light passes a transmissive WVGA-LCD(640x480) and goes on to the screen. Its frequency is 60Hz and the projecting distance can be varied from 20cm(8inch) to 2m(80inch) with a sharp picture. It consumes about 5W and its light power is about 6 lumen.&lt;br /&gt;
 As the sharpness does not depend on distance, one can project the image on screens that are not plane. Like someones t-shirt.&lt;br /&gt;
&lt;br /&gt;
 [http://www.microvision.com/ Microvistions] PicoProjektor however uses soley laser-LEDs. It is also 60Hz though 800x600px or 800x640.&lt;br /&gt;
&lt;br /&gt;
 Potential problems might become the approval of a laser class 3 device.&lt;br /&gt;
&lt;br /&gt;
 Final prices could be about $300.&lt;br /&gt;
Taken from: http://www.heise.de/newsticker/meldung/90141 (german)&lt;br /&gt;
&lt;br /&gt;
===HMD===&lt;br /&gt;
Possibility to use something like [http://www.aeinnovations.com/projects/ver0/ Eyeglass Mounted Display].&lt;br /&gt;
&lt;br /&gt;
Or a HUD for use in a car windscreen. Needs a small projector attached to the phone. The phone is placed in front of the steering wheel on the console and displays information projected against the windscreen.&lt;br /&gt;
&lt;br /&gt;
===Multi I/O adapter===&lt;br /&gt;
*VGA, standard Jack (line in &amp;amp; out), standard USB&lt;br /&gt;
&lt;br /&gt;
===Credit Card Swiper/Reader===&lt;br /&gt;
*A credit card swipe function on the device, so that business operators can use the device to accept payments. In some markets a 'chip+pin' card reader may be an alternative. Existing devices are very expensive. Transaction information is sent over the internet, transaction &amp;quot;hub&amp;quot; services like 1stData could receive the data and reply with email receipts to the merchant, who could then forward the receipt to customer's email, or print a receipt on a bluetooth printer.&lt;br /&gt;
&lt;br /&gt;
===Modular hardware design / interchangeable components===&lt;br /&gt;
It would be great to have several interchangeable components on the 'bus' of the device. Imagine opening the case and being able to add GPS to an empty internal bay or swap an Accelerometer for 3G support.  &lt;br /&gt;
Similar to the PCI hardware model of desktop PCs -- let savvy users swap and upgrade internal components by intentionally designing swappable components on some standardized bus.&lt;br /&gt;
&lt;br /&gt;
 Unfortunately, this is a big problem for compact devices.&lt;br /&gt;
 To take the above examples. An accelerometer module may be 5mm*5mm*2mm. a 3G module 50mm*30mm*10mm, a GSM module 30mm*40mm*5mm and a GPS module 20mm*15mm*5mm. &lt;br /&gt;
 Apart from the wasted space problems, this means also that each module has to be custom-built for FIC. &lt;br /&gt;
 Then there is a second part - you have to have connectors and some way to clamp the module in place.&lt;br /&gt;
 &lt;br /&gt;
 This adds yet more weight and volume.&lt;br /&gt;
 --[[User:Speedevil|Speedevil]] 12:03, 29 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Unsorted==&lt;br /&gt;
&lt;br /&gt;
===Virtual laser keyboard===&lt;br /&gt;
see...&lt;br /&gt;
http://www.virtual-laser-keyboard.com/?an=google&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Different Shapes &amp;amp; Styles ==&lt;br /&gt;
The current shape is great and many people love it (and I myself plan on getting one).  Still, different strokes for different folks &amp;amp; we're allowed to muse about other options.&lt;br /&gt;
&lt;br /&gt;
===Dump the '''''egg-shaped''''' case design and go '''''rectangular''''' for more screen space===&lt;br /&gt;
*I'm all for devices that look great and have great features - aside from that I really like the current design. Thus I'd like to comment that the design change request is probably not the majority's opinion. [[User:Abraxa|Abraxa]] 00:00, 18 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
There will be many OpenMoko devices, of different designs. --[[User:Speedevil|Speedevil]] 06:19, 28 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Clamshell===&lt;br /&gt;
Nuff said&lt;br /&gt;
&lt;br /&gt;
===Twisting top===&lt;br /&gt;
Perfect for a multi-directional camera phone (for easier self photos &amp;amp; video conferencing)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Kg920phone.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alcohol Sensor===&lt;br /&gt;
Alcohol sensor adjacent to microphone.  It doesn't have to be accurate, just has to detect any amount of alcohol on the speaker's breath.  I understand this is a very narrow market, but alcohol is on every parent's mind.&lt;br /&gt;
&lt;br /&gt;
I think those who drive cars might profit from this feature too. --[[User:Cedel|cedel]] 16:02, 20 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
:Although this is a good idea, you have to be very careful about liability here. If it gives a false positive (i.e. you're not over the limit), and you have an accident, the OpenMoko team might be liable.&lt;br /&gt;
&lt;br /&gt;
===Bottle opener======Cork Screw===&lt;br /&gt;
* including a bottle opener is very hard, but could be useful.&lt;br /&gt;
* [http://www.bokonzept.de/php/images/462.jpg example]&lt;br /&gt;
* It definitely is useful. A metal reinforced corner might be enough. While it is possible to open bottles with most cell phones, they don't look too good after opening a few cases.&lt;br /&gt;
* Every multi-tool has to have a cork screw&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Stackable Back Expansion plates==&lt;br /&gt;
A reference specification for creating add-on devices. The phone has a back where other backs can be added and removed as the user desires depending on the function needed at the time supplied by each back expansion device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware ideas]]&lt;br /&gt;
A USB 2.0 port which can use all usb devices such as a USB Storage or a Printer Etc.&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wishlist_-_Hardware_-_Novel_Devices</id>
		<title>Wishlist - Hardware - Novel Devices</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wishlist_-_Hardware_-_Novel_Devices"/>
				<updated>2007-09-06T12:59:10Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Cork Screw */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details hardware some would like in future OpenMoko devices that are very different from the [[Neo1973]]. DVD/media players, cameras, ...&lt;br /&gt;
&lt;br /&gt;
=== Hard Drive ===&lt;br /&gt;
Providing a hard drive, will allow storing music, movies, etc. Add USB storage device capability to use the device as an external hard drive.&lt;br /&gt;
&lt;br /&gt;
=== OpenMoko-branded modem card ===&lt;br /&gt;
&lt;br /&gt;
A 3G modem card for use with other computing hardware, in particular PCs. Probably an internal expansion card such as an ExpressCard or Compact Flash card, with an alternative external (USB) unit for computers without internal slots. (In fact, a PCI-factor internal card for desktop computers might be reasonable too; see below.)&lt;br /&gt;
&lt;br /&gt;
There are already CardBus and external USB 3G modems available. In hardware terms, OpenMoko's modem could well be a simple rebranding of one of these existing products. But, at least in some areas, the 3G modem products available to end-users tend to be tied to a particular telco and bundled with that telco's software. They also have a mysterious tendency not to actually allow voice calls over the modem, even when the modem hardware appears to be quite capable of it. An OpenMoko modem that simply provided open drivers, no lock to a particular telco, good support for various operating systems, and simple support for voice and video calls over the modem, all out of the box, would already have some fairly unique selling points. (Since video conferencing is now taking off on personal computers, hardware that allows your desktop computer to make video calls to 3G mobile phones might well have a market, which is one reason why a PCI-factor card might not be so crazy.)&lt;br /&gt;
&lt;br /&gt;
But more than that, any software or services that OpenMoko develops to overcome the tricky problems of juggling and integrating different Internet and phone connections and different email, IM, VoIP and telephone-number identities on Internet-enabled phones would be available to users of the OpenMoko modem too. That would be a powerful selling point for the modem if and when OpenMoko has compelling solutions to these problems. In fact, the increased integration with PCs would make all OpenMoko devices more attractive. (&amp;quot;Whenever I'm logged in to my laptop all my calls go there, even when I'm not in range of WiFi.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Since [[FIC]] already has well-established relationships in the PC world, it could presumably make good use of those connections in selling the modems.&lt;br /&gt;
&lt;br /&gt;
* Obviously the OpenMoko modem faces much the same problems with getting reasonably open access to 3G hardware that are delaying 3G for the [[Neo1973]] series &lt;br /&gt;
&lt;br /&gt;
* Naturally a 3G Neo1973 or other OpenMoko phone would (or should) be able to provide many of the same advantages when acting as a modem for a PC. But there will still be a place for dedicated modems, if only because yoking a full mobile phone to your computer isn't always the best solution &lt;br /&gt;
&lt;br /&gt;
* Just like full phones, modems would benefit from support for multiple SIMs (see [[Wish_List_-_Hardware#Ability_to_use_multiple_SIMs.2Fnetworks]]) if they're going to be used for (non-VoIP) voice&lt;br /&gt;
&lt;br /&gt;
* Bonus points if the hardware provides a POTS landline connection and the software can juggle it along with 3G and Internet connections...&lt;br /&gt;
&lt;br /&gt;
=== PCMCIA slot ===&lt;br /&gt;
Extensibility would be nice. Standard pcmcia would be great for allowing wireless too. And pcmcia cards tend to be very low power.&lt;br /&gt;
*1. can be used for a spare battery (is this possible?)&lt;br /&gt;
*3. i can use my [http://www.echoaudio.com/Products/CardBus/IndigoIO/index.php Echo Audio Indigo I/O]&lt;br /&gt;
*2. can be used for different cards around&lt;br /&gt;
&lt;br /&gt;
This is certain not to happen in a production phone, it's simply far too large, and requires complex support in hardware, which does not exist in most system on a chip devices as are used in phones. &lt;br /&gt;
Even for the [[Expansion_Back]] it would be too large. --[[User:Speedevil|Speedevil]] 06:05, 28 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Cameras &amp;amp; Imaging ==&lt;br /&gt;
=== Interchangeable Camera Lenses ===&lt;br /&gt;
A camera phone with a [http://en.wikipedia.org/wiki/Lens_mount lens mount] would allow swappable camera lenses and filters.  Camera phones are usually stuck with tiny fixed lenses that don't allow focusing.  Imaging being able to swap out the default lens with one that provides a better focus... or even a zoom!  &lt;br /&gt;
&lt;br /&gt;
The C-Mount or [http://en.wikipedia.org/wiki/T-mount T-Mount] would be a good choice.  Both are standard lens mount with many supporting lenses.  Minolta, Canon, Nikon, Olympus, &amp;amp; most other lens manufacturers also have [http://www.bhphotovideo.com/c/shop/300/Lens_Adapters_Mounts.html mount adapters] for their proprietary lenses. Then share lenses between your camera &amp;amp; cell phone.  The mount hole would need to be about 1 inch in diameter and go about 1/4 inch into the camera-phone (with the focal plane array chip at the bottom of this hole).&lt;br /&gt;
&lt;br /&gt;
 '''Added bonus If you work somewhere that doesn't allow cameras:'''&lt;br /&gt;
 The lens could be removed and a blank insert could be screwed in.&lt;br /&gt;
 The camera capability would be physically disabled!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Business Card Reader ===&lt;br /&gt;
This is probably technically difficult if not impossible, maybe you could do it with the embedded camera hardware &amp;amp; software&lt;br /&gt;
&lt;br /&gt;
I want to be able to place a business card face down on the the screen, and have the device automatically read the card and enter the info in the contacts.&lt;br /&gt;
* There is no simple way of reading something placed on the screen, for the basic reason that the screen is in the way.&lt;br /&gt;
* Of course you could always just take a picture of the card with a camera-phone.  Then store it as it is or image recognition software could do character recognition &amp;amp; extract the information.&lt;br /&gt;
&lt;br /&gt;
=== Solar Panels ===&lt;br /&gt;
My old pocket calculator had solar panels, why not my phone?&lt;br /&gt;
See also: [[Expansion_Back#Ideas which require slight modifications of the phone.]]&lt;br /&gt;
&lt;br /&gt;
=== Fuel Cell ===&lt;br /&gt;
Some people want to put them in laptops &amp;amp; fuel cells are the way of the future.&lt;br /&gt;
===Cork Screw===&lt;br /&gt;
Every multi-tool has to have a cork screw&lt;br /&gt;
   - And of course a bottle-opener! ;-) --[[User:Minime|Minime]] 14:59, 6 September 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
===TV Out===&lt;br /&gt;
With help of mouse and keyboard, a TV output may be very useful.&lt;br /&gt;
Or to watch photos taken with a digital camera on holidays.&lt;br /&gt;
Or for showing a slide presentation off.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Larger Screen ===&lt;br /&gt;
&lt;br /&gt;
A model with a larger screen would be of use to many, especially with multi-touch. Higher resolution is probably less important than size until the DPI drops below 150 or so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tiny Video Projector - &amp;quot;Beamer&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
At the [http://www.sid.org/conf/sid2007/sid2007.html DisplayWeek2007] several embeded video projectors for phones were presented. &lt;br /&gt;
 Those projecting devices are not much bigger than a cell phone. A LED-laser projects a sharp image at variable distance&lt;br /&gt;
Could such a device be connected by bluetooth?&lt;br /&gt;
 [http://www.explay.co.il/ Explay] uses two a red and a green laser-LED as well as a conventional blue LED in its &amp;quot;oio&amp;quot;.&lt;br /&gt;
 Blue laser-LED are to expensive for customer products. The light passes a transmissive WVGA-LCD(640x480) and goes on to the screen. Its frequency is 60Hz and the projecting distance can be varied from 20cm(8inch) to 2m(80inch) with a sharp picture. It consumes about 5W and its light power is about 6 lumen.&lt;br /&gt;
 As the sharpness does not depend on distance, one can project the image on screens that are not plane. Like someones t-shirt.&lt;br /&gt;
&lt;br /&gt;
 [http://www.microvision.com/ Microvistions] PicoProjektor however uses soley laser-LEDs. It is also 60Hz though 800x600px or 800x640.&lt;br /&gt;
&lt;br /&gt;
 Potential problems might become the approval of a laser class 3 device.&lt;br /&gt;
&lt;br /&gt;
 Final prices could be about $300.&lt;br /&gt;
Taken from: http://www.heise.de/newsticker/meldung/90141 (german)&lt;br /&gt;
&lt;br /&gt;
===HMD===&lt;br /&gt;
Possibility to use something like [http://www.aeinnovations.com/projects/ver0/ Eyeglass Mounted Display].&lt;br /&gt;
&lt;br /&gt;
Or a HUD for use in a car windscreen. Needs a small projector attached to the phone. The phone is placed in front of the steering wheel on the console and displays information projected against the windscreen.&lt;br /&gt;
&lt;br /&gt;
===Multi I/O adapter===&lt;br /&gt;
*VGA, standard Jack (line in &amp;amp; out), standard USB&lt;br /&gt;
&lt;br /&gt;
===Credit Card Swiper/Reader===&lt;br /&gt;
*A credit card swipe function on the device, so that business operators can use the device to accept payments. In some markets a 'chip+pin' card reader may be an alternative. Existing devices are very expensive. Transaction information is sent over the internet, transaction &amp;quot;hub&amp;quot; services like 1stData could receive the data and reply with email receipts to the merchant, who could then forward the receipt to customer's email, or print a receipt on a bluetooth printer.&lt;br /&gt;
&lt;br /&gt;
===Modular hardware design / interchangeable components===&lt;br /&gt;
It would be great to have several interchangeable components on the 'bus' of the device. Imagine opening the case and being able to add GPS to an empty internal bay or swap an Accelerometer for 3G support.  &lt;br /&gt;
Similar to the PCI hardware model of desktop PCs -- let savvy users swap and upgrade internal components by intentionally designing swappable components on some standardized bus.&lt;br /&gt;
&lt;br /&gt;
 Unfortunately, this is a big problem for compact devices.&lt;br /&gt;
 To take the above examples. An accelerometer module may be 5mm*5mm*2mm. a 3G module 50mm*30mm*10mm, a GSM module 30mm*40mm*5mm and a GPS module 20mm*15mm*5mm. &lt;br /&gt;
 Apart from the wasted space problems, this means also that each module has to be custom-built for FIC. &lt;br /&gt;
 Then there is a second part - you have to have connectors and some way to clamp the module in place.&lt;br /&gt;
 &lt;br /&gt;
 This adds yet more weight and volume.&lt;br /&gt;
 --[[User:Speedevil|Speedevil]] 12:03, 29 June 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Unsorted==&lt;br /&gt;
&lt;br /&gt;
===Virtual laser keyboard===&lt;br /&gt;
see...&lt;br /&gt;
http://www.virtual-laser-keyboard.com/?an=google&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Different Shapes &amp;amp; Styles ==&lt;br /&gt;
The current shape is great and many people love it (and I myself plan on getting one).  Still, different strokes for different folks &amp;amp; we're allowed to muse about other options.&lt;br /&gt;
&lt;br /&gt;
===Dump the '''''egg-shaped''''' case design and go '''''rectangular''''' for more screen space===&lt;br /&gt;
*I'm all for devices that look great and have great features - aside from that I really like the current design. Thus I'd like to comment that the design change request is probably not the majority's opinion. [[User:Abraxa|Abraxa]] 00:00, 18 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
There will be many OpenMoko devices, of different designs. --[[User:Speedevil|Speedevil]] 06:19, 28 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Clamshell===&lt;br /&gt;
Nuff said&lt;br /&gt;
&lt;br /&gt;
===Twisting top===&lt;br /&gt;
Perfect for a multi-directional camera phone (for easier self photos &amp;amp; video conferencing)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Kg920phone.jpg]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alcohol Sensor===&lt;br /&gt;
Alcohol sensor adjacent to microphone.  It doesn't have to be accurate, just has to detect any amount of alcohol on the speaker's breath.  I understand this is a very narrow market, but alcohol is on every parent's mind.&lt;br /&gt;
&lt;br /&gt;
I think those who drive cars might profit from this feature too. --[[User:Cedel|cedel]] 16:02, 20 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
:Although this is a good idea, you have to be very careful about liability here. If it gives a false positive (i.e. you're not over the limit), and you have an accident, the OpenMoko team might be liable.&lt;br /&gt;
&lt;br /&gt;
===Bottle opener===&lt;br /&gt;
* including a bottle opener is very hard, but could be useful.&lt;br /&gt;
* [http://www.bokonzept.de/php/images/462.jpg example]&lt;br /&gt;
* It definitely is useful. A metal reinforced corner might be enough. While it is possible to open bottles with most cell phones, they don't look too good after opening a few cases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Stackable Back Expansion plates==&lt;br /&gt;
A reference specification for creating add-on devices. The phone has a back where other backs can be added and removed as the user desires depending on the function needed at the time supplied by each back expansion device. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware ideas]]&lt;br /&gt;
A USB 2.0 port which can use all usb devices such as a USB Storage or a Printer Etc.&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Press_Coverage</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Press_Coverage"/>
				<updated>2007-08-30T08:16:48Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* August 2007 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[http://www.google.com/trends?q=openmoko%2Cneo1973&amp;amp;ctab=1&amp;amp;geo=all&amp;amp;date=all  OpenMoko and Neo1973 on google trends.]&lt;br /&gt;
 &lt;br /&gt;
This site contains the press coverage about OpenMoko and the Neo 1973 sorted by language and date. Newest on top.&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
&lt;br /&gt;
=== English ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.roughlydrafted.com/RD/RDM.Tech.Q3.07/B10AE668-EAD3-46DC-A042-5EF3461D63EF.html roughlydrafted.com] Apple iPhone vs the FIC Neo1973 OpenMoko Linux Smartphone&lt;br /&gt;
* [http://www.macworld.com/news/2007/08/02/openmoko/index.php Macworld] Portrait of a Linux iPhone-killer wannabe&lt;br /&gt;
* [http://www.phoronix.com/?page=news_item&amp;amp;px=NTk1Mw Phoronix] Google Using OpenMoko For gPhone?&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.pcworld.com/article/id,134987-pg,1/article.html PCWorld] Insider Info on the First Fully Open-Source Cell Phone&lt;br /&gt;
* [http://blog.wired.com/monkeybites/2007/07/hands-on-with-t.html Wired Blog] Hands On with OpenMoko: An early look at the hardware and software.&lt;br /&gt;
* [http://www.economist.com/science/displaystory.cfm?story_id=9531007 Economist.com] Hello world: Avoiding punitive roaming charges abroad&lt;br /&gt;
* [http://linuxdevices.com/news/NS7355980470.html linuxdevices.com] iPhone-like Linux phone ready for hackers&lt;br /&gt;
* [http://www.heise.de/english/newsticker/news/92473 heise.de] &amp;quot;Free your phone&amp;quot;: The OpenMoko Project's Linux Smartphone now available&lt;br /&gt;
* [http://blogs.zdnet.com/open-source/?p=1194 zdnet.com] Can OpenMoko break the wireless monopoly?&lt;br /&gt;
* [http://developers.slashdot.org/developers/07/07/09/0049249.shtml Slashdot] Open Source Linux Phone Goes On Sale&lt;br /&gt;
* [http://www.engadget.com/2007/07/09/openmoko-neo-1973-and-advanced-dev-kit-finally-for-sale/ engadget.com] OpenMoko Neo 1973 and Advanced dev kit finally for sale&lt;br /&gt;
* [http://www.theglobeandmail.com/servlet/story/RTGAM.20070703.WBcyberia20070703161759/WBStory/WBcyberia/ Globe and Mail, Toronto] The Next Big Thing? (good overview; some favorable comparisons with iPhone).&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070710-developer-models-of-openmoko-open-source-smartphone-released.html arstechnica.com] Developer models of OpenMoko open-source smartphone released&lt;br /&gt;
* [http://www.boingboing.net/2007/07/09/openmoko_linuxbased_.html boingboing (Cory Doctorow)] OpenMoko: Linux-based $300 open smartphone&lt;br /&gt;
* [http://www.channelweb.co.uk/vnunet/news/2192036/first-open-source-mobile-phone channelweb.co.uk / CRN] OpenMoko preps first open source mobile&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/07/openmoko_300_linuxpowered.html?CMP=OTC-0D6B48984890 MAKE:] blogged about it.&lt;br /&gt;
* [http://www.theregister.co.uk/2007/07/09/neo_1973_launch/ The Register] Is your phone free?&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=41147 The Inquirer] Linux phone goes on sale&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://fakesteve.blogspot.com/2007/06/freetards-are-trying-to-make-iphone.html Secret Diary of Steve Jobs] Freetards are trying to make an iPhone clone&lt;br /&gt;
* [http://www.eweek.com/article2/0,1895,2152759,00.asp eweek.com] OpenMoko: An iPhone Alternative for Developers? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8509737406.html&amp;amp;cid=0 linuxdevices.com] iPhone-like Linux phone delayed&lt;br /&gt;
* [http://www.itweek.co.uk/vnunet/news/2192036/first-open-source-mobile-phone IT Week] &amp;quot;OpenMoko preps first open source mobile&amp;quot; Confuses Phase 1 and Phase 2 features.&lt;br /&gt;
* [http://www.vnunet.com/vnunet/news/2192036/first-open-source-mobile-phone vnunet.com] First open source mobile phone&lt;br /&gt;
* [http://www.techeblog.com/index.php/tech-gadget/feature-5-cool-linux-powered-phones TechEBlog.com] A brief line-up of the 5 coolest Linux-powered phones.&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1574 Tectonic.co.za] Open source phone plans September launch&lt;br /&gt;
* [http://www.hothardware.com/image_popup.aspx?image=big_fic2.jpg&amp;amp;articleid=979&amp;amp;t=a hothardware.com] OpenMoko&lt;br /&gt;
* [http://www.texyt.com/FIC+OpenMoko+$350+open+Linux+mobile+phone+launch+00100 Texyt.com] $350 open Linux mobile phone on target for September launch&lt;br /&gt;
&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://blogs.sun.com/brewin/entry/fic_and_openmoko_thank_you blogs.SUN.com] &amp;quot;FIC and OpenMoko - Thank You&amp;quot; Mentions the FIC phone used in the exciting JavaFX Mobile announcement, and says that &amp;quot;in most cases the Neo 1973 phone performed better&amp;quot; than other handsets.&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=174 PikeSoft.com] JavaFX Mobile:  a new smartphone OS contender&lt;br /&gt;
* [http://www.sfgate.com/cgi-bin/blogs/sfgate/detail?blogid=19&amp;amp;entry_id=16310 SFGate.com] Here comes the Sun Conference&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7539760574.html LinuxDevices.com] Sun beams Linux/Java at mobile phones&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.palminfocenter.com/news/9371/openmoko-running-on-a-palm-tx/ Palm Infocenter] OpenMoko running on a palm TX&lt;br /&gt;
* [http://jaidev.info/home/blog/archives/2007/04/13/openmoko.html JaidevInfo] OpenMoko&lt;br /&gt;
* [http://www.wirelessweek.com/newsletter.aspx?id=137388 Wirelessweek.com] Democracy Hits the Mobile Phone&lt;br /&gt;
* [http://elearner.edublogs.org/2007/04/11/technologies-is-that-a-word/ Edublogs.org] Technologies is that a word? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS4777580627.html Linuxdevices.com] 200 million Linux phones to ship by 2012&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070415-palm-embracing-linux-in-the-hopes-of-being-relevant-again.html Ars Technica] Palm embracing Linux in the hopes of being relevant again] (Mentions Neo1973 in passing)&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://www.smartdevicecentral.com/article/OpenMokos+Open+Source+Phone/202546_1.aspx smartdevicecentral.com] OpenMoko's open source phone&lt;br /&gt;
* [http://www.zdnetasia.com/news/communications/0,39044192,61996003,00.htm zdnet asia] Passing mention in an article on the Iphone.&lt;br /&gt;
* [http://www.wikio.com/news/Sean+Moss-Pultz wikio.com] Sean Moss-Pultz News&lt;br /&gt;
* [http://www.edparsons.com/?p=438 edparsons.com] iPhone chipping away at the walls&lt;br /&gt;
* [http://blogs.pcworld.co.nz/pcworld/techsploder/2007/03/openmoko_makes_total_sense.html blogs.pcworld.co.nz] OpenMoko makes total sense&lt;br /&gt;
* [http://www.totalueberwachung.de/blog/articles/2007/03/08/neo1973-arrived totalueberwachung.de] Neo1973 arrived&lt;br /&gt;
* [http://www.makuchaku.info/blog/im-gonna-get-this-one makuchaku.info] I'm gonna get this one&lt;br /&gt;
* [http://www.kitenet.net/~joey/blog/entry/openmoko_and_n800.html kitenet.net] OpenMoko and n800&lt;br /&gt;
* [http://dominion.kabel.utwente.nl/koen/cms/the-neo1973-unboxed dominion.kabel.utwente.nl] The Neo1973 unboxed&lt;br /&gt;
* [http://atulchitnis.net/diary/showentry/421 atulchitnis.net] An OpenMoko Phone arrives&lt;br /&gt;
* [http://blog.matthewgast.com/2007/03/03/good-luck-openmoko blog.matthewgast.com] Good luck OpenMoko&lt;br /&gt;
* [http://vaandoo.blogspot.com/2007/03/openmoko-neo1973-opensource-software.html vaandoo.blogspot.com] OpenMoko Neo1973 opensource software&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7653749655.html linuxdevices.com] OpenMoko update; Neo1973 on sale in March&lt;br /&gt;
* [http://www.ministryoftech.com/2007/03/05/the-5-hottest-phones-for-linux-fanatics/ ministryoftech.com] Brief line-up of the 5 hottest phones for Linux fans&lt;br /&gt;
* [http://voxilla.com/soapvox/2007/03/01/industry-disruption-really-168 voxilla.com] Article about ETel Sean Moss-Pultz presentation&lt;br /&gt;
* [http://blog.wired.com/gadgets/2007/03/eight_great_lin.html blog.wired.com] Gadget Lab: Eight Great Linux Smartphones&lt;br /&gt;
* [http://gigaom.com/2007/03/01/openmoko-phone/ gigaom.com] OpenMoko Open-Source Mobile, coming soon - Interview with Sean Moss-Pultz&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/03/openmoko_1.html www.oreillynet.com] ETel coverage&lt;br /&gt;
* [http://gordoncook.net/wp/?p=146 gordoncook.net] Short history of Neo1973 and other stuff&lt;br /&gt;
* [http://www.engadget.com/2007/03/03/openmoko-details-pricing-availability-for-neo1973/ engadget.com] OpenMoko details pricing, availability for Neo1973&lt;br /&gt;
* [http://www.uberpulse.com/us/2007/03/fic_wants_to_rewrite_the_rules_with_open_moko_mobile_phone.php   www.uberpulse.com] Some images from ETel&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.scullen.ca/2007/02/15/forget-about-the-iphone-neo1973-is-far-more-exciting/ scullen.ca] Forget about the iPone, Neo1973 is far more exciting&lt;br /&gt;
* [http://www.mobileread.com/forums/showpost.php?p=59124&amp;amp;postcount=4 mobileread.com] Show post&lt;br /&gt;
* [http://www.pdasnews.com/articles/2568/1/ pdasnews.com] Linux-powered iPhone killer available online in March&lt;br /&gt;
* [http://www.belutz.net/2007/02/05/openmoko/ belutz.net] OpenMoko&lt;br /&gt;
* [http://www.mail-archive.com/community@lists.openmoko.org/msg03686.html mail-archive.com] OpenMoko community mail archive&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena maclife.com] Is there a crowd in the touch screen phone arena&lt;br /&gt;
* [http://gopaultech.com/2007/02/fic-neo1973-linux-smartphone/ gopaultech.com] FIC Neo1973 Linux smartphone&lt;br /&gt;
* [http://www.volweb.cz/horvitz/os-info/news-feb07-014.html volweb.cz] Open-source smartphone, with WiFi in version 2&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/02/etel_coverage_openmoko_opens_t.html oreillynet.com] ETel coverage OpenMoko opens&lt;br /&gt;
* [http://www.mobilewhack.com/openmoko-neo1973-open-source-phone/ mobilewhack.com] OpenMoko Neo1973 open source phone&lt;br /&gt;
* [http://www.engadget.com/2007/02/19/what-tech-would-the-presidents-rock-in-2007/ engadget.com] What tech would the presidents rock in 2007&lt;br /&gt;
* [http://www.tuxmachines.org/node/13602 tuxmachines.org] What participation culture&lt;br /&gt;
* [http://www.vanille-media.de/site/index.php/category/opensource/openmoko/ vanille-media.de] Opensource OpenMoko&lt;br /&gt;
* [http://www.joetech.com/2007/02/15/openmoko-open-source-cell-phone/ joetech.com] OpenMoko open source cell phone&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/02/openmoko_open_s.html makezine.com] OpenMoko open&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS9706477996.html linuxdevices.com] Announce of the Openembedded booth at FOSDEM in Brussels.&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2657814070.html linuxdevices.com] Quick interview with Sean and some pictures&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/first-look-the-antiiphone-openmokos-neo1973-236841.php gizmodo.com] Photos and comments on hardware and software&lt;br /&gt;
* [http://www.onecompare.com/mobile-news/article-asp~aid~244~pub~56321102~story~openmoko-launch-the-official-portal-for-development-of-the-openmoko-platform onecompare.com] Short news article&lt;br /&gt;
* [http://crunchgear.com/2007/02/15/openmokos-open-source-mobile-os crunchgear.com] Holding the phone upside down&lt;br /&gt;
* [http://www.slashgear.com/openmoko-and-fic-neo1973-updates-153926.php slashgear.com] Video interview and many pictures&lt;br /&gt;
* [http://www.djlosch.com/article_Comparison%3A_iPhone_vs_A1200_vs_Neo1973 djlosch.com] Article comparing the Neo to the iPhone and A1200&lt;br /&gt;
* [http://popsci.typepad.com/popsci/2007/02/up_close_and_pe.html popsci.typepad.com] Screenshot of Linux booting on the Neo&lt;br /&gt;
* [http://video.google.de/videoplay?docid=-3742589179435830945&amp;amp;q=Openmoko video.google.com] Presentation of OpenMoko at the FOSDEM&lt;br /&gt;
* [http://www.manilastandardtoday.com/?page=business6_feb27_2007 manilastandardtoday.com] Tale of two phones&lt;br /&gt;
* [http://blog.printf.net/articles/2007/02/22/unboxing-the-openmoko-phone blog.printf.net] OLPC and older Neo1973.&lt;br /&gt;
* [http://mako.cc/copyrighteous/freesoftware/20070228-00.html mako.cc] OLPC and older Neo1973 again.&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena MacLife] Is Three a Crowd among Touch-Screen Phones?&lt;br /&gt;
&lt;br /&gt;
==== January 2007 ====&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html blogs.ft.com] OpenMoko harks back to hello moto&lt;br /&gt;
* [http://opensource.sfsu.edu/node/258 opensource.sfsu.edu] Can you hear me now?&lt;br /&gt;
* [http://losca.blogspot.com/2007/01/maemo-nokia-n800-has-competitor-in.html losca.blogspot.com] Maemo Nokia n800 has competitor in openness - OpenMoko&lt;br /&gt;
* [http://21talks.net/voip/openmoko 21talks.net] OpenMoko: Not as sexy as the iPhone, but it’s a Linux phone&lt;br /&gt;
* [http://www.linuxinfusion.com/openmoko-schedule-announced linuxinfusion.com] OpenMoko schedule announced&lt;br /&gt;
* [http://users.livejournal.com/_paladine_/tag/smartphone users.livjournal.com] The Worlds First Opensource Linux Smartphone&lt;br /&gt;
* [http://www.nungee.com/2007/01/25/openmoko/ nungee.com] OpenMoko&lt;br /&gt;
* [http://www.sda-asia.com/sda/features/psecom,id,880,srn,2,channel,developer,nodeid,21,_language,Singapore.html sda-asia.com] OpenMoko Offers Open-source Smart phone T&lt;br /&gt;
* [http://www.regdeveloper.co.uk/2007/01/15/open_phone/ regdeveloper.co.uk] Open Phone&lt;br /&gt;
* [http://www.product-reviews.net/2007/01/17/fic-neo1973-smartphone-open-source-phone/ product-reviews.net] FIC Neo1973 smartphone open source phone&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php gizmodo.com] OpenMoko smartphone did they have a time machine or what&lt;br /&gt;
* [http://www.oreillynet.com/conferences/blog/2007/01/openmoko_workshop_added_to_ete.html oreillynet.com] OpenMoko workshop added to ETel&lt;br /&gt;
* [http://www.gadgetell.com/2007/01/openmoko-gets-interviewed-about-new-open-source-fic-neo1973/ gadgetell.com] OpenMoko gets interviewed about new open source FIC Neo1973&lt;br /&gt;
* [http://www.slashgear.com/openmoko-interface-im-loving-it-173496.php slashgear.com] OpenMoko interface I'm loving it&lt;br /&gt;
* [http://www.gadgetorama.com/news/news_details.php?gorid=2008 gadgetorama.com] OpenMoko news details&lt;br /&gt;
* [http://tech.cybernetnews.com/2007/01/17/openmoko-vs-iphone-did-apple-copy/ tech.cybernetnews.com] OpenMoko vs iPhone did Apple copy&lt;br /&gt;
* [http://techtrails.blogspot.com/2007/01/open-phones-with-open-moko-while.html techtrails.blogspot.com] Open phones with OpenMoko while&lt;br /&gt;
* [http://blogger.xs4all.nl/jurjen1/archive/2007/01/17/174341.aspx bloger.xs4all.nl] OpenMoko open source mobile phone&lt;br /&gt;
* [http://www.ringnokia.com/2007/01/i_am_highly_cur.html ringnokia.com] I'm highly curious&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/01/iclone_1.html oreillynet.com] iClone&lt;br /&gt;
* [http://forums.scotsnewsletter.com/index.php?showtopic=17685 forums.scotsnewsletter.com] Show topic&lt;br /&gt;
* [http://understandinglimited.com/2007/01/15/iphone/ understandinglimited.com] iPhone and OpenMoko&lt;br /&gt;
* [http://robertogaloppini.net/2007/01/12/openmoko-the-integrated-os-mobile-communications-platform-2/ robertogaloppini.net] OpenMoko the intergrated OS mobile communications platform&lt;br /&gt;
* [http://www.funambol.com/blog/capo/2007/01/apple-please-do-not-forget-developers.html funambol.com] Apple please do not forget developers&lt;br /&gt;
* [http://chopey.blogspot.com/2007/01/iphone-or-not-to-iphone.html chopey.blogspot.com] iPhone or not to iPhone&lt;br /&gt;
* [http://opendotdotdot.blogspot.com/2007/01/openmoko.html opendotdotdot.blogspot.com] OpenMoko&lt;br /&gt;
* [http://www.e-pcmag.gr/forum/index.php?showtopic=19505 e-pcmag.gr] Show topic&lt;br /&gt;
* [http://www.costpernews.com/2007/01/12/anything-you-can-do-we-can-do-better/ costpernews.com] Anything you can do we can do better&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko - the Open Alternative&lt;br /&gt;
* [http://lwn.net/Articles/217020/rss lwn.net] An OpenMoko update&lt;br /&gt;
* [http://www.networkworld.com/news/2007/010907-moss-pultz.html networkworld.com] Q&amp;amp;A Building a new open source phone platform&lt;br /&gt;
* [http://www.networkcomputing.com/showArticle.jhtml?articleID=196802226 networkcomputing.com] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.osweekly.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2420&amp;amp;Itemid=449 osweekly.com] Mobile Devices Adopt Open Source&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8591201260.html linuxdevices.com] Linux phone market open up?&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,2080727,00.asp pcmag.com] Cell phone open up&lt;br /&gt;
* [http://sonyericssonz558i.blogurple.com/2007/01/06/23/ sonyericssonz558i.blogurple.com] Sony Ericsson Z558i&lt;br /&gt;
* [http://www.sannes.org/?p=5 sannes.org] An Open mobile phone that does what you want&lt;br /&gt;
* [http://popsci.typepad.com/ces2007/2007/01/opensource_stri.html Popsci.com] Open Source Strikes Again&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php Gizmodo.com] OpenMoko interface compared to iPhone&lt;br /&gt;
* [http://www.linuxjournal.com/xstatic/abstracts/upfront Linux Journal] Doc Searls in the feb 2007 issue&lt;br /&gt;
* [http://www.osdir.com/Article9642.phtml OSDir.com] Mobile Linux for the Mobile Fan] -&amp;gt; [http://www.madpenguin.org/cms/?m=show&amp;amp;id=7710 MadPenguin] Mobile Linux for the Mobile Fan&lt;br /&gt;
* [http://www.usnews.com/usnews/biztech/davesdownload/archive/070112/a_populist_challenge_to_apples.htm US News] A Populist Challenge to Apple's iPhone&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko: The open alternative&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=196802206&amp;amp;subSection=All+Stories InformationWeek] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.theregister.co.uk/2007/01/15/open_phone/ The Register] Open Phones with Open Moko&lt;br /&gt;
* [http://techreport.com/onearticle.x/11589 The Tech Report] OpenMoko offers open-source smart phone&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html Financial Times] OpenMoko harks back to Hello Moto&lt;br /&gt;
* [http://hardware.slashdot.org/article.pl?sid=07/01/20/1551200 Slashdot] OpenMoko Schedule Announced&lt;br /&gt;
* [http://www.youtube.com/watch?v=jRvtAAXTIlg Youtube] Interview with Sean Moss-Pultz ([http://www.monoploid.be/dl/openmoko_sean_interview.ogm mirror in Ogg format])&lt;br /&gt;
* [http://www.libervis.com/article/forget_iphone_hail_openmoko_the_true_revolution Libervis.com] Forget iPhone, hail OpenMoko, the true revolution&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/sizemodo-iphone-vs-openmoko-neo1073-229294.php Gizmodo]iPhone vs. Openmoko Neo1973] (please, don't mind the typo i n the title)&lt;br /&gt;
&lt;br /&gt;
==== December 2006 ====&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=133 pikesoft.com] Cheap, totally open Linux phone will ship next month&lt;br /&gt;
* [http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=19254 cdrinfo.com] FIC to release Linux based Smartphone&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
* [http://www.ministryoftech.com/2006/11/09/fic-neo1973-smartphone-with-linux-based-openmoko-open-source-platform/ ministryoftech.com] FIC Neo1973 smartphone with linux-based OpenMoko open source platform&lt;br /&gt;
* [http://www.mobiletechnews.com/info/2006/11/09/124614.html mobiletechnews.com] OpenMoko Linux mobile platform and Neo1973 smartphone announced&lt;br /&gt;
* [http://news.softpedia.com/news/FIC-Neo1973-for-all-the-Linux-Lovers-out-There-40344.shtml news.softpedia.com] FIC Neo1973 for all the Linux lovers out there&lt;br /&gt;
* [http://www.openembedded.org/openmoko-fic-choosing-openembedded openembedded.org] OpenMoko FIC choosing openembedded&lt;br /&gt;
* [http://news.com.com/2300-1037_3-6134795-1.html news.com.com] FIC's Linux handset&lt;br /&gt;
* [http://www.slashphone.com/77/5784.html slashphone.com] OpenMoko Announces Open Source Mobile Communications Platform &lt;br /&gt;
* [http://www.arm.com/iqonline/news/marketnews/15616.html arm.com] Open Linux Based, ARM Powered Mobile In Wings&lt;br /&gt;
* [http://news.com.com/Second+open+Linux+handset+unveiled/2100-1039_3-6133974.html news.com.tw] Second open Linux handset unveiled&lt;br /&gt;
* [http://www.infoworld.com/article/06/11/08/HNlinuxphone_1.html?COMMERCIAL%20LINUX infoworld.com] FIC debuts open Linux-based smartphone &lt;br /&gt;
* [http://www.michaeldolan.com/431 michaeldolan.com] A must have: OpenMoko cell phone with GPS and...apt-get&lt;br /&gt;
* [http://nandz.blogspot.com/2006/11/my-dream-phone.html nandz.blogspot.com] My dream phone&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2986976174.html linuxdevices.com] Cheap, hackable Linux smartphone due soon&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7056478804.html linuxdevices.com] First OpenMoKo phone taps dual-licensed SyncML stack&lt;br /&gt;
* [http://lwn.net/Articles/208298/ lwn.net] The OpenMoko open phone&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=35590 theinquirer.net] A truly open Linux phone with GPS debuts&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.golem.de/0708/54256.html golem.de] - Neues GUI für Open-Source-Handy Neo1973&lt;br /&gt;
* [http://www.heise.de/mobil/newsticker/meldung/94724 heise mobil] - Offene Smartphone-Plattform mit neuem Look&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/attachments/20070721/be55235c/CIMG1129_small-0001.jpg Kurier] - Handy Individuell&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/206048/ futurezone.ORF.at] - Anti-iPhone geht an den Start&lt;br /&gt;
* [http://www.zdnet.de/news/hardware/0,39023109,39156101,00.htm zdnet.de] - Open-Source-Iphone wird mit Hackertools ausgeliefert&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/92393 heise.de] - &amp;quot;Free your phone&amp;quot;: Linux-Smartphone des OpenMoko-Projekts verfügbar&lt;br /&gt;
* [http://www.spiegel.de/netzwelt/mobil/0,1518,493595,00.html spiegel.de] - Linux statt iPhone: Freiheit fürs Handy&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://www.golem.de/0706/53172.html golem.de] - Linux-Smartphone OpenMoko ab Juli 2007 zu haben &lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/91868 heise.de] - Offenes Linux-Smartphone Neo 1973 macht Fortschritte&lt;br /&gt;
* [http://www.winfuture.de/news,32641.html winfuture.de] - Open-Source-Handy Neo1973 ab Juli bzw. Oktober&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11385.html pro-linux.de] - OpenMoko wird zum Unternehmen&lt;br /&gt;
* [http://de.theinquirer.net/2007/06/14/das_erste_openmoko_kommt.html the inquirer] - Das erste OpenMOKO kommt&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11133.html pro-linux] - OpenMoko produziert erste Muster&lt;br /&gt;
* [http://www.golem.de/0704/51970.html golem.de] - Open-Source-Handy vor Produktionsbeginn&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://chaosradio.ccc.de/cre042.html Chaosradio Express] - Das neue Projekt zur Entwicklung eines Telefons mit freier Software&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10966.html pro-linux] - OpenMoko sucht Unterstützung&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.digital-living-magazin.de/index.php?pid=17&amp;amp;art=2050&amp;amp;cid=DLnewsletter digital-living-magazin.de] - Linux erobert Mobilfunkmarkt&lt;br /&gt;
* [http://www.heise.de/tr/artikel/85138 Technology Review] - Open-Source-Handy, nächster Versuch&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10833.html pro-linux] - OpenMoko-Quellcode angekündigt&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/85354 heise online] - OpenMoko: Linux-Plattform für Handys freigegeben&lt;br /&gt;
* [http://www.mobile2day.de/news/news_details.html?nd_ref=6870&amp;amp;n_multi=0&amp;amp;nf_id=0&amp;amp;nt_id=0&amp;amp;f_date_m=01&amp;amp;f_date_y=2007&amp;amp;t_date_m=04&amp;amp;t_date_y=2007&amp;amp;from=archive Mobile2Day] - OpenMoko bringt Details zum Neo1973&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
&lt;br /&gt;
* [http://golem.de/0611/48824.html golem.de] - OpenMoko kündigt Open-Source-Handy an&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/80714 heise online] - Smartphone mit offener Linux-Plattform&lt;br /&gt;
* [http://www.pro-linux.de/news/2006/10448.html pro-linux] - Offenes Linux-Smartphone »OpenMoko« für Januar 2007 angekündigt&lt;br /&gt;
&lt;br /&gt;
=== Scandinavian ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.amobil.no/artikkel/mobiltelefoner/antikrist-mobilen_blir_heftigere/41042 Amobil.no]  Antikrist-mobilen blir heftigere&lt;br /&gt;
* [http://www.amobil.no/sniktitt/mobiltelefoner/den_folsomme_linux-mobilen/40176 Amobil.no]  Sniktitt: Den følsomme Linux-mobilen&lt;br /&gt;
* [http://www.amobil.no/artikkel/markedsutvikling/linux-mobilen_er_i_rute/40138 Amobil.no]  Linux-mobilen er i rute&lt;br /&gt;
* [http://www.amobil.no/nyhet/mobiltelefoner/openmoko_klart_for_verden/36554 Amobil.no] OpenMoko klart for verden&lt;br /&gt;
* [http://www.nyteknik.se/art/48697 NyTeknik] Snart är den öppna Linuxtelefonen här (Swedish) (Translation: this article states free release to selected developers Feb 11, commercial release to developers March 11, and main release to market Sep 11. See also [http://lists.openmoko.org/pipermail/announce/2007-January/000000.html])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
* [http://linuxfr.org/2006/11/08/21596.html LinuxFR] OpenMoko : sortie en janvier d'un téléphone-GPS enfin libre!&lt;br /&gt;
&lt;br /&gt;
=== Chinese ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.wordpress.com/2007/06/21/openmoko-%E8%88%87-iphone-%E6%AF%94%E8%BC%83%E4%B8%80/ wordpress.com] Comparison between OpenMoko and iPhone&lt;br /&gt;
* [http://chinese.engadget.com/2007/06/11/computex-2007-openmoko-neo-1973-linux/ chinese engadget.com] OpenMoko Neo1973 Linux Smartphone&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/25/talk-of-openmoko-is-online/ debian.org.tw] Video of OpenMoko at TOSSUG in Taipei&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/17/openmoko-at-tossug/ debian.org.tw] OpenMoko at TOSSUG&lt;br /&gt;
* [http://magicdesign.blogspot.com/2007/05/free-your-phoneopenmoko.html MagicDesign] Free your phone OpenMoko&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/04/30/have-fun-with-openmokoneo1973/ Debian.org.tw] Have fun with OpenMoko Neo1973&lt;br /&gt;
* [http://orzlab.blogspot.com/ Orzlab] When Java meets OpenMoko&lt;br /&gt;
* [http://blog.footoo.org/?p=115 FooToo.org] Install OpenMoko Emulator&lt;br /&gt;
* [http://www.jollen.org/blog/2007/01/openmoko_announce.html Jollen.org] OpenMoko Kick-Off&lt;br /&gt;
* [http://zh.wikipedia.org/wiki/OpenMoko Wikipedia.org] OpenMoko Chinese Wiki&lt;br /&gt;
* [http://tw.myblog.yahoo.com/champ_yen/article?mid=211&amp;amp;prev=212&amp;amp;next=-1 Yahoo.com.tw] Forget about iPhone, Hail OpenMoko &lt;br /&gt;
* [http://www.jollen.org/blog/2006/11/mobile_20_openmoko_linux_smart.html Jollen.org] OpenMoko Linux Smartphone&lt;br /&gt;
* [http://blog.roodo.com/ystuan/archives/2733869.html Roodo.com] OpenMoko&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://www.studencka.pl/artykuly.php?AID=770 Gazeta Studencka] (Students Newspaper) &amp;quot;Cellphones of all shapes, unite!&amp;quot; - OpenMoko overview by Krzysztof Kajkowski, &amp;quot;free software&amp;quot; not mentioned in the text.&lt;br /&gt;
&lt;br /&gt;
=== Japanese ===&lt;br /&gt;
&lt;br /&gt;
* [http://blog.pasonatech.co.jp/hibi/4079.html pasonatech.co.jp] iPhoneキラー？：オープンソース精神なopenmoko携帯がUSで発売&lt;br /&gt;
* [http://journal.mycom.co.jp/articles/2007/06/06/computex04/index.html journal. mycom.com.jp] Computex Taipei 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.corriere.it/Primo_Piano/Scienze_e_Tecnologie/2007/07_Luglio/10/neo1973_telefonino.shtml corriere.it] L'anti iPhone: Neo 1973, il cellulare fai da te&lt;br /&gt;
* [http://punto-informatico.it/p.aspx?id=2035879 Punto Informatico] Lo smartphone touch-screen è open source&lt;br /&gt;
&lt;br /&gt;
{{Languages|Press_Coverage}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Press_Coverage</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Press_Coverage"/>
				<updated>2007-08-30T08:13:53Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* August 2007 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[http://www.google.com/trends?q=openmoko%2Cneo1973&amp;amp;ctab=1&amp;amp;geo=all&amp;amp;date=all  OpenMoko and Neo1973 on google trends.]&lt;br /&gt;
 &lt;br /&gt;
This site contains the press coverage about OpenMoko and the Neo 1973 sorted by language and date. Newest on top.&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
&lt;br /&gt;
=== English ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.macworld.com/news/2007/08/02/openmoko/index.php Macworld] Portrait of a Linux iPhone-killer wannabe&lt;br /&gt;
* [http://www.phoronix.com/?page=news_item&amp;amp;px=NTk1Mw Phoronix] Google Using OpenMoko For gPhone?&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.pcworld.com/article/id,134987-pg,1/article.html PCWorld] Insider Info on the First Fully Open-Source Cell Phone&lt;br /&gt;
* [http://blog.wired.com/monkeybites/2007/07/hands-on-with-t.html Wired Blog] Hands On with OpenMoko: An early look at the hardware and software.&lt;br /&gt;
* [http://www.economist.com/science/displaystory.cfm?story_id=9531007 Economist.com] Hello world: Avoiding punitive roaming charges abroad&lt;br /&gt;
* [http://linuxdevices.com/news/NS7355980470.html linuxdevices.com] iPhone-like Linux phone ready for hackers&lt;br /&gt;
* [http://www.heise.de/english/newsticker/news/92473 heise.de] &amp;quot;Free your phone&amp;quot;: The OpenMoko Project's Linux Smartphone now available&lt;br /&gt;
* [http://blogs.zdnet.com/open-source/?p=1194 zdnet.com] Can OpenMoko break the wireless monopoly?&lt;br /&gt;
* [http://developers.slashdot.org/developers/07/07/09/0049249.shtml Slashdot] Open Source Linux Phone Goes On Sale&lt;br /&gt;
* [http://www.engadget.com/2007/07/09/openmoko-neo-1973-and-advanced-dev-kit-finally-for-sale/ engadget.com] OpenMoko Neo 1973 and Advanced dev kit finally for sale&lt;br /&gt;
* [http://www.theglobeandmail.com/servlet/story/RTGAM.20070703.WBcyberia20070703161759/WBStory/WBcyberia/ Globe and Mail, Toronto] The Next Big Thing? (good overview; some favorable comparisons with iPhone).&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070710-developer-models-of-openmoko-open-source-smartphone-released.html arstechnica.com] Developer models of OpenMoko open-source smartphone released&lt;br /&gt;
* [http://www.boingboing.net/2007/07/09/openmoko_linuxbased_.html boingboing (Cory Doctorow)] OpenMoko: Linux-based $300 open smartphone&lt;br /&gt;
* [http://www.channelweb.co.uk/vnunet/news/2192036/first-open-source-mobile-phone channelweb.co.uk / CRN] OpenMoko preps first open source mobile&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/07/openmoko_300_linuxpowered.html?CMP=OTC-0D6B48984890 MAKE:] blogged about it.&lt;br /&gt;
* [http://www.theregister.co.uk/2007/07/09/neo_1973_launch/ The Register] Is your phone free?&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=41147 The Inquirer] Linux phone goes on sale&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://fakesteve.blogspot.com/2007/06/freetards-are-trying-to-make-iphone.html Secret Diary of Steve Jobs] Freetards are trying to make an iPhone clone&lt;br /&gt;
* [http://www.eweek.com/article2/0,1895,2152759,00.asp eweek.com] OpenMoko: An iPhone Alternative for Developers? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8509737406.html&amp;amp;cid=0 linuxdevices.com] iPhone-like Linux phone delayed&lt;br /&gt;
* [http://www.itweek.co.uk/vnunet/news/2192036/first-open-source-mobile-phone IT Week] &amp;quot;OpenMoko preps first open source mobile&amp;quot; Confuses Phase 1 and Phase 2 features.&lt;br /&gt;
* [http://www.vnunet.com/vnunet/news/2192036/first-open-source-mobile-phone vnunet.com] First open source mobile phone&lt;br /&gt;
* [http://www.techeblog.com/index.php/tech-gadget/feature-5-cool-linux-powered-phones TechEBlog.com] A brief line-up of the 5 coolest Linux-powered phones.&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1574 Tectonic.co.za] Open source phone plans September launch&lt;br /&gt;
* [http://www.hothardware.com/image_popup.aspx?image=big_fic2.jpg&amp;amp;articleid=979&amp;amp;t=a hothardware.com] OpenMoko&lt;br /&gt;
* [http://www.texyt.com/FIC+OpenMoko+$350+open+Linux+mobile+phone+launch+00100 Texyt.com] $350 open Linux mobile phone on target for September launch&lt;br /&gt;
&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://blogs.sun.com/brewin/entry/fic_and_openmoko_thank_you blogs.SUN.com] &amp;quot;FIC and OpenMoko - Thank You&amp;quot; Mentions the FIC phone used in the exciting JavaFX Mobile announcement, and says that &amp;quot;in most cases the Neo 1973 phone performed better&amp;quot; than other handsets.&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=174 PikeSoft.com] JavaFX Mobile:  a new smartphone OS contender&lt;br /&gt;
* [http://www.sfgate.com/cgi-bin/blogs/sfgate/detail?blogid=19&amp;amp;entry_id=16310 SFGate.com] Here comes the Sun Conference&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7539760574.html LinuxDevices.com] Sun beams Linux/Java at mobile phones&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.palminfocenter.com/news/9371/openmoko-running-on-a-palm-tx/ Palm Infocenter] OpenMoko running on a palm TX&lt;br /&gt;
* [http://jaidev.info/home/blog/archives/2007/04/13/openmoko.html JaidevInfo] OpenMoko&lt;br /&gt;
* [http://www.wirelessweek.com/newsletter.aspx?id=137388 Wirelessweek.com] Democracy Hits the Mobile Phone&lt;br /&gt;
* [http://elearner.edublogs.org/2007/04/11/technologies-is-that-a-word/ Edublogs.org] Technologies is that a word? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS4777580627.html Linuxdevices.com] 200 million Linux phones to ship by 2012&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070415-palm-embracing-linux-in-the-hopes-of-being-relevant-again.html Ars Technica] Palm embracing Linux in the hopes of being relevant again] (Mentions Neo1973 in passing)&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://www.smartdevicecentral.com/article/OpenMokos+Open+Source+Phone/202546_1.aspx smartdevicecentral.com] OpenMoko's open source phone&lt;br /&gt;
* [http://www.zdnetasia.com/news/communications/0,39044192,61996003,00.htm zdnet asia] Passing mention in an article on the Iphone.&lt;br /&gt;
* [http://www.wikio.com/news/Sean+Moss-Pultz wikio.com] Sean Moss-Pultz News&lt;br /&gt;
* [http://www.edparsons.com/?p=438 edparsons.com] iPhone chipping away at the walls&lt;br /&gt;
* [http://blogs.pcworld.co.nz/pcworld/techsploder/2007/03/openmoko_makes_total_sense.html blogs.pcworld.co.nz] OpenMoko makes total sense&lt;br /&gt;
* [http://www.totalueberwachung.de/blog/articles/2007/03/08/neo1973-arrived totalueberwachung.de] Neo1973 arrived&lt;br /&gt;
* [http://www.makuchaku.info/blog/im-gonna-get-this-one makuchaku.info] I'm gonna get this one&lt;br /&gt;
* [http://www.kitenet.net/~joey/blog/entry/openmoko_and_n800.html kitenet.net] OpenMoko and n800&lt;br /&gt;
* [http://dominion.kabel.utwente.nl/koen/cms/the-neo1973-unboxed dominion.kabel.utwente.nl] The Neo1973 unboxed&lt;br /&gt;
* [http://atulchitnis.net/diary/showentry/421 atulchitnis.net] An OpenMoko Phone arrives&lt;br /&gt;
* [http://blog.matthewgast.com/2007/03/03/good-luck-openmoko blog.matthewgast.com] Good luck OpenMoko&lt;br /&gt;
* [http://vaandoo.blogspot.com/2007/03/openmoko-neo1973-opensource-software.html vaandoo.blogspot.com] OpenMoko Neo1973 opensource software&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7653749655.html linuxdevices.com] OpenMoko update; Neo1973 on sale in March&lt;br /&gt;
* [http://www.ministryoftech.com/2007/03/05/the-5-hottest-phones-for-linux-fanatics/ ministryoftech.com] Brief line-up of the 5 hottest phones for Linux fans&lt;br /&gt;
* [http://voxilla.com/soapvox/2007/03/01/industry-disruption-really-168 voxilla.com] Article about ETel Sean Moss-Pultz presentation&lt;br /&gt;
* [http://blog.wired.com/gadgets/2007/03/eight_great_lin.html blog.wired.com] Gadget Lab: Eight Great Linux Smartphones&lt;br /&gt;
* [http://gigaom.com/2007/03/01/openmoko-phone/ gigaom.com] OpenMoko Open-Source Mobile, coming soon - Interview with Sean Moss-Pultz&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/03/openmoko_1.html www.oreillynet.com] ETel coverage&lt;br /&gt;
* [http://gordoncook.net/wp/?p=146 gordoncook.net] Short history of Neo1973 and other stuff&lt;br /&gt;
* [http://www.engadget.com/2007/03/03/openmoko-details-pricing-availability-for-neo1973/ engadget.com] OpenMoko details pricing, availability for Neo1973&lt;br /&gt;
* [http://www.uberpulse.com/us/2007/03/fic_wants_to_rewrite_the_rules_with_open_moko_mobile_phone.php   www.uberpulse.com] Some images from ETel&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.scullen.ca/2007/02/15/forget-about-the-iphone-neo1973-is-far-more-exciting/ scullen.ca] Forget about the iPone, Neo1973 is far more exciting&lt;br /&gt;
* [http://www.mobileread.com/forums/showpost.php?p=59124&amp;amp;postcount=4 mobileread.com] Show post&lt;br /&gt;
* [http://www.pdasnews.com/articles/2568/1/ pdasnews.com] Linux-powered iPhone killer available online in March&lt;br /&gt;
* [http://www.belutz.net/2007/02/05/openmoko/ belutz.net] OpenMoko&lt;br /&gt;
* [http://www.mail-archive.com/community@lists.openmoko.org/msg03686.html mail-archive.com] OpenMoko community mail archive&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena maclife.com] Is there a crowd in the touch screen phone arena&lt;br /&gt;
* [http://gopaultech.com/2007/02/fic-neo1973-linux-smartphone/ gopaultech.com] FIC Neo1973 Linux smartphone&lt;br /&gt;
* [http://www.volweb.cz/horvitz/os-info/news-feb07-014.html volweb.cz] Open-source smartphone, with WiFi in version 2&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/02/etel_coverage_openmoko_opens_t.html oreillynet.com] ETel coverage OpenMoko opens&lt;br /&gt;
* [http://www.mobilewhack.com/openmoko-neo1973-open-source-phone/ mobilewhack.com] OpenMoko Neo1973 open source phone&lt;br /&gt;
* [http://www.engadget.com/2007/02/19/what-tech-would-the-presidents-rock-in-2007/ engadget.com] What tech would the presidents rock in 2007&lt;br /&gt;
* [http://www.tuxmachines.org/node/13602 tuxmachines.org] What participation culture&lt;br /&gt;
* [http://www.vanille-media.de/site/index.php/category/opensource/openmoko/ vanille-media.de] Opensource OpenMoko&lt;br /&gt;
* [http://www.joetech.com/2007/02/15/openmoko-open-source-cell-phone/ joetech.com] OpenMoko open source cell phone&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/02/openmoko_open_s.html makezine.com] OpenMoko open&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS9706477996.html linuxdevices.com] Announce of the Openembedded booth at FOSDEM in Brussels.&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2657814070.html linuxdevices.com] Quick interview with Sean and some pictures&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/first-look-the-antiiphone-openmokos-neo1973-236841.php gizmodo.com] Photos and comments on hardware and software&lt;br /&gt;
* [http://www.onecompare.com/mobile-news/article-asp~aid~244~pub~56321102~story~openmoko-launch-the-official-portal-for-development-of-the-openmoko-platform onecompare.com] Short news article&lt;br /&gt;
* [http://crunchgear.com/2007/02/15/openmokos-open-source-mobile-os crunchgear.com] Holding the phone upside down&lt;br /&gt;
* [http://www.slashgear.com/openmoko-and-fic-neo1973-updates-153926.php slashgear.com] Video interview and many pictures&lt;br /&gt;
* [http://www.djlosch.com/article_Comparison%3A_iPhone_vs_A1200_vs_Neo1973 djlosch.com] Article comparing the Neo to the iPhone and A1200&lt;br /&gt;
* [http://popsci.typepad.com/popsci/2007/02/up_close_and_pe.html popsci.typepad.com] Screenshot of Linux booting on the Neo&lt;br /&gt;
* [http://video.google.de/videoplay?docid=-3742589179435830945&amp;amp;q=Openmoko video.google.com] Presentation of OpenMoko at the FOSDEM&lt;br /&gt;
* [http://www.manilastandardtoday.com/?page=business6_feb27_2007 manilastandardtoday.com] Tale of two phones&lt;br /&gt;
* [http://blog.printf.net/articles/2007/02/22/unboxing-the-openmoko-phone blog.printf.net] OLPC and older Neo1973.&lt;br /&gt;
* [http://mako.cc/copyrighteous/freesoftware/20070228-00.html mako.cc] OLPC and older Neo1973 again.&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena MacLife] Is Three a Crowd among Touch-Screen Phones?&lt;br /&gt;
&lt;br /&gt;
==== January 2007 ====&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html blogs.ft.com] OpenMoko harks back to hello moto&lt;br /&gt;
* [http://opensource.sfsu.edu/node/258 opensource.sfsu.edu] Can you hear me now?&lt;br /&gt;
* [http://losca.blogspot.com/2007/01/maemo-nokia-n800-has-competitor-in.html losca.blogspot.com] Maemo Nokia n800 has competitor in openness - OpenMoko&lt;br /&gt;
* [http://21talks.net/voip/openmoko 21talks.net] OpenMoko: Not as sexy as the iPhone, but it’s a Linux phone&lt;br /&gt;
* [http://www.linuxinfusion.com/openmoko-schedule-announced linuxinfusion.com] OpenMoko schedule announced&lt;br /&gt;
* [http://users.livejournal.com/_paladine_/tag/smartphone users.livjournal.com] The Worlds First Opensource Linux Smartphone&lt;br /&gt;
* [http://www.nungee.com/2007/01/25/openmoko/ nungee.com] OpenMoko&lt;br /&gt;
* [http://www.sda-asia.com/sda/features/psecom,id,880,srn,2,channel,developer,nodeid,21,_language,Singapore.html sda-asia.com] OpenMoko Offers Open-source Smart phone T&lt;br /&gt;
* [http://www.regdeveloper.co.uk/2007/01/15/open_phone/ regdeveloper.co.uk] Open Phone&lt;br /&gt;
* [http://www.product-reviews.net/2007/01/17/fic-neo1973-smartphone-open-source-phone/ product-reviews.net] FIC Neo1973 smartphone open source phone&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php gizmodo.com] OpenMoko smartphone did they have a time machine or what&lt;br /&gt;
* [http://www.oreillynet.com/conferences/blog/2007/01/openmoko_workshop_added_to_ete.html oreillynet.com] OpenMoko workshop added to ETel&lt;br /&gt;
* [http://www.gadgetell.com/2007/01/openmoko-gets-interviewed-about-new-open-source-fic-neo1973/ gadgetell.com] OpenMoko gets interviewed about new open source FIC Neo1973&lt;br /&gt;
* [http://www.slashgear.com/openmoko-interface-im-loving-it-173496.php slashgear.com] OpenMoko interface I'm loving it&lt;br /&gt;
* [http://www.gadgetorama.com/news/news_details.php?gorid=2008 gadgetorama.com] OpenMoko news details&lt;br /&gt;
* [http://tech.cybernetnews.com/2007/01/17/openmoko-vs-iphone-did-apple-copy/ tech.cybernetnews.com] OpenMoko vs iPhone did Apple copy&lt;br /&gt;
* [http://techtrails.blogspot.com/2007/01/open-phones-with-open-moko-while.html techtrails.blogspot.com] Open phones with OpenMoko while&lt;br /&gt;
* [http://blogger.xs4all.nl/jurjen1/archive/2007/01/17/174341.aspx bloger.xs4all.nl] OpenMoko open source mobile phone&lt;br /&gt;
* [http://www.ringnokia.com/2007/01/i_am_highly_cur.html ringnokia.com] I'm highly curious&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/01/iclone_1.html oreillynet.com] iClone&lt;br /&gt;
* [http://forums.scotsnewsletter.com/index.php?showtopic=17685 forums.scotsnewsletter.com] Show topic&lt;br /&gt;
* [http://understandinglimited.com/2007/01/15/iphone/ understandinglimited.com] iPhone and OpenMoko&lt;br /&gt;
* [http://robertogaloppini.net/2007/01/12/openmoko-the-integrated-os-mobile-communications-platform-2/ robertogaloppini.net] OpenMoko the intergrated OS mobile communications platform&lt;br /&gt;
* [http://www.funambol.com/blog/capo/2007/01/apple-please-do-not-forget-developers.html funambol.com] Apple please do not forget developers&lt;br /&gt;
* [http://chopey.blogspot.com/2007/01/iphone-or-not-to-iphone.html chopey.blogspot.com] iPhone or not to iPhone&lt;br /&gt;
* [http://opendotdotdot.blogspot.com/2007/01/openmoko.html opendotdotdot.blogspot.com] OpenMoko&lt;br /&gt;
* [http://www.e-pcmag.gr/forum/index.php?showtopic=19505 e-pcmag.gr] Show topic&lt;br /&gt;
* [http://www.costpernews.com/2007/01/12/anything-you-can-do-we-can-do-better/ costpernews.com] Anything you can do we can do better&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko - the Open Alternative&lt;br /&gt;
* [http://lwn.net/Articles/217020/rss lwn.net] An OpenMoko update&lt;br /&gt;
* [http://www.networkworld.com/news/2007/010907-moss-pultz.html networkworld.com] Q&amp;amp;A Building a new open source phone platform&lt;br /&gt;
* [http://www.networkcomputing.com/showArticle.jhtml?articleID=196802226 networkcomputing.com] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.osweekly.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2420&amp;amp;Itemid=449 osweekly.com] Mobile Devices Adopt Open Source&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8591201260.html linuxdevices.com] Linux phone market open up?&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,2080727,00.asp pcmag.com] Cell phone open up&lt;br /&gt;
* [http://sonyericssonz558i.blogurple.com/2007/01/06/23/ sonyericssonz558i.blogurple.com] Sony Ericsson Z558i&lt;br /&gt;
* [http://www.sannes.org/?p=5 sannes.org] An Open mobile phone that does what you want&lt;br /&gt;
* [http://popsci.typepad.com/ces2007/2007/01/opensource_stri.html Popsci.com] Open Source Strikes Again&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php Gizmodo.com] OpenMoko interface compared to iPhone&lt;br /&gt;
* [http://www.linuxjournal.com/xstatic/abstracts/upfront Linux Journal] Doc Searls in the feb 2007 issue&lt;br /&gt;
* [http://www.osdir.com/Article9642.phtml OSDir.com] Mobile Linux for the Mobile Fan] -&amp;gt; [http://www.madpenguin.org/cms/?m=show&amp;amp;id=7710 MadPenguin] Mobile Linux for the Mobile Fan&lt;br /&gt;
* [http://www.usnews.com/usnews/biztech/davesdownload/archive/070112/a_populist_challenge_to_apples.htm US News] A Populist Challenge to Apple's iPhone&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko: The open alternative&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=196802206&amp;amp;subSection=All+Stories InformationWeek] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.theregister.co.uk/2007/01/15/open_phone/ The Register] Open Phones with Open Moko&lt;br /&gt;
* [http://techreport.com/onearticle.x/11589 The Tech Report] OpenMoko offers open-source smart phone&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html Financial Times] OpenMoko harks back to Hello Moto&lt;br /&gt;
* [http://hardware.slashdot.org/article.pl?sid=07/01/20/1551200 Slashdot] OpenMoko Schedule Announced&lt;br /&gt;
* [http://www.youtube.com/watch?v=jRvtAAXTIlg Youtube] Interview with Sean Moss-Pultz ([http://www.monoploid.be/dl/openmoko_sean_interview.ogm mirror in Ogg format])&lt;br /&gt;
* [http://www.libervis.com/article/forget_iphone_hail_openmoko_the_true_revolution Libervis.com] Forget iPhone, hail OpenMoko, the true revolution&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/sizemodo-iphone-vs-openmoko-neo1073-229294.php Gizmodo]iPhone vs. Openmoko Neo1973] (please, don't mind the typo i n the title)&lt;br /&gt;
&lt;br /&gt;
==== December 2006 ====&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=133 pikesoft.com] Cheap, totally open Linux phone will ship next month&lt;br /&gt;
* [http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=19254 cdrinfo.com] FIC to release Linux based Smartphone&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
* [http://www.ministryoftech.com/2006/11/09/fic-neo1973-smartphone-with-linux-based-openmoko-open-source-platform/ ministryoftech.com] FIC Neo1973 smartphone with linux-based OpenMoko open source platform&lt;br /&gt;
* [http://www.mobiletechnews.com/info/2006/11/09/124614.html mobiletechnews.com] OpenMoko Linux mobile platform and Neo1973 smartphone announced&lt;br /&gt;
* [http://news.softpedia.com/news/FIC-Neo1973-for-all-the-Linux-Lovers-out-There-40344.shtml news.softpedia.com] FIC Neo1973 for all the Linux lovers out there&lt;br /&gt;
* [http://www.openembedded.org/openmoko-fic-choosing-openembedded openembedded.org] OpenMoko FIC choosing openembedded&lt;br /&gt;
* [http://news.com.com/2300-1037_3-6134795-1.html news.com.com] FIC's Linux handset&lt;br /&gt;
* [http://www.slashphone.com/77/5784.html slashphone.com] OpenMoko Announces Open Source Mobile Communications Platform &lt;br /&gt;
* [http://www.arm.com/iqonline/news/marketnews/15616.html arm.com] Open Linux Based, ARM Powered Mobile In Wings&lt;br /&gt;
* [http://news.com.com/Second+open+Linux+handset+unveiled/2100-1039_3-6133974.html news.com.tw] Second open Linux handset unveiled&lt;br /&gt;
* [http://www.infoworld.com/article/06/11/08/HNlinuxphone_1.html?COMMERCIAL%20LINUX infoworld.com] FIC debuts open Linux-based smartphone &lt;br /&gt;
* [http://www.michaeldolan.com/431 michaeldolan.com] A must have: OpenMoko cell phone with GPS and...apt-get&lt;br /&gt;
* [http://nandz.blogspot.com/2006/11/my-dream-phone.html nandz.blogspot.com] My dream phone&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2986976174.html linuxdevices.com] Cheap, hackable Linux smartphone due soon&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7056478804.html linuxdevices.com] First OpenMoKo phone taps dual-licensed SyncML stack&lt;br /&gt;
* [http://lwn.net/Articles/208298/ lwn.net] The OpenMoko open phone&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=35590 theinquirer.net] A truly open Linux phone with GPS debuts&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.golem.de/0708/54256.html golem.de] - Neues GUI für Open-Source-Handy Neo1973&lt;br /&gt;
* [http://www.heise.de/mobil/newsticker/meldung/94724 heise mobil] - Offene Smartphone-Plattform mit neuem Look&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/attachments/20070721/be55235c/CIMG1129_small-0001.jpg Kurier] - Handy Individuell&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/206048/ futurezone.ORF.at] - Anti-iPhone geht an den Start&lt;br /&gt;
* [http://www.zdnet.de/news/hardware/0,39023109,39156101,00.htm zdnet.de] - Open-Source-Iphone wird mit Hackertools ausgeliefert&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/92393 heise.de] - &amp;quot;Free your phone&amp;quot;: Linux-Smartphone des OpenMoko-Projekts verfügbar&lt;br /&gt;
* [http://www.spiegel.de/netzwelt/mobil/0,1518,493595,00.html spiegel.de] - Linux statt iPhone: Freiheit fürs Handy&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://www.golem.de/0706/53172.html golem.de] - Linux-Smartphone OpenMoko ab Juli 2007 zu haben &lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/91868 heise.de] - Offenes Linux-Smartphone Neo 1973 macht Fortschritte&lt;br /&gt;
* [http://www.winfuture.de/news,32641.html winfuture.de] - Open-Source-Handy Neo1973 ab Juli bzw. Oktober&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11385.html pro-linux.de] - OpenMoko wird zum Unternehmen&lt;br /&gt;
* [http://de.theinquirer.net/2007/06/14/das_erste_openmoko_kommt.html the inquirer] - Das erste OpenMOKO kommt&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11133.html pro-linux] - OpenMoko produziert erste Muster&lt;br /&gt;
* [http://www.golem.de/0704/51970.html golem.de] - Open-Source-Handy vor Produktionsbeginn&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://chaosradio.ccc.de/cre042.html Chaosradio Express] - Das neue Projekt zur Entwicklung eines Telefons mit freier Software&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10966.html pro-linux] - OpenMoko sucht Unterstützung&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.digital-living-magazin.de/index.php?pid=17&amp;amp;art=2050&amp;amp;cid=DLnewsletter digital-living-magazin.de] - Linux erobert Mobilfunkmarkt&lt;br /&gt;
* [http://www.heise.de/tr/artikel/85138 Technology Review] - Open-Source-Handy, nächster Versuch&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10833.html pro-linux] - OpenMoko-Quellcode angekündigt&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/85354 heise online] - OpenMoko: Linux-Plattform für Handys freigegeben&lt;br /&gt;
* [http://www.mobile2day.de/news/news_details.html?nd_ref=6870&amp;amp;n_multi=0&amp;amp;nf_id=0&amp;amp;nt_id=0&amp;amp;f_date_m=01&amp;amp;f_date_y=2007&amp;amp;t_date_m=04&amp;amp;t_date_y=2007&amp;amp;from=archive Mobile2Day] - OpenMoko bringt Details zum Neo1973&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
&lt;br /&gt;
* [http://golem.de/0611/48824.html golem.de] - OpenMoko kündigt Open-Source-Handy an&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/80714 heise online] - Smartphone mit offener Linux-Plattform&lt;br /&gt;
* [http://www.pro-linux.de/news/2006/10448.html pro-linux] - Offenes Linux-Smartphone »OpenMoko« für Januar 2007 angekündigt&lt;br /&gt;
&lt;br /&gt;
=== Scandinavian ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.amobil.no/artikkel/mobiltelefoner/antikrist-mobilen_blir_heftigere/41042 Amobil.no]  Antikrist-mobilen blir heftigere&lt;br /&gt;
* [http://www.amobil.no/sniktitt/mobiltelefoner/den_folsomme_linux-mobilen/40176 Amobil.no]  Sniktitt: Den følsomme Linux-mobilen&lt;br /&gt;
* [http://www.amobil.no/artikkel/markedsutvikling/linux-mobilen_er_i_rute/40138 Amobil.no]  Linux-mobilen er i rute&lt;br /&gt;
* [http://www.amobil.no/nyhet/mobiltelefoner/openmoko_klart_for_verden/36554 Amobil.no] OpenMoko klart for verden&lt;br /&gt;
* [http://www.nyteknik.se/art/48697 NyTeknik] Snart är den öppna Linuxtelefonen här (Swedish) (Translation: this article states free release to selected developers Feb 11, commercial release to developers March 11, and main release to market Sep 11. See also [http://lists.openmoko.org/pipermail/announce/2007-January/000000.html])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
* [http://linuxfr.org/2006/11/08/21596.html LinuxFR] OpenMoko : sortie en janvier d'un téléphone-GPS enfin libre!&lt;br /&gt;
&lt;br /&gt;
=== Chinese ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.wordpress.com/2007/06/21/openmoko-%E8%88%87-iphone-%E6%AF%94%E8%BC%83%E4%B8%80/ wordpress.com] Comparison between OpenMoko and iPhone&lt;br /&gt;
* [http://chinese.engadget.com/2007/06/11/computex-2007-openmoko-neo-1973-linux/ chinese engadget.com] OpenMoko Neo1973 Linux Smartphone&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/25/talk-of-openmoko-is-online/ debian.org.tw] Video of OpenMoko at TOSSUG in Taipei&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/17/openmoko-at-tossug/ debian.org.tw] OpenMoko at TOSSUG&lt;br /&gt;
* [http://magicdesign.blogspot.com/2007/05/free-your-phoneopenmoko.html MagicDesign] Free your phone OpenMoko&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/04/30/have-fun-with-openmokoneo1973/ Debian.org.tw] Have fun with OpenMoko Neo1973&lt;br /&gt;
* [http://orzlab.blogspot.com/ Orzlab] When Java meets OpenMoko&lt;br /&gt;
* [http://blog.footoo.org/?p=115 FooToo.org] Install OpenMoko Emulator&lt;br /&gt;
* [http://www.jollen.org/blog/2007/01/openmoko_announce.html Jollen.org] OpenMoko Kick-Off&lt;br /&gt;
* [http://zh.wikipedia.org/wiki/OpenMoko Wikipedia.org] OpenMoko Chinese Wiki&lt;br /&gt;
* [http://tw.myblog.yahoo.com/champ_yen/article?mid=211&amp;amp;prev=212&amp;amp;next=-1 Yahoo.com.tw] Forget about iPhone, Hail OpenMoko &lt;br /&gt;
* [http://www.jollen.org/blog/2006/11/mobile_20_openmoko_linux_smart.html Jollen.org] OpenMoko Linux Smartphone&lt;br /&gt;
* [http://blog.roodo.com/ystuan/archives/2733869.html Roodo.com] OpenMoko&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://www.studencka.pl/artykuly.php?AID=770 Gazeta Studencka] (Students Newspaper) &amp;quot;Cellphones of all shapes, unite!&amp;quot; - OpenMoko overview by Krzysztof Kajkowski, &amp;quot;free software&amp;quot; not mentioned in the text.&lt;br /&gt;
&lt;br /&gt;
=== Japanese ===&lt;br /&gt;
&lt;br /&gt;
* [http://blog.pasonatech.co.jp/hibi/4079.html pasonatech.co.jp] iPhoneキラー？：オープンソース精神なopenmoko携帯がUSで発売&lt;br /&gt;
* [http://journal.mycom.co.jp/articles/2007/06/06/computex04/index.html journal. mycom.com.jp] Computex Taipei 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.corriere.it/Primo_Piano/Scienze_e_Tecnologie/2007/07_Luglio/10/neo1973_telefonino.shtml corriere.it] L'anti iPhone: Neo 1973, il cellulare fai da te&lt;br /&gt;
* [http://punto-informatico.it/p.aspx?id=2035879 Punto Informatico] Lo smartphone touch-screen è open source&lt;br /&gt;
&lt;br /&gt;
{{Languages|Press_Coverage}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Emdete</id>
		<title>User talk:Emdete</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Emdete"/>
				<updated>2007-08-30T08:12:52Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: press coverage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi... ich hab grad ne [[OpenMoko_Local_Groups:_Duesseldorf|Düsseldorfer Gruppe]] eröffnet, vlt. haste ja Lust dass wir uns mal treffen.&lt;br /&gt;
&lt;br /&gt;
== press coverage ==&lt;br /&gt;
&lt;br /&gt;
hi emedete, &lt;br /&gt;
&lt;br /&gt;
im press coverage gibts ne extra deutschsektion für die artikel, ich hab das mal geändert. gruß --[[User:Minime|Minime]] 10:12, 30 August 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin</id>
		<title>Openmoko Local Groups: Berlin</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin"/>
				<updated>2007-08-23T07:32:16Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Possible Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; See [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
&lt;br /&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;
!Has Device&lt;br /&gt;
!Has Debug Board&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Minime|tim]]&lt;br /&gt;
|mostly web related&lt;br /&gt;
|No GTA01Bv4, waiting for GTA02. &lt;br /&gt;
|berlin.nord&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever. [http://wiki.openmoko.org/index.php?title=User_talk:Minime&amp;amp;action=edit&amp;amp;section=new talk to me], or e-mail: OM DOT 5 DOT minime@xoxy.net&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:spag|spag]]&lt;br /&gt;
|too lazy&lt;br /&gt;
|patiently waiting for GTA02 with WLAN&lt;br /&gt;
|Marzahn&lt;br /&gt;
|I'm interested in VoIP applications on OpenMoko.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:PH5|pH5]]&lt;br /&gt;
|Coding, RE, Uni&lt;br /&gt;
|OpenMoko, gsmd, GTA01, Magician&lt;br /&gt;
|Zehlendorf&lt;br /&gt;
|[http://projects.linuxtogo.org/projects/sphyrna Sphyrna]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Barmeier|barmeier]]&lt;br /&gt;
|Coding in C and Java&lt;br /&gt;
|GTA01, Magician&lt;br /&gt;
|Steglitz&lt;br /&gt;
|I'am interested in Sync, application integration and usability improvements&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;
=== Meetings, Events ===&lt;br /&gt;
Meeting language is German ;-)&lt;br /&gt;
{|border=1&lt;br /&gt;
!Date&lt;br /&gt;
!Location&lt;br /&gt;
!Topic&lt;br /&gt;
!Who&lt;br /&gt;
|-&lt;br /&gt;
|8.-12. August 2007&lt;br /&gt;
|Flugplatz Finowfurt&lt;br /&gt;
|[https://events.ccc.de/camp/2007/Intro/ Chaos Communication Camp 2007] und [http://events.ccc.de/camp/2007/GSM_Village GSM Village]&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|23.08.2007 / 18:00&lt;br /&gt;
|[https://berlin.ccc.de/wiki/CCC_Berlin CCCB] / [https://berlin.ccc.de/wiki/Club_Discordia Club Diskordia]&lt;br /&gt;
|First meeting. bring your hardware&lt;br /&gt;
|Roh, pH5, [[User:Minime|tim]](+ 2?), ? (please add yourself)&lt;br /&gt;
|-&lt;br /&gt;
|no definite date yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|no location yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|First GTA01Bv4 impressions for P1 owners and those who have no Neo yet. Giving each other a helping hand getting started.&lt;br /&gt;
|[[User:Minime|tim]], ...&lt;br /&gt;
|}&lt;br /&gt;
[[Category:OpenMoko_Local_Groups:_Berlin]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin</id>
		<title>Openmoko Local Groups: Berlin</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin"/>
				<updated>2007-08-23T07:30:42Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Meetings, Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; See [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
&lt;br /&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:Minime|tim]]&lt;br /&gt;
|mostly web related&lt;br /&gt;
|No GTA01Bv4, waiting for GTA02. &lt;br /&gt;
|berlin.nord&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever. [http://wiki.openmoko.org/index.php?title=User_talk:Minime&amp;amp;action=edit&amp;amp;section=new talk to me], or e-mail: OM DOT 5 DOT minime@xoxy.net&lt;br /&gt;
|-&lt;br /&gt;
|[[User:spag|spag]]&lt;br /&gt;
|too lazy&lt;br /&gt;
|patiently waiting for GTA02 with WLAN&lt;br /&gt;
|Marzahn&lt;br /&gt;
|I'm interested in VoIP applications on OpenMoko.&lt;br /&gt;
|-&lt;br /&gt;
|[[User:PH5|pH5]]&lt;br /&gt;
|Coding, RE, Uni&lt;br /&gt;
|OpenMoko, gsmd, GTA01, Magician&lt;br /&gt;
|Zehlendorf&lt;br /&gt;
|[http://projects.linuxtogo.org/projects/sphyrna Sphyrna]&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Barmeier|barmeier]]&lt;br /&gt;
|Coding in C and Java&lt;br /&gt;
|GTA01, Magician&lt;br /&gt;
|Steglitz&lt;br /&gt;
|I'am interested in Sync, application integration and usability improvements&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;
=== Meetings, Events ===&lt;br /&gt;
Meeting language is German ;-)&lt;br /&gt;
{|border=1&lt;br /&gt;
!Date&lt;br /&gt;
!Location&lt;br /&gt;
!Topic&lt;br /&gt;
!Who&lt;br /&gt;
|-&lt;br /&gt;
|8.-12. August 2007&lt;br /&gt;
|Flugplatz Finowfurt&lt;br /&gt;
|[https://events.ccc.de/camp/2007/Intro/ Chaos Communication Camp 2007] und [http://events.ccc.de/camp/2007/GSM_Village GSM Village]&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|23.08.2007 / 18:00&lt;br /&gt;
|[https://berlin.ccc.de/wiki/CCC_Berlin CCCB] / [https://berlin.ccc.de/wiki/Club_Discordia Club Diskordia]&lt;br /&gt;
|First meeting. bring your hardware&lt;br /&gt;
|Roh, pH5, [[User:Minime|tim]](+ 2?), ? (please add yourself)&lt;br /&gt;
|-&lt;br /&gt;
|no definite date yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|no location yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|First GTA01Bv4 impressions for P1 owners and those who have no Neo yet. Giving each other a helping hand getting started.&lt;br /&gt;
|[[User:Minime|tim]], ...&lt;br /&gt;
|}&lt;br /&gt;
[[Category:OpenMoko_Local_Groups:_Berlin]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin</id>
		<title>Openmoko Local Groups: Berlin</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin"/>
				<updated>2007-08-23T06:07:50Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Meetings, Events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; See [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
&lt;br /&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:Minime|tim]]&lt;br /&gt;
|mostly web related&lt;br /&gt;
|No GTA01Bv4, waiting for GTA02. &lt;br /&gt;
|berlin.nord&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever. [http://wiki.openmoko.org/index.php?title=User_talk:Minime&amp;amp;action=edit&amp;amp;section=new talk to me], or e-mail: OM DOT 5 DOT minime@xoxy.net&lt;br /&gt;
|-&lt;br /&gt;
|[[User:spag|spag]]&lt;br /&gt;
|too lazy&lt;br /&gt;
|patiently waiting for GTA02 with WLAN&lt;br /&gt;
|Marzahn&lt;br /&gt;
|I'm interested in VoIP applications on OpenMoko.&lt;br /&gt;
|-&lt;br /&gt;
|[[User:PH5|pH5]]&lt;br /&gt;
|Coding, RE, Uni&lt;br /&gt;
|OpenMoko, gsmd, GTA01, Magician&lt;br /&gt;
|Zehlendorf&lt;br /&gt;
|[http://projects.linuxtogo.org/projects/sphyrna Sphyrna]&lt;br /&gt;
|-&lt;br /&gt;
|[[User:Barmeier|barmeier]]&lt;br /&gt;
|Coding in C and Java&lt;br /&gt;
|GTA01, Magician&lt;br /&gt;
|Steglitz&lt;br /&gt;
|I'am interested in Sync, application integration and usability improvements&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;
=== Meetings, Events ===&lt;br /&gt;
Meeting language is German ;-)&lt;br /&gt;
{|border=1&lt;br /&gt;
!Date&lt;br /&gt;
!Location&lt;br /&gt;
!Topic&lt;br /&gt;
!Who&lt;br /&gt;
|-&lt;br /&gt;
|8.-12. August 2007&lt;br /&gt;
|Flugplatz Finowfurt&lt;br /&gt;
|[https://events.ccc.de/camp/2007/Intro/ Chaos Communication Camp 2007] und [http://events.ccc.de/camp/2007/GSM_Village GSM Village]&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|23.08.2007 / 18:00&lt;br /&gt;
|[https://berlin.ccc.de/wiki/CCC_Berlin CCCB] / [https://berlin.ccc.de/wiki/Club_Discordia Club Diskordia]&lt;br /&gt;
|First meeting. bring your hardware&lt;br /&gt;
|Roh, pH5, [User:Minime|tim]] (+ 2?), ? (please add yourself)&lt;br /&gt;
|-&lt;br /&gt;
|no definite date yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|no location yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|First GTA01Bv4 impressions for P1 owners and those who have no Neo yet. Giving each other a helping hand getting started.&lt;br /&gt;
|[[User:Minime|tim]], ...&lt;br /&gt;
|}&lt;br /&gt;
[[Category:OpenMoko_Local_Groups:_Berlin]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Press_Coverage</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Press_Coverage"/>
				<updated>2007-08-22T08:22:32Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* German */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[http://www.google.com/trends?q=openmoko%2Cneo1973&amp;amp;ctab=1&amp;amp;geo=all&amp;amp;date=all  OpenMoko and Neo1973 on google trends.]&lt;br /&gt;
 &lt;br /&gt;
This site contains the press coverage about OpenMoko and the Neo 1973 sorted by language and date. Newest on top.&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
&lt;br /&gt;
=== English ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.macworld.com/news/2007/08/02/openmoko/index.php Macworld] Portrait of a Linux iPhone-killer wannabe&lt;br /&gt;
* [http://www.phoronix.com/?page=news_item&amp;amp;px=NTk1Mw Phoronix] Google Using OpenMoko For gPhone?&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.pcworld.com/article/id,134987-pg,1/article.html PCWorld] Insider Info on the First Fully Open-Source Cell Phone&lt;br /&gt;
* [http://blog.wired.com/monkeybites/2007/07/hands-on-with-t.html Wired Blog] Hands On with OpenMoko: An early look at the hardware and software.&lt;br /&gt;
* [http://www.economist.com/science/displaystory.cfm?story_id=9531007 Economist.com] Hello world: Avoiding punitive roaming charges abroad&lt;br /&gt;
* [http://linuxdevices.com/news/NS7355980470.html linuxdevices.com] iPhone-like Linux phone ready for hackers&lt;br /&gt;
* [http://www.heise.de/english/newsticker/news/92473 heise.de] &amp;quot;Free your phone&amp;quot;: The OpenMoko Project's Linux Smartphone now available&lt;br /&gt;
* [http://blogs.zdnet.com/open-source/?p=1194 zdnet.com] Can OpenMoko break the wireless monopoly?&lt;br /&gt;
* [http://developers.slashdot.org/developers/07/07/09/0049249.shtml Slashdot] Open Source Linux Phone Goes On Sale&lt;br /&gt;
* [http://www.engadget.com/2007/07/09/openmoko-neo-1973-and-advanced-dev-kit-finally-for-sale/ engadget.com] OpenMoko Neo 1973 and Advanced dev kit finally for sale&lt;br /&gt;
* [http://www.theglobeandmail.com/servlet/story/RTGAM.20070703.WBcyberia20070703161759/WBStory/WBcyberia/ Globe and Mail, Toronto] The Next Big Thing? (good overview; some favorable comparisons with iPhone).&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070710-developer-models-of-openmoko-open-source-smartphone-released.html arstechnica.com] Developer models of OpenMoko open-source smartphone released&lt;br /&gt;
* [http://www.boingboing.net/2007/07/09/openmoko_linuxbased_.html boingboing (Cory Doctorow)] OpenMoko: Linux-based $300 open smartphone&lt;br /&gt;
* [http://www.channelweb.co.uk/vnunet/news/2192036/first-open-source-mobile-phone channelweb.co.uk / CRN] OpenMoko preps first open source mobile&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/07/openmoko_300_linuxpowered.html?CMP=OTC-0D6B48984890 MAKE:] blogged about it.&lt;br /&gt;
* [http://www.theregister.co.uk/2007/07/09/neo_1973_launch/ The Register] Is your phone free?&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=41147 The Inquirer] Linux phone goes on sale&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://fakesteve.blogspot.com/2007/06/freetards-are-trying-to-make-iphone.html Secret Diary of Steve Jobs] Freetards are trying to make an iPhone clone&lt;br /&gt;
* [http://www.eweek.com/article2/0,1895,2152759,00.asp eweek.com] OpenMoko: An iPhone Alternative for Developers? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8509737406.html&amp;amp;cid=0 linuxdevices.com] iPhone-like Linux phone delayed&lt;br /&gt;
* [http://www.itweek.co.uk/vnunet/news/2192036/first-open-source-mobile-phone IT Week] &amp;quot;OpenMoko preps first open source mobile&amp;quot; Confuses Phase 1 and Phase 2 features.&lt;br /&gt;
* [http://www.vnunet.com/vnunet/news/2192036/first-open-source-mobile-phone vnunet.com] First open source mobile phone&lt;br /&gt;
* [http://www.techeblog.com/index.php/tech-gadget/feature-5-cool-linux-powered-phones TechEBlog.com] A brief line-up of the 5 coolest Linux-powered phones.&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1574 Tectonic.co.za] Open source phone plans September launch&lt;br /&gt;
* [http://www.hothardware.com/image_popup.aspx?image=big_fic2.jpg&amp;amp;articleid=979&amp;amp;t=a hothardware.com] OpenMoko&lt;br /&gt;
* [http://www.texyt.com/FIC+OpenMoko+$350+open+Linux+mobile+phone+launch+00100 Texyt.com] $350 open Linux mobile phone on target for September launch&lt;br /&gt;
&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://blogs.sun.com/brewin/entry/fic_and_openmoko_thank_you blogs.SUN.com] &amp;quot;FIC and OpenMoko - Thank You&amp;quot; Mentions the FIC phone used in the exciting JavaFX Mobile announcement, and says that &amp;quot;in most cases the Neo 1973 phone performed better&amp;quot; than other handsets.&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=174 PikeSoft.com] JavaFX Mobile:  a new smartphone OS contender&lt;br /&gt;
* [http://www.sfgate.com/cgi-bin/blogs/sfgate/detail?blogid=19&amp;amp;entry_id=16310 SFGate.com] Here comes the Sun Conference&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7539760574.html LinuxDevices.com] Sun beams Linux/Java at mobile phones&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.palminfocenter.com/news/9371/openmoko-running-on-a-palm-tx/ Palm Infocenter] OpenMoko running on a palm TX&lt;br /&gt;
* [http://jaidev.info/home/blog/archives/2007/04/13/openmoko.html JaidevInfo] OpenMoko&lt;br /&gt;
* [http://www.wirelessweek.com/newsletter.aspx?id=137388 Wirelessweek.com] Democracy Hits the Mobile Phone&lt;br /&gt;
* [http://elearner.edublogs.org/2007/04/11/technologies-is-that-a-word/ Edublogs.org] Technologies is that a word? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS4777580627.html Linuxdevices.com] 200 million Linux phones to ship by 2012&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070415-palm-embracing-linux-in-the-hopes-of-being-relevant-again.html Ars Technica] Palm embracing Linux in the hopes of being relevant again] (Mentions Neo1973 in passing)&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://www.smartdevicecentral.com/article/OpenMokos+Open+Source+Phone/202546_1.aspx smartdevicecentral.com] OpenMoko's open source phone&lt;br /&gt;
* [http://www.zdnetasia.com/news/communications/0,39044192,61996003,00.htm zdnet asia] Passing mention in an article on the Iphone.&lt;br /&gt;
* [http://www.wikio.com/news/Sean+Moss-Pultz wikio.com] Sean Moss-Pultz News&lt;br /&gt;
* [http://www.edparsons.com/?p=438 edparsons.com] iPhone chipping away at the walls&lt;br /&gt;
* [http://blogs.pcworld.co.nz/pcworld/techsploder/2007/03/openmoko_makes_total_sense.html blogs.pcworld.co.nz] OpenMoko makes total sense&lt;br /&gt;
* [http://www.totalueberwachung.de/blog/articles/2007/03/08/neo1973-arrived totalueberwachung.de] Neo1973 arrived&lt;br /&gt;
* [http://www.makuchaku.info/blog/im-gonna-get-this-one makuchaku.info] I'm gonna get this one&lt;br /&gt;
* [http://www.kitenet.net/~joey/blog/entry/openmoko_and_n800.html kitenet.net] OpenMoko and n800&lt;br /&gt;
* [http://dominion.kabel.utwente.nl/koen/cms/the-neo1973-unboxed dominion.kabel.utwente.nl] The Neo1973 unboxed&lt;br /&gt;
* [http://atulchitnis.net/diary/showentry/421 atulchitnis.net] An OpenMoko Phone arrives&lt;br /&gt;
* [http://blog.matthewgast.com/2007/03/03/good-luck-openmoko blog.matthewgast.com] Good luck OpenMoko&lt;br /&gt;
* [http://vaandoo.blogspot.com/2007/03/openmoko-neo1973-opensource-software.html vaandoo.blogspot.com] OpenMoko Neo1973 opensource software&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7653749655.html linuxdevices.com] OpenMoko update; Neo1973 on sale in March&lt;br /&gt;
* [http://www.ministryoftech.com/2007/03/05/the-5-hottest-phones-for-linux-fanatics/ ministryoftech.com] Brief line-up of the 5 hottest phones for Linux fans&lt;br /&gt;
* [http://voxilla.com/soapvox/2007/03/01/industry-disruption-really-168 voxilla.com] Article about ETel Sean Moss-Pultz presentation&lt;br /&gt;
* [http://blog.wired.com/gadgets/2007/03/eight_great_lin.html blog.wired.com] Gadget Lab: Eight Great Linux Smartphones&lt;br /&gt;
* [http://gigaom.com/2007/03/01/openmoko-phone/ gigaom.com] OpenMoko Open-Source Mobile, coming soon - Interview with Sean Moss-Pultz&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/03/openmoko_1.html www.oreillynet.com] ETel coverage&lt;br /&gt;
* [http://gordoncook.net/wp/?p=146 gordoncook.net] Short history of Neo1973 and other stuff&lt;br /&gt;
* [http://www.engadget.com/2007/03/03/openmoko-details-pricing-availability-for-neo1973/ engadget.com] OpenMoko details pricing, availability for Neo1973&lt;br /&gt;
* [http://www.uberpulse.com/us/2007/03/fic_wants_to_rewrite_the_rules_with_open_moko_mobile_phone.php   www.uberpulse.com] Some images from ETel&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.scullen.ca/2007/02/15/forget-about-the-iphone-neo1973-is-far-more-exciting/ scullen.ca] Forget about the iPone, Neo1973 is far more exciting&lt;br /&gt;
* [http://www.mobileread.com/forums/showpost.php?p=59124&amp;amp;postcount=4 mobileread.com] Show post&lt;br /&gt;
* [http://www.pdasnews.com/articles/2568/1/ pdasnews.com] Linux-powered iPhone killer available online in March&lt;br /&gt;
* [http://www.belutz.net/2007/02/05/openmoko/ belutz.net] OpenMoko&lt;br /&gt;
* [http://www.mail-archive.com/community@lists.openmoko.org/msg03686.html mail-archive.com] OpenMoko community mail archive&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena maclife.com] Is there a crowd in the touch screen phone arena&lt;br /&gt;
* [http://gopaultech.com/2007/02/fic-neo1973-linux-smartphone/ gopaultech.com] FIC Neo1973 Linux smartphone&lt;br /&gt;
* [http://www.volweb.cz/horvitz/os-info/news-feb07-014.html volweb.cz] Open-source smartphone, with WiFi in version 2&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/02/etel_coverage_openmoko_opens_t.html oreillynet.com] ETel coverage OpenMoko opens&lt;br /&gt;
* [http://www.mobilewhack.com/openmoko-neo1973-open-source-phone/ mobilewhack.com] OpenMoko Neo1973 open source phone&lt;br /&gt;
* [http://www.engadget.com/2007/02/19/what-tech-would-the-presidents-rock-in-2007/ engadget.com] What tech would the presidents rock in 2007&lt;br /&gt;
* [http://www.tuxmachines.org/node/13602 tuxmachines.org] What participation culture&lt;br /&gt;
* [http://www.vanille-media.de/site/index.php/category/opensource/openmoko/ vanille-media.de] Opensource OpenMoko&lt;br /&gt;
* [http://www.joetech.com/2007/02/15/openmoko-open-source-cell-phone/ joetech.com] OpenMoko open source cell phone&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/02/openmoko_open_s.html makezine.com] OpenMoko open&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS9706477996.html linuxdevices.com] Announce of the Openembedded booth at FOSDEM in Brussels.&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2657814070.html linuxdevices.com] Quick interview with Sean and some pictures&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/first-look-the-antiiphone-openmokos-neo1973-236841.php gizmodo.com] Photos and comments on hardware and software&lt;br /&gt;
* [http://www.onecompare.com/mobile-news/article-asp~aid~244~pub~56321102~story~openmoko-launch-the-official-portal-for-development-of-the-openmoko-platform onecompare.com] Short news article&lt;br /&gt;
* [http://crunchgear.com/2007/02/15/openmokos-open-source-mobile-os crunchgear.com] Holding the phone upside down&lt;br /&gt;
* [http://www.slashgear.com/openmoko-and-fic-neo1973-updates-153926.php slashgear.com] Video interview and many pictures&lt;br /&gt;
* [http://www.djlosch.com/article_Comparison%3A_iPhone_vs_A1200_vs_Neo1973 djlosch.com] Article comparing the Neo to the iPhone and A1200&lt;br /&gt;
* [http://popsci.typepad.com/popsci/2007/02/up_close_and_pe.html popsci.typepad.com] Screenshot of Linux booting on the Neo&lt;br /&gt;
* [http://video.google.de/videoplay?docid=-3742589179435830945&amp;amp;q=Openmoko video.google.com] Presentation of OpenMoko at the FOSDEM&lt;br /&gt;
* [http://www.manilastandardtoday.com/?page=business6_feb27_2007 manilastandardtoday.com] Tale of two phones&lt;br /&gt;
* [http://blog.printf.net/articles/2007/02/22/unboxing-the-openmoko-phone blog.printf.net] OLPC and older Neo1973.&lt;br /&gt;
* [http://mako.cc/copyrighteous/freesoftware/20070228-00.html mako.cc] OLPC and older Neo1973 again.&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena MacLife] Is Three a Crowd among Touch-Screen Phones?&lt;br /&gt;
&lt;br /&gt;
==== January 2007 ====&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html blogs.ft.com] OpenMoko harks back to hello moto&lt;br /&gt;
* [http://opensource.sfsu.edu/node/258 opensource.sfsu.edu] Can you hear me now?&lt;br /&gt;
* [http://losca.blogspot.com/2007/01/maemo-nokia-n800-has-competitor-in.html losca.blogspot.com] Maemo Nokia n800 has competitor in openness - OpenMoko&lt;br /&gt;
* [http://21talks.net/voip/openmoko 21talks.net] OpenMoko: Not as sexy as the iPhone, but it’s a Linux phone&lt;br /&gt;
* [http://www.linuxinfusion.com/openmoko-schedule-announced linuxinfusion.com] OpenMoko schedule announced&lt;br /&gt;
* [http://users.livejournal.com/_paladine_/tag/smartphone users.livjournal.com] The Worlds First Opensource Linux Smartphone&lt;br /&gt;
* [http://www.nungee.com/2007/01/25/openmoko/ nungee.com] OpenMoko&lt;br /&gt;
* [http://www.sda-asia.com/sda/features/psecom,id,880,srn,2,channel,developer,nodeid,21,_language,Singapore.html sda-asia.com] OpenMoko Offers Open-source Smart phone T&lt;br /&gt;
* [http://www.regdeveloper.co.uk/2007/01/15/open_phone/ regdeveloper.co.uk] Open Phone&lt;br /&gt;
* [http://www.product-reviews.net/2007/01/17/fic-neo1973-smartphone-open-source-phone/ product-reviews.net] FIC Neo1973 smartphone open source phone&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php gizmodo.com] OpenMoko smartphone did they have a time machine or what&lt;br /&gt;
* [http://www.oreillynet.com/conferences/blog/2007/01/openmoko_workshop_added_to_ete.html oreillynet.com] OpenMoko workshop added to ETel&lt;br /&gt;
* [http://www.gadgetell.com/2007/01/openmoko-gets-interviewed-about-new-open-source-fic-neo1973/ gadgetell.com] OpenMoko gets interviewed about new open source FIC Neo1973&lt;br /&gt;
* [http://www.slashgear.com/openmoko-interface-im-loving-it-173496.php slashgear.com] OpenMoko interface I'm loving it&lt;br /&gt;
* [http://www.gadgetorama.com/news/news_details.php?gorid=2008 gadgetorama.com] OpenMoko news details&lt;br /&gt;
* [http://tech.cybernetnews.com/2007/01/17/openmoko-vs-iphone-did-apple-copy/ tech.cybernetnews.com] OpenMoko vs iPhone did Apple copy&lt;br /&gt;
* [http://techtrails.blogspot.com/2007/01/open-phones-with-open-moko-while.html techtrails.blogspot.com] Open phones with OpenMoko while&lt;br /&gt;
* [http://blogger.xs4all.nl/jurjen1/archive/2007/01/17/174341.aspx bloger.xs4all.nl] OpenMoko open source mobile phone&lt;br /&gt;
* [http://www.ringnokia.com/2007/01/i_am_highly_cur.html ringnokia.com] I'm highly curious&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/01/iclone_1.html oreillynet.com] iClone&lt;br /&gt;
* [http://forums.scotsnewsletter.com/index.php?showtopic=17685 forums.scotsnewsletter.com] Show topic&lt;br /&gt;
* [http://understandinglimited.com/2007/01/15/iphone/ understandinglimited.com] iPhone and OpenMoko&lt;br /&gt;
* [http://robertogaloppini.net/2007/01/12/openmoko-the-integrated-os-mobile-communications-platform-2/ robertogaloppini.net] OpenMoko the intergrated OS mobile communications platform&lt;br /&gt;
* [http://www.funambol.com/blog/capo/2007/01/apple-please-do-not-forget-developers.html funambol.com] Apple please do not forget developers&lt;br /&gt;
* [http://chopey.blogspot.com/2007/01/iphone-or-not-to-iphone.html chopey.blogspot.com] iPhone or not to iPhone&lt;br /&gt;
* [http://opendotdotdot.blogspot.com/2007/01/openmoko.html opendotdotdot.blogspot.com] OpenMoko&lt;br /&gt;
* [http://www.e-pcmag.gr/forum/index.php?showtopic=19505 e-pcmag.gr] Show topic&lt;br /&gt;
* [http://www.costpernews.com/2007/01/12/anything-you-can-do-we-can-do-better/ costpernews.com] Anything you can do we can do better&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko - the Open Alternative&lt;br /&gt;
* [http://lwn.net/Articles/217020/rss lwn.net] An OpenMoko update&lt;br /&gt;
* [http://www.networkworld.com/news/2007/010907-moss-pultz.html networkworld.com] Q&amp;amp;A Building a new open source phone platform&lt;br /&gt;
* [http://www.networkcomputing.com/showArticle.jhtml?articleID=196802226 networkcomputing.com] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.osweekly.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2420&amp;amp;Itemid=449 osweekly.com] Mobile Devices Adopt Open Source&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8591201260.html linuxdevices.com] Linux phone market open up?&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,2080727,00.asp pcmag.com] Cell phone open up&lt;br /&gt;
* [http://sonyericssonz558i.blogurple.com/2007/01/06/23/ sonyericssonz558i.blogurple.com] Sony Ericsson Z558i&lt;br /&gt;
* [http://www.sannes.org/?p=5 sannes.org] An Open mobile phone that does what you want&lt;br /&gt;
* [http://popsci.typepad.com/ces2007/2007/01/opensource_stri.html Popsci.com] Open Source Strikes Again&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php Gizmodo.com] OpenMoko interface compared to iPhone&lt;br /&gt;
* [http://www.linuxjournal.com/xstatic/abstracts/upfront Linux Journal] Doc Searls in the feb 2007 issue&lt;br /&gt;
* [http://www.osdir.com/Article9642.phtml OSDir.com] Mobile Linux for the Mobile Fan] -&amp;gt; [http://www.madpenguin.org/cms/?m=show&amp;amp;id=7710 MadPenguin] Mobile Linux for the Mobile Fan&lt;br /&gt;
* [http://www.usnews.com/usnews/biztech/davesdownload/archive/070112/a_populist_challenge_to_apples.htm US News] A Populist Challenge to Apple's iPhone&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko: The open alternative&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=196802206&amp;amp;subSection=All+Stories InformationWeek] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.theregister.co.uk/2007/01/15/open_phone/ The Register] Open Phones with Open Moko&lt;br /&gt;
* [http://techreport.com/onearticle.x/11589 The Tech Report] OpenMoko offers open-source smart phone&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html Financial Times] OpenMoko harks back to Hello Moto&lt;br /&gt;
* [http://hardware.slashdot.org/article.pl?sid=07/01/20/1551200 Slashdot] OpenMoko Schedule Announced&lt;br /&gt;
* [http://www.youtube.com/watch?v=jRvtAAXTIlg Youtube] Interview with Sean Moss-Pultz ([http://www.monoploid.be/dl/openmoko_sean_interview.ogm mirror in Ogg format])&lt;br /&gt;
* [http://www.libervis.com/article/forget_iphone_hail_openmoko_the_true_revolution Libervis.com] Forget iPhone, hail OpenMoko, the true revolution&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/sizemodo-iphone-vs-openmoko-neo1073-229294.php Gizmodo]iPhone vs. Openmoko Neo1973] (please, don't mind the typo i n the title)&lt;br /&gt;
&lt;br /&gt;
==== December 2006 ====&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=133 pikesoft.com] Cheap, totally open Linux phone will ship next month&lt;br /&gt;
* [http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=19254 cdrinfo.com] FIC to release Linux based Smartphone&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
* [http://www.ministryoftech.com/2006/11/09/fic-neo1973-smartphone-with-linux-based-openmoko-open-source-platform/ ministryoftech.com] FIC Neo1973 smartphone with linux-based OpenMoko open source platform&lt;br /&gt;
* [http://www.mobiletechnews.com/info/2006/11/09/124614.html mobiletechnews.com] OpenMoko Linux mobile platform and Neo1973 smartphone announced&lt;br /&gt;
* [http://news.softpedia.com/news/FIC-Neo1973-for-all-the-Linux-Lovers-out-There-40344.shtml news.softpedia.com] FIC Neo1973 for all the Linux lovers out there&lt;br /&gt;
* [http://www.openembedded.org/openmoko-fic-choosing-openembedded openembedded.org] OpenMoko FIC choosing openembedded&lt;br /&gt;
* [http://news.com.com/2300-1037_3-6134795-1.html news.com.com] FIC's Linux handset&lt;br /&gt;
* [http://www.slashphone.com/77/5784.html slashphone.com] OpenMoko Announces Open Source Mobile Communications Platform &lt;br /&gt;
* [http://www.arm.com/iqonline/news/marketnews/15616.html arm.com] Open Linux Based, ARM Powered Mobile In Wings&lt;br /&gt;
* [http://news.com.com/Second+open+Linux+handset+unveiled/2100-1039_3-6133974.html news.com.tw] Second open Linux handset unveiled&lt;br /&gt;
* [http://www.infoworld.com/article/06/11/08/HNlinuxphone_1.html?COMMERCIAL%20LINUX infoworld.com] FIC debuts open Linux-based smartphone &lt;br /&gt;
* [http://www.michaeldolan.com/431 michaeldolan.com] A must have: OpenMoko cell phone with GPS and...apt-get&lt;br /&gt;
* [http://nandz.blogspot.com/2006/11/my-dream-phone.html nandz.blogspot.com] My dream phone&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2986976174.html linuxdevices.com] Cheap, hackable Linux smartphone due soon&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7056478804.html linuxdevices.com] First OpenMoKo phone taps dual-licensed SyncML stack&lt;br /&gt;
* [http://lwn.net/Articles/208298/ lwn.net] The OpenMoko open phone&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=35590 theinquirer.net] A truly open Linux phone with GPS debuts&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.golem.de/0708/54256.html golem.de] - Neues GUI für Open-Source-Handy Neo1973&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/attachments/20070721/be55235c/CIMG1129_small-0001.jpg Kurier] - Handy Individuell&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/206048/ futurezone.ORF.at] - Anti-iPhone geht an den Start&lt;br /&gt;
* [http://www.zdnet.de/news/hardware/0,39023109,39156101,00.htm zdnet.de] - Open-Source-Iphone wird mit Hackertools ausgeliefert&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/92393 heise.de] - &amp;quot;Free your phone&amp;quot;: Linux-Smartphone des OpenMoko-Projekts verfügbar&lt;br /&gt;
* [http://www.spiegel.de/netzwelt/mobil/0,1518,493595,00.html spiegel.de] - Linux statt iPhone: Freiheit fürs Handy&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://www.golem.de/0706/53172.html golem.de] - Linux-Smartphone OpenMoko ab Juli 2007 zu haben &lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/91868 heise.de] - Offenes Linux-Smartphone Neo 1973 macht Fortschritte&lt;br /&gt;
* [http://www.winfuture.de/news,32641.html winfuture.de] - Open-Source-Handy Neo1973 ab Juli bzw. Oktober&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11385.html pro-linux.de] - OpenMoko wird zum Unternehmen&lt;br /&gt;
* [http://de.theinquirer.net/2007/06/14/das_erste_openmoko_kommt.html the inquirer] - Das erste OpenMOKO kommt&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11133.html pro-linux] - OpenMoko produziert erste Muster&lt;br /&gt;
* [http://www.golem.de/0704/51970.html golem.de] - Open-Source-Handy vor Produktionsbeginn&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://chaosradio.ccc.de/cre042.html Chaosradio Express] - Das neue Projekt zur Entwicklung eines Telefons mit freier Software&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10966.html pro-linux] - OpenMoko sucht Unterstützung&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.digital-living-magazin.de/index.php?pid=17&amp;amp;art=2050&amp;amp;cid=DLnewsletter digital-living-magazin.de] - Linux erobert Mobilfunkmarkt&lt;br /&gt;
* [http://www.heise.de/tr/artikel/85138 Technology Review] - Open-Source-Handy, nächster Versuch&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10833.html pro-linux] - OpenMoko-Quellcode angekündigt&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/85354 heise online] - OpenMoko: Linux-Plattform für Handys freigegeben&lt;br /&gt;
* [http://www.mobile2day.de/news/news_details.html?nd_ref=6870&amp;amp;n_multi=0&amp;amp;nf_id=0&amp;amp;nt_id=0&amp;amp;f_date_m=01&amp;amp;f_date_y=2007&amp;amp;t_date_m=04&amp;amp;t_date_y=2007&amp;amp;from=archive Mobile2Day] - OpenMoko bringt Details zum Neo1973&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
&lt;br /&gt;
* [http://golem.de/0611/48824.html golem.de] - OpenMoko kündigt Open-Source-Handy an&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/80714 heise online] - Smartphone mit offener Linux-Plattform&lt;br /&gt;
* [http://www.pro-linux.de/news/2006/10448.html pro-linux] - Offenes Linux-Smartphone »OpenMoko« für Januar 2007 angekündigt&lt;br /&gt;
&lt;br /&gt;
=== Scandinavian ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.amobil.no/artikkel/mobiltelefoner/antikrist-mobilen_blir_heftigere/41042 Amobil.no]  Antikrist-mobilen blir heftigere&lt;br /&gt;
* [http://www.amobil.no/sniktitt/mobiltelefoner/den_folsomme_linux-mobilen/40176 Amobil.no]  Sniktitt: Den følsomme Linux-mobilen&lt;br /&gt;
* [http://www.amobil.no/artikkel/markedsutvikling/linux-mobilen_er_i_rute/40138 Amobil.no]  Linux-mobilen er i rute&lt;br /&gt;
* [http://www.amobil.no/nyhet/mobiltelefoner/openmoko_klart_for_verden/36554 Amobil.no] OpenMoko klart for verden&lt;br /&gt;
* [http://www.nyteknik.se/art/48697 NyTeknik] Snart är den öppna Linuxtelefonen här (Swedish) (Translation: this article states free release to selected developers Feb 11, commercial release to developers March 11, and main release to market Sep 11. See also [http://lists.openmoko.org/pipermail/announce/2007-January/000000.html])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
* [http://linuxfr.org/2006/11/08/21596.html LinuxFR] OpenMoko : sortie en janvier d'un téléphone-GPS enfin libre!&lt;br /&gt;
&lt;br /&gt;
=== Chinese ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.wordpress.com/2007/06/21/openmoko-%E8%88%87-iphone-%E6%AF%94%E8%BC%83%E4%B8%80/ wordpress.com] Comparison between OpenMoko and iPhone&lt;br /&gt;
* [http://chinese.engadget.com/2007/06/11/computex-2007-openmoko-neo-1973-linux/ chinese engadget.com] OpenMoko Neo1973 Linux Smartphone&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/25/talk-of-openmoko-is-online/ debian.org.tw] Video of OpenMoko at TOSSUG in Taipei&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/17/openmoko-at-tossug/ debian.org.tw] OpenMoko at TOSSUG&lt;br /&gt;
* [http://magicdesign.blogspot.com/2007/05/free-your-phoneopenmoko.html MagicDesign] Free your phone OpenMoko&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/04/30/have-fun-with-openmokoneo1973/ Debian.org.tw] Have fun with OpenMoko Neo1973&lt;br /&gt;
* [http://orzlab.blogspot.com/ Orzlab] When Java meets OpenMoko&lt;br /&gt;
* [http://blog.footoo.org/?p=115 FooToo.org] Install OpenMoko Emulator&lt;br /&gt;
* [http://www.jollen.org/blog/2007/01/openmoko_announce.html Jollen.org] OpenMoko Kick-Off&lt;br /&gt;
* [http://zh.wikipedia.org/wiki/OpenMoko Wikipedia.org] OpenMoko Chinese Wiki&lt;br /&gt;
* [http://tw.myblog.yahoo.com/champ_yen/article?mid=211&amp;amp;prev=212&amp;amp;next=-1 Yahoo.com.tw] Forget about iPhone, Hail OpenMoko &lt;br /&gt;
* [http://www.jollen.org/blog/2006/11/mobile_20_openmoko_linux_smart.html Jollen.org] OpenMoko Linux Smartphone&lt;br /&gt;
* [http://blog.roodo.com/ystuan/archives/2733869.html Roodo.com] OpenMoko&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://www.studencka.pl/artykuly.php?AID=770 Gazeta Studencka] (Students Newspaper) &amp;quot;Cellphones of all shapes, unite!&amp;quot; - OpenMoko overview by Krzysztof Kajkowski, &amp;quot;free software&amp;quot; not mentioned in the text.&lt;br /&gt;
&lt;br /&gt;
=== Japanese ===&lt;br /&gt;
&lt;br /&gt;
* [http://blog.pasonatech.co.jp/hibi/4079.html pasonatech.co.jp] iPhoneキラー？：オープンソース精神なopenmoko携帯がUSで発売&lt;br /&gt;
* [http://journal.mycom.co.jp/articles/2007/06/06/computex04/index.html journal. mycom.com.jp] Computex Taipei 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.corriere.it/Primo_Piano/Scienze_e_Tecnologie/2007/07_Luglio/10/neo1973_telefonino.shtml corriere.it] L'anti iPhone: Neo 1973, il cellulare fai da te&lt;br /&gt;
* [http://punto-informatico.it/p.aspx?id=2035879 Punto Informatico] Lo smartphone touch-screen è open source&lt;br /&gt;
&lt;br /&gt;
{{Languages|Press_Coverage}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Advertising</id>
		<title>Advertising</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Advertising"/>
				<updated>2007-08-12T13:56:18Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Testimonials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Text ==&lt;br /&gt;
* There could be a description of OpenMoko/Neo1973 features&lt;br /&gt;
* There could be a short story about what OpenMoko/the Neo1973 does different:&lt;br /&gt;
** e.g.: &lt;br /&gt;
 After leaving work your Neo's GPS automatically switches your Alarm Profile from &lt;br /&gt;
 Silent to Loud and guides you to the next gas station. At home, your Neo automatically &lt;br /&gt;
 deploys its WiFi functionality, retrieves your email (free of charge) and activates &lt;br /&gt;
 voice over ip capabilities (free of charge). &lt;br /&gt;
And so on...&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Neo: Hi, I'm a Neo.&lt;br /&gt;
 iPhone: And I'm an iPhone.&lt;br /&gt;
 * iPhone looks on a big map and tries to orientate himself&lt;br /&gt;
 Neo: What are you doing?&lt;br /&gt;
 iPhone: I try to locate myself by using Google Maps.&lt;br /&gt;
 Neo: Oh, that doesn't seem to be very exciting. I use GPS for that kind of stuff. &lt;br /&gt;
 Works automatically.&lt;br /&gt;
 iPhone: GPS, yeah?&lt;br /&gt;
 Neo: Yes. Oh, wait, I'm entering the cinema. I think, it's better for me, to &lt;br /&gt;
 switch to stand-by now. See you after the movie.&lt;br /&gt;
 iPhone: Oh, bye.&lt;br /&gt;
 * Neo leaves, iPhone looks on the map again.&lt;br /&gt;
 iPhone: Oh, here we are! Finally... &lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006141.html]&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Scene: Completely blank white background.&lt;br /&gt;
 Two people enter the frame.&lt;br /&gt;
 Moko: Hi, I'm an OpenMoko&lt;br /&gt;
 iPhone: And I'm an iPhone&lt;br /&gt;
 * OpenMoko looks like he's enjoying himself&lt;br /&gt;
 iPhone: What are you doing?&lt;br /&gt;
 Moko: Oh, I just downloaded this great new game I came across. Want to try it?&lt;br /&gt;
 iPhone: I, er, I can't play new games. I've got this great game of solitaire, though!&lt;br /&gt;
 Moko: That's a shame. Nothing at all?&lt;br /&gt;
 iPhone: Well, I can play games off the web. Some of them. Want a game of bejeweled?&lt;br /&gt;
 Moko: ...thanks, no. I'm fine.&lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006110.html]&lt;br /&gt;
* There ''should'' be some pre-composed basic information that can be copy'n'pasted into one's Myspace/Facebook/whatever/-profile.&lt;br /&gt;
* There ''should'' be some pre-composed advanced information for press/blogs/mobile service providers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Printed Advertisement ===&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
Adam Krikstone did some nice OpenMoko video ads: (youtube)&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/view_play_list?p=472DE700A3CC70A4 Playlist]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=DCQ7dmGuAU8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=tQPjfUqp-dk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=4qP-K1HOMHk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=S--2HeQqjq4]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=dpwxzEopg60]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=EuG2hYiO9AU]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=lGjY7tigdkA]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=YR4ezMgRlWo]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=OZC3mjRW5Tg]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=GxsVFG7jHI8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=62kLhNngE20]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=kR-4VhlsiV8]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sound empathy / Jingle ==&lt;br /&gt;
* There should be some kind of jingle for OpenMoko, just like this &amp;quot;Hello Moto&amp;quot; thing from Motorola&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone02.ogg Number one] (suggestions/whishes? franzkautz@yahoo.de Topic: sth. with OpenMoko)&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone04.ogg Number two] (franzkautz@yahoo.de)&lt;br /&gt;
&lt;br /&gt;
== Thoughts, Notions ==&lt;br /&gt;
=== General Ideas ===&lt;br /&gt;
* '''What is advertised?'''&lt;br /&gt;
* If we advertise a phone by claiming it can do everything maybe no one will buy it.&lt;br /&gt;
* '''Question''': Who is supposed to buy this phone?&lt;br /&gt;
# '''Average Phone User''' probably only wants a phone to make calls. Why would he buy an opensource linux phone with additional command line? We ''need'' reasons for ''him'' to buy a phone running OpenMoko:&lt;br /&gt;
#* Easy to use (not implemented though ;-)&lt;br /&gt;
#* Rich and powerfull text input methods&lt;br /&gt;
#* MS Outlook/whatever Sync&lt;br /&gt;
#* Music and video playing capabilities (not fully implemented?)&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Advanced Phone User''': won't be hard to persuade him. As we likely are all advanced phone users it will be easy to find reasons/features for him to buy this phone:&lt;br /&gt;
#* GPS-based profiles&lt;br /&gt;
#* Seamless GPS-based GSM/WiFi/VoIP-switching&lt;br /&gt;
#* NFS file sync (maybe possible)&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Technophobe Phone User''' really needs some reasons for this phone:&lt;br /&gt;
#* Really easy to use (really not implemented ;-)&lt;br /&gt;
#* Flashy UI look&lt;br /&gt;
#* (please add)&lt;br /&gt;
&lt;br /&gt;
=== Further Ideas ===&lt;br /&gt;
Something that came to me passing some mobile service provider's outlet today. This should be done when GTA_02 is available and software running.&lt;br /&gt;
&lt;br /&gt;
''A guy walks into a mobile service provider's outlet or approached by the outlet's staff. The guy asks the clerk about their phones and ends up showing him his Neo. He explains him the Neo's features that stand unrivaled to any of the mobile service provider's offered phones and eventually leaves him completly flabbergasted and pondering about the meaning of life and mobile connectivity/whatever'' &lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 16:58, 7 July 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
''A dude dressed in t-shirt and jeans (deja-vu?), walks through a crowded lane. Everyone except him are dressed in prison clothes and march in the opposite direction with their &amp;quot;closed&amp;quot; phones, some of the guys look at this &amp;quot;free&amp;quot; man and stare. To add to the effect we play an ambient techno music and everything is white in colour. The man walks in front of the camera, at that moment, gets a call, smiles and says &amp;quot;Hello World...&amp;quot;, We then fade into the &amp;quot;Free your phone&amp;quot; and &amp;quot;OpenMoko&amp;quot; thingy as seen in the rocking youtube videos.''&lt;br /&gt;
&lt;br /&gt;
Source: http://lists.openmoko.org/pipermail/community/2007-July/007551.html&lt;br /&gt;
&lt;br /&gt;
=== Slogans ===&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone&amp;quot; for &amp;quot;The Matrix&amp;quot; tm.&lt;br /&gt;
 &amp;quot;The One Phone&amp;quot; for Mddle-earth.&lt;br /&gt;
 &amp;quot;The Next Generation Phone&amp;quot; for &amp;quot;Star Trek&amp;quot; tm conventions.&lt;br /&gt;
 &amp;quot;The True Phone&amp;quot; for religious occasions.&lt;br /&gt;
 &amp;quot;The Liberated Phone&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007122.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone with the only force&amp;quot; (wheel of time)&lt;br /&gt;
 &amp;quot;The diy phone&amp;quot; (steampunk scene)&lt;br /&gt;
 &amp;quot;The ZAT'NI'KATEL'PHONE&amp;quot; (stargate)&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007168.html&lt;br /&gt;
&lt;br /&gt;
 Unleash your phone.&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007141.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Open Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Our Phone&amp;quot;&lt;br /&gt;
 &amp;quot;The Human Phone&amp;quot; (ok, sounds a bit like Ubuntu)&lt;br /&gt;
 &amp;quot;Free your Phone&amp;quot; (wich obviously is not the same as &amp;quot;The free phone&amp;quot;. It sounds good, and is already used in the youtube ads)&lt;br /&gt;
 &amp;quot;More then a Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Phone++&amp;quot;&lt;br /&gt;
 &amp;quot;The Phone from people to people&amp;quot;&lt;br /&gt;
 &amp;quot;The Freedom Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Teh ub3rz h4ck70r7 Ph0n3!!11oneeleven&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007171.html&lt;br /&gt;
&lt;br /&gt;
Everyone wants to be an individual these days. How about something like:&lt;br /&gt;
 &amp;quot;The individual phone.&amp;quot;&lt;br /&gt;
 &amp;quot;_Your_ phone.&amp;quot;&lt;br /&gt;
 &amp;quot;Express yourself!&amp;quot;&lt;br /&gt;
 &amp;quot;Express yourphone!&amp;quot;&lt;br /&gt;
 &amp;quot;It's yours.&amp;quot;&lt;br /&gt;
 &amp;quot;It's in your hands.&amp;quot;&lt;br /&gt;
 &amp;quot;It's up to you.&amp;quot;&lt;br /&gt;
 &amp;quot;Expand your Mind!&amp;quot;&lt;br /&gt;
 &amp;quot;Communicate yourself!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Wordplays are very good too.&lt;br /&gt;
 &amp;quot;OpenMoko - If you call for more.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko and you will call attention.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko - Don't call for help.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko - With a phone jack.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Apparently stupid statements call attention too, I think.&lt;br /&gt;
 &amp;quot;It's mobile&amp;quot;&lt;br /&gt;
 &amp;quot;_You_ can change the battery.&amp;quot;&lt;br /&gt;
 &amp;quot;You can simply buy it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Testimonials ===&lt;br /&gt;
See: [[Testimonials]]&lt;br /&gt;
&lt;br /&gt;
=== Controversial Issues ===&lt;br /&gt;
* We need to be careful about using copyrighted material (e.g. youtube)&lt;br /&gt;
** Other legal issues...?&lt;br /&gt;
** Be aware of what we are advertising: What functions does OpenMoko currently feature, what is planned and what not? Are functions advertised protected by patents?&lt;br /&gt;
* What is the community's goal in advertising? &lt;br /&gt;
** Are we advertising OpenMoko?&lt;br /&gt;
** Are we advertising the Neo1973? And if so, is this our job? The Neo1973 is after all, a commerical product.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Advertising</id>
		<title>Advertising</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Advertising"/>
				<updated>2007-08-12T13:55:46Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Testemonials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Text ==&lt;br /&gt;
* There could be a description of OpenMoko/Neo1973 features&lt;br /&gt;
* There could be a short story about what OpenMoko/the Neo1973 does different:&lt;br /&gt;
** e.g.: &lt;br /&gt;
 After leaving work your Neo's GPS automatically switches your Alarm Profile from &lt;br /&gt;
 Silent to Loud and guides you to the next gas station. At home, your Neo automatically &lt;br /&gt;
 deploys its WiFi functionality, retrieves your email (free of charge) and activates &lt;br /&gt;
 voice over ip capabilities (free of charge). &lt;br /&gt;
And so on...&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Neo: Hi, I'm a Neo.&lt;br /&gt;
 iPhone: And I'm an iPhone.&lt;br /&gt;
 * iPhone looks on a big map and tries to orientate himself&lt;br /&gt;
 Neo: What are you doing?&lt;br /&gt;
 iPhone: I try to locate myself by using Google Maps.&lt;br /&gt;
 Neo: Oh, that doesn't seem to be very exciting. I use GPS for that kind of stuff. &lt;br /&gt;
 Works automatically.&lt;br /&gt;
 iPhone: GPS, yeah?&lt;br /&gt;
 Neo: Yes. Oh, wait, I'm entering the cinema. I think, it's better for me, to &lt;br /&gt;
 switch to stand-by now. See you after the movie.&lt;br /&gt;
 iPhone: Oh, bye.&lt;br /&gt;
 * Neo leaves, iPhone looks on the map again.&lt;br /&gt;
 iPhone: Oh, here we are! Finally... &lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006141.html]&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Scene: Completely blank white background.&lt;br /&gt;
 Two people enter the frame.&lt;br /&gt;
 Moko: Hi, I'm an OpenMoko&lt;br /&gt;
 iPhone: And I'm an iPhone&lt;br /&gt;
 * OpenMoko looks like he's enjoying himself&lt;br /&gt;
 iPhone: What are you doing?&lt;br /&gt;
 Moko: Oh, I just downloaded this great new game I came across. Want to try it?&lt;br /&gt;
 iPhone: I, er, I can't play new games. I've got this great game of solitaire, though!&lt;br /&gt;
 Moko: That's a shame. Nothing at all?&lt;br /&gt;
 iPhone: Well, I can play games off the web. Some of them. Want a game of bejeweled?&lt;br /&gt;
 Moko: ...thanks, no. I'm fine.&lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006110.html]&lt;br /&gt;
* There ''should'' be some pre-composed basic information that can be copy'n'pasted into one's Myspace/Facebook/whatever/-profile.&lt;br /&gt;
* There ''should'' be some pre-composed advanced information for press/blogs/mobile service providers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Printed Advertisement ===&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
Adam Krikstone did some nice OpenMoko video ads: (youtube)&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/view_play_list?p=472DE700A3CC70A4 Playlist]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=DCQ7dmGuAU8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=tQPjfUqp-dk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=4qP-K1HOMHk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=S--2HeQqjq4]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=dpwxzEopg60]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=EuG2hYiO9AU]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=lGjY7tigdkA]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=YR4ezMgRlWo]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=OZC3mjRW5Tg]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=GxsVFG7jHI8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=62kLhNngE20]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=kR-4VhlsiV8]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sound empathy / Jingle ==&lt;br /&gt;
* There should be some kind of jingle for OpenMoko, just like this &amp;quot;Hello Moto&amp;quot; thing from Motorola&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone02.ogg Number one] (suggestions/whishes? franzkautz@yahoo.de Topic: sth. with OpenMoko)&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone04.ogg Number two] (franzkautz@yahoo.de)&lt;br /&gt;
&lt;br /&gt;
== Thoughts, Notions ==&lt;br /&gt;
=== General Ideas ===&lt;br /&gt;
* '''What is advertised?'''&lt;br /&gt;
* If we advertise a phone by claiming it can do everything maybe no one will buy it.&lt;br /&gt;
* '''Question''': Who is supposed to buy this phone?&lt;br /&gt;
# '''Average Phone User''' probably only wants a phone to make calls. Why would he buy an opensource linux phone with additional command line? We ''need'' reasons for ''him'' to buy a phone running OpenMoko:&lt;br /&gt;
#* Easy to use (not implemented though ;-)&lt;br /&gt;
#* Rich and powerfull text input methods&lt;br /&gt;
#* MS Outlook/whatever Sync&lt;br /&gt;
#* Music and video playing capabilities (not fully implemented?)&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Advanced Phone User''': won't be hard to persuade him. As we likely are all advanced phone users it will be easy to find reasons/features for him to buy this phone:&lt;br /&gt;
#* GPS-based profiles&lt;br /&gt;
#* Seamless GPS-based GSM/WiFi/VoIP-switching&lt;br /&gt;
#* NFS file sync (maybe possible)&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Technophobe Phone User''' really needs some reasons for this phone:&lt;br /&gt;
#* Really easy to use (really not implemented ;-)&lt;br /&gt;
#* Flashy UI look&lt;br /&gt;
#* (please add)&lt;br /&gt;
&lt;br /&gt;
=== Further Ideas ===&lt;br /&gt;
Something that came to me passing some mobile service provider's outlet today. This should be done when GTA_02 is available and software running.&lt;br /&gt;
&lt;br /&gt;
''A guy walks into a mobile service provider's outlet or approached by the outlet's staff. The guy asks the clerk about their phones and ends up showing him his Neo. He explains him the Neo's features that stand unrivaled to any of the mobile service provider's offered phones and eventually leaves him completly flabbergasted and pondering about the meaning of life and mobile connectivity/whatever'' &lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 16:58, 7 July 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
''A dude dressed in t-shirt and jeans (deja-vu?), walks through a crowded lane. Everyone except him are dressed in prison clothes and march in the opposite direction with their &amp;quot;closed&amp;quot; phones, some of the guys look at this &amp;quot;free&amp;quot; man and stare. To add to the effect we play an ambient techno music and everything is white in colour. The man walks in front of the camera, at that moment, gets a call, smiles and says &amp;quot;Hello World...&amp;quot;, We then fade into the &amp;quot;Free your phone&amp;quot; and &amp;quot;OpenMoko&amp;quot; thingy as seen in the rocking youtube videos.''&lt;br /&gt;
&lt;br /&gt;
Source: http://lists.openmoko.org/pipermail/community/2007-July/007551.html&lt;br /&gt;
&lt;br /&gt;
=== Slogans ===&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone&amp;quot; for &amp;quot;The Matrix&amp;quot; tm.&lt;br /&gt;
 &amp;quot;The One Phone&amp;quot; for Mddle-earth.&lt;br /&gt;
 &amp;quot;The Next Generation Phone&amp;quot; for &amp;quot;Star Trek&amp;quot; tm conventions.&lt;br /&gt;
 &amp;quot;The True Phone&amp;quot; for religious occasions.&lt;br /&gt;
 &amp;quot;The Liberated Phone&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007122.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone with the only force&amp;quot; (wheel of time)&lt;br /&gt;
 &amp;quot;The diy phone&amp;quot; (steampunk scene)&lt;br /&gt;
 &amp;quot;The ZAT'NI'KATEL'PHONE&amp;quot; (stargate)&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007168.html&lt;br /&gt;
&lt;br /&gt;
 Unleash your phone.&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007141.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Open Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Our Phone&amp;quot;&lt;br /&gt;
 &amp;quot;The Human Phone&amp;quot; (ok, sounds a bit like Ubuntu)&lt;br /&gt;
 &amp;quot;Free your Phone&amp;quot; (wich obviously is not the same as &amp;quot;The free phone&amp;quot;. It sounds good, and is already used in the youtube ads)&lt;br /&gt;
 &amp;quot;More then a Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Phone++&amp;quot;&lt;br /&gt;
 &amp;quot;The Phone from people to people&amp;quot;&lt;br /&gt;
 &amp;quot;The Freedom Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Teh ub3rz h4ck70r7 Ph0n3!!11oneeleven&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007171.html&lt;br /&gt;
&lt;br /&gt;
Everyone wants to be an individual these days. How about something like:&lt;br /&gt;
 &amp;quot;The individual phone.&amp;quot;&lt;br /&gt;
 &amp;quot;_Your_ phone.&amp;quot;&lt;br /&gt;
 &amp;quot;Express yourself!&amp;quot;&lt;br /&gt;
 &amp;quot;Express yourphone!&amp;quot;&lt;br /&gt;
 &amp;quot;It's yours.&amp;quot;&lt;br /&gt;
 &amp;quot;It's in your hands.&amp;quot;&lt;br /&gt;
 &amp;quot;It's up to you.&amp;quot;&lt;br /&gt;
 &amp;quot;Expand your Mind!&amp;quot;&lt;br /&gt;
 &amp;quot;Communicate yourself!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Wordplays are very good too.&lt;br /&gt;
 &amp;quot;OpenMoko - If you call for more.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko and you will call attention.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko - Don't call for help.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko - With a phone jack.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Apparently stupid statements call attention too, I think.&lt;br /&gt;
 &amp;quot;It's mobile&amp;quot;&lt;br /&gt;
 &amp;quot;_You_ can change the battery.&amp;quot;&lt;br /&gt;
 &amp;quot;You can simply buy it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Testimonials ===&lt;br /&gt;
See: [[Testemonials]]&lt;br /&gt;
&lt;br /&gt;
=== Controversial Issues ===&lt;br /&gt;
* We need to be careful about using copyrighted material (e.g. youtube)&lt;br /&gt;
** Other legal issues...?&lt;br /&gt;
** Be aware of what we are advertising: What functions does OpenMoko currently feature, what is planned and what not? Are functions advertised protected by patents?&lt;br /&gt;
* What is the community's goal in advertising? &lt;br /&gt;
** Are we advertising OpenMoko?&lt;br /&gt;
** Are we advertising the Neo1973? And if so, is this our job? The Neo1973 is after all, a commerical product.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Advertising</id>
		<title>Advertising</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Advertising"/>
				<updated>2007-08-12T13:54:19Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Controversial Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Text ==&lt;br /&gt;
* There could be a description of OpenMoko/Neo1973 features&lt;br /&gt;
* There could be a short story about what OpenMoko/the Neo1973 does different:&lt;br /&gt;
** e.g.: &lt;br /&gt;
 After leaving work your Neo's GPS automatically switches your Alarm Profile from &lt;br /&gt;
 Silent to Loud and guides you to the next gas station. At home, your Neo automatically &lt;br /&gt;
 deploys its WiFi functionality, retrieves your email (free of charge) and activates &lt;br /&gt;
 voice over ip capabilities (free of charge). &lt;br /&gt;
And so on...&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Neo: Hi, I'm a Neo.&lt;br /&gt;
 iPhone: And I'm an iPhone.&lt;br /&gt;
 * iPhone looks on a big map and tries to orientate himself&lt;br /&gt;
 Neo: What are you doing?&lt;br /&gt;
 iPhone: I try to locate myself by using Google Maps.&lt;br /&gt;
 Neo: Oh, that doesn't seem to be very exciting. I use GPS for that kind of stuff. &lt;br /&gt;
 Works automatically.&lt;br /&gt;
 iPhone: GPS, yeah?&lt;br /&gt;
 Neo: Yes. Oh, wait, I'm entering the cinema. I think, it's better for me, to &lt;br /&gt;
 switch to stand-by now. See you after the movie.&lt;br /&gt;
 iPhone: Oh, bye.&lt;br /&gt;
 * Neo leaves, iPhone looks on the map again.&lt;br /&gt;
 iPhone: Oh, here we are! Finally... &lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006141.html]&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Scene: Completely blank white background.&lt;br /&gt;
 Two people enter the frame.&lt;br /&gt;
 Moko: Hi, I'm an OpenMoko&lt;br /&gt;
 iPhone: And I'm an iPhone&lt;br /&gt;
 * OpenMoko looks like he's enjoying himself&lt;br /&gt;
 iPhone: What are you doing?&lt;br /&gt;
 Moko: Oh, I just downloaded this great new game I came across. Want to try it?&lt;br /&gt;
 iPhone: I, er, I can't play new games. I've got this great game of solitaire, though!&lt;br /&gt;
 Moko: That's a shame. Nothing at all?&lt;br /&gt;
 iPhone: Well, I can play games off the web. Some of them. Want a game of bejeweled?&lt;br /&gt;
 Moko: ...thanks, no. I'm fine.&lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006110.html]&lt;br /&gt;
* There ''should'' be some pre-composed basic information that can be copy'n'pasted into one's Myspace/Facebook/whatever/-profile.&lt;br /&gt;
* There ''should'' be some pre-composed advanced information for press/blogs/mobile service providers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Printed Advertisement ===&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
Adam Krikstone did some nice OpenMoko video ads: (youtube)&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/view_play_list?p=472DE700A3CC70A4 Playlist]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=DCQ7dmGuAU8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=tQPjfUqp-dk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=4qP-K1HOMHk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=S--2HeQqjq4]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=dpwxzEopg60]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=EuG2hYiO9AU]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=lGjY7tigdkA]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=YR4ezMgRlWo]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=OZC3mjRW5Tg]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=GxsVFG7jHI8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=62kLhNngE20]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=kR-4VhlsiV8]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sound empathy / Jingle ==&lt;br /&gt;
* There should be some kind of jingle for OpenMoko, just like this &amp;quot;Hello Moto&amp;quot; thing from Motorola&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone02.ogg Number one] (suggestions/whishes? franzkautz@yahoo.de Topic: sth. with OpenMoko)&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone04.ogg Number two] (franzkautz@yahoo.de)&lt;br /&gt;
&lt;br /&gt;
== Thoughts, Notions ==&lt;br /&gt;
=== General Ideas ===&lt;br /&gt;
* '''What is advertised?'''&lt;br /&gt;
* If we advertise a phone by claiming it can do everything maybe no one will buy it.&lt;br /&gt;
* '''Question''': Who is supposed to buy this phone?&lt;br /&gt;
# '''Average Phone User''' probably only wants a phone to make calls. Why would he buy an opensource linux phone with additional command line? We ''need'' reasons for ''him'' to buy a phone running OpenMoko:&lt;br /&gt;
#* Easy to use (not implemented though ;-)&lt;br /&gt;
#* Rich and powerfull text input methods&lt;br /&gt;
#* MS Outlook/whatever Sync&lt;br /&gt;
#* Music and video playing capabilities (not fully implemented?)&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Advanced Phone User''': won't be hard to persuade him. As we likely are all advanced phone users it will be easy to find reasons/features for him to buy this phone:&lt;br /&gt;
#* GPS-based profiles&lt;br /&gt;
#* Seamless GPS-based GSM/WiFi/VoIP-switching&lt;br /&gt;
#* NFS file sync (maybe possible)&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Technophobe Phone User''' really needs some reasons for this phone:&lt;br /&gt;
#* Really easy to use (really not implemented ;-)&lt;br /&gt;
#* Flashy UI look&lt;br /&gt;
#* (please add)&lt;br /&gt;
&lt;br /&gt;
=== Further Ideas ===&lt;br /&gt;
Something that came to me passing some mobile service provider's outlet today. This should be done when GTA_02 is available and software running.&lt;br /&gt;
&lt;br /&gt;
''A guy walks into a mobile service provider's outlet or approached by the outlet's staff. The guy asks the clerk about their phones and ends up showing him his Neo. He explains him the Neo's features that stand unrivaled to any of the mobile service provider's offered phones and eventually leaves him completly flabbergasted and pondering about the meaning of life and mobile connectivity/whatever'' &lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 16:58, 7 July 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
''A dude dressed in t-shirt and jeans (deja-vu?), walks through a crowded lane. Everyone except him are dressed in prison clothes and march in the opposite direction with their &amp;quot;closed&amp;quot; phones, some of the guys look at this &amp;quot;free&amp;quot; man and stare. To add to the effect we play an ambient techno music and everything is white in colour. The man walks in front of the camera, at that moment, gets a call, smiles and says &amp;quot;Hello World...&amp;quot;, We then fade into the &amp;quot;Free your phone&amp;quot; and &amp;quot;OpenMoko&amp;quot; thingy as seen in the rocking youtube videos.''&lt;br /&gt;
&lt;br /&gt;
Source: http://lists.openmoko.org/pipermail/community/2007-July/007551.html&lt;br /&gt;
&lt;br /&gt;
=== Slogans ===&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone&amp;quot; for &amp;quot;The Matrix&amp;quot; tm.&lt;br /&gt;
 &amp;quot;The One Phone&amp;quot; for Mddle-earth.&lt;br /&gt;
 &amp;quot;The Next Generation Phone&amp;quot; for &amp;quot;Star Trek&amp;quot; tm conventions.&lt;br /&gt;
 &amp;quot;The True Phone&amp;quot; for religious occasions.&lt;br /&gt;
 &amp;quot;The Liberated Phone&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007122.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone with the only force&amp;quot; (wheel of time)&lt;br /&gt;
 &amp;quot;The diy phone&amp;quot; (steampunk scene)&lt;br /&gt;
 &amp;quot;The ZAT'NI'KATEL'PHONE&amp;quot; (stargate)&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007168.html&lt;br /&gt;
&lt;br /&gt;
 Unleash your phone.&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007141.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Open Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Our Phone&amp;quot;&lt;br /&gt;
 &amp;quot;The Human Phone&amp;quot; (ok, sounds a bit like Ubuntu)&lt;br /&gt;
 &amp;quot;Free your Phone&amp;quot; (wich obviously is not the same as &amp;quot;The free phone&amp;quot;. It sounds good, and is already used in the youtube ads)&lt;br /&gt;
 &amp;quot;More then a Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Phone++&amp;quot;&lt;br /&gt;
 &amp;quot;The Phone from people to people&amp;quot;&lt;br /&gt;
 &amp;quot;The Freedom Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Teh ub3rz h4ck70r7 Ph0n3!!11oneeleven&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007171.html&lt;br /&gt;
&lt;br /&gt;
Everyone wants to be an individual these days. How about something like:&lt;br /&gt;
 &amp;quot;The individual phone.&amp;quot;&lt;br /&gt;
 &amp;quot;_Your_ phone.&amp;quot;&lt;br /&gt;
 &amp;quot;Express yourself!&amp;quot;&lt;br /&gt;
 &amp;quot;Express yourphone!&amp;quot;&lt;br /&gt;
 &amp;quot;It's yours.&amp;quot;&lt;br /&gt;
 &amp;quot;It's in your hands.&amp;quot;&lt;br /&gt;
 &amp;quot;It's up to you.&amp;quot;&lt;br /&gt;
 &amp;quot;Expand your Mind!&amp;quot;&lt;br /&gt;
 &amp;quot;Communicate yourself!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Wordplays are very good too.&lt;br /&gt;
 &amp;quot;OpenMoko - If you call for more.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko and you will call attention.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko - Don't call for help.&amp;quot;&lt;br /&gt;
 &amp;quot;OpenMoko - With a phone jack.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Apparently stupid statements call attention too, I think.&lt;br /&gt;
 &amp;quot;It's mobile&amp;quot;&lt;br /&gt;
 &amp;quot;_You_ can change the battery.&amp;quot;&lt;br /&gt;
 &amp;quot;You can simply buy it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Testimonials ===&lt;br /&gt;
See:&lt;br /&gt;
&lt;br /&gt;
=== Controversial Issues ===&lt;br /&gt;
* We need to be careful about using copyrighted material (e.g. youtube)&lt;br /&gt;
** Other legal issues...?&lt;br /&gt;
** Be aware of what we are advertising: What functions does OpenMoko currently feature, what is planned and what not? Are functions advertised protected by patents?&lt;br /&gt;
* What is the community's goal in advertising? &lt;br /&gt;
** Are we advertising OpenMoko?&lt;br /&gt;
** Are we advertising the Neo1973? And if so, is this our job? The Neo1973 is after all, a commerical product.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Press_Coverage</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Press_Coverage"/>
				<updated>2007-08-09T07:05:30Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* English */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|align=right&lt;br /&gt;
  |__TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[http://www.google.com/trends?q=openmoko%2Cneo1973&amp;amp;ctab=1&amp;amp;geo=all&amp;amp;date=all  OpenMoko and Neo1973 on google trends.]&lt;br /&gt;
 &lt;br /&gt;
This site contains the press coverage about OpenMoko and the Neo 1973 sorted by language and date. Newest on top.&lt;br /&gt;
&lt;br /&gt;
== Languages ==&lt;br /&gt;
&lt;br /&gt;
=== English ===&lt;br /&gt;
&lt;br /&gt;
==== August 2007 ====&lt;br /&gt;
* [http://www.macworld.com/news/2007/08/02/openmoko/index.php Macworld] Portrait of a Linux iPhone-killer wannabe&lt;br /&gt;
* [http://www.phoronix.com/?page=news_item&amp;amp;px=NTk1Mw Phoronix] Google Using OpenMoko For gPhone?&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.pcworld.com/article/id,134987-pg,1/article.html PCWorld] Insider Info on the First Fully Open-Source Cell Phone&lt;br /&gt;
* [http://blog.wired.com/monkeybites/2007/07/hands-on-with-t.html Wired Blog] Hands On with OpenMoko: An early look at the hardware and software.&lt;br /&gt;
* [http://www.economist.com/science/displaystory.cfm?story_id=9531007 Economist.com] Hello world: Avoiding punitive roaming charges abroad&lt;br /&gt;
* [http://linuxdevices.com/news/NS7355980470.html linuxdevices.com] iPhone-like Linux phone ready for hackers&lt;br /&gt;
* [http://www.heise.de/english/newsticker/news/92473 heise.de] &amp;quot;Free your phone&amp;quot;: The OpenMoko Project's Linux Smartphone now available&lt;br /&gt;
* [http://blogs.zdnet.com/open-source/?p=1194 zdnet.com] Can OpenMoko break the wireless monopoly?&lt;br /&gt;
* [http://developers.slashdot.org/developers/07/07/09/0049249.shtml Slashdot] Open Source Linux Phone Goes On Sale&lt;br /&gt;
* [http://www.engadget.com/2007/07/09/openmoko-neo-1973-and-advanced-dev-kit-finally-for-sale/ engadget.com] OpenMoko Neo 1973 and Advanced dev kit finally for sale&lt;br /&gt;
* [http://www.theglobeandmail.com/servlet/story/RTGAM.20070703.WBcyberia20070703161759/WBStory/WBcyberia/ Globe and Mail, Toronto] The Next Big Thing? (good overview; some favorable comparisons with iPhone).&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070710-developer-models-of-openmoko-open-source-smartphone-released.html arstechnica.com] Developer models of OpenMoko open-source smartphone released&lt;br /&gt;
* [http://www.boingboing.net/2007/07/09/openmoko_linuxbased_.html boingboing (Cory Doctorow)] OpenMoko: Linux-based $300 open smartphone&lt;br /&gt;
* [http://www.channelweb.co.uk/vnunet/news/2192036/first-open-source-mobile-phone channelweb.co.uk / CRN] OpenMoko preps first open source mobile&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/07/openmoko_300_linuxpowered.html?CMP=OTC-0D6B48984890 MAKE:] blogged about it.&lt;br /&gt;
* [http://www.theregister.co.uk/2007/07/09/neo_1973_launch/ The Register] Is your phone free?&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=41147 The Inquirer] Linux phone goes on sale&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://fakesteve.blogspot.com/2007/06/freetards-are-trying-to-make-iphone.html Secret Diary of Steve Jobs] Freetards are trying to make an iPhone clone&lt;br /&gt;
* [http://www.eweek.com/article2/0,1895,2152759,00.asp eweek.com] OpenMoko: An iPhone Alternative for Developers? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8509737406.html&amp;amp;cid=0 linuxdevices.com] iPhone-like Linux phone delayed&lt;br /&gt;
* [http://www.itweek.co.uk/vnunet/news/2192036/first-open-source-mobile-phone IT Week] &amp;quot;OpenMoko preps first open source mobile&amp;quot; Confuses Phase 1 and Phase 2 features.&lt;br /&gt;
* [http://www.vnunet.com/vnunet/news/2192036/first-open-source-mobile-phone vnunet.com] First open source mobile phone&lt;br /&gt;
* [http://www.techeblog.com/index.php/tech-gadget/feature-5-cool-linux-powered-phones TechEBlog.com] A brief line-up of the 5 coolest Linux-powered phones.&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1574 Tectonic.co.za] Open source phone plans September launch&lt;br /&gt;
* [http://www.hothardware.com/image_popup.aspx?image=big_fic2.jpg&amp;amp;articleid=979&amp;amp;t=a hothardware.com] OpenMoko&lt;br /&gt;
* [http://www.texyt.com/FIC+OpenMoko+$350+open+Linux+mobile+phone+launch+00100 Texyt.com] $350 open Linux mobile phone on target for September launch&lt;br /&gt;
&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://blogs.sun.com/brewin/entry/fic_and_openmoko_thank_you blogs.SUN.com] &amp;quot;FIC and OpenMoko - Thank You&amp;quot; Mentions the FIC phone used in the exciting JavaFX Mobile announcement, and says that &amp;quot;in most cases the Neo 1973 phone performed better&amp;quot; than other handsets.&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=174 PikeSoft.com] JavaFX Mobile:  a new smartphone OS contender&lt;br /&gt;
* [http://www.sfgate.com/cgi-bin/blogs/sfgate/detail?blogid=19&amp;amp;entry_id=16310 SFGate.com] Here comes the Sun Conference&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7539760574.html LinuxDevices.com] Sun beams Linux/Java at mobile phones&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.palminfocenter.com/news/9371/openmoko-running-on-a-palm-tx/ Palm Infocenter] OpenMoko running on a palm TX&lt;br /&gt;
* [http://jaidev.info/home/blog/archives/2007/04/13/openmoko.html JaidevInfo] OpenMoko&lt;br /&gt;
* [http://www.wirelessweek.com/newsletter.aspx?id=137388 Wirelessweek.com] Democracy Hits the Mobile Phone&lt;br /&gt;
* [http://elearner.edublogs.org/2007/04/11/technologies-is-that-a-word/ Edublogs.org] Technologies is that a word? &lt;br /&gt;
* [http://www.linuxdevices.com/news/NS4777580627.html Linuxdevices.com] 200 million Linux phones to ship by 2012&lt;br /&gt;
* [http://arstechnica.com/news.ars/post/20070415-palm-embracing-linux-in-the-hopes-of-being-relevant-again.html Ars Technica] Palm embracing Linux in the hopes of being relevant again] (Mentions Neo1973 in passing)&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://www.smartdevicecentral.com/article/OpenMokos+Open+Source+Phone/202546_1.aspx smartdevicecentral.com] OpenMoko's open source phone&lt;br /&gt;
* [http://www.zdnetasia.com/news/communications/0,39044192,61996003,00.htm zdnet asia] Passing mention in an article on the Iphone.&lt;br /&gt;
* [http://www.wikio.com/news/Sean+Moss-Pultz wikio.com] Sean Moss-Pultz News&lt;br /&gt;
* [http://www.edparsons.com/?p=438 edparsons.com] iPhone chipping away at the walls&lt;br /&gt;
* [http://blogs.pcworld.co.nz/pcworld/techsploder/2007/03/openmoko_makes_total_sense.html blogs.pcworld.co.nz] OpenMoko makes total sense&lt;br /&gt;
* [http://www.totalueberwachung.de/blog/articles/2007/03/08/neo1973-arrived totalueberwachung.de] Neo1973 arrived&lt;br /&gt;
* [http://www.makuchaku.info/blog/im-gonna-get-this-one makuchaku.info] I'm gonna get this one&lt;br /&gt;
* [http://www.kitenet.net/~joey/blog/entry/openmoko_and_n800.html kitenet.net] OpenMoko and n800&lt;br /&gt;
* [http://dominion.kabel.utwente.nl/koen/cms/the-neo1973-unboxed dominion.kabel.utwente.nl] The Neo1973 unboxed&lt;br /&gt;
* [http://atulchitnis.net/diary/showentry/421 atulchitnis.net] An OpenMoko Phone arrives&lt;br /&gt;
* [http://blog.matthewgast.com/2007/03/03/good-luck-openmoko blog.matthewgast.com] Good luck OpenMoko&lt;br /&gt;
* [http://vaandoo.blogspot.com/2007/03/openmoko-neo1973-opensource-software.html vaandoo.blogspot.com] OpenMoko Neo1973 opensource software&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7653749655.html linuxdevices.com] OpenMoko update; Neo1973 on sale in March&lt;br /&gt;
* [http://www.ministryoftech.com/2007/03/05/the-5-hottest-phones-for-linux-fanatics/ ministryoftech.com] Brief line-up of the 5 hottest phones for Linux fans&lt;br /&gt;
* [http://voxilla.com/soapvox/2007/03/01/industry-disruption-really-168 voxilla.com] Article about ETel Sean Moss-Pultz presentation&lt;br /&gt;
* [http://blog.wired.com/gadgets/2007/03/eight_great_lin.html blog.wired.com] Gadget Lab: Eight Great Linux Smartphones&lt;br /&gt;
* [http://gigaom.com/2007/03/01/openmoko-phone/ gigaom.com] OpenMoko Open-Source Mobile, coming soon - Interview with Sean Moss-Pultz&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/03/openmoko_1.html www.oreillynet.com] ETel coverage&lt;br /&gt;
* [http://gordoncook.net/wp/?p=146 gordoncook.net] Short history of Neo1973 and other stuff&lt;br /&gt;
* [http://www.engadget.com/2007/03/03/openmoko-details-pricing-availability-for-neo1973/ engadget.com] OpenMoko details pricing, availability for Neo1973&lt;br /&gt;
* [http://www.uberpulse.com/us/2007/03/fic_wants_to_rewrite_the_rules_with_open_moko_mobile_phone.php   www.uberpulse.com] Some images from ETel&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.scullen.ca/2007/02/15/forget-about-the-iphone-neo1973-is-far-more-exciting/ scullen.ca] Forget about the iPone, Neo1973 is far more exciting&lt;br /&gt;
* [http://www.mobileread.com/forums/showpost.php?p=59124&amp;amp;postcount=4 mobileread.com] Show post&lt;br /&gt;
* [http://www.pdasnews.com/articles/2568/1/ pdasnews.com] Linux-powered iPhone killer available online in March&lt;br /&gt;
* [http://www.belutz.net/2007/02/05/openmoko/ belutz.net] OpenMoko&lt;br /&gt;
* [http://www.mail-archive.com/community@lists.openmoko.org/msg03686.html mail-archive.com] OpenMoko community mail archive&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena maclife.com] Is there a crowd in the touch screen phone arena&lt;br /&gt;
* [http://gopaultech.com/2007/02/fic-neo1973-linux-smartphone/ gopaultech.com] FIC Neo1973 Linux smartphone&lt;br /&gt;
* [http://www.volweb.cz/horvitz/os-info/news-feb07-014.html volweb.cz] Open-source smartphone, with WiFi in version 2&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/02/etel_coverage_openmoko_opens_t.html oreillynet.com] ETel coverage OpenMoko opens&lt;br /&gt;
* [http://www.mobilewhack.com/openmoko-neo1973-open-source-phone/ mobilewhack.com] OpenMoko Neo1973 open source phone&lt;br /&gt;
* [http://www.engadget.com/2007/02/19/what-tech-would-the-presidents-rock-in-2007/ engadget.com] What tech would the presidents rock in 2007&lt;br /&gt;
* [http://www.tuxmachines.org/node/13602 tuxmachines.org] What participation culture&lt;br /&gt;
* [http://www.vanille-media.de/site/index.php/category/opensource/openmoko/ vanille-media.de] Opensource OpenMoko&lt;br /&gt;
* [http://www.joetech.com/2007/02/15/openmoko-open-source-cell-phone/ joetech.com] OpenMoko open source cell phone&lt;br /&gt;
* [http://www.makezine.com/blog/archive/2007/02/openmoko_open_s.html makezine.com] OpenMoko open&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS9706477996.html linuxdevices.com] Announce of the Openembedded booth at FOSDEM in Brussels.&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2657814070.html linuxdevices.com] Quick interview with Sean and some pictures&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/first-look-the-antiiphone-openmokos-neo1973-236841.php gizmodo.com] Photos and comments on hardware and software&lt;br /&gt;
* [http://www.onecompare.com/mobile-news/article-asp~aid~244~pub~56321102~story~openmoko-launch-the-official-portal-for-development-of-the-openmoko-platform onecompare.com] Short news article&lt;br /&gt;
* [http://crunchgear.com/2007/02/15/openmokos-open-source-mobile-os crunchgear.com] Holding the phone upside down&lt;br /&gt;
* [http://www.slashgear.com/openmoko-and-fic-neo1973-updates-153926.php slashgear.com] Video interview and many pictures&lt;br /&gt;
* [http://www.djlosch.com/article_Comparison%3A_iPhone_vs_A1200_vs_Neo1973 djlosch.com] Article comparing the Neo to the iPhone and A1200&lt;br /&gt;
* [http://popsci.typepad.com/popsci/2007/02/up_close_and_pe.html popsci.typepad.com] Screenshot of Linux booting on the Neo&lt;br /&gt;
* [http://video.google.de/videoplay?docid=-3742589179435830945&amp;amp;q=Openmoko video.google.com] Presentation of OpenMoko at the FOSDEM&lt;br /&gt;
* [http://www.manilastandardtoday.com/?page=business6_feb27_2007 manilastandardtoday.com] Tale of two phones&lt;br /&gt;
* [http://blog.printf.net/articles/2007/02/22/unboxing-the-openmoko-phone blog.printf.net] OLPC and older Neo1973.&lt;br /&gt;
* [http://mako.cc/copyrighteous/freesoftware/20070228-00.html mako.cc] OLPC and older Neo1973 again.&lt;br /&gt;
* [http://www.maclife.com/article/is_three_a_crowd_in_the_touch_screen_phone_arena MacLife] Is Three a Crowd among Touch-Screen Phones?&lt;br /&gt;
&lt;br /&gt;
==== January 2007 ====&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html blogs.ft.com] OpenMoko harks back to hello moto&lt;br /&gt;
* [http://opensource.sfsu.edu/node/258 opensource.sfsu.edu] Can you hear me now?&lt;br /&gt;
* [http://losca.blogspot.com/2007/01/maemo-nokia-n800-has-competitor-in.html losca.blogspot.com] Maemo Nokia n800 has competitor in openness - OpenMoko&lt;br /&gt;
* [http://21talks.net/voip/openmoko 21talks.net] OpenMoko: Not as sexy as the iPhone, but it’s a Linux phone&lt;br /&gt;
* [http://www.linuxinfusion.com/openmoko-schedule-announced linuxinfusion.com] OpenMoko schedule announced&lt;br /&gt;
* [http://users.livejournal.com/_paladine_/tag/smartphone users.livjournal.com] The Worlds First Opensource Linux Smartphone&lt;br /&gt;
* [http://www.nungee.com/2007/01/25/openmoko/ nungee.com] OpenMoko&lt;br /&gt;
* [http://www.sda-asia.com/sda/features/psecom,id,880,srn,2,channel,developer,nodeid,21,_language,Singapore.html sda-asia.com] OpenMoko Offers Open-source Smart phone T&lt;br /&gt;
* [http://www.regdeveloper.co.uk/2007/01/15/open_phone/ regdeveloper.co.uk] Open Phone&lt;br /&gt;
* [http://www.product-reviews.net/2007/01/17/fic-neo1973-smartphone-open-source-phone/ product-reviews.net] FIC Neo1973 smartphone open source phone&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php gizmodo.com] OpenMoko smartphone did they have a time machine or what&lt;br /&gt;
* [http://www.oreillynet.com/conferences/blog/2007/01/openmoko_workshop_added_to_ete.html oreillynet.com] OpenMoko workshop added to ETel&lt;br /&gt;
* [http://www.gadgetell.com/2007/01/openmoko-gets-interviewed-about-new-open-source-fic-neo1973/ gadgetell.com] OpenMoko gets interviewed about new open source FIC Neo1973&lt;br /&gt;
* [http://www.slashgear.com/openmoko-interface-im-loving-it-173496.php slashgear.com] OpenMoko interface I'm loving it&lt;br /&gt;
* [http://www.gadgetorama.com/news/news_details.php?gorid=2008 gadgetorama.com] OpenMoko news details&lt;br /&gt;
* [http://tech.cybernetnews.com/2007/01/17/openmoko-vs-iphone-did-apple-copy/ tech.cybernetnews.com] OpenMoko vs iPhone did Apple copy&lt;br /&gt;
* [http://techtrails.blogspot.com/2007/01/open-phones-with-open-moko-while.html techtrails.blogspot.com] Open phones with OpenMoko while&lt;br /&gt;
* [http://blogger.xs4all.nl/jurjen1/archive/2007/01/17/174341.aspx bloger.xs4all.nl] OpenMoko open source mobile phone&lt;br /&gt;
* [http://www.ringnokia.com/2007/01/i_am_highly_cur.html ringnokia.com] I'm highly curious&lt;br /&gt;
* [http://www.oreillynet.com/etel/blog/2007/01/iclone_1.html oreillynet.com] iClone&lt;br /&gt;
* [http://forums.scotsnewsletter.com/index.php?showtopic=17685 forums.scotsnewsletter.com] Show topic&lt;br /&gt;
* [http://understandinglimited.com/2007/01/15/iphone/ understandinglimited.com] iPhone and OpenMoko&lt;br /&gt;
* [http://robertogaloppini.net/2007/01/12/openmoko-the-integrated-os-mobile-communications-platform-2/ robertogaloppini.net] OpenMoko the intergrated OS mobile communications platform&lt;br /&gt;
* [http://www.funambol.com/blog/capo/2007/01/apple-please-do-not-forget-developers.html funambol.com] Apple please do not forget developers&lt;br /&gt;
* [http://chopey.blogspot.com/2007/01/iphone-or-not-to-iphone.html chopey.blogspot.com] iPhone or not to iPhone&lt;br /&gt;
* [http://opendotdotdot.blogspot.com/2007/01/openmoko.html opendotdotdot.blogspot.com] OpenMoko&lt;br /&gt;
* [http://www.e-pcmag.gr/forum/index.php?showtopic=19505 e-pcmag.gr] Show topic&lt;br /&gt;
* [http://www.costpernews.com/2007/01/12/anything-you-can-do-we-can-do-better/ costpernews.com] Anything you can do we can do better&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko - the Open Alternative&lt;br /&gt;
* [http://lwn.net/Articles/217020/rss lwn.net] An OpenMoko update&lt;br /&gt;
* [http://www.networkworld.com/news/2007/010907-moss-pultz.html networkworld.com] Q&amp;amp;A Building a new open source phone platform&lt;br /&gt;
* [http://www.networkcomputing.com/showArticle.jhtml?articleID=196802226 networkcomputing.com] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.osweekly.com/index.php?option=com_content&amp;amp;task=view&amp;amp;id=2420&amp;amp;Itemid=449 osweekly.com] Mobile Devices Adopt Open Source&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS8591201260.html linuxdevices.com] Linux phone market open up?&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,2080727,00.asp pcmag.com] Cell phone open up&lt;br /&gt;
* [http://sonyericssonz558i.blogurple.com/2007/01/06/23/ sonyericssonz558i.blogurple.com] Sony Ericsson Z558i&lt;br /&gt;
* [http://www.sannes.org/?p=5 sannes.org] An Open mobile phone that does what you want&lt;br /&gt;
* [http://popsci.typepad.com/ces2007/2007/01/opensource_stri.html Popsci.com] Open Source Strikes Again&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/openmoko-smartphone-did-they-have-a-time-machine-or-what-229243.php Gizmodo.com] OpenMoko interface compared to iPhone&lt;br /&gt;
* [http://www.linuxjournal.com/xstatic/abstracts/upfront Linux Journal] Doc Searls in the feb 2007 issue&lt;br /&gt;
* [http://www.osdir.com/Article9642.phtml OSDir.com] Mobile Linux for the Mobile Fan] -&amp;gt; [http://www.madpenguin.org/cms/?m=show&amp;amp;id=7710 MadPenguin] Mobile Linux for the Mobile Fan&lt;br /&gt;
* [http://www.usnews.com/usnews/biztech/davesdownload/archive/070112/a_populist_challenge_to_apples.htm US News] A Populist Challenge to Apple's iPhone&lt;br /&gt;
* [http://www.tectonic.co.za/view.php?id=1321 tectonic.co.za] iPhone vs OpenMoko: The open alternative&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=196802206&amp;amp;subSection=All+Stories InformationWeek] Startup Promises First Linux Smartphone Based On Open Standards&lt;br /&gt;
* [http://www.theregister.co.uk/2007/01/15/open_phone/ The Register] Open Phones with Open Moko&lt;br /&gt;
* [http://techreport.com/onearticle.x/11589 The Tech Report] OpenMoko offers open-source smart phone&lt;br /&gt;
* [http://blogs.ft.com/techblog/2007/01/openmoko_harks_.html Financial Times] OpenMoko harks back to Hello Moto&lt;br /&gt;
* [http://hardware.slashdot.org/article.pl?sid=07/01/20/1551200 Slashdot] OpenMoko Schedule Announced&lt;br /&gt;
* [http://www.youtube.com/watch?v=jRvtAAXTIlg Youtube] Interview with Sean Moss-Pultz ([http://www.monoploid.be/dl/openmoko_sean_interview.ogm mirror in Ogg format])&lt;br /&gt;
* [http://www.libervis.com/article/forget_iphone_hail_openmoko_the_true_revolution Libervis.com] Forget iPhone, hail OpenMoko, the true revolution&lt;br /&gt;
* [http://gizmodo.com/gadgets/smartphones/sizemodo-iphone-vs-openmoko-neo1073-229294.php Gizmodo]iPhone vs. Openmoko Neo1973] (please, don't mind the typo i n the title)&lt;br /&gt;
&lt;br /&gt;
==== December 2006 ====&lt;br /&gt;
* [http://www.pikesoft.com/blog/index.php?itemid=133 pikesoft.com] Cheap, totally open Linux phone will ship next month&lt;br /&gt;
* [http://www.cdrinfo.com/Sections/News/Details.aspx?NewsId=19254 cdrinfo.com] FIC to release Linux based Smartphone&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
* [http://www.ministryoftech.com/2006/11/09/fic-neo1973-smartphone-with-linux-based-openmoko-open-source-platform/ ministryoftech.com] FIC Neo1973 smartphone with linux-based OpenMoko open source platform&lt;br /&gt;
* [http://www.mobiletechnews.com/info/2006/11/09/124614.html mobiletechnews.com] OpenMoko Linux mobile platform and Neo1973 smartphone announced&lt;br /&gt;
* [http://news.softpedia.com/news/FIC-Neo1973-for-all-the-Linux-Lovers-out-There-40344.shtml news.softpedia.com] FIC Neo1973 for all the Linux lovers out there&lt;br /&gt;
* [http://www.openembedded.org/openmoko-fic-choosing-openembedded openembedded.org] OpenMoko FIC choosing openembedded&lt;br /&gt;
* [http://news.com.com/2300-1037_3-6134795-1.html news.com.com] FIC's Linux handset&lt;br /&gt;
* [http://www.slashphone.com/77/5784.html slashphone.com] OpenMoko Announces Open Source Mobile Communications Platform &lt;br /&gt;
* [http://www.arm.com/iqonline/news/marketnews/15616.html arm.com] Open Linux Based, ARM Powered Mobile In Wings&lt;br /&gt;
* [http://news.com.com/Second+open+Linux+handset+unveiled/2100-1039_3-6133974.html news.com.tw] Second open Linux handset unveiled&lt;br /&gt;
* [http://www.infoworld.com/article/06/11/08/HNlinuxphone_1.html?COMMERCIAL%20LINUX infoworld.com] FIC debuts open Linux-based smartphone &lt;br /&gt;
* [http://www.michaeldolan.com/431 michaeldolan.com] A must have: OpenMoko cell phone with GPS and...apt-get&lt;br /&gt;
* [http://nandz.blogspot.com/2006/11/my-dream-phone.html nandz.blogspot.com] My dream phone&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS2986976174.html linuxdevices.com] Cheap, hackable Linux smartphone due soon&lt;br /&gt;
* [http://www.linuxdevices.com/news/NS7056478804.html linuxdevices.com] First OpenMoKo phone taps dual-licensed SyncML stack&lt;br /&gt;
* [http://lwn.net/Articles/208298/ lwn.net] The OpenMoko open phone&lt;br /&gt;
* [http://www.theinquirer.net/default.aspx?article=35590 theinquirer.net] A truly open Linux phone with GPS debuts&lt;br /&gt;
&lt;br /&gt;
=== German ===&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/community/attachments/20070721/be55235c/CIMG1129_small-0001.jpg Kurier] Handy Individuell&lt;br /&gt;
* [http://futurezone.orf.at/produkte/stories/206048/ futurezone.ORF.at] Anti-iPhone geht an den Start&lt;br /&gt;
* [http://www.zdnet.de/news/hardware/0,39023109,39156101,00.htm zdnet.de] Open-Source-Iphone wird mit Hackertools ausgeliefert&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/92393 heise.de] &amp;quot;Free your phone&amp;quot;: Linux-Smartphone des OpenMoko-Projekts verfügbar&lt;br /&gt;
* [http://www.spiegel.de/netzwelt/mobil/0,1518,493595,00.html spiegel.de] Linux statt iPhone: Freiheit fürs Handy&lt;br /&gt;
&lt;br /&gt;
==== June 2007 ====&lt;br /&gt;
* [http://www.golem.de/0706/53172.html golem.de] - Linux-Smartphone OpenMoko ab Juli 2007 zu haben &lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/91868 heise.de] - Offenes Linux-Smartphone Neo 1973 macht Fortschritte&lt;br /&gt;
* [http://www.winfuture.de/news,32641.html winfuture.de] - Open-Source-Handy Neo1973 ab Juli bzw. Oktober&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11385.html pro-linux.de] - OpenMoko wird zum Unternehmen&lt;br /&gt;
* [http://de.theinquirer.net/2007/06/14/das_erste_openmoko_kommt.html the inquirer] - Das erste OpenMOKO kommt&lt;br /&gt;
&lt;br /&gt;
==== April 2007 ====&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/11133.html pro-linux] - OpenMoko produziert erste Muster&lt;br /&gt;
* [http://www.golem.de/0704/51970.html golem.de] - Open-Source-Handy vor Produktionsbeginn&lt;br /&gt;
&lt;br /&gt;
==== March 2007 ====&lt;br /&gt;
* [http://chaosradio.ccc.de/cre042.html Chaosradio Express] - Das neue Projekt zur Entwicklung eines Telefons mit freier Software&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10966.html pro-linux] - OpenMoko sucht Unterstützung&lt;br /&gt;
&lt;br /&gt;
==== February 2007 ====&lt;br /&gt;
* [http://www.digital-living-magazin.de/index.php?pid=17&amp;amp;art=2050&amp;amp;cid=DLnewsletter digital-living-magazin.de] - Linux erobert Mobilfunkmarkt&lt;br /&gt;
* [http://www.heise.de/tr/artikel/85138 Technology Review] - Open-Source-Handy, nächster Versuch&lt;br /&gt;
* [http://www.pro-linux.de/news/2007/10833.html pro-linux] - OpenMoko-Quellcode angekündigt&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/85354 heise online] - OpenMoko: Linux-Plattform für Handys freigegeben&lt;br /&gt;
* [http://www.mobile2day.de/news/news_details.html?nd_ref=6870&amp;amp;n_multi=0&amp;amp;nf_id=0&amp;amp;nt_id=0&amp;amp;f_date_m=01&amp;amp;f_date_y=2007&amp;amp;t_date_m=04&amp;amp;t_date_y=2007&amp;amp;from=archive Mobile2Day] - OpenMoko bringt Details zum Neo1973&lt;br /&gt;
&lt;br /&gt;
==== November 2006 ====&lt;br /&gt;
&lt;br /&gt;
* [http://golem.de/0611/48824.html golem.de] - OpenMoko kündigt Open-Source-Handy an&lt;br /&gt;
* [http://www.heise.de/newsticker/meldung/80714 heise online] - Smartphone mit offener Linux-Plattform&lt;br /&gt;
* [http://www.pro-linux.de/news/2006/10448.html pro-linux] - Offenes Linux-Smartphone »OpenMoko« für Januar 2007 angekündigt&lt;br /&gt;
&lt;br /&gt;
=== Scandinavian ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.amobil.no/artikkel/mobiltelefoner/antikrist-mobilen_blir_heftigere/41042 Amobil.no]  Antikrist-mobilen blir heftigere&lt;br /&gt;
* [http://www.amobil.no/sniktitt/mobiltelefoner/den_folsomme_linux-mobilen/40176 Amobil.no]  Sniktitt: Den følsomme Linux-mobilen&lt;br /&gt;
* [http://www.amobil.no/artikkel/markedsutvikling/linux-mobilen_er_i_rute/40138 Amobil.no]  Linux-mobilen er i rute&lt;br /&gt;
* [http://www.amobil.no/nyhet/mobiltelefoner/openmoko_klart_for_verden/36554 Amobil.no] OpenMoko klart for verden&lt;br /&gt;
* [http://www.nyteknik.se/art/48697 NyTeknik] Snart är den öppna Linuxtelefonen här (Swedish) (Translation: this article states free release to selected developers Feb 11, commercial release to developers March 11, and main release to market Sep 11. See also [http://lists.openmoko.org/pipermail/announce/2007-January/000000.html])&lt;br /&gt;
&lt;br /&gt;
=== French ===&lt;br /&gt;
* [http://linuxfr.org/2006/11/08/21596.html LinuxFR] OpenMoko : sortie en janvier d'un téléphone-GPS enfin libre!&lt;br /&gt;
&lt;br /&gt;
=== Chinese ===&lt;br /&gt;
&lt;br /&gt;
* [http://openmoko.wordpress.com/2007/06/21/openmoko-%E8%88%87-iphone-%E6%AF%94%E8%BC%83%E4%B8%80/ wordpress.com] Comparison between OpenMoko and iPhone&lt;br /&gt;
* [http://chinese.engadget.com/2007/06/11/computex-2007-openmoko-neo-1973-linux/ chinese engadget.com] OpenMoko Neo1973 Linux Smartphone&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/25/talk-of-openmoko-is-online/ debian.org.tw] Video of OpenMoko at TOSSUG in Taipei&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/05/17/openmoko-at-tossug/ debian.org.tw] OpenMoko at TOSSUG&lt;br /&gt;
* [http://magicdesign.blogspot.com/2007/05/free-your-phoneopenmoko.html MagicDesign] Free your phone OpenMoko&lt;br /&gt;
* [http://people.debian.org.tw/~chihchun/2007/04/30/have-fun-with-openmokoneo1973/ Debian.org.tw] Have fun with OpenMoko Neo1973&lt;br /&gt;
* [http://orzlab.blogspot.com/ Orzlab] When Java meets OpenMoko&lt;br /&gt;
* [http://blog.footoo.org/?p=115 FooToo.org] Install OpenMoko Emulator&lt;br /&gt;
* [http://www.jollen.org/blog/2007/01/openmoko_announce.html Jollen.org] OpenMoko Kick-Off&lt;br /&gt;
* [http://zh.wikipedia.org/wiki/OpenMoko Wikipedia.org] OpenMoko Chinese Wiki&lt;br /&gt;
* [http://tw.myblog.yahoo.com/champ_yen/article?mid=211&amp;amp;prev=212&amp;amp;next=-1 Yahoo.com.tw] Forget about iPhone, Hail OpenMoko &lt;br /&gt;
* [http://www.jollen.org/blog/2006/11/mobile_20_openmoko_linux_smart.html Jollen.org] OpenMoko Linux Smartphone&lt;br /&gt;
* [http://blog.roodo.com/ystuan/archives/2733869.html Roodo.com] OpenMoko&lt;br /&gt;
&lt;br /&gt;
=== Polish ===&lt;br /&gt;
==== May 2007 ====&lt;br /&gt;
* [http://www.studencka.pl/artykuly.php?AID=770 Gazeta Studencka] (Students Newspaper) &amp;quot;Cellphones of all shapes, unite!&amp;quot; - OpenMoko overview by Krzysztof Kajkowski, &amp;quot;free software&amp;quot; not mentioned in the text.&lt;br /&gt;
&lt;br /&gt;
=== Japanese ===&lt;br /&gt;
&lt;br /&gt;
* [http://blog.pasonatech.co.jp/hibi/4079.html pasonatech.co.jp] iPhoneキラー？：オープンソース精神なopenmoko携帯がUSで発売&lt;br /&gt;
* [http://journal.mycom.co.jp/articles/2007/06/06/computex04/index.html journal. mycom.com.jp] Computex Taipei 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Italian ===&lt;br /&gt;
&lt;br /&gt;
==== July 2007 ====&lt;br /&gt;
* [http://www.corriere.it/Primo_Piano/Scienze_e_Tecnologie/2007/07_Luglio/10/neo1973_telefonino.shtml corriere.it] L'anti iPhone: Neo 1973, il cellulare fai da te&lt;br /&gt;
* [http://punto-informatico.it/p.aspx?id=2035879 Punto Informatico] Lo smartphone touch-screen è open source&lt;br /&gt;
&lt;br /&gt;
{{Languages|Press_Coverage}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Minime/sketch</id>
		<title>User:Minime/sketch</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Minime/sketch"/>
				<updated>2007-08-06T09:50:23Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;some things i want to add to the wiki some time&lt;br /&gt;
* mac-os like widgets&lt;br /&gt;
** automated call recording(for 10sec, will continue if button is pressed within 10sec after starting the call) (See [[Neo1973_Audio_Subsystem#Call_recording]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Anti-Theft Mode|theft protection]] via charger/accelerometers(set a theft protection profile: remove the charger or move the phone, alarm is activated within 10sec -&amp;gt; enter pin/or similar)&lt;br /&gt;
* [[Voice Mailbox|on-phone mailbox]]&lt;br /&gt;
* [[Bluetooth powered Multi-SIM support]]&lt;br /&gt;
* cycle-computer support via DIY antenna (mic in)&lt;br /&gt;
* magnetic card stripe reader via mic in&lt;br /&gt;
* gps and accelerometer powered jogging-computer&lt;br /&gt;
* expansion back: solar charging&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''concepts and notions taken from other mobile devices'''&lt;br /&gt;
* the sony ericsson  W910i and W960i use a 'shake control' for music player control &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ToDo]] &lt;br /&gt;
[[Category:Ideas]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Bluetooth_powered_Multi-SIM_support/Device_Support</id>
		<title>Bluetooth powered Multi-SIM support/Device Support</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Bluetooth_powered_Multi-SIM_support/Device_Support"/>
				<updated>2007-08-06T09:40:09Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Overview to supported Bluetooth profiles. Haven't found out about Neo, though. See [[Bluetooth Support]] --[[User:Minime|Minime]] 11:40, 6 August 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!Neo1973 GTA_Bv4&lt;br /&gt;
!N6230&lt;br /&gt;
|-&lt;br /&gt;
|'''Audio'''&lt;br /&gt;
|Hands-Free Profile (HFP)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Headset Profile (HSP)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|'''Files'''&lt;br /&gt;
|File Transfer Profile (FTP)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|'''System'''&lt;br /&gt;
|SIM Access-Server&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Dial-up Networking Profile (DUN)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Phone Book Access Profile (PBAP)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Human Input Device (HID)&lt;br /&gt;
|x&lt;br /&gt;
|x&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Bluetooth_powered_Multi-SIM_support/Device_Support</id>
		<title>Bluetooth powered Multi-SIM support/Device Support</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Bluetooth_powered_Multi-SIM_support/Device_Support"/>
				<updated>2007-08-06T09:36:11Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!Neo1973 GTA_Bv4&lt;br /&gt;
!N6230&lt;br /&gt;
|-&lt;br /&gt;
|'''Audio'''&lt;br /&gt;
|Hands-Free Profile (HFP)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Headset Profile (HSP)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|'''Files'''&lt;br /&gt;
|File Transfer Profile (FTP)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|'''System'''&lt;br /&gt;
|SIM Access-Server&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Dial-up Networking Profile (DUN)&lt;br /&gt;
|&lt;br /&gt;
|x&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Phone Book Access Profile (PBAP)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Minime/sketch</id>
		<title>User:Minime/sketch</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Minime/sketch"/>
				<updated>2007-08-06T09:14:11Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;some things i want to add to the wiki some time&lt;br /&gt;
* mac-os like widgets&lt;br /&gt;
** automated call recording(for 10sec, will continue if button is pressed within 10sec after starting the call) (See [[Neo1973_Audio_Subsystem#Call_recording]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Wish_List#Anti_Theft_mode|theft protection]] via charger/accelerometers(set a theft protection profile: remove the charger or move the phone, alarm is activated within 10sec -&amp;gt; enter pin/or similar)&lt;br /&gt;
* [[Voice Mailbox|on-phone mailbox]]&lt;br /&gt;
* [[Bluetooth powered Multi-SIM support]]&lt;br /&gt;
* cycle-computer support via DIY antenna (mic in)&lt;br /&gt;
* magnetic card stripe reader via mic in&lt;br /&gt;
* gps and accelerometer powered jogging-computer&lt;br /&gt;
* expansion back: solar charging&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''concepts and notions taken from other mobile devices'''&lt;br /&gt;
* the sony ericsson  W910i and W960i use a 'shake control' for music player control &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ToDo]] &lt;br /&gt;
[[Category:Ideas]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko:Current_events</id>
		<title>Openmoko:Current events</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko:Current_events"/>
				<updated>2007-08-06T06:38:32Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This ''Current Events'' page provides information on both [[Current events#Past | past ]] and [[Current events#Upcoming | future]] events where FIC or [[OpenMoko]] had or will have a presence.&lt;br /&gt;
&lt;br /&gt;
== Upcoming ==&lt;br /&gt;
&lt;br /&gt;
* 2007-08-08 till 08-12: [http://events.ccc.de/camp/2007/Chaos_Communication_Camp_2007 Chaos Communication Camp 2007] takes place in Finowfurt (close to Berlin, Germany) featuring the [http://events.ccc.de/camp/2007/GSM_Village GSM Village]&lt;br /&gt;
* 2007-08-22: [http://www.opensourceconference.net/ Open Source Conference] (Cancelled &amp;quot;due to unforeseen circumstances&amp;quot;) | EVTEK University of Applied Science, Espoo, Finland | Sean had been invited to give a speech &lt;br /&gt;
* 2007-08-25: [http://www.froscon.org/Home.2.0.html?L=1 FrosCon'07] - August 25-26, 2007 | Sankt Augustin, Bonn, Germany | Mickey is giving a talk about OpenMoko&lt;br /&gt;
* 2007-08-30: [http://mobiledevices.kom.aau.dk/team_and_organization/events/mobile_developer_days_2007/ Mobile Developer Days 2007] -  August 30 - September 2, 2007 | Aalborg, Denmark &lt;br /&gt;
* 2007-09-18: [http://www.osimconference.com/ Open Source in Mobile (OSiM) 2007] - September 18-20, 2007 | Madrid, Spain | Harald, Sean, and Mickey are invited as speakers&lt;br /&gt;
* 2007-09-20: [http://www.openexpo.ch/openexpo-2007-zuerich/ OpenExpo'07] - September 19-20, 2007 | Zurich, Switzerland | [[User:Mickey|Mickey]] is giving a talk about OpenMoko | [[User:C7|C7]] is organising an OpenMoko booth (help needed)&lt;br /&gt;
* 2007-09-23: [http://www.barcamporlando.org/ BarCamp Orlando] Orlando, FL, USA | [[User:Writchie|Wally Ritchie]] will show neos and talk about OpenMoko project&lt;br /&gt;
* 2007-09-30: Mobile Developer Days 2007 | Mickey is invited to give a speech, Thursday 30th to Sunday 2nd September 2007 at Aalborg University Denmark. &lt;br /&gt;
* 2007-10-??: Neo1973 phase 1.5 comes out with faster CPU and GSM system and hopefully &amp;quot;that other thing everyone asks&amp;quot; [http://video.google.com/videoplay?docid=-3742589179435830945&amp;amp;q=openmoko (FOSDEM video, 30:10)] [https://lists.openmoko.org/pipermail/community/2007-February/003857.html Mail from SMP]&lt;br /&gt;
* 2007-10-02: [http://www.coss.fi/web/openmind/programme Openmind Conference] - October 02-03, 2007 | Tampere, Finland | Sean as a speaker&lt;br /&gt;
* 2007-10-13: [http://onlinux.ca OnLinux Ontario Linux Fest 2007] - October 13 | Toronto, Canada | [[User:Idarwin|Ian Darwin]] is giving a talk about OpenMoko&lt;br /&gt;
&lt;br /&gt;
== Past ==&lt;br /&gt;
* 2007-08-04: [http://barcamp.org/BarCampRDU BarCampRDU] Raleigh, NC, USA | [[User:Writchie|Wally Ritchie]] will show neos and talk about OpenMoko project  &lt;br /&gt;
* 2007-08-03: [http://wikimania2007.wikimedia.org/wiki/Main_Page wikimania 2007] - August 03-05, 2007 | Taipei, Taiwan | OpenMoko has been invited to co-host with Wiki heads to promote open content in Taiwan.&lt;br /&gt;
* 2007-07-26 [http://conferences.oreillynet.com/os2007/ OSCON 2007] | OpenMoko Birds of a Feather session July 26th, Portland Oregon&lt;br /&gt;
* 2007-07-15: [http://www.guadec.org GUADEC, The GNOME Conference 2007] - July 15-21, 2007 | Birmingham, United Kingdom | [[User:Mickey|Mickey]] gave a talk about OpenMoko&lt;br /&gt;
* 2007-07-10: [http://www.rmll.info 8th Libre Software Meeting] - July 10-14, 2007 | Amiens, France | [http://datenfreihafen.org Stefan Schmidt] gave a [http://www.rmll.info/article136.html?lang=en talk] about OpenEZX and OpenMoko&lt;br /&gt;
* 2007-07-09: The [http://www.openmoko.com openmoko.com web shop] was opened; first sales of GTA01_v4 devices.&lt;br /&gt;
* 2007-06-05: [http://www.computextaipei.com.tw Computex Taipei 2007] - June 5-9, 2007 | Taipei World Trade Center, Taipei, Taiwan | OpenMoko was in the FIC Group's Booth&lt;br /&gt;
* 2007-06-01: [http://www.linuxtag.org/2007/en/home/welcome.html LinuxTag 2007] - May 30-June-2, 2007 | LinuxTag in Berlin, Germany | [[User:Mickey|Mickey]] gave a [http://www.linuxtag.org/2007/en/conf/events/vp-speakers/details.html?talkid=84 talk] about OpenMoko&lt;br /&gt;
* 2007-05-19: [http://www.makerfaire.com/ Maker Faire Events] -- May 19-May 20, 2007 | San Francisco Bay Area, San Mateo Expo Center, USA | Michael Shiloh and Jon Phillips presented at OpenMoko's booth on behalf of Sean&lt;br /&gt;
* 2007-05-08 [http://wiki.tossug.org/SignUp:2007-05 Taipei Open Source Software User Group (TOSSUG)] - Cafe Lumiere, Taipei, Taiwan | May 8, 2007&lt;br /&gt;
* 2007-04-04 [http://fostel2007.fostel.org/index.php/Main_Page FOSTEL] - European Institute of Technology, Paris, France | April 4-5, 2007&lt;br /&gt;
* 2007-03-16: On March 16, 2007 [[User:Mickey|Mickey]] presented the device at a Zaurus User Group Meeting in Düsseldorf, Germany.&lt;br /&gt;
* 2007-03-15: On March 15-18, 2007 there was a Polish Linux User Group conference [http://pingwinaria.linux.org.pl/PLUG/imprezy/pingwinaria/2007/agenda Pingwinaria 2007] in Krynica Zdrój, Poland. Tomasz Zieliński gave a talk about OpenMoko and two Neo1973 devices were present there. Also Marcin Juszkiewicz presented OpenEmbedded project there.&lt;br /&gt;
* 2007-03-05: 36 P0 devices shipped to developers.&lt;br /&gt;
* 2007-03-03: [http://www.linuxforum.dk/2007/program/saturday/Martin_Hansen.shtml Martin Hansen and Ole Tange] spoke at [http://www.linuxforum.dk LinuxForum] &lt;br /&gt;
* 2007-02-27: February 27th-March 1st the [http://conferences.oreillynet.com/etel2007/ O'Reilly Emerging Telephony conference] was held at the San Francisco Airport Mariott, Burlingame, CA. Open Phones are on the agenda: Sean presented a workshop on  February 27; Surj Patel and Matt Hamrick of Tuxphone and the homebrew club also presented. An OpenMoko/Open Phones Social gathering was proposed on the evening of the last day, March 1. We hope Tuxphone and SVHMPC people will join us as well. [[ETel]]&lt;br /&gt;
* 2007-02-23: Meeting at [[FOSDEM 2007]]&lt;br /&gt;
* 2007-02-14: The openmoko.org web site was [http://lists.openmoko.org/pipermail/announce/2007-February/000004.html opened to the public].&lt;br /&gt;
* 2006-01-06 [http://www.lunchat.com/ Lunch@Piero's] - CES, Las Vegas, NE | 7-9 January, 2007 &lt;br /&gt;
* 2006-11-07: [http://www.informatm.com/NASApp/cs/ContentServer?pagename=marlin/home&amp;amp;MarlinViewType=MARKT_EFFORT&amp;amp;siteid=30000000861&amp;amp;marketingid=20001437372&amp;amp;proceed=true&amp;amp;MarEntityId=1162023598681&amp;amp;entHash=100595e9ac1 Open Source in Mobile] - Amsterdam, The Netherlands, 7-8 November 2006. Sean Moss-Pultz's &amp;quot;Mystery Guest&amp;quot; presentation can be found [http://www.openmoko.com/files/OpenMoko_Amsterdam.pdf here].&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
[[Category:Community]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Wiki_Issues</id>
		<title>Talk:Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Wiki_Issues"/>
				<updated>2007-08-03T12:24:24Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Signature}}&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Template:Signature</id>
		<title>Template:Signature</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Template:Signature"/>
				<updated>2007-08-03T12:22:14Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background-color:#EFEFFF;color:#000;border:1px solid #9F9FFF;margin:1em 5% 1em 5%;&amp;quot;&lt;br /&gt;
| style=&amp;quot;padding:0.5em 0.5em;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;padding:0.5em 0.5em;&amp;quot; | &amp;lt;b&amp;gt;Add your signature!&amp;lt;/b&amp;gt; In order to help others follow the discussion, please add your signature.&lt;br /&gt;
&amp;lt;small&amp;gt;You can automatically add your signature by typing the signature tag &amp;lt;nowiki&amp;gt;--~~~~&amp;lt;/nowiki&amp;gt; or using the 2nd button from the right above your input box. &amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Template:Signature</id>
		<title>Template:Signature</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Template:Signature"/>
				<updated>2007-08-03T12:21:36Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;background-color:#EFEFFF;color:#000;border:1px solid #9F9FFF;margin:1em 5% 1em 5%;&amp;quot;&lt;br /&gt;
| style=&amp;quot;padding:0.5em 0.5em;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;padding:0.5em 0.5em;&amp;quot; | &amp;lt;b&amp;gt;Add your signature!&amp;lt;/b&amp;gt; In order to help others follow the discussion, please add your signature.&lt;br /&gt;
&amp;lt;small&amp;gt;You can automatically add your signature by using the signature tag ``&amp;lt;nowiki&amp;gt;--~~~~&amp;lt;/nowiki&amp;gt;´´ or using the 2nd button from the right above your input box. &amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Minime</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>2007-08-03T12:03:32Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Administrative / Organizational */  Listen Up Community - Community's To-Do-List&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;'''Welcome to the [[OpenMoko]] public Wiki'''&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;For other languages see the &amp;lt;/small&amp;gt;[[#bottom|bottom]]&amp;lt;small&amp;gt; of this page.&amp;lt;/small&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Image:FIC-neo1973_small.jpg|200px|right|frontside]]&lt;br /&gt;
OpenMoko is an [http://en.wikipedia.org/wiki/Open_source Open Source] project to create the world's first free mobile phone operating system.&lt;br /&gt;
&lt;br /&gt;
The [[OpenMoko]] project is a community that anyone can join, to help design their ideal phone.&lt;br /&gt;
&lt;br /&gt;
Eventually, phone software won't be tied to any particular phone. You can install any OpenMoko software over the whole range of [[Supported Hardware|supported phones]], and if you upgrade your phone, you don't lose that software. Bugs fixed on any phone are fixed on all. &lt;br /&gt;
&lt;br /&gt;
'''Currently it is not suitable for users.''' The state of the software at the moment is pre-alpha. If you order a Neo1973, DO NOT expect to be able to use it as an everyday phone for several months.&lt;br /&gt;
&lt;br /&gt;
The [[Neo1973]] from [[FIC]] is the first of many phones that OpenMoko will run on; indeed, some people erroneously use the terms Neo1973 and OpenMoko as interchangeable. If you are willing to have the alpha test experience, you can order Neo1973 hardware now from the [https://direct.openmoko.com/ Openmoko Online Shop]. You may wish to see the [[SH1 FAQ|Shipment 1 FAQ]].&lt;br /&gt;
&lt;br /&gt;
Please join us in collaborating on the OpenMoko project through any of the [[Development resources | project resources]] including this OpenMoko wiki. Please see the [[Help:Contents | wiki editing help]] page for information on making contributions to this wiki. A [[Meet the Core Team | core team]] of developers funded by FIC, Inc. leads the project.&lt;br /&gt;
&lt;br /&gt;
An [[introduction]] page is available, with [[Introduction#Photos|photos]] and [[Introduction#Videos|videos]]. Moreover, the usual [[FAQ | Frequently Asked Questions]] (FAQ) page might be helpful. Developers may find the [[ChangeLog | change log]] an important resource.&lt;br /&gt;
&lt;br /&gt;
Update 2007-07-25:  The [http://forums.makeopensource.com/ Unofficial OpenMoko Forums] are now open!  Everyone is invited to participate!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The members of the OpenMoko community would like to thank FIC Inc. for showing leadership and initiating the OpenMoko project.&lt;br /&gt;
&lt;br /&gt;
== OpenMoko Areas of Interest ==&lt;br /&gt;
* [[Basic End-user]] - Information for end users that want basic functionality and no surprises&lt;br /&gt;
* [[Advanced End-user]] - Information for advanced end-users that want advanced and experimental functionality but who are not programmers&lt;br /&gt;
* [[Development resources | Project Resources]] - Provides a centralized location of all resources such as [[Development resources#Mailing_Lists|mailing lists]], [[Development resources#IRC | communication tools]], and other software development oriented resources.&lt;br /&gt;
* [[Application Developer]] - Information for application developers, including ideas and specifications for applications, and tools to build them&lt;br /&gt;
* [[System Developer]] - Information for system developers, including bootloader, kernel, and libraries&lt;br /&gt;
* [[Hardware Developer]] - Information for hardware developers, including hardware specs and debug board&lt;br /&gt;
* [[Current events]] - Information on both past and future events where FIC or OpenMoko had or will have a presence.&lt;br /&gt;
* [http://forums.makeopensource.com/ Unofficial OpenMoko Forums] - Everyone is invited to collaborate with OpenMoko users and developers on the forums.&lt;br /&gt;
&lt;br /&gt;
== Developer's Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Hands-on Guides ===&lt;br /&gt;
* [[Getting Started with your Neo1973]]&lt;br /&gt;
* [[MokoMakefile|Building OpenMoko using the MokoMakefile]] &lt;br /&gt;
* [[Building OpenMoko from scratch]]&lt;br /&gt;
** [[Building a hello world application]]&lt;br /&gt;
** Old [[Building OpenMoko from scratch (pre-BBT)]]&lt;br /&gt;
* [[Migration to bad block tolerant builds]]&lt;br /&gt;
* [[Running OpenMoko on PC]]&lt;br /&gt;
** [[Getting OpenMoko working on host with Xoo]]&lt;br /&gt;
** [[Getting OpenMoko working on host with Xephyr]]&lt;br /&gt;
** [[How to run OpenMoko Apps on PC]]&lt;br /&gt;
** [[OpenMoko under QEMU]]&lt;br /&gt;
** [[Test Openmoko Emulation with chroot image|Test Openmoko Emulation with a Prebuilt chroot Image]]&lt;br /&gt;
* [[Booting from SD]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware Reference Documentation ===&lt;br /&gt;
* All [[:Category:Hardware|Hardware]] related documentation and specifications are found on the [[:Category:Hardware|Hardware page]].&lt;br /&gt;
* The [[Neo1973 Hardware]] page provides an overview of the hardware components used by the [[:Category:Neo1973 Hardware|Neo1973 hardware platform]]. PCB photographs are also included. A [[Disassembling Neo1973 | photo disassembly story]] may be an interesting starting place.&lt;br /&gt;
* [[:Category:Neo1973 Hardware Debugging | Neo1973 Hardware Debugging]] is assisted with the [[Debug Board | Neo1973 debug board]].   A page discussing [[Connecting Neo1973 with Debug Board v2 | debug board and Neo1973 configurations]] is also provided.&lt;br /&gt;
&lt;br /&gt;
=== Software Reference Documentation ===&lt;br /&gt;
* Architectural&lt;br /&gt;
** [[OpenMokoFramework]] - The OpenMoko Application Framework&lt;br /&gt;
* [[Neo1973 host software]]&lt;br /&gt;
* Device Software&lt;br /&gt;
** Low-Level&lt;br /&gt;
*** [[u-boot]] - The bootloader we use, including documentation for our modifications&lt;br /&gt;
*** [[kernel]] - The Linux kernel we use, including documentation for our modifications&lt;br /&gt;
** Userspace&lt;br /&gt;
*** [[binary compatibility]]&lt;br /&gt;
*** [[gsmd]] - the GSM daemon managing the GSM Modem&lt;br /&gt;
*** [[gpsd]] - the AGPS (Assisted GPS) daemon&lt;br /&gt;
&lt;br /&gt;
=== OpenMoko ===&lt;br /&gt;
* [[OpenEmbedded]] - The distribution-building framework&lt;br /&gt;
* [[Toolchain]] - The toolchain we use for compilation&lt;br /&gt;
* [[OpenMoko]] - The OpenMoko distribution&lt;br /&gt;
** [[OpenMoko2007]] - The first intended release of it&lt;br /&gt;
** [[OpenMoko2007.2]] - An improved release with more formalized style guidelines.&lt;br /&gt;
** [[Userspace root image]]&lt;br /&gt;
&lt;br /&gt;
==== User Interface Related ====&lt;br /&gt;
* [[Look &amp;amp; Feel]]&lt;br /&gt;
** [[Artwork]]&lt;br /&gt;
* [[Applications]]&lt;br /&gt;
* [[Widgets]]&lt;br /&gt;
** [[Widget Inheritance Graph]]&lt;br /&gt;
* [[Application UI Design Recommendations]]&lt;br /&gt;
&lt;br /&gt;
=== Misc. Development Related ===&lt;br /&gt;
* [[Freshman todo]]&lt;br /&gt;
* [[Templates]]&lt;br /&gt;
* [[PIM Storage]]&lt;br /&gt;
* [[Coding Guidelines]]&lt;br /&gt;
* [[OpenMoko#Setting_up_an_OpenMoko_SDK|How to setup the OpenMoko SDK]]&lt;br /&gt;
* [[Application Development Crash Course]] -A very basic how-to for the new people.&lt;br /&gt;
* [[License]] - How we license our code&lt;br /&gt;
* [[Development resources]] - Describes resources for developers (lists, svn, ...)&lt;br /&gt;
* [[Neo1973 Phase 0]] - Information for Phase 0 device owners&lt;br /&gt;
* [[Wishlist:Neo1973 P0 Review]] - Impressions of the Phase 0 hardware device, also the Phase 0 FAQ&lt;br /&gt;
* [[Neo1973 Phase 1]] - Information for Phase 1 device owners&lt;br /&gt;
* [[Wishlist:Neo1973 P1 Review]] - Impressions of the Phase 1 hardware device&lt;br /&gt;
* [[External Feeds]] - List of feeds from people blogging about OpenMoko&lt;br /&gt;
&lt;br /&gt;
== Administrative / Organizational ==&lt;br /&gt;
&lt;br /&gt;
* [[Shipping Notes]] - Information to help FIC figure out how to ship products to you, and how much it might cost.&lt;br /&gt;
* [[My Account]] - Ideas for what sort of account-based services FIC should provide with the phone.&lt;br /&gt;
* [[Hear Me FIC]] - Information to help FIC know what the community wants.&lt;br /&gt;
* [[Listen Up Community]] - Community's To-Do-List&lt;br /&gt;
* [[Wiki Issues]] - problems/requests regarding this Wiki&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
* [[WiFi support in OpenMoko]]&lt;br /&gt;
* [[Neo1973 and Windows]] - If you want to commit that offence ;)  (does not work, help!)&lt;br /&gt;
* [[Press Coverage]] - What the press says about the OpenMoko project&lt;br /&gt;
* [[mFAQ]] - The OpenMoko Misinformation FAQ ('''mFAQ''') - What the press '''''incorrectly''''' says about the OpenMoko project&lt;br /&gt;
* [[Wish List]] - A collection of ideas and ideals we'd like to see implemented some day&lt;br /&gt;
* [[Wish List - Hardware]] - A collection of ideas we'd like to see in the next Neo release&lt;br /&gt;
* [[Wishlist:BuiltInScriptingLanguage|Wish List - Built-in Scripting Language]] - Discussion on a suitable scripting language to be included&lt;br /&gt;
* [[Media Content]] - What types of media on the device can we use (that is non-software)?&lt;br /&gt;
* [[Testimonials]] - How did you get to OpenMoko?&lt;br /&gt;
* [[Buying Interest List]] - (Not official and not a pre-order page) Have you put money aside for Neo1973? Put your nick here.&lt;br /&gt;
* [[iPhone]] -  Comparison between Apple iPhone and FIC Neo1973&lt;br /&gt;
* [[Translation]] -  Translation of OpenMoko&lt;br /&gt;
* [[Summer of code]] - Our page with project applications for Google's Summer of Code&lt;br /&gt;
* [[SWAG]] - Where to purchase openmoko swag (T-Shirts!)&lt;br /&gt;
* [[Trademark Policy]] -- The OpenMoko Trademark Policy&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|Main_Page}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Information| ]]&lt;br /&gt;
[[Category:Categories| ]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:43:32Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Wiki languages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[OpenMoko:Community Portal]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;There are two pages concerning events&amp;lt;/s&amp;gt; '''DONE'''&lt;br /&gt;
** [[Current events]]&lt;br /&gt;
** &amp;lt;s&amp;gt;[[Community Events]]&amp;lt;/s&amp;gt;&lt;br /&gt;
** [[Community Events/it]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
* [[Wishlist:Text Input]] - tidy up/sort, give short feedback to each method&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
==Wiki languages==&lt;br /&gt;
Translating ''this'' wiki into other languages does not make much sense:&lt;br /&gt;
* All translated pages need to be kept up-to-date. The people translating will not see every change made.&lt;br /&gt;
* A partly (and often quite badly) done translation is no good.&lt;br /&gt;
* People who use this wiki are sophisticated users, they are very likely to know English. They will not use localised pages as they do not trust them in matters of being up-to-date.&lt;br /&gt;
* Rather create another wiki/information page with more static information for regular mass-market purchaser that do not care about 20 ways to connect their OpenMoko device with their PC but just about one easy one.&lt;br /&gt;
--[[User:Minime|Minime]] 13:43, 3 August 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:43:14Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[OpenMoko:Community Portal]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;There are two pages concerning events&amp;lt;/s&amp;gt; '''DONE'''&lt;br /&gt;
** [[Current events]]&lt;br /&gt;
** &amp;lt;s&amp;gt;[[Community Events]]&amp;lt;/s&amp;gt;&lt;br /&gt;
** [[Community Events/it]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
* [[Wishlist:Text Input]] - tidy up/sort, give short feedback to each method&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
==Wiki languages==&lt;br /&gt;
Translating ''this'' wiki into other languages does not make much sense:&lt;br /&gt;
* All translated pages need to be kept up-to-date. The people translating will not see every change made.&lt;br /&gt;
* A partly (and often quite badly) done translation is no good.&lt;br /&gt;
* People who use this wiki are sophisticated users, they are very likely to know English. They will not use localised pages as they do not trust them in matters of being up-to-date.&lt;br /&gt;
* Rather create another wiki/information page with more static information for regular mass-market purchaser that do not care about 20 ways to connect their OpenMoko device with their PC but just about one easy one.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:33:34Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Wiki Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[OpenMoko:Community Portal]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;There are two pages concerning events&amp;lt;/s&amp;gt; '''DONE'''&lt;br /&gt;
** [[Current events]]&lt;br /&gt;
** &amp;lt;s&amp;gt;[[Community Events]]&amp;lt;/s&amp;gt;&lt;br /&gt;
** [[Community Events/it]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
* [[Wishlist:Text Input]] - tidy up/sort, give short feedback to each method&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:31:30Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Pages capable of development */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[OpenMoko:Community Portal]]&lt;br /&gt;
* [[Documentation]]&lt;br /&gt;
* [[Wishlist:Text Input]] - tidy up/sort, give short feedback to each method&lt;br /&gt;
&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;There are two pages concerning events&amp;lt;/s&amp;gt; '''DONE'''&lt;br /&gt;
** [[Current events]]&lt;br /&gt;
** &amp;lt;s&amp;gt;[[Community Events]]&amp;lt;/s&amp;gt;&lt;br /&gt;
** [[Community Events/it]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:26:27Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Wiki Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Pages capable of development===&lt;br /&gt;
* [[OpenMoko:Community Portal]]&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;There are two pages concerning events&amp;lt;/s&amp;gt; '''DONE'''&lt;br /&gt;
** [[Current events]]&lt;br /&gt;
** &amp;lt;s&amp;gt;[[Community Events]]&amp;lt;/s&amp;gt;&lt;br /&gt;
** [[Community Events/it]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:24:21Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Redundant Pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;s&amp;gt;There are two pages concerning events&amp;lt;/s&amp;gt; '''DONE'''&lt;br /&gt;
** [[Current events]]&lt;br /&gt;
** &amp;lt;s&amp;gt;[[Community Events]]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wiki_Issues</id>
		<title>Wiki Issues</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wiki_Issues"/>
				<updated>2007-08-03T11:14:24Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki Pages==&lt;br /&gt;
===Redundant Pages===&lt;br /&gt;
* There are several pages concerning OpenMoko compatible service providers:&lt;br /&gt;
** [[Carriers]], most up-to-date, confirmed service providers.&lt;br /&gt;
*** [[Carriers/ATT]]&lt;br /&gt;
*** [[Carriers/TMobile]]&lt;br /&gt;
*** [[Carriers/Fido]]&lt;br /&gt;
*** [[Carriers/Rogers]]&lt;br /&gt;
** [[OpenMoko compatible cellphone providers]]&lt;br /&gt;
** [[Neo1973 compatible cellphone providers]]&lt;br /&gt;
&lt;br /&gt;
* There are several pages concerning the Neo-iPhone comparison:&lt;br /&gt;
** [[IPhone]]&lt;br /&gt;
** [[IPhone (GTA01)]]&lt;br /&gt;
&lt;br /&gt;
===Tidy up===&lt;br /&gt;
&lt;br /&gt;
==Wiki Mods==&lt;br /&gt;
Can we please install/fix the following features for this wiki:&lt;br /&gt;
* '''Math''' - the Tex math markup does not work currently.&lt;br /&gt;
* Sortable tables do not work [http://meta.wikimedia.org/wiki/Help:Sorting http://meta.wikimedia.org/wiki/Help:Sorting]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi '''Syntax''' Highlighting - makes code much more readable]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:GraphViz GraphViz] works with the commonly known dot language - it allows us to draw '''graphs''' using easy markup.&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Extension:AnyWikiDraw AnyWikiDraw] allows us to draw svg '''diagrams''' directly on the wiki page.&lt;br /&gt;
&lt;br /&gt;
[[Category:Help]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Category:Carriers</id>
		<title>Category:Carriers</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Category:Carriers"/>
				<updated>2007-08-03T06:43:46Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: Category:Information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:Glenn</id>
		<title>User talk:Glenn</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:Glenn"/>
				<updated>2007-08-03T06:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Oops - thanks! - missed that.&lt;br /&gt;
&lt;br /&gt;
== category ==&lt;br /&gt;
&lt;br /&gt;
Hi Glenn,&lt;br /&gt;
I changed the carrierpages from category information to category carrier. Thanks for your work, though! :-) --[[User:Minime|Minime]] 08:42, 3 August 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Carriers/Fido</id>
		<title>Carriers/Fido</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Carriers/Fido"/>
				<updated>2007-08-03T06:40:49Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: Category:Carriers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fido is a Canadian GSM provider.&lt;br /&gt;
&lt;br /&gt;
See http://www.fido.ca/portal/en/packages/plans.shtml for information.&lt;br /&gt;
&lt;br /&gt;
[[User:Mmontour|Mmontour]] 20:58, 2 August 2007 (CEST) - I transferred the SIM from a Fido Prepaid phone into my newly-arrived Neo1973 and was able to send and receive calls. I have not yet tested any other functionality.&lt;br /&gt;
&lt;br /&gt;
[[Category:Carriers]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Carriers/TMobile</id>
		<title>Carriers/TMobile</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Carriers/TMobile"/>
				<updated>2007-08-03T06:40:34Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: Category:Carriers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== T-Mobile ==&lt;br /&gt;
&lt;br /&gt;
A cursory glance on [http://www.t-mobile.com/shop/plans http://www.t-mobile.com/shop/plans at 08:58 UTC 2007-07-26] indicated that without entering zip code data two types of plans are available.  2-year contract plans (I think you have to talk to some for the 1 year plans) and Prepaid plans.&lt;br /&gt;
&lt;br /&gt;
== Contract Plans ==&lt;br /&gt;
* 08:58 UTC 2007-07-26 It seemed to me all there contract plans are 2 year terms unless you try to get one by calling or visiting a store [http://www.t-mobile.com/shop/plans/ &amp;quot;For a 1-year contract, call 1-877-387-4324 or visit one of our T-Mobile stores&amp;quot; at the bottom of the page]&lt;br /&gt;
* 08:58 UTC 2007-07-26 They have either Individual/Regular Individual/MyFav Family/Regular or Family/MyFav plans&lt;br /&gt;
* 08:58 UTC 2007-07-26 Mobile To Mobile &amp;quot;...Note: Service in North and South Carolina, Iowa (area codes 319, 563, and 712), Wisconsin (area code 608), and Michigan (area code 906) is provided by T-Mobile roaming partners so calls will not be rated as mobile-to-mobile in these areas. Calls from or to locations outside of the US will not be rated as mobile-to-mobile.&amp;quot;&lt;br /&gt;
* Needs more info..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prepaid Plans ==&lt;br /&gt;
[http://www.t-mobile.com/shop/plans/Default.aspx?plancategory=4 http://www.t-mobile.com/shop/plans/Default.aspx?plancategory=4]&lt;br /&gt;
* 08:58 UTC 2007-07-26 Unpleasantly they have a gold status that gives one different refill values than normal users.&lt;br /&gt;
* 08:58 UTC 2007-07-26 I expect those that expend large amounts of money get gold status.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Refill value !! Premium Minutes !! Cost/Min !! Min Use Avoid Waste !! Expiration !! Gold Premium Minutes	 !! Gold Premium Expiration&lt;br /&gt;
|-&lt;br /&gt;
| $10 || 30min || 33.3cent/min || ~1min/3day avg || 90days || gold+5min || gold+330days&lt;br /&gt;
|-&lt;br /&gt;
| $25 || 130min || 19.2cent/min || ~4min/3day avg || 90days || gold+20min || gold+330days&lt;br /&gt;
|-&lt;br /&gt;
| $50 || 400min || 12.5cent/min || ~9min/2day avg || 90days || gold+60min || gold+330days&lt;br /&gt;
|-&lt;br /&gt;
| $100 || 1000min || 10.0cent/min || || 1year || gold+0min || gold+0days&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 08:58 UTC 2007-07-26 You lose your number after 90 days of no service...  &amp;quot;...To keep your mobile number active, refill within 90 days after your minutes expire. After 90 days, your account will be canceled and you will lose your phone number. If you want to restart service, you will need to activate new service.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* '''Inside Information:''' If you want to buy prepaid plans, it is best to go with the $100 gold plan. The catch is there is a $10 activation fee, so you end up paying $110 to get a SIM card with 1000 minutes valid for 1 year. Their base line phone is $30 (2007-08-01) if you want a backup phone.&lt;br /&gt;
&lt;br /&gt;
* Look into the T-Mobile Flex plan: Pay as you go $39.99 for 1000 minutes, evenings and weekends free!  No contracts (or so the salesman said).  Still costs $20 to buy a sim card from the store.&lt;br /&gt;
&lt;br /&gt;
== Data Access Plans ==&lt;br /&gt;
&lt;br /&gt;
* T-Mobile does not offer data plans on pre-pay accounts ''Information from T-Mobile Store in the US on 2007-08-01''&lt;br /&gt;
&lt;br /&gt;
* FIXME: Add information here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Carriers]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Carriers/ATT</id>
		<title>Carriers/ATT</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Carriers/ATT"/>
				<updated>2007-08-03T06:40:14Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== AT&amp;amp;T ==&lt;br /&gt;
&lt;br /&gt;
The current status of the SIM cards provided by AT&amp;amp;T is unknown. There have been no solid reports that the provided SIM is working. There have been countless reports that the AT&amp;amp;T provided SIM cards '''Do Not Work'''. (See bug report: http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=666)&lt;br /&gt;
&lt;br /&gt;
For info on the 71234 4021 see http://www.oberthurcs.com/getpage.aspx?id=65#application&lt;br /&gt;
&lt;br /&gt;
(Note: When adding to the tables, please do not include the 20 digit ICCID, as this is your SIM's unique id. If you do you phone company will be able to track you down and 1984 may overpower 1973)&lt;br /&gt;
&lt;br /&gt;
'''SIM cards that do NOT work:'''&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
!5 Digit SKU  !! Manufacturer Code !! 4 digit Vendor/Version !! Badge !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 63512 || G || 3001 || 64k smartchip || +CME Error 10 for AT+CFUN=1 and +CME Error 13 for AT+CIMI&lt;br /&gt;
|-&lt;br /&gt;
| 63513 || G || 3001 || 64k smartchip || does not respond to at+cimi&lt;br /&gt;
|-&lt;br /&gt;
| 63698 || G || 3002 || 64K smartchip || does not respond to at+cimi&lt;br /&gt;
|-&lt;br /&gt;
| 64205 || G || 3020 || 64K smartchip 3G(c) on back || does not respond to at+cimi&lt;br /&gt;
|-&lt;br /&gt;
| 64205 || O || 4020 || 64K smartchip || Has 3Gc on back&lt;br /&gt;
|-&lt;br /&gt;
| 73000 || G || 3021 || blazing 3G fireball ||&lt;br /&gt;
|-&lt;br /&gt;
| 71234 || O || 4021 || blazing 3G fireball ||&lt;br /&gt;
|-&lt;br /&gt;
| 73000 || O || 4021 || blazing 3G fireball || This sim will not work for me, although a user has gotten it to work below.  Those steps only produce CME ERROR 13, regardless of amount of waiting.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''SIM cards that DO work:'''&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
!5 Digit SKU  !! Manufacturer Code !! 4 digit Vendor/Version !! Badge !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 62095 || G?  ||  ? || 32K || Returns proper info with at+cimi &lt;br /&gt;
|-&lt;br /&gt;
| 63698 || A  ||  1002 || 64K smartchip || Returns proper info with at+cimi &lt;br /&gt;
|-&lt;br /&gt;
| 63698 || G  ||  3003 || 64K smartchip || Returns proper info with at+cimi &lt;br /&gt;
|-&lt;br /&gt;
| 63698 || G  ||  3004 || 64K smartchip || Returns proper info with at+cimi &lt;br /&gt;
|-&lt;br /&gt;
| 73000 || O || 4021 || blazing 3G fireball || tried it using libgsm-tool -m shell (O, R). Just have to wait for 30-40 sec after registering. Then you can make calls consistently.&lt;br /&gt;
|-&lt;br /&gt;
| ???|| ? || ??? || AT&amp;amp;T || Old cingular/AT&amp;amp;T  &amp;quot;AT&amp;amp;T Wireless&amp;quot; written on it, blue SIM, no other info on it (except 20 digit id)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Vendor Codes:&lt;br /&gt;
* O = Oberthur Card Systems&lt;br /&gt;
* G = Gemalto (formerly Gemplus)&lt;br /&gt;
* A = Axalto (assumption found reference for Treo 650)&lt;br /&gt;
* D = Giesecke &amp;amp; Devrient&lt;br /&gt;
&lt;br /&gt;
Note: AT&amp;amp;T claims they cannot reactivate a previously deactivated SIM card. The CSR may give you the choice to force the activation at the risk of losing the current phone number! A word of warning.&lt;br /&gt;
&lt;br /&gt;
== Compatible Plans ==&lt;br /&gt;
&lt;br /&gt;
* FIXME: Add pricing information here.&lt;br /&gt;
&lt;br /&gt;
== Prepay Options ==&lt;br /&gt;
&lt;br /&gt;
* FIXME: Add pricing information here.&lt;br /&gt;
&lt;br /&gt;
== Data Access Plans ==&lt;br /&gt;
&lt;br /&gt;
* FIXME: Add data pricing here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Carriers]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Glenn</id>
		<title>User:Glenn</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Glenn"/>
				<updated>2007-08-01T20:22:51Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: bruger-&amp;gt;user&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*http://da.wikipedia.org/wiki/Bruger:Glenn&lt;br /&gt;
*http://en.wikipedia.org/wiki/User:Glenn&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User_talk:DaMaestro</id>
		<title>User talk:DaMaestro</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User_talk:DaMaestro"/>
				<updated>2007-07-30T19:52:43Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi DaMaestro,&lt;br /&gt;
&lt;br /&gt;
since ATT/T-Mobile is only the US, can you please adjust those pages to something like US Carriers: T-Mobile? --[[User:Minime|Minime]] 21:52, 30 July 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Dfu-util</id>
		<title>Dfu-util</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Dfu-util"/>
				<updated>2007-07-29T15:40:17Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Troubleshooting notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|Dfu-util is currently broken on big-endian architectures}}&lt;br /&gt;
{{warning|Do not flash U-Boot unless you are sure you need to}}&lt;br /&gt;
{{note|You need to connect your neo directly to your pc with no hub between. Otherwise there could be problems with the hub and the usb reset.}}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
dfu-util is a program that implements the Host (PC) side of the [[USB DFU]] (Universal Serial Bus Device Firmware Upgrade) protocol.&lt;br /&gt;
&lt;br /&gt;
In the OpenMoko project, we use this program to communicate with our specially enhanced [[u-boot]] boot loader, which implements the DFU device side.&lt;br /&gt;
&lt;br /&gt;
Using dfu-util and your Neo1973, you can&lt;br /&gt;
Link* transfer and flash partitions to [[NAND Flash]], such as &lt;br /&gt;
** The Linux [[kernel]]&lt;br /&gt;
** The root file system partition&lt;br /&gt;
** The splash screen partition&lt;br /&gt;
** The u-boot environment&lt;br /&gt;
** Last, but not least: The [[u-boot]] bootloader itself.&lt;br /&gt;
* transfer anything into Neo1973 RAM&lt;br /&gt;
** this can be used for fast development cycles of low-level code such as kernels without flashing them&lt;br /&gt;
* read out the current NAND partitions&lt;br /&gt;
** this is an easy and efficient way of doing full backups of your phone&lt;br /&gt;
&lt;br /&gt;
== Source Code ==&lt;br /&gt;
&lt;br /&gt;
dfu-util can be found at http://svn.openmoko.org/trunk/src/host/dfu-util/&lt;br /&gt;
&lt;br /&gt;
Binary packages will be made available as part of the regular [[OpenMoko]] builds&lt;br /&gt;
&lt;br /&gt;
== Reference Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== Command-line options ===&lt;br /&gt;
&lt;br /&gt;
==== --help ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dfu-util - (C) 2007 by OpenMoko Inc.&lt;br /&gt;
This program is Free Software and has ABSOLUTELY NO WARRANTY&lt;br /&gt;
&lt;br /&gt;
Usage: dfu-util [options] ...&lt;br /&gt;
  -h --help                     Print this help message&lt;br /&gt;
  -V --version                  Print the version number&lt;br /&gt;
  -l --list                     List the currently attached DFU capable USB devices&lt;br /&gt;
  -d --device vendor:product    Specify Vendor/Product ID of DFU device&lt;br /&gt;
  -c --cfg config_nr            Specify the Configuration of DFU device&lt;br /&gt;
  -i --intf intf_nr             Specify the DFU Interface number&lt;br /&gt;
  -a --alt alt_nr               Specify the Altseting of the DFU Interface&lt;br /&gt;
  -t --transfer-size            Specify the number of bytes per USB Transfer&lt;br /&gt;
  -U --upload file              Read firmware from device into &amp;lt;file&amp;gt;&lt;br /&gt;
  -D --download file            Write firmware from &amp;lt;file&amp;gt; into device&lt;br /&gt;
  -R --reset                    Issue USB Reset signalling once we're finished&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== --list ====&lt;br /&gt;
&lt;br /&gt;
Using the --list option, you can list the available DFU capable devices, their configuration, interface and altsettings.&lt;br /&gt;
Below is an example for a current Neo1973 phone in u-boot '''Runtime Mode'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ./dfu-util --list&lt;br /&gt;
dfu-util - (C) 2007 by OpenMoko Inc.&lt;br /&gt;
This program is Free Software and has ABSOLUTELY NO WARRANTY&lt;br /&gt;
&lt;br /&gt;
Found DFU Runtime: [0x1457:0x5119] devnum=0, cfg=0, intf=2, alt=0, name=&amp;quot;USB Device Firmware Upgrade&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Below is an example for a current Neo1973 phone in u-boot '''DFU Mode'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ./dfu-util --list&lt;br /&gt;
dfu-util - (C) 2007 by OpenMoko Inc.&lt;br /&gt;
This program is Free Software and has ABSOLUTELY NO WARRANTY&lt;br /&gt;
&lt;br /&gt;
Found DFU: [0x1457:0x5119] devnum=16, cfg=0, intf=0, alt=0, name=&amp;quot;RAM 0x32000000&amp;quot;&lt;br /&gt;
Found DFU: [0x1457:0x5119] devnum=16, cfg=0, intf=0, alt=1, name=&amp;quot;u-boot&amp;quot;&lt;br /&gt;
Found DFU: [0x1457:0x5119] devnum=16, cfg=0, intf=0, alt=2, name=&amp;quot;u-boot_env&amp;quot;&lt;br /&gt;
Found DFU: [0x1457:0x5119] devnum=16, cfg=0, intf=0, alt=3, name=&amp;quot;kernel&amp;quot;&lt;br /&gt;
Found DFU: [0x1457:0x5119] devnum=16, cfg=0, intf=0, alt=4, name=&amp;quot;splash&amp;quot;&lt;br /&gt;
Found DFU: [0x1457:0x5119] devnum=16, cfg=0, intf=0, alt=5, name=&amp;quot;rootfs&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This shows you six interfaces, all in '''configuration 0''' and '''interface 0''', with altsetting 0...4.  The name is currently not yet defined, but will be added to one of the upcoming u-boot releases.  The mapping on the Neo1973 is as follows:&lt;br /&gt;
&lt;br /&gt;
* 0: RAM&lt;br /&gt;
* 1: 'u-boot' partition&lt;br /&gt;
* 2: 'u-boot_env' partition&lt;br /&gt;
* 3: 'kernel' partition&lt;br /&gt;
* 4: 'splash' partition&lt;br /&gt;
* 5: 'rootfs' partition&lt;br /&gt;
&lt;br /&gt;
==== --device ====&lt;br /&gt;
&lt;br /&gt;
You can specify the USB Vendor and Product ID of the device you want to program:&lt;br /&gt;
&lt;br /&gt;
 dfu-util --device 0x1457:0x5119&lt;br /&gt;
&lt;br /&gt;
If you only have one standards-compliant DFU device attached to your PC, this is optional.  However, as soon as you have multiple DFU devices, dfu-util will detect this and abort, asking you to specify which device it shall use.&lt;br /&gt;
&lt;br /&gt;
==== --transfer-size ====&lt;br /&gt;
&lt;br /&gt;
Specifies the size of each individual USB transfer.  If you don't use it, the maximum possible size for your combination of host operating system and USB device is chosen (for optimal performance).&lt;br /&gt;
&lt;br /&gt;
==== --download ====&lt;br /&gt;
&lt;br /&gt;
download the given file into the device.&lt;br /&gt;
&lt;br /&gt;
==== --upload ====&lt;br /&gt;
&lt;br /&gt;
upload from the DFU device into the given file[name].&lt;br /&gt;
&lt;br /&gt;
{{note|Upload support is currently broken}}&lt;br /&gt;
&lt;br /&gt;
== Phrasebook ==&lt;br /&gt;
&lt;br /&gt;
There's no full-fledged manual yet.  Instead, some examples:&lt;br /&gt;
&lt;br /&gt;
=== Flashing the kernel ===&lt;br /&gt;
&lt;br /&gt;
 dfu-util -a 3 -R -D /path/to/uImage&lt;br /&gt;
&lt;br /&gt;
=== Flashing the bootloader ===&lt;br /&gt;
&lt;br /&gt;
 dfu-util -a 1 -R -D /path/to/u-boot.bin&lt;br /&gt;
&lt;br /&gt;
=== Copying a kernel into RAM ===&lt;br /&gt;
&lt;br /&gt;
 dfu-util -a 0 -R -D /path/to/uImage&lt;br /&gt;
&lt;br /&gt;
Once this has finished, the kernel will be available at the default load address of 0x32000000 in Neo1973 RAM. &lt;br /&gt;
&lt;br /&gt;
{{note|You cannot transfer more than 2MB of data into RAM using this method}}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting notes ==&lt;br /&gt;
&lt;br /&gt;
If during flashing of an image using dfu-util you're consistently getting an error -110 message, check that the size of the destination NAND partition is big enough to hold the image.  For example the kernel partition is only 2 MB big by default and a kernel with debugging info compiled-in can often exceed this.  It's possible to change the partition layout to enlarge a given partition and shrink other partitions but you have to remember to reflash all partitions whose start offset has changed afterwards.  To adjust partitions layout use the ''mtdparts'' [[Bootloader|u-boot command]].&lt;br /&gt;
&lt;br /&gt;
If in turn you're facing errors in seemingly random places during the flashing of images, most likely the USB hub or cable through which your Neo1973 is connected, is of too poor quality.  It is recommended that you always connect the phone directly to the host when using dfu-util.&lt;br /&gt;
&lt;br /&gt;
If dfu-util reports a message like the following, before it starts flashing:&amp;lt;pre&amp;gt;&lt;br /&gt;
Resetting USB...&lt;br /&gt;
not at least 2 device changes found ?!?&lt;br /&gt;
Lost device after RESET?&amp;lt;/pre&amp;gt; retry the command - it should work on a second run.&lt;br /&gt;
* Compiling dfu-util on Mac: http://lists.openmoko.org/pipermail/community/2007-July/008438.html&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
[[Flashing openmoko]] to the latest software.&lt;br /&gt;
&lt;br /&gt;
{{Languages|Dfu-util}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer software]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Artwork</id>
		<title>Talk:Artwork</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Artwork"/>
				<updated>2007-07-28T16:05:07Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;this came up on #openmoko: [http://62.75.157.44/openmoko/] --[[User:Minime|Minime]] 18:05, 28 July 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Arndot</id>
		<title>User:Arndot</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Arndot"/>
				<updated>2007-07-27T20:46:03Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Arndot,&lt;br /&gt;
&lt;br /&gt;
what's the reason for [http://wiki.openmoko.org/index.php?title=OpenMoko_Local_Groups&amp;amp;diff=14431&amp;amp;oldid=14429 changing] paderborn to owl/what does owl mean?&lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 22:45, 27 July 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Arndot</id>
		<title>User:Arndot</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Arndot"/>
				<updated>2007-07-27T20:45:29Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi Arndot,&lt;br /&gt;
&lt;br /&gt;
what's the reason for [[http://wiki.openmoko.org/index.php?title=OpenMoko_Local_Groups&amp;amp;diff=14431&amp;amp;oldid=14429|changing]] paderborn to owl/what does owl mean?&lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 22:45, 27 July 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Minime</id>
		<title>User:Minime</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Minime"/>
				<updated>2007-07-26T19:50:39Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''My OpenMoko status'''&lt;br /&gt;
* I don't own the GTA01Bv4 revision and I don't have the money to get it as I want to buy GTA02.&lt;br /&gt;
* initiated projects: &lt;br /&gt;
** '''Bluetooth powered Multi-SIM support:''' [[Bluetooth powered Multi-SIM support|wiki]] | [http://bt-multisim.projects.openmoko.org/ gforge Project Page]&lt;br /&gt;
** [[Voice Mailbox|on-phone mailbox]]&lt;br /&gt;
** [[OpenMoko_Local_Groups|OpenMoko Local Groups: Berlin]]&lt;br /&gt;
* see [[User:Minime/sketch]] for some of my concept ideas&lt;br /&gt;
* contact minime in #openmoko(irc.freenode.net)&lt;br /&gt;
----&lt;br /&gt;
'''private stuff'''&lt;br /&gt;
* german student for computer engineering&lt;br /&gt;
* so far: https://events.ccc.de/congress/2005/wiki/RFID-Zapper(EN) and http://rfidzapper.dyndns.org&lt;br /&gt;
* where did the fnord go??&lt;br /&gt;
----&lt;br /&gt;
--[[User:Minime|Minime]] 16:18, 13 July 2007 (CEST)&lt;br /&gt;
[[Category:OpenMoko_Local_Groups:_Berlin]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin</id>
		<title>Openmoko Local Groups: Berlin</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Openmoko_Local_Groups:_Berlin"/>
				<updated>2007-07-25T15:31:09Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Possible Participants */  contact information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; See [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
&lt;br /&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:Minime|tim]]&lt;br /&gt;
|mostly web related&lt;br /&gt;
|No GTA01Bv4, waiting for GTA02. &lt;br /&gt;
|berlin.nord&lt;br /&gt;
|willing to organize stuff i.e. meeting location/whatever. [http://wiki.openmoko.org/index.php?title=User_talk:Minime&amp;amp;action=edit&amp;amp;section=new talk to me], or e-mail: OM DOT 5 DOT minime@xoxy.net&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;
=== Meetings, Events ===&lt;br /&gt;
Meeting language is German ;-)&lt;br /&gt;
{|border=1&lt;br /&gt;
!Date&lt;br /&gt;
!Location&lt;br /&gt;
!Topic&lt;br /&gt;
!Who&lt;br /&gt;
|-&lt;br /&gt;
|8.-12. August 2007&lt;br /&gt;
|Flugplatz Finowfurt&lt;br /&gt;
|[https://events.ccc.de/camp/2007/Intro/ Chaos Communication Camp 2007] und [http://events.ccc.de/camp/2007/GSM_Village GSM Village]&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|no definite date yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|no location yet - please use [[Talk:OpenMoko_Local_Groups:_Berlin|discussion]]&lt;br /&gt;
|First GTA01Bv4 impressions for P1 owners and those who have no Neo yet. Giving each other a helping hand getting started.&lt;br /&gt;
|[[User:Minime|tim]], ...&lt;br /&gt;
|}&lt;br /&gt;
[[Category:OpenMoko_Local_Groups:_Berlin]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Wishlist/Text_Input</id>
		<title>Wishlist/Text Input</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Wishlist/Text_Input"/>
				<updated>2007-07-24T15:40:18Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Text input method surveys */ Trevor's Trinkets, [http://trevors-trinkets.blogspot.com/2007/07/five-finger-keyboards.html Five Finger Keyboards]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Current version supports input using [[Input Method|on screen keyboard]].&lt;br /&gt;
You can also use Bluetooth keyboards and with (battery) powered USB hub can also use USB keyboards.&lt;br /&gt;
&lt;br /&gt;
Near computer can also use networking over Bluetooth or USB and then ssh into device or run X11 programs remotely and thus use whatever input possibilities other computer supports.&lt;br /&gt;
&lt;br /&gt;
For further predictive text input information see: [http://en.wikipedia.org/wiki/Predictive_text Predictive text wikipedia]&lt;br /&gt;
&lt;br /&gt;
{{Wishlist}}&lt;br /&gt;
&lt;br /&gt;
===== New input methods =====&lt;br /&gt;
* [http://patrickbaudisch.com/publications/2007-Vogel-CHI07-Shift.pdf Shift]&lt;br /&gt;
* [http://www.inf.ufsc.br/~guy/text_input.html Another text input]&lt;br /&gt;
* [http://www.inference.phy.cam.ac.uk/dasher/ Dasher] ([http://en.wikipedia.org/wiki/Dasher Wikipedia link]): A side-scrolling probabalistic text entry method that's well suited to stylus use. One disadvantage is that it makes little use of muscle memory so you need to pay close attention to the screen while entering text. An andvatage is that it is not limeted to english text, but can be used with any language/alphabet. A video presentation is also [http://video.google.com/videoplay?docid=5078334075080674416 available]&lt;br /&gt;
* [http://www.micropp.se/openmoko/ Finger splash] (Idea presented on [http://lists.openmoko.org/pipermail/community/2007-March/003984.html OpenMoko community mailing list])&lt;br /&gt;
* [http://www.strout.net/info/ideas/hexinput.html HexInput]: A keyboard-style input method optimized for stylus use.&lt;br /&gt;
* [http://www.exideas.com/ME/faq.html MessagEaseST] ([http://www.youtube.com/watch?v=zFf9Mw3nlsY YouTube demo])&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Morse_code Morse Code]&lt;br /&gt;
* [http://mrl.nyu.edu/projects/quikwriting/ Quikwriting]&lt;br /&gt;
* [http://www.almaden.ibm.com/u/zhai/shapewriter.htm Shape Writing]&lt;br /&gt;
* [http://lists.openmoko.org/pipermail/openmoko-devel/2007-May/000912.html Werner Almesberger's finger input suggestion] ([http://www.acc.umu.se/~cm/inw.pdf Draft layout as pdf] [http://www.almesberger.net/misc/openmoko/inwheel-1.tar.gz Prototype])&lt;br /&gt;
* [http://www.hellkvist.org/software/ XMerlin]&lt;br /&gt;
* [http://img.qj.net/uploads/articles_module/23876/12433_newkey1.jpg Danzeff Keyboard] A Keyboard designed for PSP, using the analog-stick&lt;br /&gt;
&lt;br /&gt;
===== Patented input methods =====&lt;br /&gt;
* [http://depts.washington.edu/ewrite/ EdgeWrite], a unistroke character/word input method (reminiscent of Palm's Graffiti)&lt;br /&gt;
* [http://www.fitaly.com/wince/pocketpcfitaly.htm Fitaly Keyboard]&lt;br /&gt;
* [http://images.overstock.com/f/102/3117/8h/www.overstock.com/images/products/L10480944.jpg Input method used by Garmin] (Maybe patented?)&lt;br /&gt;
* [http://www.speedscript.biz/ SpeedScript]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/T9_%28predictive_text%29 T9] See http://www.tegic.com/about/patent-list.asp for legally addability for users in some countries. &lt;br /&gt;
* [http://www.tengo.net/ TenGO]&lt;br /&gt;
* [http://www.agiletext.com/ AgileText]&lt;br /&gt;
&lt;br /&gt;
===== Text input method surveys =====&lt;br /&gt;
&lt;br /&gt;
Here are some surveys / overviews of text entry methods that I turned up using Google:&lt;br /&gt;
* [http://www.dcs.gla.ac.uk/~jhw/text.html Text entry] A web page with a survey of text entry methods by John Williamson&lt;br /&gt;
* Poika Isokoski, [http://www.cs.uta.fi/~poika/g/g.html A Minimal Device-Independent Text Input Method], has a chapter listing existing approaches ca. 1999&lt;br /&gt;
* Trevor's Trinkets, [http://trevors-trinkets.blogspot.com/2007/07/five-finger-keyboards.html Five Finger Keyboards]&lt;br /&gt;
&lt;br /&gt;
===== Other ways to enter text =====&lt;br /&gt;
* Once there is hardware with multi-touch screen support, [[Wishlist:Spell weaving|gesturing with 2-3 fingers]] might offer interesting possibilities.&lt;br /&gt;
* Use [[VoiceText|voice to dictate text]]&lt;br /&gt;
* Use [[Optical Character Recognition]] and [[Barcode Recognition]] on an image that exists on the file system or via a picture that has just been taken (even if it is a temporary picture only for this purpose).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Speedwords Dutton Speedwords]&lt;br /&gt;
&lt;br /&gt;
===== Interesting hardware input devices =====&lt;br /&gt;
* [http://mobilitysite.com/2007/02/small-compact-bluetooth-keyboard/ Credit-card sized bluetooth keyboard] (Note: apparently supports only Bluetooth Serial Port Profile and not HID; supportable, of course, perhaps using existing user space daemon [http://handhelds.org/moin/moin.cgi/kbdd kbdd] Link Fixed)&lt;br /&gt;
* [http://www.thinkgeek.com/computing/input/8193/ Bluetooth laser virtual keyboard] eventually could be built into the phone once more miniaturized.&lt;br /&gt;
* [http://www.thinkgeek.com/computing/input/6c82/ Frogpad]&lt;br /&gt;
* [http://www.spartechnik.de/start.htm?d_Keyb_Mini_Mini_Bluetooth_Keyboard_im_Scheckkartenformat.htm Freedom Mini], apparently not manufactured anymore but still sold and works out of the box with Bluez' hidd. Has a spring-loaded hinge for squeezing a phone/PDA against the keyboard; seems like a Neo could attach nicely but don't have one to actually test. --[[User:Mjr|Mjr]] 10:30, 15 May 2007 (CEST)&lt;br /&gt;
* [http://www.3pointd.com/20070518/finger-mounted-3d-mouse-from-undergrads/ experimental ring-mouse]&lt;br /&gt;
* Livescribe's [http://www.livescribe.com/sneakpeek/index.html smartpen]; could act as touchscreen pen + laser + regular pen + &amp;quot;intelligent&amp;quot; pen + OCR device. See [http://www.pikesoft.com/blog/index.php?itemid=189 this] blog post.&lt;br /&gt;
&lt;br /&gt;
[[Category:User Interfaces]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Advertising</id>
		<title>Advertising</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Advertising"/>
				<updated>2007-07-21T11:30:55Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Further Ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Text ==&lt;br /&gt;
* There could be a description of OpenMoko/Neo1973 features&lt;br /&gt;
* There could be a short story about what OpenMoko/the Neo1973 does different:&lt;br /&gt;
** e.g.: &lt;br /&gt;
 After leaving work your Neo's GPS automatically switches your Alarm Profile from &lt;br /&gt;
 Silent to Loud and guides you to the next gas station. At home, your Neo automatically &lt;br /&gt;
 deploys its WiFi functionality, retrieves your email (free of charge) and activates &lt;br /&gt;
 voice over ip capabilities (free of charge). &lt;br /&gt;
And so on...&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Neo: Hi, I'm an Neo.&lt;br /&gt;
 iPhone: And I'm an iPhone.&lt;br /&gt;
 * iPhone looks on a big map and tries to orientate himself&lt;br /&gt;
 Neo: What are you doing?&lt;br /&gt;
 iPhone: I try to locate myself by using Google Maps.&lt;br /&gt;
 Neo: Oh, that doesn't seem to be very exciting. I use GPS for that kind of stuff. &lt;br /&gt;
 Works automatically.&lt;br /&gt;
 iPhone: GPS, yeah?&lt;br /&gt;
 Neo: Yes. Oh, wait, I'm entering the cinema. I think, it's better for me, to &lt;br /&gt;
 switch to stand-by now. See you after the movie.&lt;br /&gt;
 iPhone: Oh, bye.&lt;br /&gt;
 * Neo leaves, iPhone looks on the map again.&lt;br /&gt;
 iPhone: Oh, here we are! Finally... &lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006141.html]&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Scene: Completely blank white background.&lt;br /&gt;
 Two people enter the frame.&lt;br /&gt;
 Moko: Hi, I'm an OpenMoko&lt;br /&gt;
 iPhone: And I'm an iPhone&lt;br /&gt;
 * OpenMoko looks like he's enjoying himself&lt;br /&gt;
 iPhone: What are you doing?&lt;br /&gt;
 Moko: Oh, I just downloaded this great new game I came across. Want to try it?&lt;br /&gt;
 iPhone: I, er, I can't play new games. I've got this great game of solitaire, though!&lt;br /&gt;
 Moko: That's a shame. Nothing at all?&lt;br /&gt;
 iPhone: Well, I can play games off the web. Some of them. Want a game of bejeweled?&lt;br /&gt;
 Moko: ...thanks, no. I'm fine.&lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006110.html]&lt;br /&gt;
* There ''should'' be some pre-composed basic information that can be copy'n'pasted into one's Myspace/Facebook/whatever/-profile.&lt;br /&gt;
* There ''should'' be some pre-composed advanced information for press/blogs/mobile service providers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Printed Advertisement ===&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
Adam Krikstone did some nice OpenMoko video ads: (youtube)&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/view_play_list?p=472DE700A3CC70A4 Playlist]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=DCQ7dmGuAU8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=tQPjfUqp-dk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=4qP-K1HOMHk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=S--2HeQqjq4]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=dpwxzEopg60]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=EuG2hYiO9AU]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=lGjY7tigdkA]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=YR4ezMgRlWo]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=OZC3mjRW5Tg]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=GxsVFG7jHI8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=62kLhNngE20]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=kR-4VhlsiV8]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sound empathy / Jingle ==&lt;br /&gt;
* There should be some kind of jingle for OpenMoko, just like this &amp;quot;Hello Moto&amp;quot; thing from Motorola&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone02.ogg Number one] (suggestions/whishes? franzkautz@yahoo.de Topic: sth. with OpenMoko)&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone04.ogg Number two] (franzkautz@yahoo.de)&lt;br /&gt;
&lt;br /&gt;
== Thoughts, Notions ==&lt;br /&gt;
=== General Ideas ===&lt;br /&gt;
* '''What is advertised?'''&lt;br /&gt;
* If we advertise a phone by claiming it can do everything maybe no one will buy it.&lt;br /&gt;
* '''Question''': Who is supposed to buy this phone?&lt;br /&gt;
# '''Average Phone User''' probably only wants a phone to make calls. Why would he buy an opensource linux phone with additional command line? We ''need'' reasons for ''him'' to buy a phone running OpenMoko:&lt;br /&gt;
#* Easy to use (not implemented though ;-)&lt;br /&gt;
#* Rich and powerfull text input methods&lt;br /&gt;
#* MS Outlook/whatever Sync&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Advanced Phone User''': won't be hard to persuade him. As we likely are all advanced phone users it will be easy to find reasons/features for him to buy this phone:&lt;br /&gt;
#* GPS-based profiles&lt;br /&gt;
#* Seamless GPS-based GSM/WiFi/VoIP-switching&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Technophobe Phone User''' really needs some reasons for this phone:&lt;br /&gt;
#* Really easy to use (really not implemented ;-)&lt;br /&gt;
#* Flashy UI look&lt;br /&gt;
#* (please add)&lt;br /&gt;
&lt;br /&gt;
=== Further Ideas ===&lt;br /&gt;
Something that came to me passing some mobile service provider's outlet today. This should be done when GTA_02 is available and software running.&lt;br /&gt;
&lt;br /&gt;
''A guy walks into a mobile service provider's outlet or approached by the outlet's staff. The guy asks the clerk about their phones and ends up showing him his Neo. He explains him the Neo's features that stand unrivaled to any of the mobile service provider's offered phones and eventually leaves him completly flabbergasted and pondering about the meaning of life and mobile connectivity/whatever'' &lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 16:58, 7 July 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
''A dude dressed in t-shirt and jeans (deja-vu?), walks through a crowded lane. Everyone except him are dressed in prison clothes and march in the opposite direction with their &amp;quot;closed&amp;quot; phones, some of the guys look at this &amp;quot;free&amp;quot; man and stare. To add to the effect we play an ambient techno music and everything is white in colour. The man walks in front of the camera, at that moment, gets a call, smiles and says &amp;quot;Hello World...&amp;quot;, We then fade into the &amp;quot;Free your phone&amp;quot; and &amp;quot;OpenMoko&amp;quot; thingy as seen in the rocking youtube videos.''&lt;br /&gt;
&lt;br /&gt;
Source: http://lists.openmoko.org/pipermail/community/2007-July/007551.html&lt;br /&gt;
&lt;br /&gt;
=== Slogans ===&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone&amp;quot; for &amp;quot;The Matrix&amp;quot; tm.&lt;br /&gt;
 &amp;quot;The One Phone&amp;quot; for Mddle-earth.&lt;br /&gt;
 &amp;quot;The Next Generation Phone&amp;quot; for &amp;quot;Star Trek&amp;quot; tm conventions.&lt;br /&gt;
 &amp;quot;The True Phone&amp;quot; for religious occasions.&lt;br /&gt;
 &amp;quot;The Liberated Phone&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007122.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone with the only force&amp;quot; (wheel of time)&lt;br /&gt;
 &amp;quot;The diy phone&amp;quot; (steampunk scene)&lt;br /&gt;
 &amp;quot;The ZAT'NI'KATEL'PHONE&amp;quot; (stargate)&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007168.html&lt;br /&gt;
&lt;br /&gt;
 Unleash your phone.&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007141.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Open Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Our Phone&amp;quot;&lt;br /&gt;
 &amp;quot;The Human Phone&amp;quot; (ok, sounds a bit like Ubuntu)&lt;br /&gt;
 &amp;quot;Free your Phone&amp;quot; (wich obviously is not the same as &amp;quot;The free phone&amp;quot;. It sounds good, and is already used in the youtube ads)&lt;br /&gt;
 &amp;quot;More then a Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Phone++&amp;quot;&lt;br /&gt;
 &amp;quot;The Phone from people to people&amp;quot;&lt;br /&gt;
 &amp;quot;The Freedom Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Teh ub3rz h4ck70r7 Ph0n3!!11oneeleven&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007171.html&lt;br /&gt;
&lt;br /&gt;
=== Controversial Issues ===&lt;br /&gt;
* We need to be careful about using copyrighted material (e.g. youtube)&lt;br /&gt;
** Other legal issues...?&lt;br /&gt;
** Be aware of what we are advertising: What functions does OpenMoko currently feature, what is planned and what not? Are functions advertised protected by patents?&lt;br /&gt;
* What is the community's goal in advertising? &lt;br /&gt;
** Are we advertising OpenMoko?&lt;br /&gt;
** Are we advertising the Neo1973? And if so, is this our job? The Neo1973 is after all, a commerical product.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Advertising</id>
		<title>Advertising</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Advertising"/>
				<updated>2007-07-21T11:29:59Z</updated>
		
		<summary type="html">&lt;p&gt;Minime: /* Further Ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Text ==&lt;br /&gt;
* There could be a description of OpenMoko/Neo1973 features&lt;br /&gt;
* There could be a short story about what OpenMoko/the Neo1973 does different:&lt;br /&gt;
** e.g.: &lt;br /&gt;
 After leaving work your Neo's GPS automatically switches your Alarm Profile from &lt;br /&gt;
 Silent to Loud and guides you to the next gas station. At home, your Neo automatically &lt;br /&gt;
 deploys its WiFi functionality, retrieves your email (free of charge) and activates &lt;br /&gt;
 voice over ip capabilities (free of charge). &lt;br /&gt;
And so on...&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Neo: Hi, I'm an Neo.&lt;br /&gt;
 iPhone: And I'm an iPhone.&lt;br /&gt;
 * iPhone looks on a big map and tries to orientate himself&lt;br /&gt;
 Neo: What are you doing?&lt;br /&gt;
 iPhone: I try to locate myself by using Google Maps.&lt;br /&gt;
 Neo: Oh, that doesn't seem to be very exciting. I use GPS for that kind of stuff. &lt;br /&gt;
 Works automatically.&lt;br /&gt;
 iPhone: GPS, yeah?&lt;br /&gt;
 Neo: Yes. Oh, wait, I'm entering the cinema. I think, it's better for me, to &lt;br /&gt;
 switch to stand-by now. See you after the movie.&lt;br /&gt;
 iPhone: Oh, bye.&lt;br /&gt;
 * Neo leaves, iPhone looks on the map again.&lt;br /&gt;
 iPhone: Oh, here we are! Finally... &lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006141.html]&lt;br /&gt;
** e.g.: &lt;br /&gt;
 Scene: Completely blank white background.&lt;br /&gt;
 Two people enter the frame.&lt;br /&gt;
 Moko: Hi, I'm an OpenMoko&lt;br /&gt;
 iPhone: And I'm an iPhone&lt;br /&gt;
 * OpenMoko looks like he's enjoying himself&lt;br /&gt;
 iPhone: What are you doing?&lt;br /&gt;
 Moko: Oh, I just downloaded this great new game I came across. Want to try it?&lt;br /&gt;
 iPhone: I, er, I can't play new games. I've got this great game of solitaire, though!&lt;br /&gt;
 Moko: That's a shame. Nothing at all?&lt;br /&gt;
 iPhone: Well, I can play games off the web. Some of them. Want a game of bejeweled?&lt;br /&gt;
 Moko: ...thanks, no. I'm fine.&lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2007-July/006110.html]&lt;br /&gt;
* There ''should'' be some pre-composed basic information that can be copy'n'pasted into one's Myspace/Facebook/whatever/-profile.&lt;br /&gt;
* There ''should'' be some pre-composed advanced information for press/blogs/mobile service providers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Printed Advertisement ===&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
Adam Krikstone did some nice OpenMoko video ads: (youtube)&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/view_play_list?p=472DE700A3CC70A4 Playlist]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=DCQ7dmGuAU8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=tQPjfUqp-dk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=4qP-K1HOMHk]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=S--2HeQqjq4]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=dpwxzEopg60]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=EuG2hYiO9AU]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=lGjY7tigdkA]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=YR4ezMgRlWo]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=OZC3mjRW5Tg]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=GxsVFG7jHI8]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=62kLhNngE20]&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=kR-4VhlsiV8]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sound empathy / Jingle ==&lt;br /&gt;
* There should be some kind of jingle for OpenMoko, just like this &amp;quot;Hello Moto&amp;quot; thing from Motorola&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone02.ogg Number one] (suggestions/whishes? franzkautz@yahoo.de Topic: sth. with OpenMoko)&lt;br /&gt;
** [http://tetraden.te.funpic.de/openmoko/OpenMoko_free_your_phone04.ogg Number two] (franzkautz@yahoo.de)&lt;br /&gt;
&lt;br /&gt;
== Thoughts, Notions ==&lt;br /&gt;
=== General Ideas ===&lt;br /&gt;
* '''What is advertised?'''&lt;br /&gt;
* If we advertise a phone by claiming it can do everything maybe no one will buy it.&lt;br /&gt;
* '''Question''': Who is supposed to buy this phone?&lt;br /&gt;
# '''Average Phone User''' probably only wants a phone to make calls. Why would he buy an opensource linux phone with additional command line? We ''need'' reasons for ''him'' to buy a phone running OpenMoko:&lt;br /&gt;
#* Easy to use (not implemented though ;-)&lt;br /&gt;
#* Rich and powerfull text input methods&lt;br /&gt;
#* MS Outlook/whatever Sync&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Advanced Phone User''': won't be hard to persuade him. As we likely are all advanced phone users it will be easy to find reasons/features for him to buy this phone:&lt;br /&gt;
#* GPS-based profiles&lt;br /&gt;
#* Seamless GPS-based GSM/WiFi/VoIP-switching&lt;br /&gt;
#* (please add)&lt;br /&gt;
# '''Technophobe Phone User''' really needs some reasons for this phone:&lt;br /&gt;
#* Really easy to use (really not implemented ;-)&lt;br /&gt;
#* Flashy UI look&lt;br /&gt;
#* (please add)&lt;br /&gt;
&lt;br /&gt;
=== Further Ideas ===&lt;br /&gt;
Something that came to me passing some mobile service provider's outlet today. This should be done when GTA_02 is available and software running.&lt;br /&gt;
&lt;br /&gt;
''A guy walks into a mobile service provider's outlet or approached by the outlet's staff. The guy asks the clerk about their phones and ends up showing him his Neo. He explains him the Neo's features that stand unrivaled to any of the mobile service provider's offered phones and eventually leaves him completly flabbergasted and pondering about the meaning of life and mobile connectivity/whatever'' &lt;br /&gt;
&lt;br /&gt;
--[[User:Minime|Minime]] 16:58, 7 July 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
''A dude dressed in t-shirt and jeans (deja-vu?), walks through a crowded&lt;br /&gt;
lane. Everyone except him are dressed in prison clothes and march in the&lt;br /&gt;
opposite direction with their &amp;quot;closed&amp;quot; phones, some of the guys look at&lt;br /&gt;
this &amp;quot;free&amp;quot; man and stare. To add to the effect we play an ambient&lt;br /&gt;
techno music and everything is white in colour. The man walks in front&lt;br /&gt;
of the camera, at that moment, gets a call, smiles and says &amp;quot;Hello&lt;br /&gt;
World...&amp;quot;, We then fade into the &amp;quot;Free your phone&amp;quot; and &amp;quot;OpenMoko&amp;quot; thingy&lt;br /&gt;
as seen in the rocking youtube videos.''&lt;br /&gt;
Source: http://lists.openmoko.org/pipermail/community/2007-July/007551.html&lt;br /&gt;
&lt;br /&gt;
=== Slogans ===&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone&amp;quot; for &amp;quot;The Matrix&amp;quot; tm.&lt;br /&gt;
 &amp;quot;The One Phone&amp;quot; for Mddle-earth.&lt;br /&gt;
 &amp;quot;The Next Generation Phone&amp;quot; for &amp;quot;Star Trek&amp;quot; tm conventions.&lt;br /&gt;
 &amp;quot;The True Phone&amp;quot; for religious occasions.&lt;br /&gt;
 &amp;quot;The Liberated Phone&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007122.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Phone with the only force&amp;quot; (wheel of time)&lt;br /&gt;
 &amp;quot;The diy phone&amp;quot; (steampunk scene)&lt;br /&gt;
 &amp;quot;The ZAT'NI'KATEL'PHONE&amp;quot; (stargate)&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007168.html&lt;br /&gt;
&lt;br /&gt;
 Unleash your phone.&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007141.html&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;The Open Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Our Phone&amp;quot;&lt;br /&gt;
 &amp;quot;The Human Phone&amp;quot; (ok, sounds a bit like Ubuntu)&lt;br /&gt;
 &amp;quot;Free your Phone&amp;quot; (wich obviously is not the same as &amp;quot;The free phone&amp;quot;. It sounds good, and is already used in the youtube ads)&lt;br /&gt;
 &amp;quot;More then a Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Phone++&amp;quot;&lt;br /&gt;
 &amp;quot;The Phone from people to people&amp;quot;&lt;br /&gt;
 &amp;quot;The Freedom Phone&amp;quot;&lt;br /&gt;
 &amp;quot;Teh ub3rz h4ck70r7 Ph0n3!!11oneeleven&amp;quot;&lt;br /&gt;
http://lists.openmoko.org/pipermail/community/2007-July/007171.html&lt;br /&gt;
&lt;br /&gt;
=== Controversial Issues ===&lt;br /&gt;
* We need to be careful about using copyrighted material (e.g. youtube)&lt;br /&gt;
** Other legal issues...?&lt;br /&gt;
** Be aware of what we are advertising: What functions does OpenMoko currently feature, what is planned and what not? Are functions advertised protected by patents?&lt;br /&gt;
* What is the community's goal in advertising? &lt;br /&gt;
** Are we advertising OpenMoko?&lt;br /&gt;
** Are we advertising the Neo1973? And if so, is this our job? The Neo1973 is after all, a commerical product.&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Information]]&lt;/div&gt;</summary>
		<author><name>Minime</name></author>	</entry>

	</feed>