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

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Thone</id>
		<title>User:Pike/Thone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Thone"/>
				<updated>2010-06-16T21:32:29Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Thone - a Terminal Phone =&lt;br /&gt;
&lt;br /&gt;
'''Thone is a terminal phone written in Bash3 and python for FSO based devices.'''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Note: FSO has changed its interfaces and at least sms is not working anymore.  I'm working on it, as time permits ..&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Image:Thone-example.jpg |left|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More precise, thone is a suite of bash scripts to operate your daily phone: sms, call, etc. It does not yet handle dbus signals, such as incoming calls, incoming messages or even outgoing calls; these should still be handled by your default software.&lt;br /&gt;
&lt;br /&gt;
I'm maintaining it here: http://code.google.com/p/thone&lt;br /&gt;
&lt;br /&gt;
It requires&lt;br /&gt;
* a linux based phone like openmoko&lt;br /&gt;
* running on FSO and with the python/dbus library&lt;br /&gt;
* with bash3 installed&lt;br /&gt;
&lt;br /&gt;
Running 'thone' starts a new (bash) shell and initializes Thone. &lt;br /&gt;
In that shell, you have additional commands like &lt;br /&gt;
&lt;br /&gt;
   &amp;gt; call +310652252252&lt;br /&gt;
   &amp;gt; ppl add +31065225222 frank&lt;br /&gt;
   &amp;gt; sms @frank answer your damn phone, i know youre there&lt;br /&gt;
   &amp;gt; toggle sleep on&lt;br /&gt;
&lt;br /&gt;
.. and autocompletion is your friend.&lt;br /&gt;
&lt;br /&gt;
I'm using it on my Openmoko on SHR-U. It comes with a launcher icon for Enlightenment, which spawns a big fonted  Vala-terminal with 'thone jail' in it - so for example &amp;quot;sms read&amp;quot; looks like the image above.&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Create_an_ipk_package_from_sources</id>
		<title>Talk:Create an ipk package from sources</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Create_an_ipk_package_from_sources"/>
				<updated>2010-04-01T22:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: =Suggestions=  Not knowing anything about bitbake and ipkg, I found this page pretty confusing.  it should mention what ipkg is to start with. And link to http://www.handhelds.org/moin/moi...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Suggestions=&lt;br /&gt;
&lt;br /&gt;
Not knowing anything about bitbake and ipkg, I found this page pretty confusing. &lt;br /&gt;
it should mention what ipkg is to start with. And link to http://www.handhelds.org/moin/moin.cgi/Ipkg&lt;br /&gt;
&lt;br /&gt;
I stopped reading several times at &amp;quot;Prerequisites - You need a configured openmoko development tree.&amp;quot;&lt;br /&gt;
Is that true ? Do you need that to &amp;quot;Create an ipk package from sources&amp;quot; ?&lt;br /&gt;
&lt;br /&gt;
I'm guessing the directions on http://www.handhelds.org/moin/moin.cgi/BuildingIpkgs work just fine for openmoko; that link is also used on http://wiki.openmoko.org/wiki/Opkg&lt;br /&gt;
&lt;br /&gt;
Most of this page is about writing bitbake recipes to create ipkgs. If I understand correctly, this is needed to get the ipkg creation into your compile process. If I'm correct, then the page should be renamed. And I shouldn't have been reading it in the first place :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Pike|pike]] 22:21, 1 April 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Thone</id>
		<title>User:Pike/Thone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Thone"/>
				<updated>2010-03-30T23:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Thone - a Terminal Phone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Thone - a Terminal Phone =&lt;br /&gt;
&lt;br /&gt;
'''Thone is a terminal phone written in Bash3 and python for FSO based devices.'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Thone-example.jpg |left|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More precise, thone is a suite of bash scripts to operate your daily phone: sms, call, etc. It does not yet handle dbus signals, such as incoming calls, incoming messages or even outgoing calls; these should still be handled by your default software.&lt;br /&gt;
&lt;br /&gt;
I'm maintaining it here: http://code.google.com/p/thone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It requires&lt;br /&gt;
* a linux based phone like openmoko&lt;br /&gt;
* running on FSO and with the python/dbus library&lt;br /&gt;
* with bash3 installed&lt;br /&gt;
&lt;br /&gt;
Running 'thone' starts a new (bash) shell and initializes Thone. &lt;br /&gt;
In that shell, you have additional commands like &lt;br /&gt;
&lt;br /&gt;
   &amp;gt; call +310652252252&lt;br /&gt;
   &amp;gt; ppl add +31065225222 frank&lt;br /&gt;
   &amp;gt; sms @frank answer your damn phone, i know youre there&lt;br /&gt;
   &amp;gt; toggle sleep on&lt;br /&gt;
&lt;br /&gt;
.. and autocompletion is your friend.&lt;br /&gt;
&lt;br /&gt;
I'm using it on my Openmoko on SHR-U. It comes with a launcher icon for Enlightenment, which spawns a big fonted  Vala-terminal with 'thone jail' in it - so for example &amp;quot;sms read&amp;quot; looks like the image above.&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Thone</id>
		<title>User:Pike/Thone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Thone"/>
				<updated>2010-03-30T23:48:24Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Thone - a Terminal Phone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Thone - a Terminal Phone =&lt;br /&gt;
&lt;br /&gt;
'''Thone is a terminal phone written in Bash3 and python for FSO based devices.'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Thone-example.jpg |left|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More precise, thone is a suite of bash scripts to operate your daily phone: sms, call, etc. It does not yet handle dbus signals, such as incoming calls, incoming messages or even outgoing calls; these should still be handled by your default software.&lt;br /&gt;
&lt;br /&gt;
I'm maintaining it here: http://code.google.com/p/thone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It requires&lt;br /&gt;
* a linux based phone like openmoko&lt;br /&gt;
* running on FSO and with the python/dbus library&lt;br /&gt;
* with bash3 installed&lt;br /&gt;
&lt;br /&gt;
Running 'thone' starts a new (bash) shell and initializes Thone. &lt;br /&gt;
In that shell, you have additional commands like &lt;br /&gt;
&lt;br /&gt;
   &amp;gt; call +310652252252&lt;br /&gt;
   &amp;gt; ppl add +31065225222 frank&lt;br /&gt;
   &amp;gt; sms @frank answer your damn phone, i know youre there&lt;br /&gt;
   &amp;gt; toggle sleep on&lt;br /&gt;
&lt;br /&gt;
.. and autocompletion is your friend.&lt;br /&gt;
&lt;br /&gt;
I'm using it on my Openmoko on SHR-U. It comes with a launcher icon for Enlightenment, which spawns Vala-terminal with 'thone jail' in it - so for example &amp;quot;sms read&amp;quot; looks like the image above.&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Thone</id>
		<title>User:Pike/Thone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Thone"/>
				<updated>2010-03-30T23:48:03Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Thone - a Terminal Phone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Thone - a Terminal Phone =&lt;br /&gt;
&lt;br /&gt;
'''Thone is a terminal phone written in Bash3 and python for freesmartphonebased devices.'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Thone-example.jpg |left|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More precise, thone is a suite of bash scripts to operate your daily phone: sms, call, etc. It does not yet handle dbus signals, such as incoming calls, incoming messages or even outgoing calls; these should still be handled by your default software.&lt;br /&gt;
&lt;br /&gt;
I'm maintaining it here: http://code.google.com/p/thone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It requires&lt;br /&gt;
* a linux based phone like openmoko&lt;br /&gt;
* running on FSO and with the python/dbus library&lt;br /&gt;
* with bash3 installed&lt;br /&gt;
&lt;br /&gt;
Running 'thone' starts a new (bash) shell and initializes Thone. &lt;br /&gt;
In that shell, you have additional commands like &lt;br /&gt;
&lt;br /&gt;
   &amp;gt; call +310652252252&lt;br /&gt;
   &amp;gt; ppl add +31065225222 frank&lt;br /&gt;
   &amp;gt; sms @frank answer your damn phone, i know youre there&lt;br /&gt;
   &amp;gt; toggle sleep on&lt;br /&gt;
&lt;br /&gt;
.. and autocompletion is your friend.&lt;br /&gt;
&lt;br /&gt;
I'm using it on my Openmoko on SHR-U. It comes with a launcher icon for Enlightenment, which spawns Vala-terminal with 'thone jail' in it - so for example &amp;quot;sms read&amp;quot; looks like the image above.&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Thone</id>
		<title>User:Pike/Thone</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Thone"/>
				<updated>2010-03-30T23:47:14Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: =Thone - a Terminal Phone =  '''Thone is a terminal phone written in Bash3 and python for freesmartphonebased devices.'''  thumb   More precise, thone is ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Thone - a Terminal Phone =&lt;br /&gt;
&lt;br /&gt;
'''Thone is a terminal phone written in Bash3 and python for freesmartphonebased devices.'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Thone-example.jpg |left|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More precise, thone is a suite of bash scripts to operate your daily phone: sms, call, etc. It does not yet handle dbus signals, such as incoming calls, incoming messages or even outgoing calls; these should still be handled by your default software.&lt;br /&gt;
&lt;br /&gt;
I'm maintaining it here: http://code.google.com/p/thone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It requires&lt;br /&gt;
* a linux based phone like openmoko&lt;br /&gt;
* running on FSO and with the python/dbus library&lt;br /&gt;
* with bash3 installed&lt;br /&gt;
&lt;br /&gt;
Running 'thone' starts a new (bash) shell and initializes Thone. &lt;br /&gt;
In that shell, you have additional commands like &lt;br /&gt;
&lt;br /&gt;
   &amp;gt; call +310652252252&lt;br /&gt;
   &amp;gt; ppl add +31065225222 frank&lt;br /&gt;
   &amp;gt; sms @frank answer your damn phone, i know youre there&lt;br /&gt;
   &amp;gt; toggle sleep on&lt;br /&gt;
&lt;br /&gt;
.. and autocompletion is your friend.&lt;br /&gt;
&lt;br /&gt;
I'm using it on my Openmoko on SHR-U. It comes with a launcher icon for Enlightenment, which spawns Vala-terminal with 'thone jail' in it - so for example &amp;quot;sms read&amp;quot; looks like this:&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Thone-example.jpg</id>
		<title>File:Thone-example.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Thone-example.jpg"/>
				<updated>2010-03-30T23:42:56Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: An example of running 'sms read' in thone on SHR-U&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of running 'sms read' in thone on SHR-U&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2010-03-30T23:38:21Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[/Boring at best]] working on a basic paroli cleanup .. for fun&lt;br /&gt;
* [[/Navit]] my Navit customisations&lt;br /&gt;
* [[/Shell tools]] some shell tools I keep around&lt;br /&gt;
* [[/Thone]] a Terminal Phone&lt;br /&gt;
* [[/Open wifi]] my open wifi setup (at home)&lt;br /&gt;
* [[/FFShell]] playing with FatFingerShell&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/FFShell</id>
		<title>User:Pike/FFShell</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/FFShell"/>
				<updated>2009-09-23T15:58:57Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Playing with FatFingerShell=&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=DV4p414_VJM&lt;br /&gt;
&lt;br /&gt;
http://fz.hobby-site.org/om/fatfingershell/&lt;br /&gt;
&lt;br /&gt;
[[Image:Om-template-ffv.png|thumb|left|200px|vertical layout]]&lt;br /&gt;
[[Image:Ffshell-neo-h.png|thumb|center|200px|horizontal layout]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/FFShell</id>
		<title>User:Pike/FFShell</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/FFShell"/>
				<updated>2009-09-16T00:11:11Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Playing with FatFingerShell=&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=DV4p414_VJM&lt;br /&gt;
&lt;br /&gt;
http://fz.hobby-site.org/om/fatfingershell/&lt;br /&gt;
&lt;br /&gt;
[[Image:Om-template-ffv.png|thumb|left|200px|vertical layout]]&lt;br /&gt;
[[Image:Ffshell-neo-h.png|thumb|center|200px|vertical layout]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/FFShell</id>
		<title>User:Pike/FFShell</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/FFShell"/>
				<updated>2009-09-16T00:10:26Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Playing with FatFingerShell=&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=DV4p414_VJM&lt;br /&gt;
&lt;br /&gt;
http://fz.hobby-site.org/om/fatfingershell/&lt;br /&gt;
&lt;br /&gt;
[[Image:Om-template-ffv.png|thumb|left|200px|vertical layout]]&lt;br /&gt;
[[Image:Ffshell-neo-h.png|thumb|left|200px|vertical layout]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Ffshell-neo-h.png</id>
		<title>File:Ffshell-neo-h.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Ffshell-neo-h.png"/>
				<updated>2009-09-16T00:09:49Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: uploaded a new version of &amp;quot;Image:Ffshell-neo-h.png&amp;quot;: horizontal sketch of fatfingershell layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;horizonatl fatfingershell layout (sketch)&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Ffshell-neo-h.png</id>
		<title>File:Ffshell-neo-h.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Ffshell-neo-h.png"/>
				<updated>2009-09-16T00:09:01Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: horizonatl fatfingershell layout (sketch)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;horizonatl fatfingershell layout (sketch)&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Om-template-ffv.png</id>
		<title>File:Om-template-ffv.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Om-template-ffv.png"/>
				<updated>2009-09-16T00:05:49Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: vertical sketch for fatfingershell keyboard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vertical sketch for fatfingershell keyboard&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/FFShell</id>
		<title>User:Pike/FFShell</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/FFShell"/>
				<updated>2009-09-16T00:04:30Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: =Playing with FatFingerShell=  http://www.youtube.com/watch?v=DV4p414_VJM  http://fz.hobby-site.org/om/fatfingershell/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Playing with FatFingerShell=&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=DV4p414_VJM&lt;br /&gt;
&lt;br /&gt;
http://fz.hobby-site.org/om/fatfingershell/&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2009-09-16T00:03:31Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[/Boring at best]] working on a basic paroli cleanup .. for fun&lt;br /&gt;
* [[/Navit]] my Navit customisations&lt;br /&gt;
* [[/Shell tools]] some shell tools I keep around&lt;br /&gt;
* [[/Open wifi]] my open wifi setup (at home)&lt;br /&gt;
* [[/FFShell]] playing with FatFingerShell&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Open_wifi</id>
		<title>User:Pike/Open wifi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Open_wifi"/>
				<updated>2009-08-27T22:16:20Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Open Wifi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Open Wifi=&lt;br /&gt;
&lt;br /&gt;
This is just my own setup. Since it works for me, at home, I copy it over everytime I flash the phone. Oh, I do try the widgets that come out of the box. But they usually dont work. &lt;br /&gt;
&lt;br /&gt;
Tweek as needed. YMMV.&lt;br /&gt;
&lt;br /&gt;
==/etc/default/dropbear==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DROPBEAR_PORT=*:22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==/etc/network/interfaces==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)&lt;br /&gt;
 &lt;br /&gt;
# The loopback interface&lt;br /&gt;
auto lo&lt;br /&gt;
iface lo inet loopback&lt;br /&gt;
&lt;br /&gt;
# Wireless interfaces&lt;br /&gt;
iface wlan0 inet dhcp&lt;br /&gt;
wireless_mode managed&lt;br /&gt;
wireless_essid any&lt;br /&gt;
iface atml0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
# Wired or wireless interfaces&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
#	up route add default gw 192.168.1.1 &lt;br /&gt;
	up echo nameserver 192.168.1.1  &amp;gt; /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
iface eth1 inet dhcp&lt;br /&gt;
&lt;br /&gt;
# Ethernet/RNDIS gadget (g_ether)&lt;br /&gt;
# ... or on host side, usbnet and random hwaddr&lt;br /&gt;
auto usb0&lt;br /&gt;
iface usb0 inet static&lt;br /&gt;
	address 192.168.0.202&lt;br /&gt;
	netmask 255.255.255.0&lt;br /&gt;
	network 192.168.0.0&lt;br /&gt;
# pike - never inet out thru usb&lt;br /&gt;
#	up route add default gw 192.168.0.200 metric 8&lt;br /&gt;
#	up echo nameserver 208.67.222.222 &amp;gt; /etc/resolv.conf&lt;br /&gt;
#	up echo nameserver 208.67.220.220 &amp;gt;&amp;gt; /etc/resolv.conf&lt;br /&gt;
#	down route del default gw 192.168.0.200 metric 8&lt;br /&gt;
&lt;br /&gt;
# Bluetooth networking&lt;br /&gt;
iface bnep0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Open_wifi</id>
		<title>User:Pike/Open wifi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Open_wifi"/>
				<updated>2009-08-27T22:15:33Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: =Open Wifi=  This is just my own setup. Since it works, I copy it over everytime I flash the phone. Oh, I do try the widgets that come out of the box. But they usually dont work.  ==/etc/d...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Open Wifi=&lt;br /&gt;
&lt;br /&gt;
This is just my own setup. Since it works, I copy it over everytime I flash the phone. Oh, I do try the widgets that come out of the box. But they usually dont work.&lt;br /&gt;
&lt;br /&gt;
==/etc/default/dropbear==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DROPBEAR_PORT=*:22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==/etc/network/interfaces==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)&lt;br /&gt;
 &lt;br /&gt;
# The loopback interface&lt;br /&gt;
auto lo&lt;br /&gt;
iface lo inet loopback&lt;br /&gt;
&lt;br /&gt;
# Wireless interfaces&lt;br /&gt;
iface wlan0 inet dhcp&lt;br /&gt;
wireless_mode managed&lt;br /&gt;
wireless_essid any&lt;br /&gt;
iface atml0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
# Wired or wireless interfaces&lt;br /&gt;
iface eth0 inet dhcp&lt;br /&gt;
#	up route add default gw 192.168.1.1 &lt;br /&gt;
	up echo nameserver 192.168.1.1  &amp;gt; /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
iface eth1 inet dhcp&lt;br /&gt;
&lt;br /&gt;
# Ethernet/RNDIS gadget (g_ether)&lt;br /&gt;
# ... or on host side, usbnet and random hwaddr&lt;br /&gt;
auto usb0&lt;br /&gt;
iface usb0 inet static&lt;br /&gt;
	address 192.168.0.202&lt;br /&gt;
	netmask 255.255.255.0&lt;br /&gt;
	network 192.168.0.0&lt;br /&gt;
# pike - never inet out thru usb&lt;br /&gt;
#	up route add default gw 192.168.0.200 metric 8&lt;br /&gt;
#	up echo nameserver 208.67.222.222 &amp;gt; /etc/resolv.conf&lt;br /&gt;
#	up echo nameserver 208.67.220.220 &amp;gt;&amp;gt; /etc/resolv.conf&lt;br /&gt;
#	down route del default gw 192.168.0.200 metric 8&lt;br /&gt;
&lt;br /&gt;
# Bluetooth networking&lt;br /&gt;
iface bnep0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2009-08-27T22:12:51Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[/Boring at best]] working on a basic paroli cleanup .. for fun&lt;br /&gt;
* [[/Navit]] my Navit customisations&lt;br /&gt;
* [[/Shell tools]] some shell tools I keep around&lt;br /&gt;
* [[/Open wifi]] my open wifi setup (at home)&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Shell_tools</id>
		<title>User:Pike/Shell tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Shell_tools"/>
				<updated>2009-08-27T14:06:13Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Shell Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Shell Tools=&lt;br /&gt;
&lt;br /&gt;
So many GUIs to do so many things - and they all crash or do the wrong thing - and what i need is always sooooo simple. So lately I keep a bunch of shell scripts to do the job - and link those from /usr/share/applications, using&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Exec=vala-terminal -e &amp;quot;/root/bin/somescript.sh; exit&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No big magic here. YMMV. Tweek as needed.&lt;br /&gt;
&lt;br /&gt;
==keeping the phone from falling asleep==&lt;br /&gt;
&lt;br /&gt;
Very usefull when using wifi or a navigator, or a alarm :-D&lt;br /&gt;
&lt;br /&gt;
===sleep-off.sh===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;never sleeping again&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display enabled &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===sleep-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Sleeping when I want&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display auto &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==wifi management==&lt;br /&gt;
&lt;br /&gt;
===wifi-home.sh===&lt;br /&gt;
This ofcourse requires you have configure your network/interfaces ..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power up wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi enabled&lt;br /&gt;
&lt;br /&gt;
# bounce eth0&lt;br /&gt;
iwconfig eth0 essid your_essid_here&lt;br /&gt;
ifdown eth0; ifup eth0&lt;br /&gt;
&lt;br /&gt;
sleep 30&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===wifi-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power down wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi disabled&lt;br /&gt;
&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==gprs management==&lt;br /&gt;
&lt;br /&gt;
===gprs-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo enabling gprs ..&lt;br /&gt;
APN=&amp;quot;internet&amp;quot;&lt;br /&gt;
USERNAME=&amp;quot; &amp;quot;&lt;br /&gt;
PASSWORD=&amp;quot; &amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.ActivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME $APN &amp;quot;$USERNAME&amp;quot; &amp;quot;$PASSWORD&amp;quot;&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===gprs-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Disabling gprs&amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.DeactivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==change paroli bg==&lt;br /&gt;
Actually, I've only done this once. Saving it here for reference.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
BLAH=/usr/share/paroli/applications/paroli-launcher2/edje/default/images/bg.png&lt;br /&gt;
echo &amp;quot;put your bg in $BLAH&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cd /usr/share/paroli/applications/paroli-launcher2&lt;br /&gt;
edje_cc -id edje/default/images -id ../common-for-edje/images -fd ../common-for-edje/fonts \&lt;br /&gt;
	edje/default/paroli-launcher.edc -o paroli-launcher.edj&lt;br /&gt;
chmod +r paroli-launcher.edj&lt;br /&gt;
pkill paroli&lt;br /&gt;
DISPLAY=:0 paroli &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Shell_tools</id>
		<title>User:Pike/Shell tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Shell_tools"/>
				<updated>2009-08-27T14:05:08Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* change paroli bg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Shell Tools=&lt;br /&gt;
&lt;br /&gt;
So many GUIs to do so many things - and they all crash or do the wrong thing - and what i need is always so simple.&lt;br /&gt;
&lt;br /&gt;
So lately I keep a bunch of shell scripts to do the job - and link those from /usr/share/applications, as in&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Exec=vala-terminal -e &amp;quot;/root/bin/somescript.sh; exit&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No big magic here. YMMV. &lt;br /&gt;
&lt;br /&gt;
==keeping the phone from falling asleep==&lt;br /&gt;
&lt;br /&gt;
Very usefull when using wifi or a navigator, or a alarm :-D&lt;br /&gt;
&lt;br /&gt;
===sleep-off.sh===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;never sleeping again&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display enabled &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===sleep-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Sleeping when I want&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display auto &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==wifi management==&lt;br /&gt;
&lt;br /&gt;
===wifi-home.sh===&lt;br /&gt;
This ofcourse requires you have configure your network/interfaces ..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power up wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi enabled&lt;br /&gt;
&lt;br /&gt;
# bounce eth0&lt;br /&gt;
iwconfig eth0 essid your_essid_here&lt;br /&gt;
ifdown eth0; ifup eth0&lt;br /&gt;
&lt;br /&gt;
sleep 30&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===wifi-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power down wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi disabled&lt;br /&gt;
&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==gprs management==&lt;br /&gt;
&lt;br /&gt;
===gprs-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo enabling gprs ..&lt;br /&gt;
APN=&amp;quot;internet&amp;quot;&lt;br /&gt;
USERNAME=&amp;quot; &amp;quot;&lt;br /&gt;
PASSWORD=&amp;quot; &amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.ActivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME $APN &amp;quot;$USERNAME&amp;quot; &amp;quot;$PASSWORD&amp;quot;&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===gprs-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Disabling gprs&amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.DeactivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==change paroli bg==&lt;br /&gt;
Actually, I've only done this once. Saving it here for reference.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
BLAH=/usr/share/paroli/applications/paroli-launcher2/edje/default/images/bg.png&lt;br /&gt;
echo &amp;quot;put your bg in $BLAH&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cd /usr/share/paroli/applications/paroli-launcher2&lt;br /&gt;
edje_cc -id edje/default/images -id ../common-for-edje/images -fd ../common-for-edje/fonts \&lt;br /&gt;
	edje/default/paroli-launcher.edc -o paroli-launcher.edj&lt;br /&gt;
chmod +r paroli-launcher.edj&lt;br /&gt;
pkill paroli&lt;br /&gt;
DISPLAY=:0 paroli &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Shell_tools</id>
		<title>User:Pike/Shell tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Shell_tools"/>
				<updated>2009-08-27T14:04:19Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* wifi-off.sh */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Shell Tools=&lt;br /&gt;
&lt;br /&gt;
So many GUIs to do so many things - and they all crash or do the wrong thing - and what i need is always so simple.&lt;br /&gt;
&lt;br /&gt;
So lately I keep a bunch of shell scripts to do the job - and link those from /usr/share/applications, as in&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Exec=vala-terminal -e &amp;quot;/root/bin/somescript.sh; exit&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No big magic here. YMMV. &lt;br /&gt;
&lt;br /&gt;
==keeping the phone from falling asleep==&lt;br /&gt;
&lt;br /&gt;
Very usefull when using wifi or a navigator, or a alarm :-D&lt;br /&gt;
&lt;br /&gt;
===sleep-off.sh===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;never sleeping again&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display enabled &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===sleep-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Sleeping when I want&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display auto &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==wifi management==&lt;br /&gt;
&lt;br /&gt;
===wifi-home.sh===&lt;br /&gt;
This ofcourse requires you have configure your network/interfaces ..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power up wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi enabled&lt;br /&gt;
&lt;br /&gt;
# bounce eth0&lt;br /&gt;
iwconfig eth0 essid your_essid_here&lt;br /&gt;
ifdown eth0; ifup eth0&lt;br /&gt;
&lt;br /&gt;
sleep 30&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===wifi-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power down wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi disabled&lt;br /&gt;
&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==gprs management==&lt;br /&gt;
&lt;br /&gt;
===gprs-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo enabling gprs ..&lt;br /&gt;
APN=&amp;quot;internet&amp;quot;&lt;br /&gt;
USERNAME=&amp;quot; &amp;quot;&lt;br /&gt;
PASSWORD=&amp;quot; &amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.ActivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME $APN &amp;quot;$USERNAME&amp;quot; &amp;quot;$PASSWORD&amp;quot;&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===gprs-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Disabling gprs&amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.DeactivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==change paroli bg==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
BLAH=/usr/share/paroli/applications/paroli-launcher2/edje/default/images/bg.png&lt;br /&gt;
echo &amp;quot;put your bg in $BLAH&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cd /usr/share/paroli/applications/paroli-launcher2&lt;br /&gt;
edje_cc -id edje/default/images -id ../common-for-edje/images -fd ../common-for-edje/fonts \&lt;br /&gt;
	edje/default/paroli-launcher.edc -o paroli-launcher.edj&lt;br /&gt;
chmod +r paroli-launcher.edj&lt;br /&gt;
pkill paroli&lt;br /&gt;
DISPLAY=:0 paroli &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Shell_tools</id>
		<title>User:Pike/Shell tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Shell_tools"/>
				<updated>2009-08-27T14:03:18Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: =Shell Tools=  So many GUIs to do so many things - and they all crash or do the wrong thing - and what i need is always so simple.  So lately I keep a bunch of shell scripts to do the job ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Shell Tools=&lt;br /&gt;
&lt;br /&gt;
So many GUIs to do so many things - and they all crash or do the wrong thing - and what i need is always so simple.&lt;br /&gt;
&lt;br /&gt;
So lately I keep a bunch of shell scripts to do the job - and link those from /usr/share/applications, as in&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Exec=vala-terminal -e &amp;quot;/root/bin/somescript.sh; exit&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No big magic here. YMMV. &lt;br /&gt;
&lt;br /&gt;
==keeping the phone from falling asleep==&lt;br /&gt;
&lt;br /&gt;
Very usefull when using wifi or a navigator, or a alarm :-D&lt;br /&gt;
&lt;br /&gt;
===sleep-off.sh===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;never sleeping again&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display enabled &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===sleep-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Sleeping when I want&amp;quot;&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        Display auto &lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==wifi management==&lt;br /&gt;
&lt;br /&gt;
===wifi-home.sh===&lt;br /&gt;
This ofcourse requires you have configure your network/interfaces ..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# power up wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi enabled&lt;br /&gt;
&lt;br /&gt;
# bounce eth0&lt;br /&gt;
iwconfig eth0 essid your_essid_here&lt;br /&gt;
ifdown eth0; ifup eth0&lt;br /&gt;
&lt;br /&gt;
sleep 30&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===wifi-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# keep the screen alive &lt;br /&gt;
&lt;br /&gt;
# power down wifi&lt;br /&gt;
mdbus -s org.freesmartphone.ousaged /org/freesmartphone/Usage \&lt;br /&gt;
        org.freesmartphone.Usage.SetResourcePolicy \&lt;br /&gt;
        WiFi disabled&lt;br /&gt;
&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==gprs management==&lt;br /&gt;
&lt;br /&gt;
===gprs-on.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo enabling gprs ..&lt;br /&gt;
APN=&amp;quot;internet&amp;quot;&lt;br /&gt;
USERNAME=&amp;quot; &amp;quot;&lt;br /&gt;
PASSWORD=&amp;quot; &amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.ActivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME $APN &amp;quot;$USERNAME&amp;quot; &amp;quot;$PASSWORD&amp;quot;&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===gprs-off.sh===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
echo &amp;quot;Disabling gprs&amp;quot;&lt;br /&gt;
BUSNAME=&amp;quot;org.freesmartphone.ogsmd&amp;quot;&lt;br /&gt;
OBJECTPATH=&amp;quot;/org/freesmartphone/GSM/Device&amp;quot;&lt;br /&gt;
METHODNAME=&amp;quot;org.freesmartphone.GSM.PDP.DeactivateContext&amp;quot;&lt;br /&gt;
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME&lt;br /&gt;
sleep 5&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==change paroli bg==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
BLAH=/usr/share/paroli/applications/paroli-launcher2/edje/default/images/bg.png&lt;br /&gt;
echo &amp;quot;put your bg in $BLAH&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cd /usr/share/paroli/applications/paroli-launcher2&lt;br /&gt;
edje_cc -id edje/default/images -id ../common-for-edje/images -fd ../common-for-edje/fonts \&lt;br /&gt;
	edje/default/paroli-launcher.edc -o paroli-launcher.edj&lt;br /&gt;
chmod +r paroli-launcher.edj&lt;br /&gt;
pkill paroli&lt;br /&gt;
DISPLAY=:0 paroli &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2009-08-27T13:51:49Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[/Boring at best]] working on a basic paroli cleanup .. for fun&lt;br /&gt;
* [[/Navit]] my Navit customisations&lt;br /&gt;
* [[/Shell tools]] some shell tools I keep around&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Navit</id>
		<title>User:Pike/Navit</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Navit"/>
				<updated>2009-08-26T12:06:01Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Pikes Navit OSD customisation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Pikes Navit OSD customisation=&lt;br /&gt;
&lt;br /&gt;
I dont drive a car, so I left out the &amp;quot;next turn in 10 kms&amp;quot;, &amp;quot;estimated arrival time&amp;quot;, and other route features. I do like he GPS coords, so these are central. The rest is obvious imho. The current streets name on the top only appears when routing (for some reason).&lt;br /&gt;
&lt;br /&gt;
[[Image:navit-pike-osd.png|300px]]  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${navigation.item.street_name}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;0&amp;quot; w=&amp;quot;480&amp;quot; h=&amp;quot;30&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;300&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;compass&amp;quot;  background_color=&amp;quot;#00000000&amp;quot; &lt;br /&gt;
		x=&amp;quot;160&amp;quot; y=&amp;quot;-125&amp;quot; w=&amp;quot;160&amp;quot; h=&amp;quot;80&amp;quot;  /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;-96&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_in()&amp;quot; src=&amp;quot;zoom_in.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_out()&amp;quot; src=&amp;quot;zoom_out.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot;  label=&amp;quot;${vehicle.position_speed}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;140&amp;quot;  h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;4&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_coord_geo}&amp;quot; &lt;br /&gt;
		x=&amp;quot;140&amp;quot; y=&amp;quot;-25&amp;quot;  w=&amp;quot;200&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;200&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_sats_used}:${vehicle.position_qual}&amp;quot; &lt;br /&gt;
		x=&amp;quot;340&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;100&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;gps_status&amp;quot;  &lt;br /&gt;
		x=&amp;quot;440&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;40&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;450&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		/my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Navit</id>
		<title>User:Pike/Navit</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Navit"/>
				<updated>2009-08-26T12:03:15Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Pikes Navit OSD customisation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Pikes Navit OSD customisation=&lt;br /&gt;
&lt;br /&gt;
I dont drive a car, so I left out the &amp;quot;next turn in 10 kms&amp;quot; and other route features. I do like he GPS coords, so these are central. The rest is obvious imho. The current streets name on the top only appears when routing (for some reason).&lt;br /&gt;
&lt;br /&gt;
[[Image:navit-pike-osd.png|300px]]  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${navigation.item.street_name}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;0&amp;quot; w=&amp;quot;480&amp;quot; h=&amp;quot;30&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;300&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;compass&amp;quot;  background_color=&amp;quot;#00000000&amp;quot; &lt;br /&gt;
		x=&amp;quot;160&amp;quot; y=&amp;quot;-125&amp;quot; w=&amp;quot;160&amp;quot; h=&amp;quot;80&amp;quot;  /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;-96&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_in()&amp;quot; src=&amp;quot;zoom_in.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_out()&amp;quot; src=&amp;quot;zoom_out.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot;  label=&amp;quot;${vehicle.position_speed}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;140&amp;quot;  h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;4&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_coord_geo}&amp;quot; &lt;br /&gt;
		x=&amp;quot;140&amp;quot; y=&amp;quot;-25&amp;quot;  w=&amp;quot;200&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;200&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_sats_used}:${vehicle.position_qual}&amp;quot; &lt;br /&gt;
		x=&amp;quot;340&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;100&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;gps_status&amp;quot;  &lt;br /&gt;
		x=&amp;quot;440&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;40&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;450&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		/my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Navit</id>
		<title>User:Pike/Navit</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Navit"/>
				<updated>2009-08-26T12:02:30Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: comments&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Pikes Navit OSD customisation=&lt;br /&gt;
&lt;br /&gt;
I dont drive a car, so I left out the &amp;quot;next turn in 10 kms&amp;quot; and other route features. I do like he GPS coords, so these are central. The rest is obvious imho. The street's name on the top only appear when routing (for some reason).&lt;br /&gt;
&lt;br /&gt;
[[Image:navit-pike-osd.png|300px]]  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${navigation.item.street_name}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;0&amp;quot; w=&amp;quot;480&amp;quot; h=&amp;quot;30&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;300&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;compass&amp;quot;  background_color=&amp;quot;#00000000&amp;quot; &lt;br /&gt;
		x=&amp;quot;160&amp;quot; y=&amp;quot;-125&amp;quot; w=&amp;quot;160&amp;quot; h=&amp;quot;80&amp;quot;  /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;-96&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_in()&amp;quot; src=&amp;quot;zoom_in.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_out()&amp;quot; src=&amp;quot;zoom_out.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot;  label=&amp;quot;${vehicle.position_speed}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;140&amp;quot;  h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;4&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_coord_geo}&amp;quot; &lt;br /&gt;
		x=&amp;quot;140&amp;quot; y=&amp;quot;-25&amp;quot;  w=&amp;quot;200&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;200&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_sats_used}:${vehicle.position_qual}&amp;quot; &lt;br /&gt;
		x=&amp;quot;340&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;100&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;gps_status&amp;quot;  &lt;br /&gt;
		x=&amp;quot;440&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;40&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;450&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		/my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Navit</id>
		<title>User:Pike/Navit</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Navit"/>
				<updated>2009-08-26T11:56:41Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: =Pikes Navit OSD customisation=  300px    &amp;lt;pre&amp;gt;  	&amp;lt;!-- 		my customisation for neo freerunner 		 	--&amp;gt; 	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${navigation.item.s...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Pikes Navit OSD customisation=&lt;br /&gt;
&lt;br /&gt;
[[Image:navit-pike-osd.png|300px]]  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${navigation.item.street_name}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;0&amp;quot; w=&amp;quot;480&amp;quot; h=&amp;quot;30&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;300&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;compass&amp;quot;  background_color=&amp;quot;#00000000&amp;quot; &lt;br /&gt;
		x=&amp;quot;160&amp;quot; y=&amp;quot;-125&amp;quot; w=&amp;quot;160&amp;quot; h=&amp;quot;80&amp;quot;  /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;-96&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_in()&amp;quot; src=&amp;quot;zoom_in.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;button&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-121&amp;quot; &lt;br /&gt;
		command=&amp;quot;zoom_out()&amp;quot; src=&amp;quot;zoom_out.xpm&amp;quot;/&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot;  label=&amp;quot;${vehicle.position_speed}&amp;quot; &lt;br /&gt;
		x=&amp;quot;0&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;140&amp;quot;  h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;4&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_coord_geo}&amp;quot; &lt;br /&gt;
		x=&amp;quot;140&amp;quot; y=&amp;quot;-25&amp;quot;  w=&amp;quot;200&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;0&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;200&amp;quot; /&amp;gt;&lt;br /&gt;
	 &lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;text&amp;quot; label=&amp;quot;${vehicle.position_sats_used}:${vehicle.position_qual}&amp;quot; &lt;br /&gt;
		x=&amp;quot;340&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;100&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;350&amp;quot; /&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt;osd enabled=&amp;quot;yes&amp;quot; type=&amp;quot;gps_status&amp;quot;  &lt;br /&gt;
		x=&amp;quot;440&amp;quot; y=&amp;quot;-25&amp;quot; w=&amp;quot;40&amp;quot; h=&amp;quot;25&amp;quot; &lt;br /&gt;
		align=&amp;quot;8&amp;quot; background_color=&amp;quot;#000000cc&amp;quot; font_size=&amp;quot;450&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!--&lt;br /&gt;
		/my customisation for neo freerunner&lt;br /&gt;
		&lt;br /&gt;
	--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Navit-pike-osd.png</id>
		<title>File:Navit-pike-osd.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Navit-pike-osd.png"/>
				<updated>2009-08-26T11:52:05Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: preview of pikes navit customisation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;preview of pikes navit customisation&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2009-08-26T11:51:03Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[/Boring at best]] working on a basic paroli cleanup .. for fun&lt;br /&gt;
* [[/Navit]] my Navit customisations&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T01:17:58Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|70px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|center|300px|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|650px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T01:15:55Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring At Best */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|70px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|center|300px|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|650px]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T01:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring At Best */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|70px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|center|300px|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|650px]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T01:09:03Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring At Best */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T01:03:42Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring At Best */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|450px]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T01:02:24Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring At Best */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
]&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|450px]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T00:27:23Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* avoid double top bars */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a extra button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) for when you are &lt;br /&gt;
in windowed mode and wouldnt have paroli's topbar available.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'.&lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T00:23:41Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring At Best */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) when you are &lt;br /&gt;
in windowed mode.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'. &lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T00:22:12Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* what is new */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
== what is new ==&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) when you are &lt;br /&gt;
in windowed mode.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'. &lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T00:21:38Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* primary and secondary options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
=== what is new ===&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) when you are &lt;br /&gt;
in windowed mode.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'. &lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
Each line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-07-26T00:20:05Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: from the mail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Some explanation==&lt;br /&gt;
&lt;br /&gt;
Any good interface has it's &amp;quot;Rythm &amp;amp; Rhyme&amp;quot;. On &lt;br /&gt;
a single screen, your eye will catch the hidden grid &lt;br /&gt;
and swerve around primary and secondary options in &lt;br /&gt;
a split second. This works subliminally - you wouldn't &lt;br /&gt;
even notice, but this is what makes an interface &lt;br /&gt;
'feel good'. This is even more true for phones, small &lt;br /&gt;
screen, use it with one eye and one finger in a busy &lt;br /&gt;
environment .. and between screens, your memory will &lt;br /&gt;
recognize changes in that &amp;quot;Rythm and Rhyme&amp;quot;, too. Yes, &lt;br /&gt;
a good interface is much like a poem, or a piece of &lt;br /&gt;
music :-) &lt;br /&gt;
&lt;br /&gt;
.. so I was trying to find a grid, a basic layout, &lt;br /&gt;
that fits all purposes. At the same time, this grid &lt;br /&gt;
should be numberfriendly, as it has to be programmed &lt;br /&gt;
in edje. You need &amp;quot;a few classes&amp;quot; of fonts, not a &lt;br /&gt;
new font on every page. Same with colors, shades, etc. &lt;br /&gt;
&lt;br /&gt;
So that's basicly what this was &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0-grid.png&lt;br /&gt;
.. but it's already outdated :-) &lt;br /&gt;
&lt;br /&gt;
Such a grid should include whatever options &lt;br /&gt;
you might think of in the future - dialogs, extra &lt;br /&gt;
buttons, etc .. so that's basicly this &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
&lt;br /&gt;
For example, this &amp;quot;big blocker bar&amp;quot; (a modal dialog) is not &lt;br /&gt;
actually used anywhere, but if it *would* be, it should be &lt;br /&gt;
there (there is a modal dialog in the &amp;quot;dial&amp;quot; and &lt;br /&gt;
when &amp;quot;sending&amp;quot; an sms, btw). Same for the &amp;quot;informational &lt;br /&gt;
bar&amp;quot; - a thing that should hide itself once you touch the &lt;br /&gt;
screen imho - its not used anywhere - but if it would &lt;br /&gt;
be, it should be right there. And hey, it could say &lt;br /&gt;
&amp;quot;52 messages, 4 unread&amp;quot;, for an instance, couldnt it ? :-) &lt;br /&gt;
&lt;br /&gt;
=== what is new ===&lt;br /&gt;
&lt;br /&gt;
As little as possible :-D &lt;br /&gt;
But, as I'm sketching and using the phone, a few things &lt;br /&gt;
are indeed new and needed imho. &lt;br /&gt;
&lt;br /&gt;
====avoid next,back====&lt;br /&gt;
The &amp;quot;next&amp;quot;, &amp;quot;back&amp;quot; paradigm doesnt really work for &lt;br /&gt;
me. I want to know *what* &amp;quot;next&amp;quot; is. &amp;quot;back&amp;quot; is not &lt;br /&gt;
always where I came from. And above that, I don't &lt;br /&gt;
always know where I am (this happens particularly &lt;br /&gt;
in the settings, currently). So I've changed &amp;quot;back&amp;quot; &lt;br /&gt;
and &amp;quot;next&amp;quot; to a virtual &amp;quot;path&amp;quot; and an &amp;quot;action&amp;quot;. &lt;br /&gt;
There could be more actions, actually (eg in sms|read, &lt;br /&gt;
you can &amp;quot;delete&amp;quot; and &amp;quot;reply&amp;quot; a message). If you &lt;br /&gt;
click on an action, that should become part of &lt;br /&gt;
your path in the next screen. For example, if &lt;br /&gt;
you are in &amp;quot;Setting | Wifi&amp;quot;, the main action is &lt;br /&gt;
&amp;quot;Scan&amp;quot;. In the next screen, the path should be &lt;br /&gt;
&amp;quot;Settings | Wifi | Scan&amp;quot;. Action and Paths are &lt;br /&gt;
CamelCased. &lt;br /&gt;
&lt;br /&gt;
====avoid double top bars====&lt;br /&gt;
the &amp;quot;panel&amp;quot; (the top bar) should be removed in all &lt;br /&gt;
screens if we are in windowed mode imho, because you now &lt;br /&gt;
get two rows of similar icons. Ergo, there can be &lt;br /&gt;
nothing essential in Paroli's panel that's not in the &lt;br /&gt;
Illume panel. &lt;br /&gt;
&lt;br /&gt;
But there is one essential thing there now: the clock, used to &lt;br /&gt;
return to the launcher. So we'd need a button in the interface&lt;br /&gt;
to &amp;quot;close&amp;quot; a paroli app (like &amp;quot;msgs&amp;quot;) when you are &lt;br /&gt;
in windowed mode.&lt;br /&gt;
 &lt;br /&gt;
In fact, it should look like a &amp;quot;close&amp;quot; button: if you tap &lt;br /&gt;
around Illume, you will find the &amp;quot;chooser&amp;quot; is still &lt;br /&gt;
hanging around and not responding until you &amp;quot;close&amp;quot; &lt;br /&gt;
the other screen. &lt;br /&gt;
&lt;br /&gt;
So that's what the funny circle is in the 3rd image at &lt;br /&gt;
http://wiki.openmoko.org/wiki/Image:BAB-List-default-1.0.png&lt;br /&gt;
, a 'close button'. &lt;br /&gt;
&lt;br /&gt;
====show if the launcher is waiting====&lt;br /&gt;
&lt;br /&gt;
I also think the main screen, the launcher, should &lt;br /&gt;
indicate it's waiting for the other app to quit. It &lt;br /&gt;
would not harm if you are in fullscreen (since you won't see &lt;br /&gt;
it) and it would be very beneficial in windowed mode. &lt;br /&gt;
I have a screenshot of that, here .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====primary and secondary options====&lt;br /&gt;
&lt;br /&gt;
The most important thing is, I think, I differentiate &lt;br /&gt;
between &amp;quot;primary&amp;quot; and &amp;quot;secondary&amp;quot; options: &lt;br /&gt;
   &lt;br /&gt;
The screen is divided in lines. &lt;br /&gt;
   &lt;br /&gt;
Each line can only have one primary, big, white, option. &lt;br /&gt;
If you click it, the background color of the whole line &lt;br /&gt;
quickly hilites before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
A line can have several secondary (small, grey, lowercased) &lt;br /&gt;
options. If you click it, only the font color quickly &lt;br /&gt;
switches before the screen changes. &lt;br /&gt;
   &lt;br /&gt;
I think this differentation is usefull, as it gives a user &lt;br /&gt;
an idea about the &amp;quot;default&amp;quot; action - go forward - and several &lt;br /&gt;
sideoptions - &amp;quot;delete that thing, go back&amp;quot; - without visually &lt;br /&gt;
cluttering the screen. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Paroli-themes</id>
		<title>Paroli-themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Paroli-themes"/>
				<updated>2009-06-10T11:34:54Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Design concept 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is here to collect the ideas, design mockups and thoughts about how [[Paroli]] could look like, how could it work. The plan is to create a new template to be used instead of the default black-and-white one. &lt;br /&gt;
&lt;br /&gt;
For motivation, have a look at the [http://lists.openmoko.org/pipermail/community/2009-May/048133.html Community driven redesign / new theme for Paroli] thread&lt;br /&gt;
&lt;br /&gt;
== GUI wishlist aka. Random ideas ==&lt;br /&gt;
* SMS writing in landscape mode: one small line for text and HUGE keyboard to be used with your fingers while walking&lt;br /&gt;
* Bling bling - what kind of effects do we have available? Fading, sliding..? I'd like to see it smoooth.&lt;br /&gt;
&lt;br /&gt;
== Design concept 1 ==&lt;br /&gt;
'''Designer''':[[User:Pike|pike]] 19:42, 6 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|thumb|3 screens]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|listview, more options]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for a settings and a texteditor screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;br /&gt;
&lt;br /&gt;
== Design concept 2 ==&lt;br /&gt;
* Designer:&lt;br /&gt;
* Screenshots/mockups:&lt;br /&gt;
* Explanation:&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Paroli-themes</id>
		<title>Paroli-themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Paroli-themes"/>
				<updated>2009-06-10T11:32:34Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: replacing BAB sizzle with 3 screens&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is here to collect the ideas, design mockups and thoughts about how [[Paroli]] could look like, how could it work. The plan is to create a new template to be used instead of the default black-and-white one. &lt;br /&gt;
&lt;br /&gt;
For motivation, have a look at the [http://lists.openmoko.org/pipermail/community/2009-May/048133.html Community driven redesign / new theme for Paroli] thread&lt;br /&gt;
&lt;br /&gt;
== GUI wishlist aka. Random ideas ==&lt;br /&gt;
* SMS writing in landscape mode: one small line for text and HUGE keyboard to be used with your fingers while walking&lt;br /&gt;
* Bling bling - what kind of effects do we have available? Fading, sliding..? I'd like to see it smoooth.&lt;br /&gt;
&lt;br /&gt;
== Design concept 1 ==&lt;br /&gt;
'''Designer''':[[User:Pike|pike]] 19:42, 6 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|thumb|3 screens]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|listview, more options]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;br /&gt;
&lt;br /&gt;
== Design concept 2 ==&lt;br /&gt;
* Designer:&lt;br /&gt;
* Screenshots/mockups:&lt;br /&gt;
* Explanation:&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best</id>
		<title>User:Pike/Boring at best</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike/Boring_at_best"/>
				<updated>2009-06-09T22:00:30Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: New page: == Boring At Best ==   '''Explanation''':  sizzle 50px [[Image:BAB-List-default-1.0...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Boring At Best ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Bab-1.2-3screens.png|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Bab-1.2-3screens.png</id>
		<title>File:Bab-1.2-3screens.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Bab-1.2-3screens.png"/>
				<updated>2009-06-09T21:57:59Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: Comparing 3 screens of &amp;quot;boring at best&amp;quot; Paroli sketches.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Comparing 3 screens of &amp;quot;boring at best&amp;quot; Paroli sketches.&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2009-06-09T21:55:27Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[/Boring at best]] working on a basic paroli cleanup .. for fun&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Pike</id>
		<title>User:Pike</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Pike"/>
				<updated>2009-06-06T23:44:12Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just happen to have an openmoko as my main and only phone. So whatever's worth sharing to improve it, I'll add here.&lt;br /&gt;
&lt;br /&gt;
* [[/OM2009 first run]] use case dd 2009/05/16&lt;br /&gt;
* [[Paroli-themes]] working on a basic paroli cleanup .. for fun&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Paroli-themes</id>
		<title>Paroli-themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Paroli-themes"/>
				<updated>2009-06-06T19:43:49Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Design concept 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is here to collect the ideas, design mockups and thoughts about how [[Paroli]] could look like, how could it work. The plan is to create a new template to be used instead of the default black-and-white one. &lt;br /&gt;
&lt;br /&gt;
For motivation, have a look at the [http://lists.openmoko.org/pipermail/community/2009-May/048133.html Community driven redesign / new theme for Paroli] thread&lt;br /&gt;
&lt;br /&gt;
== GUI wishlist aka. Random ideas ==&lt;br /&gt;
* SMS writing in landscape mode: one small line for text and HUGE keyboard to be used with your fingers while walking&lt;br /&gt;
* Bling bling - what kind of effects do we have available? Fading, sliding..? I'd like to see it smoooth.&lt;br /&gt;
&lt;br /&gt;
== Design concept 1 ==&lt;br /&gt;
'''Designer''':[[User:Pike|pike]] 19:42, 6 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|default listview, all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;br /&gt;
&lt;br /&gt;
== Design concept 2 ==&lt;br /&gt;
* Designer:&lt;br /&gt;
* Screenshots/mockups:&lt;br /&gt;
* Explanation:&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Paroli-themes</id>
		<title>Paroli-themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Paroli-themes"/>
				<updated>2009-06-06T19:42:57Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Design concept 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is here to collect the ideas, design mockups and thoughts about how [[Paroli]] could look like, how could it work. The plan is to create a new template to be used instead of the default black-and-white one. &lt;br /&gt;
&lt;br /&gt;
For motivation, have a look at the [http://lists.openmoko.org/pipermail/community/2009-May/048133.html Community driven redesign / new theme for Paroli] thread&lt;br /&gt;
&lt;br /&gt;
== GUI wishlist aka. Random ideas ==&lt;br /&gt;
* SMS writing in landscape mode: one small line for text and HUGE keyboard to be used with your fingers while walking&lt;br /&gt;
* Bling bling - what kind of effects do we have available? Fading, sliding..? I'd like to see it smoooth.&lt;br /&gt;
&lt;br /&gt;
== Design concept 1 ==&lt;br /&gt;
'''Designer''':[[User:Pike|pike]] 19:42, 6 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; and some ''style guidelines''  too .. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;br /&gt;
&lt;br /&gt;
== Design concept 2 ==&lt;br /&gt;
* Designer:&lt;br /&gt;
* Screenshots/mockups:&lt;br /&gt;
* Explanation:&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Paroli-themes</id>
		<title>Paroli-themes</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Paroli-themes"/>
				<updated>2009-06-06T19:42:15Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: /* Boring at Best - 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is here to collect the ideas, design mockups and thoughts about how [[Paroli]] could look like, how could it work. The plan is to create a new template to be used instead of the default black-and-white one. &lt;br /&gt;
&lt;br /&gt;
For motivation, have a look at the [http://lists.openmoko.org/pipermail/community/2009-May/048133.html Community driven redesign / new theme for Paroli] thread&lt;br /&gt;
&lt;br /&gt;
== GUI wishlist aka. Random ideas ==&lt;br /&gt;
* SMS writing in landscape mode: one small line for text and HUGE keyboard to be used with your fingers while walking&lt;br /&gt;
* Bling bling - what kind of effects do we have available? Fading, sliding..? I'd like to see it smoooth.&lt;br /&gt;
&lt;br /&gt;
== Design concept 1 ==&lt;br /&gt;
'''Designer''':[[User:Pike|pike]] 19:42, 6 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Explanation''':&lt;br /&gt;
&lt;br /&gt;
[[Image:BAB-List-default-1.0-hilites.png|thumb|sizzle]]&lt;br /&gt;
[[Image:BAB-List-default-1.0-grid.png|thumb|grid|left|50px]]&lt;br /&gt;
[[Image:BAB-List-default-1.0.png|thumb|all options]]&lt;br /&gt;
&lt;br /&gt;
I love the black-and-white Paroli GUI, dubbed &amp;quot;Boring at Best&amp;quot; by someone in the mailinglist. It just needs tweeking; font sizes, alignments; it needs a few more concepts outlined - and it needs a sizzle - it should come alive when you start touching it. &lt;br /&gt;
&lt;br /&gt;
To prove myself it could really look nice, I did these mockups. I'm not sure what to do with them; I have similar sketches in mind (and on paper) for the Launcher and Dialer and a settings screen; but it's more then just pictures - some &amp;quot;&amp;quot;style guidelines&amp;quot;&amp;quot;  too .. &lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Design concept 2 ==&lt;br /&gt;
* Designer:&lt;br /&gt;
* Screenshots/mockups:&lt;br /&gt;
* Explanation:&lt;br /&gt;
&lt;br /&gt;
[[Category:Paroli]]&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:BAB-List-default-1.0-grid.png</id>
		<title>File:BAB-List-default-1.0-grid.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:BAB-List-default-1.0-grid.png"/>
				<updated>2009-06-06T19:13:18Z</updated>
		
		<summary type="html">&lt;p&gt;Pike: 'Boring at best' - sketch of improved paroli screen, grid view&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'Boring at best' - sketch of improved paroli screen, grid view&lt;/div&gt;</summary>
		<author><name>Pike</name></author>	</entry>

	</feed>