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

	<entry>
		<id>http://wiki.openmoko.org/wiki/Manually_using_GPRS</id>
		<title>Manually using GPRS</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Manually_using_GPRS"/>
				<updated>2009-08-09T13:32:07Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note| These instructions are for OM2008.8 .  If you are using the FSO stack, see [[GPRS_FSO]].}}&lt;br /&gt;
&lt;br /&gt;
The GPRS connection is made using the PPP protocol to a server identified by an &amp;quot;APN&amp;quot; at the network operator.   Once a GPRS connection is made, it is possible to [[#Sharing_the_GPRS_connection_with_a_computer|share that connection with a connected computer]], allowing that computer to access the internet through the phone!&lt;br /&gt;
&lt;br /&gt;
= Option 1: With GSM multiplexing and with a GUI =&lt;br /&gt;
&lt;br /&gt;
{{note|The following does not appear to work if you have a SIM PIN.  The dialog to enter your SIM PIN never pops up and the GSM multiplexing daemon continuous loops and runs into a SIM PIN error.}}&lt;br /&gt;
&lt;br /&gt;
GSM multiplexing allows both a GPRS connection and a phone call to be handled at the same time.  By default, [[Om 2008.8]] does not multiplex the GSM device.  The [[FSO]] distribution, however, introduces GSM multiplexing with a new service and a DBus API to that service.  The instructions to modify the OM2008.8 distribution to make use of GSM multiplexing and allow you to start GPRS from a GUI can be found here: http://freeyourphone.de/portal_v1/viewtopic.php?f=21&amp;amp;t=295 ('''Note:''' Script package seems to be no longer be available, but a later post in the thread links to a version at [http://fyp-archiv.relei.de/ http://fyp-archiv.relei.de/].)&lt;br /&gt;
&lt;br /&gt;
== gsm0710muxd ==&lt;br /&gt;
&lt;br /&gt;
There are two sources, where you can find gsm0710muxd.&lt;br /&gt;
&lt;br /&gt;
=== From OM2008.8 repositories ===&lt;br /&gt;
&lt;br /&gt;
Good news, working gsm0710muxd can be installed just by typing &amp;quot;opkg install gsm0710muxd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
NOTE: ASU2008.12 boots in 45s and gsm0710muxd has probably not enough time to initialize GSM modem (gsm0710muxd is unable to provide working tty device to qtopia =&amp;gt; qpe fails to open GSM modem and quits)&lt;br /&gt;
==&amp;gt; Some kind of delay may be needed in /etc/X11/Xsession.d/89qtopia&lt;br /&gt;
&lt;br /&gt;
==&amp;gt; It has also been suggested on the mailing lists that an &amp;quot;update-rc.d gsm0710muxd defaults 11&amp;quot; be issued to get this to start earlier in the boot process to give the modem a chance to initialize before QPE starts.&lt;br /&gt;
&lt;br /&gt;
=== From Angstrom Repositories ===&lt;br /&gt;
&lt;br /&gt;
If the gsm0710muxd that is found in the OM2008.8 repository refuses to work, you can use the one from the Angstrom Repositories (see [[Repositories]]) instead.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you simply want to download all the packages, you can get them from here:&lt;br /&gt;
&lt;br /&gt;
http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/gsm0710muxd_0.9.1+r0-gitr3ff86b129640b647ccba3d86eb243d864671b039-r0_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
I don't know if the package got renamed but that one wasn't in there the one i downloaded was&lt;br /&gt;
&lt;br /&gt;
http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/gsm0710muxd_0.9.2+gitr79e10fe8ad0828e5be9a5c087ac9ee04956674c1-r0.1_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
haven't gotten past this step yet well see how / if it works. :)&lt;br /&gt;
&lt;br /&gt;
This link was working for me on 11.12.2008 (I've successfully muxed GSM device and sent command for echo reduction - http://lists.openmoko.org/pipermail/community/2008-August/028495.html)&lt;br /&gt;
&lt;br /&gt;
http://shr.bearstech.com/shr-testing/ipk/armv4t/gsm0710muxd-dbg_0.9.2+gitr12+d8b36b923ef69a64cb5a2d3bca799d772b9c73c3-r0.1_armv4t.ipk&lt;br /&gt;
&lt;br /&gt;
and the dependencies from here:&lt;br /&gt;
&lt;br /&gt;
http://www.angstrom-distribution.org/repo/?pkgname=gsm0710muxd&lt;br /&gt;
&lt;br /&gt;
Make sure that you install the armv4t versions of all packages.&lt;br /&gt;
&lt;br /&gt;
=== Common part ===&lt;br /&gt;
&lt;br /&gt;
The most important step after installing gsm0710muxd is to tell QPE to use the MUX instead of the device directly.  If you follow the instructions in the link above, there is a step that replaces the 89qtopia init script with one from their script package.  The key difference is the addition of the following lines that tells QPE to use the MUX:&lt;br /&gt;
&lt;br /&gt;
in /etc/X11/Xsession.d/89qtopia&lt;br /&gt;
&lt;br /&gt;
    identvar=$(date +%s)&amp;lt;br/&amp;gt;&lt;br /&gt;
    ptsvar=$(dbus-send --system --print-reply --type=method_call --dest=org.pyneo.muxer /org/pyneo/Muxer&lt;br /&gt;
    org.freesmartphone.GSM.MUX.AllocChannel string:$identvar | grep string | awk -F '&amp;quot;' '{ print $2 }')&amp;lt;br/&amp;gt;&lt;br /&gt;
    export QTOPIA_PHONE_DEVICE=$ptsvar&lt;br /&gt;
&lt;br /&gt;
The [[#Some APN names for reference|APN Reference]] table may come in handy when you are looking for the required network specific information for the other scripts.&lt;br /&gt;
&lt;br /&gt;
Once you follow through with all the instructions, you will notice that the &amp;quot;Services&amp;quot; GUI will crash.  This has to do with this bug: http://docs.openmoko.org/trac/ticket/1718&lt;br /&gt;
&lt;br /&gt;
The fix is to change the &amp;quot;init()&amp;quot; call on line 82 of /usr/lib/python2.5/site-packages/gtk-2.0/gtk/_init_.py  to &amp;quot;_init()&amp;quot; (add an underscore).&lt;br /&gt;
&lt;br /&gt;
You may also have to modify your /etc/resolv.conf file and add the nameserver (DNS Server) of your service provider if you have DNS resolution problems.&lt;br /&gt;
&lt;br /&gt;
Then, hopefully, you should be up in running with GPRS and a GUI to turn it on and off.  Note that you can use the command line scripts &amp;quot;gprson&amp;quot; and &amp;quot;gprsoff&amp;quot; in place of the GUI if you need to do some debugging.&lt;br /&gt;
&lt;br /&gt;
= Option 2: With GSM multiplexing and without a GUI =&lt;br /&gt;
&lt;br /&gt;
You will have to get gsm0710muxd the same way as detailed in Option 1.&lt;br /&gt;
&lt;br /&gt;
'''1) In /etc/rc5.d start gsm0710muxd before gsmd:'''&lt;br /&gt;
* S34gsm0710muxd -&amp;gt; ../init.d/gsm0710muxd&lt;br /&gt;
* S35gsmd -&amp;gt; ../init.d/gsmd&lt;br /&gt;
&lt;br /&gt;
'''2) Modify S35gsmd so it can start either with or without gsm0710muxd:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
start)&lt;br /&gt;
if [ &amp;quot;$(pidof gsm0710muxd)&amp;quot; ] ; then&lt;br /&gt;
id=$(date +%s)&lt;br /&gt;
GSM_DEV=$(dbus-send --system --print-reply --type=method_call --dest=org.pyneo.muxer /org/pyneo/Muxer org.freesmartphone.GSM.MUX.AllocChannel string:$id | grep string | cut -d \&amp;quot; -f 2)&lt;br /&gt;
else&lt;br /&gt;
[ -n &amp;quot;$GSM_POW&amp;quot; ] &amp;amp;&amp;amp; ( echo &amp;quot;0&amp;quot; &amp;gt;$GSM_POW; sleep 1 )&lt;br /&gt;
[ -n &amp;quot;$GSM_POW&amp;quot; ] &amp;amp;&amp;amp; ( echo &amp;quot;1&amp;quot; &amp;gt;$GSM_POW; sleep 1 )&lt;br /&gt;
[ -n &amp;quot;$GSM_RES&amp;quot; ] &amp;amp;&amp;amp; ( echo &amp;quot;1&amp;quot; &amp;gt;$GSM_RES; sleep 1 )&lt;br /&gt;
[ -n &amp;quot;$GSM_RES&amp;quot; ] &amp;amp;&amp;amp; ( echo &amp;quot;0&amp;quot; &amp;gt;$GSM_RES; sleep 2 )&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
if [ ! &amp;quot;$GSM_DEV&amp;quot; ] ; then&lt;br /&gt;
echo &amp;quot;GSM_DEV was not set&amp;quot;&lt;br /&gt;
exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
echo -n &amp;quot;Starting GSM daemon: &amp;quot;&lt;br /&gt;
start-stop-daemon -S -x /usr/sbin/gsmd -- gsmd -p $GSM_DEV $GSMD_OPTS -d -l /var/log/gsmd&lt;br /&gt;
&lt;br /&gt;
if [ $? = 0 ]; then&lt;br /&gt;
echo &amp;quot;gsmd.&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
echo &amp;quot;(failed.)&amp;quot;&lt;br /&gt;
fi&lt;br /&gt;
;;&lt;br /&gt;
stop)&lt;br /&gt;
if [ ! &amp;quot;$(pidof gsm0710muxd)&amp;quot; ] ; then&lt;br /&gt;
[ -n &amp;quot;$GSM_POW&amp;quot; ] &amp;amp;&amp;amp; echo &amp;quot;0&amp;quot; &amp;gt;$GSM_POW&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
echo -n &amp;quot;Stopping GSM daemon: &amp;quot;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''3) Remove the tty from /etc/ppp/peers/simyo''' (replace simyo with your provider).&lt;br /&gt;
&lt;br /&gt;
'''4) Use a ppp start script like this:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cat /usr/local/bin/ppp-start&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
id=$(date +%s)&lt;br /&gt;
TTY=$(dbus-send --system --print-reply --type=method_call --dest=org.pyneo.muxer /org/pyneo/Muxer org.freesmartphone.GSM.MUX.AllocChannel string:$id | grep string | cut -d \&amp;quot; -f 2)&lt;br /&gt;
logger -t ppp-start &amp;quot;using tty $TTY&amp;quot;&lt;br /&gt;
pppd $TTY call simyo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''5) Use &amp;quot;killall pppd&amp;quot; to terminate the PPP connection.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Image:Gsmmuxd.trace.txt|Here]] is some strace information from gsm0710muxd, showing how the daemon responds when receiving a call when GPRS is up.&lt;br /&gt;
&lt;br /&gt;
[http://www.teaparty.net/technotes/openmoko-2.html#GPRS Here] is Tom's documentation on how he got it working (under 2008.08), with config files and example output.&lt;br /&gt;
&lt;br /&gt;
= Option 3: Without GSM multiplexing and without a GUI =&lt;br /&gt;
&lt;br /&gt;
[Important Note: It has been pointed out that this is only for 2007.2 and not for the 2008.8 images.  If someone can confirm this and update this comment with more detail it would help out this page.  Thanks]&lt;br /&gt;
&lt;br /&gt;
The program that implements PPP on Linux is [[pppd]], which we need to configure and run to get a connection. When that is working, we can configure pppd to wait until it's needed before it connects, and to disconnect if the connection becomes idle. Further, we can start pppd in the background during the boot process.&lt;br /&gt;
&lt;br /&gt;
== Configuring pppd for manual connections ==&lt;br /&gt;
&lt;br /&gt;
You'll need /etc/ppp/peers/gprs:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Uncomment the following if you want some debug.&lt;br /&gt;
#debug&lt;br /&gt;
#logfile /var/volatile/log/pppd.log&lt;br /&gt;
lock&lt;br /&gt;
/dev/ttySAC0 115200&lt;br /&gt;
crtscts&lt;br /&gt;
connect /etc/ppp/gprs-connect-chat&lt;br /&gt;
disconnect /etc/ppp/gprs-disconnect-chat&lt;br /&gt;
hide-password&lt;br /&gt;
usepeerdns&lt;br /&gt;
ipcp-accept-local&lt;br /&gt;
noauth&lt;br /&gt;
noipdefault&lt;br /&gt;
novj&lt;br /&gt;
novjccomp&lt;br /&gt;
defaultroute&lt;br /&gt;
replacedefaultroute&lt;br /&gt;
# Reopen the connection if it fails, pausing for a while.&lt;br /&gt;
persist&lt;br /&gt;
holdoff 15&lt;br /&gt;
# Check the line every 20 seconds and presume&lt;br /&gt;
# the peer is gone if no replay for 4 times.&lt;br /&gt;
lcp-echo-interval 20&lt;br /&gt;
lcp-echo-failure 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comment by Vasco: I also had to include this in order to survive a &amp;quot;'''IPCP: timeout sending Config-Requests'''&amp;quot; sporadic error that dropped my connection right in the beginning:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ipcp-restart 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Depending on the APN, you may need password authentication using CHAP or PAP. In /etc/ppp/pap-secrets you can add the following default line for &amp;quot;password-less&amp;quot; connections:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# client        server  secret                  IP addresses&lt;br /&gt;
*               *       &amp;quot;&amp;quot;                      *&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For CHAP, lines in /etc/ppp/chap-secrets are used. For PAP, the lines are in /etc/ppp/pap-secrets. The client should match the &amp;quot;user&amp;quot; option in pppd the config file (below). You can use * to mean any here, but the option user &amp;quot;&amp;quot; doesn't mean empty!&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Secrets for authentication using CHAP&lt;br /&gt;
# client        server  secret                  IP addresses&lt;br /&gt;
&amp;quot;user&amp;quot;         *       &amp;quot;password&amp;quot;                  *&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For this you need the following options in /etc/ppp/peers/gprs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# username to use for authentication, should match &amp;quot;client&amp;quot; in /etc/ppp/{chap,pap}-secrets&lt;br /&gt;
user &amp;quot;user&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== gprs-connect-chat, version 1 ==&lt;br /&gt;
&lt;br /&gt;
You'll also need /etc/ppp/gprs-connect-chat (needs &amp;quot;chmod +x&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
exec chat -v -S -s\&lt;br /&gt;
TIMEOUT 15\&lt;br /&gt;
&amp;quot;&amp;quot; &amp;quot;\K\K\K\d+++ATH&amp;quot;\&lt;br /&gt;
OK-AT-OK ATZ\&lt;br /&gt;
OK ATE1\&lt;br /&gt;
ABORT BUSY\&lt;br /&gt;
ABORT DELAYED\&lt;br /&gt;
ABORT &amp;quot;NO ANSWER&amp;quot;\&lt;br /&gt;
ABORT &amp;quot;NO DIALTONE&amp;quot;\&lt;br /&gt;
ABORT VOICE\&lt;br /&gt;
ABORT ERROR\&lt;br /&gt;
ABORT RINGING\&lt;br /&gt;
TIMEOUT 60\&lt;br /&gt;
OK AT+CFUN=1\&lt;br /&gt;
OK AT+COPS\&lt;br /&gt;
OK AT+CGDCONT=1,\&amp;quot;IP\&amp;quot;,\&amp;quot;internet\&amp;quot;\&lt;br /&gt;
OK ATD*99#\&lt;br /&gt;
CONNECT /n/d&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; In the 3rd last line, replace the word &amp;lt;i&amp;gt;internet&amp;lt;/i&amp;gt; by your provider's APN (listed below).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;(08/18/08) Note:&amp;lt;/b&amp;gt; I needed to add the command &amp;quot;AT+CMOD=2&amp;quot; (formatted as &amp;quot;OK AT+CMOD=2\&amp;quot; without the quotes) in order to get GPRS working with the above script (otherwise it would ERROR on the CFUN, COPS, or the ATD if the other two were removed).  I have T-Mobile (US) with the $5.99 &amp;quot;tzones&amp;quot; addon, which works with Minimo as it supports HTTP proxy setups.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
AT+CMOD=?&lt;br /&gt;
0 single mode&lt;br /&gt;
1 alternating voice/fax (teleservice 61)&lt;br /&gt;
2 alternating voice/data (bearer service 61)&lt;br /&gt;
3 voice followed by data (bearer service 81)&lt;br /&gt;
also all other values below 128 are reserved by this ETS&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
AT+CFUN=?&lt;br /&gt;
0 minimum functionality&lt;br /&gt;
1 full functionality   (&amp;quot;full functionality&amp;quot; is where the highest level of power is drawn)&lt;br /&gt;
2 disable phone transmit RF circuits only&lt;br /&gt;
3 disable phone receive RF circuits only&lt;br /&gt;
4 disable phone both transmit and receive RF circuits&lt;br /&gt;
5...127 reserved for manufacturers as intermediate states between full and minimum functionality&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt;&lt;br /&gt;
It seems that you cannot copy and paste the connect/disconnect scripts as they are, since you need an additional whitespace after each line (e.g. OK ATE1 \ instead of OK ATE1\ etc).&lt;br /&gt;
&lt;br /&gt;
== gprs-connect-chat, version 2 ==&lt;br /&gt;
&lt;br /&gt;
Update: On my freerunner the first AT+CFUN=1 always generated ERROR. I managed to get gprs work by using the following script from http://lists.openmoko.org/pipermail/community/2008-July/023246.html:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
exec /usr/sbin/chat -v \&lt;br /&gt;
TIMEOUT 10 \&lt;br /&gt;
OK-AT-'' ''\&lt;br /&gt;
ABORT BUSY\&lt;br /&gt;
ABORT DELAYED\&lt;br /&gt;
ABORT &amp;quot;NO ANSWER&amp;quot;\&lt;br /&gt;
ABORT &amp;quot;NO DIALTONE&amp;quot;\&lt;br /&gt;
ABORT VOICE\&lt;br /&gt;
ABORT ERROR\&lt;br /&gt;
ABORT RINGING\&lt;br /&gt;
TIMEOUT 30 \&lt;br /&gt;
'' ATZ\&lt;br /&gt;
OK ATE1\&lt;br /&gt;
OK AT+CFUN=1\&lt;br /&gt;
ERROR AT+CPIN=\&amp;quot;XXXX\&amp;quot;\         &amp;lt;&amp;lt; USE YOUR OWN&lt;br /&gt;
OK AT+COPS\&lt;br /&gt;
OK AT+CGDCONT=1,\&amp;quot;IP\&amp;quot;,\&amp;quot;internet\&amp;quot;\&lt;br /&gt;
OK 'ATDT*99***1#'\&lt;br /&gt;
CONNECT ''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The error seems to vary a bit, sometimes it's before AT+COPS, sometimes as above. I have two versions of the gprs-connect-chat, which I vary between depending on which is needed. Or is there a way to specify two acceptable answers like {OK,ERROR}?&lt;br /&gt;
&lt;br /&gt;
You will need to adjust the APN name &amp;quot;internet&amp;quot; in at+cgdcont line and possibly the phone number in the ATD line to match what your network operator provides. See below in the table &amp;quot;Some APN names for reference&amp;quot; for the right settings for your operator.&lt;br /&gt;
&lt;br /&gt;
== gprs-disconnect-chat ==&lt;br /&gt;
&lt;br /&gt;
Also good to have is /etc/ppp/gprs-disconnect-chat (needs &amp;quot;chmod +x&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
/usr/sbin/chat -v\&lt;br /&gt;
ABORT OK\&lt;br /&gt;
ABORT BUSY\&lt;br /&gt;
ABORT DELAYED\&lt;br /&gt;
ABORT &amp;quot;NO ANSWER&amp;quot;\&lt;br /&gt;
ABORT &amp;quot;NO CARRIER&amp;quot;\&lt;br /&gt;
ABORT &amp;quot;NO DIALTONE&amp;quot;\&lt;br /&gt;
ABORT VOICE\&lt;br /&gt;
ABORT ERROR\&lt;br /&gt;
ABORT RINGING\&lt;br /&gt;
TIMEOUT 12\&lt;br /&gt;
&amp;quot;&amp;quot; &amp;quot;\K\K\K\d+++ATH&amp;quot;\&lt;br /&gt;
&amp;quot;NO CARRIER-AT-OK&amp;quot; &amp;quot;\c&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Starting PPP connection ==&lt;br /&gt;
&lt;br /&gt;
The following script can be used to start the ppp connection. First it stops gsmd because gsmd may put the phone in a unknown state. It then turns on the power to the phone, modifies the ownership, and then creates a tty connection. Finally it starts [[pppd]] with the gprs settings.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/etc/init.d/gsmd stop&lt;br /&gt;
echo &amp;quot;1&amp;quot; &amp;gt; /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on&lt;br /&gt;
chown uucp.uucp /dev/ttySAC0&lt;br /&gt;
stty -F /dev/ttySAC0 crtscts&lt;br /&gt;
pppd call gprs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are having problems connecting ensure you have a good GSM signal and replace the last line with the below line. This will allow you to see the details of the connection on the console.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pppd debug nodetach call gprs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The config above will establish a persistant link over gprs. The battery will run low in less than an hour. See an example for an on-demand config below.&lt;br /&gt;
&lt;br /&gt;
=== Resolve.conf issues ===&lt;br /&gt;
&lt;br /&gt;
The latest build seems to have solved the following issue, it should be automatically updated by pppd.&lt;br /&gt;
&lt;br /&gt;
If you expeience DNS issues after connecting to DNS you may need a proper /etc/resolv.conf:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ln -sf /var/run/resolv.conf /etc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If needed put your nameserver for usb-net into /var/run/resolv.conf, not in /etc.&lt;br /&gt;
&lt;br /&gt;
The image does not set a correct resolv.conf. i do so with an&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo  nameserver 192.168.0.201 &amp;gt; /var/run/resolv.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the right place. because a post-up in /etc/network/interfaces is not supported i do that in /etc/network/if-up.d/08setupdns&lt;br /&gt;
&lt;br /&gt;
another problem is pppd's /etc/ppp/ip-down.d/92removedns which does not properly remove the link when shuting down ppp. my fix is this script:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
ACTUALCONF=/var/run/resolv.conf&lt;br /&gt;
PPPCONF=/var/run/ppp/resolv.conf&lt;br /&gt;
if [ -f $PPPCONF ] ; then&lt;br /&gt;
if [ -f $ACTUALCONF ] ; then&lt;br /&gt;
if [ ! -h $ACTUALCONF -o ! &amp;quot;`readlink $ACTUALCONF 2&amp;gt;&amp;amp;1`&amp;quot; = &amp;quot;$PPPCONF&amp;quot; ] ; then&lt;br /&gt;
mv $ACTUALCONF $ACTUALCONF.ppporig&lt;br /&gt;
fi&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
ln -sf $PPPCONF $ACTUALCONF&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Some APN names for reference ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Country&lt;br /&gt;
! Carrier&lt;br /&gt;
! Plan&lt;br /&gt;
! APN/Phone&lt;br /&gt;
! user/password if required&lt;br /&gt;
! Working pppd scripts&lt;br /&gt;
|-&lt;br /&gt;
| Australia || Telstra || Any || telstra.internet ||  || use CHAP auth with &amp;quot;&amp;quot; secret &lt;br /&gt;
|-&lt;br /&gt;
| Australia || Virgin || Any || VirginInternet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Australia || Virgin || Any || VirginBroadband || || Uses a captive portal to register the first time that did not work on 2008.12 - had to place inside a 3G tethered device on PC.&lt;br /&gt;
|-&lt;br /&gt;
| Australia || Vodafone || Any || vfinternet.au || ||&lt;br /&gt;
|-&lt;br /&gt;
| Austria|| Orange/One|| Any || web.one.at || web/web || works with gsm0710d under om2008.9: [http://freeyourphone.de/portal_v1/viewtopic.php?f=21&amp;amp;t=295 howto] - complete /etc/ppp/ directory with settings can be found here: [http://www.true-binary.com/wp-content/uploads/2008/11/orange_ppp.tar.gz orange_ppp.tar.gz]&lt;br /&gt;
|-&lt;br /&gt;
| Canada || Fido || Any, behind NAT || internet.fido.ca || fido/fido || use pap authetication&lt;br /&gt;
proxy address 205.151.011.011:8080&lt;br /&gt;
&lt;br /&gt;
mdbus -s org.freesmartphone.frameworkd /org/freesmartphone/GSM/Device&lt;br /&gt;
org.freesmartphone.GSM.PDP.ActivateContext internet.fido.ca fido&lt;br /&gt;
fido&lt;br /&gt;
|-&lt;br /&gt;
| Canada || Rogers || Any, behind NAT || internet.com || wapuser1/wap || nameserver 207.181.101.4&lt;br /&gt;
|-&lt;br /&gt;
| Canada || Rogers || $7 unlimited browsing || goam.com || wapuser1/wap || Must use a proxy server 10.128.1.69:80 (or 172.25.0.107:80 or 208.200.67.150:8080)&lt;br /&gt;
|-&lt;br /&gt;
| Czech Republic || Vodafone || any postpaid || internet || must be empty || [[GPRS_FSO|Works with FSO]] Behind NAT.&lt;br /&gt;
|-&lt;br /&gt;
| Czech Republic || Vodafone || prepaid || ointernet || must be empty || [[GPRS_FSO|Works with FSO]] Behind NAT.&lt;br /&gt;
|-&lt;br /&gt;
| Czech Republic || 02 || Unlimited data plan || internet || must be empty || [[http://wiki.openmoko.org/index.php?title=Manually_using_GPRS&amp;amp;action=submit#Option_3:_Without_GSM_multiplexing_and_without_a_GUI Works with OM2008.9]] and with [[GPRS_FSO|FSO]].&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Denmark || Telmore || || wap || must be empty ||&lt;br /&gt;
|-&lt;br /&gt;
| Denmark || Unotel || || internet || must be empty || Note: APN not tested&lt;br /&gt;
|-&lt;br /&gt;
| Estonia || Elisa || Any, behind NAT || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Estonia || EMT || Any, behind NAT || internet.emt.ee || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fiji || Digicel || Any || wap.digicelpacific.com || || nameserver 10.150.123.41 10.150.102.240 Must use a proxy server 10.150.122.12:8080&lt;br /&gt;
|-&lt;br /&gt;
| Finland || Elisa || unknown || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Finland || Saunalahti || Any || internet.saunalahti || ||&lt;br /&gt;
|-&lt;br /&gt;
| Finland || Sonera   || Any, behind NAT || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Finland || Sonera   || Any, public IP  || prointernet || ||&lt;br /&gt;
|-&lt;br /&gt;
| France || SFR || 10.x.x.x? || websfr || || under tests&lt;br /&gt;
|-&lt;br /&gt;
| France || SFR || 10.x.x.x? || wapsfr&amp;lt;sup&amp;gt;[1]&amp;lt;/sup&amp;gt;|| || under tests&lt;br /&gt;
|-&lt;br /&gt;
| France || Orange || ??? || orange || orange orange|| Work under OM2008.9 FDOM with UI ( gsm0710muxd )&lt;br /&gt;
|-&lt;br /&gt;
| France || Bouyges Telecom || Web &amp;amp; Mail || mmsbouygtel.com || || Work great under FSO. Just follow instructions at http://wiki.openmoko.org/wiki/GPRS_FSO. Proxy:  62.201.129.225:8080. For emails, only ports 25 (smtp) and 110 (pop) are allowed. (They use a transparent proxy ...)&lt;br /&gt;
|-&lt;br /&gt;
| Germany || Alice  ||  || internet.partner1 || || worked (tested with zhone), [http://www.alice-dsl.de/alicehelp/index.jsp?showContentNodeId=1006&amp;amp;type=6#1006 source of information]&lt;br /&gt;
|-&lt;br /&gt;
| Germany || E-Plus || BASE (and others?) || internet.eplus.de || eplus gprs || [[Base pppd scripts]]&lt;br /&gt;
|-&lt;br /&gt;
| Germany || E-Plus || Blau.de || internet.eplus.de || NO_USERNAME eplus &amp;lt;br /&amp;gt; blau blau|| http://wiki.openmoko.org/wiki/GPRS_FSO#Using_scripts&lt;br /&gt;
|-&lt;br /&gt;
| Germany || E-Plus || Simyo || internet.eplus.de || simyo simyo || [[simyo pppd scripts]]&lt;br /&gt;
|-&lt;br /&gt;
| Germany || T-Mobile ||  || internet.t-mobile.de || t-d1/gprs || nameserver 193.254.160.1&lt;br /&gt;
|-&lt;br /&gt;
| Germany || Vodafone || Any, behind NAT || web.vodafone.de || ||&lt;br /&gt;
|-&lt;br /&gt;
| Hungary || T-Mobile || Any || internet / *99***1# || must be empty || must disable chap auth: refuse-chap, refuse-mschap, refuse-mschap-v2&lt;br /&gt;
|-&lt;br /&gt;
| India || Vodafone|| Vodafone Live![tested on prepaid] || portalnmms || guest/guest[any but must] || gprs-on.sh and gprs-off.sh from http://wiki.openmoko.org/wiki/GPRS_FSO and proxy is 10.10.1.100 and port 9401&lt;br /&gt;
|-&lt;br /&gt;
| India || AirTel || MobileOffice || airtelgprs.com || ||&lt;br /&gt;
|-&lt;br /&gt;
| Ireland || Vodafone ||  || isp.vodafone.ie || vodafone/vodafone ||&lt;br /&gt;
|-&lt;br /&gt;
| Ireland || O2       ||  || open.internet || gprs/gprs ||&lt;br /&gt;
|-&lt;br /&gt;
| Israel  || Orange   || Base (and others?) || internet || orange/mobile54 ||&lt;br /&gt;
|-&lt;br /&gt;
| Italy   || Wind     || Superinternet, public IP  || internet.wind / *99# || wind/wind (any string) || [[Wind pppd scripts]]&lt;br /&gt;
|-&lt;br /&gt;
| Netherlands || Telfort || Any || internet / *99***1# || must be emtpy || [http://www.quickim.com/support/gprs-settings.html#Netherlands internet access GPRS settings for your mobile phone and mobile operator]&lt;br /&gt;
|-&lt;br /&gt;
| Netherlands || Vodafone || Any || live.vodafone.com / *99***1# ||  || [[Vodafone pppd scripts]]&lt;br /&gt;
|-&lt;br /&gt;
| New Zealand || Vodafone || Any || live.vodafone.com / *99***2# ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| Norway || Netcom || Any || internet.netcom.no || ||&lt;br /&gt;
|-&lt;br /&gt;
| Norway || Chess || Any || netcom || username=&amp;quot;chess&amp;quot;, password=&amp;quot;chess&amp;quot; || [[GPRS FSO]]&lt;br /&gt;
|-&lt;br /&gt;
| Norway || OneCall || Any || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Norway || Telenor || Any || telenor || ||&lt;br /&gt;
|-&lt;br /&gt;
| Russia || MTS || Any || internet.mts.ru / *99***1# || mts/mts ||&lt;br /&gt;
|-&lt;br /&gt;
| Russia || Megafon || Any || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Russia || Tele2 || Any || internet.tele2.ru || ||&lt;br /&gt;
|-&lt;br /&gt;
| Russia || Beeline || Any || internet.beeline.ru || ||&lt;br /&gt;
|-&lt;br /&gt;
| Slovakia || Orange || Any || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Slovakia || Telefonica O2 || Any || o2internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Slovakia || T-Mobile || Any || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Spain   || Masmovil     || Any  || internetmas ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| Spain || Orange || Any? || orangeworld ||   || tested with prepaid acoount&lt;br /&gt;
|-&lt;br /&gt;
| Spain   || Simyo     || Any  || gprs-service.com / *99# ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| Spain   || Yoigo     || Any  || internet / *99***1 || must be empty || [[Yoigo pppd scripts]]&lt;br /&gt;
|-&lt;br /&gt;
| Sweden || Parlino ||  || internet.parlino.se || || [[GPRS_FSO|Works with FSO]]&lt;br /&gt;
|-&lt;br /&gt;
| Sweden || Telia ||  || online.telia.se || || [[GPRS_FSO|Works with FSO]]&lt;br /&gt;
|-&lt;br /&gt;
| Switzerland || Sunrise ||  || internet || ||&lt;br /&gt;
|-&lt;br /&gt;
| Switzerland || Sunrise || MMS || mms.sunrise.ch || ||&lt;br /&gt;
|-&lt;br /&gt;
| Switzerland || Swisscom || e.g. Natel Basic Liberty, behind NAT || gprs.swisscom.ch || ||&lt;br /&gt;
|-&lt;br /&gt;
| Taiwan || Taiwan Mobile || Prepaid|| internet || || shr-settings (FSO)&lt;br /&gt;
|-&lt;br /&gt;
| UK || T-Mobile|| || general.t-mobile.uk || ||&lt;br /&gt;
|-&lt;br /&gt;
| UK || Virgin || || goto.virginmobile.uk || user ||&lt;br /&gt;
|-&lt;br /&gt;
| UK || [http://www.filesaveas.com/gprs.html other providers] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| USA || AT&amp;amp;T || Unlimited data plan (attached to pay-as-you-go voice plan) || wap.cingular / *99***1# || WAP@CINGULARGPRS.COM/CINGULAR1 ||&lt;br /&gt;
|-&lt;br /&gt;
| USA || AT&amp;amp;T || Pay As You Go || WAP.CINGULAR || WAP@CINGULARGPRS.COM / CINGULAR1 || FSO (shr-settings)&lt;br /&gt;
|-&lt;br /&gt;
| USA || Cincinnati Bell Wireless || || wap.gocbw.com ||  cbw  ||&lt;br /&gt;
|-&lt;br /&gt;
| USA || Cingular (AT&amp;amp;T) || Less than full internet || wap.cingular / may require *99***1# || ||&lt;br /&gt;
|-&lt;br /&gt;
| USA || T-mobile || Anything less than full internet || wap.voicestream.com ||  || Need to set proxy to 216.155.165.50  T-Mobile docs say &amp;quot;216.155.165.050&amp;quot;.  050 octal = 40 decimal and will *not* work.  I think port is 8080 or 9100.  No luck w/ pppd scripts.  GPRS_FSO directions work under FSO though.&lt;br /&gt;
|-&lt;br /&gt;
| USA || T-mobile || Regular internet plan || internet2.voicestream.com || || [[T-Mobile pppd scripts]]&lt;br /&gt;
|-&lt;br /&gt;
| USA || T-mobile || &amp;quot;VPN&amp;quot; internet plan || internet3.voicestream.com || ||&lt;br /&gt;
|-&lt;br /&gt;
| Venezuela || Digitel || Pre- y post-pago || gprsweb.digitel.ve || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[1] connected through a WAP proxy (slower, but the only way to access Vodafone live! and SFR portal)&lt;br /&gt;
&lt;br /&gt;
[2] Unless stated otherwise the phone number to call is &amp;quot;*99#&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Also see Ross Barkman's page for a detailed list of more [http://www.taniwha.org.uk/gprs.html global GPRS providers APN details]&lt;br /&gt;
&lt;br /&gt;
== Starting pppd automatically ==&lt;br /&gt;
&lt;br /&gt;
Once you have finished debugging your gprs-connect-chat and gprs options files, you may wish to automatically connect whenever needed and hang up when finished.  Make sure you understand the impact of this change to your carrier plan billing.  This is not recommended unless you have a large-use or unlimited data plan.  These scripts do NOT prompt you before connecting.&lt;br /&gt;
&lt;br /&gt;
=== On-demand connection settings ===&lt;br /&gt;
&lt;br /&gt;
Additional settings are needed if you want the actual connection to be up only while there is traffic. In the 'gprs' file above, insert the following, making sure 'nodetach' is commented out.  If 'nodetach' is on, the boot process will stop when it starts pppd. Also remove the option 'persist' mentioned above.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Wait until needed before connecting&lt;br /&gt;
demand&lt;br /&gt;
&lt;br /&gt;
# Disconnect if idle for given amount of seconds&lt;br /&gt;
idle 20&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Start on boot (method 1) ===&lt;br /&gt;
&lt;br /&gt;
Add the following definition to /etc/network/interfaces:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto ppp0&lt;br /&gt;
iface ppp0 inet ppp&lt;br /&gt;
provider gprs&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That should be it. Now you can use 'ifup ppp0' and 'ifdown ppp0' manually too.&lt;br /&gt;
&lt;br /&gt;
=== Start on boot (method 2) ===&lt;br /&gt;
&lt;br /&gt;
Create the following file as /etc/ppp/ppp_on_boot (needs chmod +x).  The /etc/init.d/ppp script will call it to set up the daemon.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#&lt;br /&gt;
#   Rename this file to ppp_on_boot and pppd will be fired up as&lt;br /&gt;
#   soon as the system comes up, connecting to `provider'.&lt;br /&gt;
#&lt;br /&gt;
#   If you also make this file executable, and replace the first line&lt;br /&gt;
#   with just &amp;quot;#!/bin/sh&amp;quot;, the commands below will be executed instead.&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
# The location of the ppp daemon itself (shouldn't need to be changed)&lt;br /&gt;
PPPD=/usr/sbin/pppd&lt;br /&gt;
&lt;br /&gt;
# The default provider to connect to&lt;br /&gt;
$PPPD call gprs&lt;br /&gt;
&lt;br /&gt;
# Additional connections, which would just use settings from&lt;br /&gt;
# /etc/ppp/options.&amp;lt;tty&amp;gt;&lt;br /&gt;
#$PPPD ttyS0&lt;br /&gt;
#$PPPD ttyS1&lt;br /&gt;
#$PPPD ttyS2&lt;br /&gt;
#$PPPD ttyS3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, you need to add the /etc/init.d/ppp script to the init process by creating symbolic links from the appropriate directories.  I chose the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/etc/rc0.d/K25ppp&lt;br /&gt;
/etc/rc1.d/K45ppp&lt;br /&gt;
/etc/rc2.d/S45ppp&lt;br /&gt;
/etc/rc3.d/S45ppp&lt;br /&gt;
/etc/rc4.d/S45ppp&lt;br /&gt;
/etc/rc5.d/S45ppp&lt;br /&gt;
/etc/rc6.d/K25ppp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Qt Extended =&lt;br /&gt;
If password/username is not mandotory for your provider, input anything e.g. x. Works fine with 4.4.2.&lt;br /&gt;
&lt;br /&gt;
= Sharing the GPRS connection with a computer =&lt;br /&gt;
&lt;br /&gt;
See [[Tethering]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[pppd]]&lt;br /&gt;
* [[Manually using GSM]]&lt;br /&gt;
* [[Manually using Bluetooth]]&lt;br /&gt;
* [[GPRS FSO]]&lt;br /&gt;
{{Languages|Manually_using_GPRS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:GPRS]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-04-25T10:44:22Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [opkg install http://www.opkg.org/packages/0_gtick_0.1_armv4t.ipk] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source code ====&lt;br /&gt;
&lt;br /&gt;
You can get the source code from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase the &amp;quot;Headphone&amp;quot; and the &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please feel free to add comments, give a little feedback and post bugs that are in the program.&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio Applications]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/BuzzFixParty</id>
		<title>BuzzFixParty</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/BuzzFixParty"/>
				<updated>2009-04-20T18:48:41Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Here you can find information about upcoming buzz-fix parties =&lt;br /&gt;
&lt;br /&gt;
 Just as a nice gesture for those putting in so much effort organising these parties:&lt;br /&gt;
 When you attend a party or send your device via post, you could bring along or include&lt;br /&gt;
 in the package some local delicacies like sweets or cookies or a small souvenir.&lt;br /&gt;
 (This part is not written by one of the organisers.)&lt;br /&gt;
&lt;br /&gt;
== Barcelona ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Buzzfixpartibarcelonablog400.png‎|200px|thumb|Banner Buzz Fix Party Barcelona]]&lt;br /&gt;
* '''When:''' April 18st from 10:00 to 13:00 and 16:00 to 18:00&lt;br /&gt;
* '''Where:'''[http://www.bocanord.org/boca-nord/on-som/  LinuxLab Bocanord] Barcelona&lt;br /&gt;
* '''What:''' Tired of that buzz? We will fix the Neo for you, and we add a free battery on each fix :)&lt;br /&gt;
* '''How:'''Visit [http://www.tuxbrain.com/shop Tuxbrain Web shop] and reserve a ticket , read instructions carefully in the ticket description&lt;br /&gt;
* '''Why:''' There will be a lot of friendly &amp;quot;Openmokers&amp;quot; around there sharing their experiences and some beer &amp;amp; chips :)&lt;br /&gt;
* '''Contact:'''You can reach us at [http://n2.nabble.com/Openmoko-Community-f1954ef1958.html Openmoko-spain mailing list] or email me directly at david@tuxbrain.com&lt;br /&gt;
&lt;br /&gt;
=== Attendants &amp;amp; Neos Expected ===&lt;br /&gt;
Actually 15 attendants registered (two from Norway :) ) and 21 Neos for repair&lt;br /&gt;
&lt;br /&gt;
=== Remote Users === &lt;br /&gt;
We accept remote shipping from Spain, Portugal, and Andorra. Depending on how all works in this party we can extend the area worldwide on next ones(Madrid, Caceres), read ticket instructions on how to proceed&lt;br /&gt;
&lt;br /&gt;
== Braunschweig ==&lt;br /&gt;
&lt;br /&gt;
* '''When:''' May 1st - May 3rd, start will be 09:00&lt;br /&gt;
* '''Where:''' Braunschweig, Germany (exact location still unknown, most likely somewhere around http://informationfreeway.org/?lat=52.27389186224494&amp;amp;lon=10.524687317867564&amp;amp;zoom=17&amp;amp;layers=B0000F000F)&lt;br /&gt;
* '''What:''' Please indicate in the list how many devices you will bring. The rework itself will take about 40 minutes. Testing device before and after (including flashing) will take a couple of minutes, but can be parallelised. The day has 24 hours. You do the math. :-)&lt;br /&gt;
* '''How:''' Back up all your data! There is a possibility that the Freerunner will get damaged during the process (I haven't broken one device yet, but the possibility exists). Openmoko has promised me replacement devices for this case, but they are '''not''' here yet. So until further notice I will '''not''' guarantee that you will walk away from this with a working Freerunner. Mark all the parts (battery, main and cover) with your full name. Use labels which leave no glue residue and remove labels afterward, especially from your battery! One could use [http://en.wikipedia.org/wiki/Masking_tape painting/masking tape], especially the blue version that sticks as less as possible.&lt;br /&gt;
* '''Why:''' There will be other Freerunner users around. Use the time to get to know each other in person, share problems, fixes, ...&lt;br /&gt;
* '''Contact:''' For questions, etc. please contact: buzz@totalueberwachung.de&lt;br /&gt;
&lt;br /&gt;
=== May 1st ===&lt;br /&gt;
* Roland (1)&lt;br /&gt;
* Arne (2)&lt;br /&gt;
* Christian (1)&lt;br /&gt;
* Fabian (1)&lt;br /&gt;
* Matthias (1)&lt;br /&gt;
&lt;br /&gt;
=== May 2nd ===&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== May 3rd ===&lt;br /&gt;
* [[User:Avanc|Sven]] (1)&lt;br /&gt;
* Matthias, Stephan (3)&lt;br /&gt;
* [[User:Carcinoma|Christian]] (1)&lt;br /&gt;
* Christoph (1)&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== Remote users ===&lt;br /&gt;
Note: This is NOT for users who want to mail their device directly. For that please go to: http://projects.totalueberwachung.de/buzz-mailin/ &amp;lt;br/&amp;gt;&lt;br /&gt;
Users which would like someone living nearby to take their device to the fix party or would like to mail the device with money included for having it mailed back:&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;strike&amp;gt;Christ van Willegen (1, Eindhoven, The Netherlands) [http://wiki.openmoko.org/wiki/Special:Emailuser/ChristW Contact me here]&amp;lt;/strike&amp;gt;I've sent it to Daniel myself, no need to bring it to the party for me.&lt;br /&gt;
# Pander (1, Utrecht, The Netherlands) [http://wiki.openmoko.org/wiki/Special:Emailuser/Pander Contact me here]&lt;br /&gt;
# Philipp (1, Rostock, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Philmax Contact me here]&lt;br /&gt;
# Johannes (3, Graz, Austria) [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
# Stefan L. (1, Rostock, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/Derlehmann Contact me here]&lt;br /&gt;
# Axel K. (1, Stuttgart, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/axel.keller Contact me here]&lt;br /&gt;
# G. Neidisch (1, Hamburg, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/Gneidisch Contact me here]&lt;br /&gt;
# Sebastian S. (1, Hitzhofen, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/M0wlwurf Contact me here]&lt;br /&gt;
#&amp;lt;strike&amp;gt; Joachim “nomeata” Breitner (1, Karlsruhe, Germany) [http://www.joachim-breitner.de/contact Contact me here]&amp;lt;/strike&amp;gt; Done by a collegue of my brother, but thanks for the option&lt;br /&gt;
# Bastian “gforce“ Bittorf (1, Weimar, Germany) [[User:Fries43]]&lt;br /&gt;
# Sven 'sleipnir' Rebhan (1, Offenbach, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Sleipnir Contact me here]&lt;br /&gt;
# Vincent M. (1, Munich, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Patou Contact me here]&lt;br /&gt;
&lt;br /&gt;
== Caceres (Debconf09) ==&lt;br /&gt;
&lt;br /&gt;
* '''When:''' Probably July 25th&lt;br /&gt;
* '''Where:'''At [http://debconf9.debconf.org Debconf09] &lt;br /&gt;
* '''What:''' Tired of that buzz? We will fix the Neo for you, and we add a free battery on each fix :)&lt;br /&gt;
* '''How:''' Once once is made official by Debconf organization visit [http://www.tuxbrain.com/shop Tuxbrain Web shop] and reserve a ticket , read instructions carefully in the ticket description, stay tunned&lt;br /&gt;
* '''Why:''' There will be a lot of friendly &amp;quot;Openmokers&amp;quot; around there sharing their experiences and some beer &amp;amp; food :)&lt;br /&gt;
* '''Contact:'''You can reach us at [http://n2.nabble.com/Openmoko-Community-f1954ef1958.html Openmoko-spain mailing list] or email me directly at david@tuxbrain.com&lt;br /&gt;
&lt;br /&gt;
=== Attendants &amp;amp; Neos Expected ===&lt;br /&gt;
will see :)&lt;br /&gt;
&lt;br /&gt;
=== Remote Users === &lt;br /&gt;
We accept remote shipping from Spain, Portugal, and Andorra. Depending on how all works in Barcelona party we will extend the area worldwide, once is made official by Debconf organization read ticket instructions on how to proceed&lt;br /&gt;
&lt;br /&gt;
== Madrid ==&lt;br /&gt;
&lt;br /&gt;
* '''When:''' To be defined but probably at end of May&lt;br /&gt;
* '''Where:'''To be defined&lt;br /&gt;
* '''What:''' Tired of that buzz? We will fix the Neo for you, and we add a free battery on each fix :)&lt;br /&gt;
* '''How:''' Once when and where are defined visit [http://www.tuxbrain.com/shop Tuxbrain Web shop] and reserve a ticket , read instructions carefully in the ticket description, stay tunned&lt;br /&gt;
* '''Why:''' There will be a lot of friendly &amp;quot;Openmokers&amp;quot; around there sharing their experiences and some beer &amp;amp; food :)&lt;br /&gt;
* '''Contact:'''You can reach us at [http://n2.nabble.com/Openmoko-Community-f1954ef1958.html Openmoko-spain mailing list] or email me directly at david@tuxbrain.com&lt;br /&gt;
&lt;br /&gt;
=== Attendants &amp;amp; Neos Expected ===&lt;br /&gt;
will see :)&lt;br /&gt;
&lt;br /&gt;
=== Remote Users === &lt;br /&gt;
We accept remote shipping from Spain, Portugal, and Andorra. Depending on how all works in Barcelona party we will extend the area worldwide, once when and where are defined read ticket instructions on how to proceed&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/BuzzFixParty</id>
		<title>BuzzFixParty</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/BuzzFixParty"/>
				<updated>2009-04-09T11:37:48Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Here you can find information about upcoming buzz-fix parties =&lt;br /&gt;
&lt;br /&gt;
== Braunschweig ==&lt;br /&gt;
&lt;br /&gt;
* '''When:''' May 1st - May 3rd, start will be 09:00&lt;br /&gt;
* '''Where:''' Braunschweig, Germany (exact location still unknown, most likely somewhere around http://informationfreeway.org/?lat=52.27389186224494&amp;amp;lon=10.524687317867564&amp;amp;zoom=17&amp;amp;layers=B0000F000F)&lt;br /&gt;
* '''What:''' Please indicate in the list how many devices you will bring. The rework itself will take about 40 minutes. Testing device before and after (including flashing) will take a couple of minutes, but can be parallelised. The day has 24 hours. You do the math. :-)&lt;br /&gt;
* '''How:''' Back up all your data! There is a possibility that the Freerunner will get damaged during the process (I haven't broken one device yet, but the possibility exists). Openmoko has promised me replacement devices for this case, but they are '''not''' here yet. So until further notice I will '''not''' guarantee that you will walk away from this with a working Freerunner. Mark all the parts (battery, main and cover) with your full name. Use labels which leave no glue residue and remove labels afterward, especially from your battery! One could use [http://en.wikipedia.org/wiki/Masking_tape painting/masking tape], especially the blue version that sticks as less as possible.&lt;br /&gt;
* '''Why:''' There will be other Freerunner users around. Use the time to get to know each other in person, share problems, fixes, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== May 1st ===&lt;br /&gt;
* Roland (1)&lt;br /&gt;
* Arne (2)&lt;br /&gt;
&lt;br /&gt;
=== May 2nd ===&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== May 3rd ===&lt;br /&gt;
* [[User:Avanc|Sven]] (1)&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== Remote users ===&lt;br /&gt;
Users which would like someone living nearby to take their device to the fix party or would like to mail the device with money included for having it mailed back:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;strike&amp;gt;Christ van Willegen (1, Eindhoven, The Netherlands) [http://wiki.openmoko.org/wiki/Special:Emailuser/ChristW Contact me here]&amp;lt;/strike&amp;gt;I've sent it to Daniel myself, no need to bring it to the party for me.&lt;br /&gt;
* &amp;lt;strike&amp;gt;Johannes K. (1, Stuttgart, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Aragorn Contact me here]&amp;lt;/strike&amp;gt; same here&lt;br /&gt;
* Pander (1, Utrecht, The Netherlands) [http://wiki.openmoko.org/wiki/Special:Emailuser/Pander Contact me here]&lt;br /&gt;
* Philipp (1, Rostock, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Philmax Contact me here]&lt;br /&gt;
* Johannes (3, Graz, Austria) [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
&lt;br /&gt;
* Stefan L. (1, Rostock, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/Derlehmann Contact me here]&lt;br /&gt;
* Axel K. (1, Stuttgart, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/axel.keller Contact me here]&lt;br /&gt;
* G. Neidisch (1, Hamburg, Germany)  [http://wiki.openmoko.org/wiki/Special:Emailuser/Gneidisch Contact me here]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/BuzzFixParty</id>
		<title>BuzzFixParty</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/BuzzFixParty"/>
				<updated>2009-04-08T11:00:06Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Remote users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Here you can find information about upcoming buzz-fix parties =&lt;br /&gt;
&lt;br /&gt;
== Braunschweig ==&lt;br /&gt;
&lt;br /&gt;
* '''When:''' May 1st - May 3rd, start will be 09:00&lt;br /&gt;
* '''Where:''' Braunschweig, Germany (exact location still unknown, most likely somewhere around http://informationfreeway.org/?lat=52.27389186224494&amp;amp;lon=10.524687317867564&amp;amp;zoom=17&amp;amp;layers=B0000F000F)&lt;br /&gt;
* '''What:''' Please indicate in the list how many devices you will bring. The rework itself will take about 40 minutes. Testing device before and after (including flashing) will take a couple of minutes, but can be parallelised. The day has 24 hours. You do the math. :-)&lt;br /&gt;
* '''How:''' Back up all your data! There is a possibility that the Freerunner will get damaged during the process (I haven't broken one device yet, but the possibility exists). Openmoko has promised me replacement devices for this case, but they are '''not''' here yet. So until further notice I will '''not''' guarantee that you will walk away from this with a working Freerunner.  Mark all the parts, being battery, main and cover, with you full name. Use labels which leave no glue residue and remove labels afterward, especially from your battery! One could use [http://en.wikipedia.org/wiki/Masking_tape painting/masking tape], especially the blue version that sticks as less as possible.&lt;br /&gt;
* '''Why:''' There will be other Freerunner users around. Use the time to get to know each other in person, share problems, fixes, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== May 1st ===&lt;br /&gt;
* Roland (1)&lt;br /&gt;
* YourNameHere(2)&lt;br /&gt;
&lt;br /&gt;
=== May 2nd ===&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== May 3rd ===&lt;br /&gt;
* [[User:Avanc|Sven]] (1)&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== Remote users ===&lt;br /&gt;
Users which would like someone living nearby to take their device to the fix party or would like to mail the device with money included for having it mailed back:&lt;br /&gt;
&lt;br /&gt;
* Christ van Willegen (1, Eindhoven, The Netherlands)&lt;br /&gt;
* Pander (1, Utrecht, The Netherlands)&lt;br /&gt;
* Philipp (1, Rostock, Germany)&lt;br /&gt;
* Johannes (3, Graz, Austria) [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
* Johannes K.(1, Stuttgart, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Aragorn Contact me here]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/BuzzFixParty</id>
		<title>BuzzFixParty</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/BuzzFixParty"/>
				<updated>2009-04-08T10:59:35Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Here you can find information about upcoming buzz-fix parties =&lt;br /&gt;
&lt;br /&gt;
== Braunschweig ==&lt;br /&gt;
&lt;br /&gt;
* '''When:''' May 1st - May 3rd, start will be 09:00&lt;br /&gt;
* '''Where:''' Braunschweig, Germany (exact location still unknown, most likely somewhere around http://informationfreeway.org/?lat=52.27389186224494&amp;amp;lon=10.524687317867564&amp;amp;zoom=17&amp;amp;layers=B0000F000F)&lt;br /&gt;
* '''What:''' Please indicate in the list how many devices you will bring. The rework itself will take about 40 minutes. Testing device before and after (including flashing) will take a couple of minutes, but can be parallelised. The day has 24 hours. You do the math. :-)&lt;br /&gt;
* '''How:''' Back up all your data! There is a possibility that the Freerunner will get damaged during the process (I haven't broken one device yet, but the possibility exists). Openmoko has promised me replacement devices for this case, but they are '''not''' here yet. So until further notice I will '''not''' guarantee that you will walk away from this with a working Freerunner.  Mark all the parts, being battery, main and cover, with you full name. Use labels which leave no glue residue and remove labels afterward, especially from your battery! One could use [http://en.wikipedia.org/wiki/Masking_tape painting/masking tape], especially the blue version that sticks as less as possible.&lt;br /&gt;
* '''Why:''' There will be other Freerunner users around. Use the time to get to know each other in person, share problems, fixes, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== May 1st ===&lt;br /&gt;
* Roland (1)&lt;br /&gt;
* YourNameHere(2)&lt;br /&gt;
&lt;br /&gt;
=== May 2nd ===&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== May 3rd ===&lt;br /&gt;
* [[User:Avanc|Sven]] (1)&lt;br /&gt;
* YourNameHere(1)&lt;br /&gt;
&lt;br /&gt;
=== Remote users ===&lt;br /&gt;
Users which would like someone living nearby to take their device to the fix party or would like to mail the device with money included for having it mailed back:&lt;br /&gt;
&lt;br /&gt;
* Christ van Willegen (1, Eindhoven, The Netherlands)&lt;br /&gt;
* Pander (1, Utrecht, The Netherlands)&lt;br /&gt;
* Philipp (1, Rostock, Germany)&lt;br /&gt;
* Johannes (3, Graz, Austria) [http://wiki.openmoko.org/wiki/Special:Emailuser/Flojoh Contact me here]&lt;br /&gt;
* Johannes (1, Stuttgart, Germany) [http://wiki.openmoko.org/wiki/Special:Emailuser/Aragorn Contact me here]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-17T19:39:28Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* ToDo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source code ====&lt;br /&gt;
&lt;br /&gt;
You can get the source code from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase the &amp;quot;Headphone&amp;quot; and the &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please feel free to add comments, give a little feedback and post bugs that are in the program.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:48:32Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source code ====&lt;br /&gt;
&lt;br /&gt;
You can get the source code from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase the &amp;quot;Headphone&amp;quot; and the &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please feel free to add comments, give a little feedback and post bugs that are in the program.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:44:56Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Testing , Feedback , Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source code ====&lt;br /&gt;
&lt;br /&gt;
You can get the source code from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase the &amp;quot;Headphone&amp;quot; and the &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please feel free to add comments, give a little feedback and post bugs that are in the program.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:43:41Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source code ====&lt;br /&gt;
&lt;br /&gt;
You can get the source code from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase the &amp;quot;Headphone&amp;quot; and the &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:43:00Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source code ====&lt;br /&gt;
&lt;br /&gt;
You can get the source code from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:41:57Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hint: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:40:21Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have the speech-dispatcher installed (e.g. navit uses it) you may come upon this problem: [http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
A quick solution is just to stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:38:48Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences by editing the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-15T20:37:21Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] that checks for libsndfile1 and now you get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and give me some feedback on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in the GTick's preferences if you edit the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
Apparently there is a problem that after every reboot I have to click the start button twice to get it working. On the first click, an error message about a missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-14T14:22:59Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Testing , Feedback , Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
I have the problem that after every reboot I must click the startbutton twice to get it working. The first time a error message about missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
&lt;br /&gt;
* works on shr&lt;br /&gt;
* works on om 2008.12&lt;br /&gt;
&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-14T14:21:59Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.opkg.org/packages/gtick_0.1_armv4t.ipk package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opkg install http://www.opkg.org/packages/gtick_0.1_armv4t.ipk&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
I have the problem that after every reboot I must click the startbutton twice to get it working. The first time a error message about missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Neo_FreeRunner_Battery</id>
		<title>Neo FreeRunner Battery</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Neo_FreeRunner_Battery"/>
				<updated>2009-02-09T12:43:04Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* More tricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Neo FreeRunner Menu}}&lt;br /&gt;
=== GTA02 1200 mAh Smart Battery ===&lt;br /&gt;
&lt;br /&gt;
*Internally, uses the SANYO 1200mAh cell (note that the Sanyo cell by itself does not have the Coulomb-counter and thus can not be used as a replacement for the Neo FreeRunner battery)&lt;br /&gt;
*Battery Technical information: [http://people.openmoko.org/tony_tu/GTA02/hardware/GTA02/CT-GTA02.pdf Detailed Battery Information]&lt;br /&gt;
&lt;br /&gt;
* 1200mAh Smart Battery with Coulomb-counter and protection circuit&lt;br /&gt;
* The Smart Battery keeps track of maximum and current capacity for precise prediction of remaining battery power and time until shutdown, based on actual power dissipation.&lt;br /&gt;
&lt;br /&gt;
For more information, see the GTA01 battery info at [[Neo1973 Battery]]&lt;br /&gt;
&lt;br /&gt;
=== Notes about expected battery life ===&lt;br /&gt;
Battery life is a work in progress. The power saving software is in a very rudimentary state. At the moment 12h is about the most (note though a [http://lists.openmoko.org/pipermail/community/2008-July/020339.html recent result of at least 21h], mostly in suspend, with multiple short wakeups, on the predecessor device GTA01). A week standby and 6 hours talk, 20 hours mp3 might be attainable when power saving software is complete.&lt;br /&gt;
&lt;br /&gt;
== Known Issues ==&lt;br /&gt;
&lt;br /&gt;
=== Make sure your battery never discharges completely. ===&lt;br /&gt;
&lt;br /&gt;
This is an issue because the internal charging circuitry can not be turned on until the FreeRunner has booted, and booting through USB power alone does not work on early A5/6 devices.&lt;br /&gt;
If your FreeRunner boots to the point of showing something on screen when battery removed and connected to OM-wallcharger, your device isn't affected by this issue.&lt;br /&gt;
&lt;br /&gt;
Depending on NAND bootloader version there might also be a red flashlight on AUX indicating postponed boot while charging battery to a required minimum - just keep your FR hooked up to the charger then until it boots. Or boot to NOR if it doesn't recover during some ten minutes.&lt;br /&gt;
&lt;br /&gt;
==== What to do if your battery has become completely discharged ====&lt;br /&gt;
&lt;br /&gt;
See the workarounds [[Neo_FreeRunner_Hardware_Issues#Can.27t_boot_with_discharged_or_missing_battery|here]].&lt;br /&gt;
&lt;br /&gt;
==== More tricks ====&lt;br /&gt;
&lt;br /&gt;
''Q: Does anyone know WHY it don't charge when it is off? My logic says that it is very important to have the option charge the battery when it is flat.''&lt;br /&gt;
&lt;br /&gt;
A: I can't give you a simple answer. Charging is controlled by the PCF50633 &lt;br /&gt;
chip, based on configuration values that are written to it by u-boot, &lt;br /&gt;
Linux, and userspace programs. Some of these settings are preserved &lt;br /&gt;
across a power-cycle (the PCF50633 has a small backup battery that's &lt;br /&gt;
also used to keep the RTC running) so the behavior at startup depends on &lt;br /&gt;
the software that you used during your last session.&lt;br /&gt;
&lt;br /&gt;
Another complication is that some Freerunners are capable of starting up &lt;br /&gt;
without a battery while others are not (possibly due to different &lt;br /&gt;
capacitor values on the internal power rails).&lt;br /&gt;
&lt;br /&gt;
I can give a few hints:&lt;br /&gt;
* The current (Sep. 2nd, 2008) u-boot has a bug that means it will not properly charge from the wall charger. Try a USB cable into a PC instead.&lt;br /&gt;
** Feb. 2009 -- Is the preceding comment still correct? Bug number?&lt;br /&gt;
* Try booting through NOR u-boot instead (hold aux and then power) with both the wall charger or a 500mA USB connection, then try booting Linux.&lt;br /&gt;
* Try to boot into the NAND u-boot menu (hold power and then aux) and then select &amp;quot;power off&amp;quot;. This may leave the device in a state were it will charge. Wait 15 minutes and then try to boot Linux.&lt;br /&gt;
* If the device shuts off during one of the above attempts, let it sit for a few minutes and then try that same item once again&lt;br /&gt;
&lt;br /&gt;
Kudos to Mike Montour on the&lt;br /&gt;
[http://lists.openmoko.org/pipermail/community/2008-September/029243.html  Community mailing list].&lt;br /&gt;
&lt;br /&gt;
Another trick to get a Freerunner with a flat battery up and running would be to press and hold AUX, and then plug in the  wall charger. Suggested by joerg, confirmed to work by user [http://wiki.openmoko.org/wiki/User:Azmodie azmodie],  user [http://wiki.openmoko.org/wiki/User:Jhenkins jhenkins], user [[User:Aragorn|aragorn]] (worked even without battery).&lt;br /&gt;
&lt;br /&gt;
== Compatible Replacement Batteries ==&lt;br /&gt;
&lt;br /&gt;
Other known FreeRunner-compatible batteries include the BL-series (BL-4X, BL-5X) from Nokia, and their third-party equivalents.&lt;br /&gt;
These may not work to revive a device and may not report charge information.&lt;br /&gt;
It is probably a good idea to check that your battery is not greater than the stock battery's voltage of 3.7V (the above suggests that 4.5VDC should be fine) unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Battery Model&lt;br /&gt;
!Capacity (mAh)&lt;br /&gt;
!Charge info reported&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-4&lt;br /&gt;
|&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-4C&lt;br /&gt;
|750&lt;br /&gt;
|no&lt;br /&gt;
|Slightly thinner than original.&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-5B&lt;br /&gt;
|760/890&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-5C&lt;br /&gt;
|950&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BL-6C&lt;br /&gt;
|1070&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NOKIA BR-6C&lt;br /&gt;
|?&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Garmin GPS 10x&lt;br /&gt;
|1100&lt;br /&gt;
|no&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Alien Charging of Battery ==&lt;br /&gt;
&lt;br /&gt;
Nokia devices (phones and stand-alone chargers) usually will not charge&lt;br /&gt;
non-Nokia batteries, most likely because they can't be sure they have&lt;br /&gt;
the correct charging parameters (and of course Nokia isn't interested in supporting use of alien batteries with their phones).&lt;br /&gt;
&lt;br /&gt;
Most after-market or no-name brands of Nokia-compatible chargers don't&lt;br /&gt;
test the make of the battery, most likely because adding the capability&lt;br /&gt;
to perform this test would add to the cost of the charger and limit it's universal character (that's not the interest of second source manufacturers).&lt;br /&gt;
&lt;br /&gt;
Thus:&lt;br /&gt;
* You can use a Nokia or Nokia-compatible BL-4C, BL-5C, or BL-6C in the Neo&lt;br /&gt;
* You can charge the Neo battery in a Nokia-compatible charger that is not Nokia branded&lt;br /&gt;
* You can NOT charge the Neo battery in a Nokia branded phone or charger&lt;br /&gt;
&lt;br /&gt;
Alternatively, the Garmin GPS 10X, a Bluetooth GPS device, uses a compatible battery to the OpenMoko FreeRunner.  The device can be used to charge FreeRunner batteries at 100mA, 500mA or 1A over miniUSB (including deep-discharged batteries).&lt;br /&gt;
&lt;br /&gt;
For more information about USB battery chargers that can be used with the Neo FreeRunner see&lt;br /&gt;
{{main|USB charger}}&lt;br /&gt;
&lt;br /&gt;
== DIY external battery pack from a Minty case ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mintyboost:'''&lt;br /&gt;
&lt;br /&gt;
Charge from a couple of AA batteries: [http://www.ladyada.net/make/mintyboost/ Minty Boost!], [http://www.millions.ca/~stacy/mintyboost/ report on a Neo FreeRunner application].&lt;br /&gt;
&lt;br /&gt;
Adding the 47k resistor to the minty boost so that the Freerunner fast charges at 1A is a poor idea for a couple reasons, the biggest one being that the minty boost can't supply 1A the max is 600mA. as far as I know, there is no magic resistor to identify a 500mA charger to the Freerunner, it depends on USB host  telling it that it can provide 500mA. Second, the ID pin is in the USB micro connector, so you would either need to put a micro connector on your minty boost (with the correct resistor installed) or use a hacked cable.&lt;br /&gt;
&lt;br /&gt;
Even if the Linear Technology step up voltage converter is supposed to be able to do 600mA, the AA cells seem to have a problem with supplying 500mA. They get a little toasty :-). One powerpack built using D cells doesn't seem to have any issues with supplying 500mA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Battery]]&lt;br /&gt;
[[Category:Neo FreeRunner Hardware]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-02T15:02:44Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
I have the problem that after every reboot I must click the startbutton twice to get it working. The first time a error message about missing sound device appears.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T15:07:46Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/download/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T15:06:50Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For alsa-oss compatility, use&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe snd-pcm-oss&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;pre&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;pre&amp;gt;gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;pre&amp;gt;DISPLAY=:0 gtick&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T15:02:50Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
My English is not the best :) so please edit the page and make it proper English...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Important:&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T14:58:58Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Important:&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
To make the sound louder either use the gui control for volume or increase &amp;quot;Headphone&amp;quot; and &amp;quot;PCM&amp;quot; setting with alsamixer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T14:52:09Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== Package ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Important:&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
&lt;br /&gt;
You can add this in GTick's preferences in the &amp;quot;execute on startup&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==== Problems ====&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For a quick workaround just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
You can get the source from [http://www.antcom.de/gtick/].&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T14:43:37Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
==== UPDATE ====&lt;br /&gt;
I've created a new [http://www.file-upload.eu/download-1422942/gtick_0.1_armv4t.ipk.html package] . Now it checks for libsndfile1 and you'll get a nice desktop icon.&lt;br /&gt;
&lt;br /&gt;
Please test it and add feedpack on this page.&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you can start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile1 &amp;lt;code&amp;gt;opkg install libsndfile1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T11:20:30Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you can start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile1 &amp;lt;code&amp;gt;opkg install libsndfile1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T08:59:24Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you can start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
If you have speech-dispatcher installed (navit uses it) you may come upon this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T08:47:00Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you can start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-02-01T08:46:00Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|200px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
* make the interface more finger friendly&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Aragorn</id>
		<title>User:Aragorn</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Aragorn"/>
				<updated>2009-01-31T21:47:59Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Image */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About me==&lt;br /&gt;
Hi all!&lt;br /&gt;
&lt;br /&gt;
I'm a 16 year old student from Germany and really love the free software/linux world.&lt;br /&gt;
&lt;br /&gt;
== Interests ==&lt;br /&gt;
Everything you can do with a smartphone ;)&lt;br /&gt;
* Multimedia (music, videos)&lt;br /&gt;
* GPS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
* [[GTick]] : I'm playing piano and violin, so I metronome is quiet useful for me :)&lt;br /&gt;
&lt;br /&gt;
== Images==&lt;br /&gt;
* om 2007.2&lt;br /&gt;
* om 2008&lt;br /&gt;
* qtopia&lt;br /&gt;
* fso&lt;br /&gt;
&lt;br /&gt;
At the moment I'm using shr.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Aragorn</id>
		<title>User:Aragorn</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Aragorn"/>
				<updated>2009-01-31T21:47:25Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==About me==&lt;br /&gt;
Hi all!&lt;br /&gt;
&lt;br /&gt;
I'm a 16 year old student from Germany and really love the free software/linux world.&lt;br /&gt;
&lt;br /&gt;
== Interests ==&lt;br /&gt;
Everything you can do with a smartphone ;)&lt;br /&gt;
* Multimedia (music, videos)&lt;br /&gt;
* GPS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Applications ==&lt;br /&gt;
* [[GTick]] : I'm playing piano and violin, so I metronome is quiet useful for me :)&lt;br /&gt;
&lt;br /&gt;
== Image ==&lt;br /&gt;
Tested Images:&lt;br /&gt;
* om 2007.2&lt;br /&gt;
* om 2008&lt;br /&gt;
* qtopia&lt;br /&gt;
* fso&lt;br /&gt;
&lt;br /&gt;
At the moment I'm using shr.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Aragorn</id>
		<title>User:Aragorn</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Aragorn"/>
				<updated>2009-01-31T21:40:53Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: New page: Hi all!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi all!&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:33:59Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* Testing , Feedback , Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|150px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:32:50Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png|right|thumb|Gtick on shr|150px]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;br /&gt;
[[Image:Example.jpg]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/File:Gtick.png</id>
		<title>File:Gtick.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/File:Gtick.png"/>
				<updated>2009-01-31T21:31:59Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:31:49Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.png]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;br /&gt;
[[Image:Example.jpg]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:31:03Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:gtick.jpg]]&lt;br /&gt;
&lt;br /&gt;
== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;br /&gt;
[[Image:Example.jpg]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:26:53Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] .&lt;br /&gt;
For now just stop speech-dispatcher with &amp;lt;code&amp;gt;/etc/init.d/speech-dispatcher stop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:17:49Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it for dependences yet, and you won't get a Icon on your desktop yet. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
mssing dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:16:19Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it yet(e.g. for dependences), but it worked for me. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
Unsatisfied dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
Start it from the command line: &amp;lt;code&amp;gt;gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with ssh: &amp;lt;code&amp;gt;DISPLAY=:0 gtick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:11:53Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it yet(e.g. for dependences), but it worked for me. Feel free to test it or make you own package and share it here (You'll find a nice icon on Gtick's homepage).&lt;br /&gt;
&lt;br /&gt;
Unsatisfied dependencies:&lt;br /&gt;
&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:07:52Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it yet(e.g. for dependences), but it worked for me. Feel free to test it or make you own package and share it here.&lt;br /&gt;
Unsatisfied dependencies:&lt;br /&gt;
* libsndfile &amp;lt;code&amp;gt;opkg install libsndfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:06:58Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it yet(e.g. for dependences), but it worked for me. Feel free to test it or make you own package and share it here.&lt;br /&gt;
Unsatisfied dependencies:&lt;br /&gt;
* libsndfile&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:03:26Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it yet(e.g. for dependences), but it worked for me. Feel free to test it or make you own package and share it here.&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T21:02:15Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: /* installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have created a [http://www.file-upload.eu/download-1421594/gtick-0.4.2_0.1_armv4t.ipk.html package] for testing. It's my first package, and I haven't checked it (e.g. for dependences) yet, but it worked for me. Feel free to test it or make you own package and share it here.&lt;br /&gt;
.&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T20:38:50Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;code&amp;gt;modprobe snd-pcm-oss&amp;lt;/code&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T20:38:27Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
&amp;lt;nowiki&amp;gt;modprobe snd-pcm-oss&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you start compatility mode there.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T20:31:04Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
modprobe snd-pcm-oss&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you can use that for executing modprobe snd-pcm-oss.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/GTick</id>
		<title>GTick</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/GTick"/>
				<updated>2009-01-31T20:29:40Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: New page: == About Gtick == From [http://www.antcom.de/gtick/ Gtick's homepage]:  GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different met...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Gtick ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project.&lt;br /&gt;
&lt;br /&gt;
This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many &amp;quot;upstream&amp;quot; issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
From [http://www.antcom.de/gtick/ Gtick's homepage]:&lt;br /&gt;
&lt;br /&gt;
* Very easy handling&lt;br /&gt;
* Reliable timing&lt;br /&gt;
* Volume control&lt;br /&gt;
* Different meters (Even, 2/4, 3/4, 4/4, more)&lt;br /&gt;
* Configurable speed (10 to 1000 BPM)&lt;br /&gt;
* Manual tapping input&lt;br /&gt;
* Customizable ticking sound&lt;br /&gt;
* Native language support for 20 languages: Afrikaans, Basque, Catalan, Chinese, Czech, Dutch, English, Finnish, French, German, Irish, Italian, Korean, Brazilian Portuguese, Romanian, Russian, Spanish, Swedish, Ukrainian and Vietnamese&lt;br /&gt;
* Separate audio thread for better realtime performance&lt;br /&gt;
* Customizable commands for metronome start / stop, e.g. for switching off the screensaver&lt;br /&gt;
* Options saved to rc file&lt;br /&gt;
* Customizable sound device&lt;br /&gt;
* Visual Tick&lt;br /&gt;
* Accent Attack Padding&lt;br /&gt;
* Configurable Accent Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
Get source from [http://www.antcom.de/gtick/] and compile it.&lt;br /&gt;
&lt;br /&gt;
It worked well for me on my SHR.&lt;br /&gt;
&lt;br /&gt;
Use &lt;br /&gt;
modprobe snd-pcm-oss&lt;br /&gt;
to get /dev/dsp .&lt;br /&gt;
Gtick has an option for executing commands on startup, so you can use that for executing modprobe snd-pcm-oss.&lt;br /&gt;
&lt;br /&gt;
I had this problem:[http://lists.openmoko.org/nabble.html#nabble-td2175057  speech-dispatcher blocking /dev/dsp] . Killing the speech-dispatcher process helped.&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
Tip: Use the app in landscape mode.&lt;br /&gt;
&lt;br /&gt;
== ToDo ==&lt;br /&gt;
feel free to make it better :)&lt;br /&gt;
&lt;br /&gt;
* create package&lt;br /&gt;
&lt;br /&gt;
== Testing , Feedback , Bugs ==&lt;br /&gt;
Please add anything you come upon on this page.&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Applications</id>
		<title>Applications</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Applications"/>
				<updated>2009-01-31T20:10:57Z</updated>
		
		<summary type="html">&lt;p&gt;Aragorn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the wiki's master application list for the Openmoko smartphones. &lt;br /&gt;
&lt;br /&gt;
== How to register new applications ?==&lt;br /&gt;
&lt;br /&gt;
This list can not be exhaustive, as new things are showing up every week. This page is here to help spreading awareness about applications. Here are instructions on how to add a specific application to this list. There are many ways to go&lt;br /&gt;
&lt;br /&gt;
Method 1 (preferred):&lt;br /&gt;
* Register your application at http://opkg.org. You will get a package number there, for example 33.&lt;br /&gt;
* Notify the community mailing list.&lt;br /&gt;
* Come back here, click on &amp;quot;edit&amp;quot; next to the appropriate section title, then add a line like:&lt;br /&gt;
&amp;lt;pre&amp;gt;* {{opkg.org|33|Application name}} A short description&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Method 2: Just link to wherever the application is hosted.&lt;br /&gt;
* Click on &amp;quot;edit&amp;quot; next to the appropriate section title, add a line like:&lt;br /&gt;
&amp;lt;pre&amp;gt;* [http://your.host.domain/the/path/to/app/page.html Application name] A short description&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Method 3: Create a new page in this wiki.&lt;br /&gt;
* Click on &amp;quot;edit&amp;quot; next to the appropriate section title, then add a line like:&lt;br /&gt;
&amp;lt;pre&amp;gt;* [[Application name]] A short description&amp;lt;/pre&amp;gt;&lt;br /&gt;
* The application name will appear in red, click on it to create and edit the new page.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
* [[Openmoko-mediaplayer2]] - Play music and video (mp3...)&lt;br /&gt;
* [[Openmokast]] - Play audio stream and slideshow stream&lt;br /&gt;
* [[Pythm]] - Audio player GUI using mplayer and mpd as backend.&lt;br /&gt;
* [[Mokoko]]-Play music.&lt;br /&gt;
* [[Satan]] - Create your own music!&lt;br /&gt;
* [[Fourier]]- Realtime frequency analysis of sound data.&lt;br /&gt;
* [[Neoqplayer]] - a multimedia player written in Qt4 &lt;br /&gt;
* {{opkg.org|55|ePiano}} - epiano is going to be a virtual piano&lt;br /&gt;
* [http://www.faltantornillos.net/proyectos/gnu/brightPlayer/brightPlayerOM2008v0.1.tar.gz Bright Player] - Fast, lightweight and easy random music player.&lt;br /&gt;
* [http://fisoft.eu/standa/openmoko/omshuffle_0.1_arm.ipk omShuffle] - Inspired by Bright Player with volume control.&lt;br /&gt;
* [[GTick]] - GTick is a metronome application written for GNU/Linux&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
* [[Games/Om 2007.2]] - Many small games on Om 2007.2&lt;br /&gt;
* [[Om 2008.8 Sudoku]] - Number placement based puzzle game&lt;br /&gt;
* [[Moko-sudoku]] - Another sudoku puzzle game.&lt;br /&gt;
* {{opkg.org|66|ScummVM}} ([[Scummvm|Wiki]]) Virtual Machine for several classic graphical point-and-click adventure games&lt;br /&gt;
* [[Kobodeluxe]] - A top-view space shooter, available from 2008.8 repositories.&lt;br /&gt;
* [[Pingus]] - Pingus is a lemmings clone with penguins.&lt;br /&gt;
* [[Duke Nukem 3D]] - Legendary First Person Shooter.&lt;br /&gt;
* [[Numptyphysics]] - A drawing puzzle game.&lt;br /&gt;
* [[Gnuboy]] - An emulator for the handheld gaming all-time bestseller.&lt;br /&gt;
* [[XBill]] - Little action game to stop Bill from installing Windows(tm) on computers.&lt;br /&gt;
* [[Xlogical]]-A puzzle based game where you turn spinners to move balls around.&lt;br /&gt;
* [[Liquid War]]-Liquid War is a truly original multiplayer wargame.&lt;br /&gt;
* [http://unsyncopated.com/BrainSolvent/Doom%20Port DOOM]- Classic FPS. Freerunner/1973&lt;br /&gt;
* [[MBAC]]- MBAC is &amp;quot;Moko Bulls and Cows&amp;quot;, a classic game for openmoko written in pygtk similar to mastermind.&lt;br /&gt;
* [[OpenVibe]] - The first opensource vibrator.&lt;br /&gt;
* [[OpenTTD]] - OpenTransportTycoonDeluxe, ported to openmoko, using only GPLed datafiles.&lt;br /&gt;
* [http://scalde.free.fr/index.php?option=com_content&amp;amp;view=article&amp;amp;id=93:pong-pogresses&amp;amp;catid=43:openmoko&amp;amp;Itemid=66 Pong progresses]- This is a little pong game for the openmoko freerunner. The screen is devided in halves, so you can touch the right half to move the paddle right and the left half to move it left.&lt;br /&gt;
* [[OpenMooCow]] - OpenMooCow reads information out of your accelerometers. Now, if you turn the phone upside down and back again, it &amp;quot;moos&amp;quot; like one of the little toys.&lt;br /&gt;
* [[Freerunner LightSaber]]-Application as iphone LightSaber.&lt;br /&gt;
* [[CellHunter]] - A game you earn points by collecting cells&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
&lt;br /&gt;
* [[GPS Sight]] - Display GPS information, location, tracks, etc, without maps.&lt;br /&gt;
* [[Gpsdrive]] - Car (bike, etc) navigation system&lt;br /&gt;
* [[Om 2008.8 Locations]] - (aka Splinter) - Location sharing based on GPS and SMS&lt;br /&gt;
* [[Navit]] - Car navigation system with routing engine&lt;br /&gt;
* [[TangoGPS]] - Display map (OSM..), record GPS tracks...&lt;br /&gt;
* [[Pyroute]] - Pyroute is a routing program written in Python. It features mobile phone GUI for maps, GPS, and routing.&lt;br /&gt;
* [http://wiki.openstreetmap.org/index.php/Mumpot mumpot] - Display map (OSM), routing, OSM tag editing, a bit of live editing&lt;br /&gt;
* [[QMapControl]] - Display maps (OSM..) and add points, lines...&lt;br /&gt;
* [[Qpegps]] - Display map with current position&lt;br /&gt;
* [[Idle Hands]] - Give a task to you based on your location&lt;br /&gt;
* [[Gtkaddpoi]] - Utility for add a POI to TangoGPS using address or coordinates&lt;br /&gt;
* [[Gpsdcontrol]] A simple python script for start or stop gpsd daemon with a button on the desktop.&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
&lt;br /&gt;
* [[Orrery]] - Displays the night sky&lt;br /&gt;
* [[OMView]] - Image viewer&lt;br /&gt;
* [[PyPenNotes]] - Write notes using pen and touchscreen&lt;br /&gt;
* [[Gpe-scap]] - Take screenshots&lt;br /&gt;
* [[Flash|Gnash]]-Play flash file on Neo&lt;br /&gt;
* [[Neon]] - Image viewer&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Internet ==&lt;br /&gt;
&lt;br /&gt;
* [[Twinkle]] - Voice over IP&lt;br /&gt;
* [[Linphone]] - Voice over IP&lt;br /&gt;
* [[Midori]] - Webkit based web browser&lt;br /&gt;
* [[Minimo]] - Mozilla based web browser&lt;br /&gt;
* [http://www.dillo.org/ Dillo] - Multiplatform fast and small web browser ([http://misc.andi.de1.cc/dillo/ .ipk]).&lt;br /&gt;
* [[Mokopedia]] - Read small Wikipedia dumps offline&lt;br /&gt;
* [[Offline Wikipedia reader]] - store the entire content of wikipedia (except iamges), on a single 8GB microSD card&lt;br /&gt;
* [[Openmoko-browser2]] - The original Openmoko web browser&lt;br /&gt;
* [[Openmokast]] - Play audio stream and slideshow stream&lt;br /&gt;
* [[Openmoko Mail]] - E-mail client&lt;br /&gt;
* [[Pidgin]] - Instant messaging client (ICQ, MSN, Jabber, Yahoo and more.)&lt;br /&gt;
* [[CenterIM]] - Instant messaging client (terminal-based).&lt;br /&gt;
* [[PyFeedRead]] - RSS feed reader&lt;br /&gt;
* [[Qtmail]] - Default mail program on Om 2008.8&lt;br /&gt;
* [[TwitterMoko]] - A Twitter client for Openmoko&lt;br /&gt;
* [http://code.google.com/p/pyqt-browser/ pyqt-browser] - modified the sample code from python-pyqt4 and changed it to use webkit for web browsing. &lt;br /&gt;
* [http://we.trekbeyond.org/~kd8ikt/moko/shr_pkgz/ ettercap-ng]&lt;br /&gt;
&lt;br /&gt;
== Office ==&lt;br /&gt;
* [[Epdfview]] - PDF reader.&lt;br /&gt;
* Evince - Document reader for PDF, PS, DJVU and more.&lt;br /&gt;
* [[FBReader]] - E-book reader program (TXT, FB2, HTML and more)&lt;br /&gt;
* [[Gutenflash]] - Fast text reader by scrolling text&lt;br /&gt;
* [[OMoney]] - A bookkeeping application&lt;br /&gt;
&lt;br /&gt;
== Settings ==&lt;br /&gt;
&lt;br /&gt;
* [[Mofi]] - Wifi setup tool&lt;br /&gt;
* [[Lint-wifi]] - Wifi setup tool&lt;br /&gt;
* [[Om 2008.8 Installer]] - Graphical software installer&lt;br /&gt;
* [[Opkg]] - Command line software installer&lt;br /&gt;
* [[Sephora]] - Settings manager&lt;br /&gt;
* [[SettingsGUI]] - Edit various settings&lt;br /&gt;
* [[Wicd]] - Wifi setup tool&lt;br /&gt;
* [[ZOMG!]] - A graphical package manager (opkg frontend -&amp;gt; should work on any distro)&lt;br /&gt;
* [[Timezone|tzdata]]- Customized your time zone setting.&lt;br /&gt;
&lt;br /&gt;
== System ==&lt;br /&gt;
* [[Aphasia]] - A system built on Erlang and a vertical application for people with apahasia.&lt;br /&gt;
* [[Auxlaunch]] - Finger-friendly app launcher and window switcher&lt;br /&gt;
* [[Display Locker]] - Screen lock&lt;br /&gt;
* [[Gwaterpas]] - levelling tool using accelerometer&lt;br /&gt;
* [[Gestures]] - Detect movement and display information, rotate screen&lt;br /&gt;
* [[Keychain]] - SSH keys&lt;br /&gt;
* [[MokoFEM]] - Monitors GSM information&lt;br /&gt;
* [[Mokostat]] - Monitors battery&lt;br /&gt;
* [[Openmoko Bluetooth remote controller|ReMoko]] - Control stuff via BlueTooth&lt;br /&gt;
* [[Rotate]] - Rotate screen when phone is rotated&lt;br /&gt;
* [[Vala-terminal]] - Command prompt with tabs&lt;br /&gt;
* [[Ts calibrate]] - Calibrates touchscreen&lt;br /&gt;
* [[Zedlock]] - Screen locker&lt;br /&gt;
* [http://fso-control.projects.openmoko.org/ fso-control] - Popup Power menu to shutdown/suspend/reboot.&lt;br /&gt;
* [[omkeys_functions]] - Remap AUX key bindings&lt;br /&gt;
* [[Siglaunchd]] - A daemon that listens to dbus signals and launches appliactions upon arrival.&lt;br /&gt;
* [[Pexpect]]-a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Telephony ==&lt;br /&gt;
* [[Dialer/2007.2]] - The dialer application in Om 2007.2&lt;br /&gt;
* [[Openmoko SMS Middleware]]- SMS middleware is a Openmoko middleware software for additional features related to SMS. Plugin architecture and Python based code gives this project lots of flexibility and enchancebility.&lt;br /&gt;
* [[Paroli]] -Paroli is an integrated phone application based on Tichy (and so also written in python). &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Utility ==&lt;br /&gt;
* [[Unison]] - Unison is a file-synchronization tool for Unix and Windows. It determines all differences between two directory trees and lets the user decide, how to proceed with every differing file. &lt;br /&gt;
* [[HP48 Series RPN Calculator]] - Calculator with many functions&lt;br /&gt;
* [[qwo]]- An alternative input method.&lt;br /&gt;
* {{opkg.org|57|fido}} - [[fido]] is a todo list\note manager written with elementary&lt;br /&gt;
* [http://meuk.spritesserver.nl/lightsaber-0.1.tgz The Lightsaber]. Pre-alpha starwaresque orphanware.&lt;br /&gt;
* [[NeoTool]] NeoTool is a bash script for your desktop system to provide a friendly GUI frontend to some common management tasks.&lt;br /&gt;
* [[NeoCon]] - neocon is a handy serial console utility (not only) for u-boot.  The main feature of neocon is actually that you can give it a list of devices and it will pick one that works.&lt;br /&gt;
* [http://techiem2.net/index.php?/archives/10-Freerunner-USB-Mode-Control-Program.html usbmode]-a quick pygtk program. &lt;br /&gt;
* [[Enotes]] - Enotes is the implementation of a TODOlist manager written with elementary to appear better with distribution that use illume, like SHR.&lt;br /&gt;
* [[LED clock]] - When an Openmoko is sitting unused at night, turn it into an alarm clock with large 7-segment digits on a black background in landscape mode. &lt;br /&gt;
* [[MokoGeocaching]] - Utility for add a POI to TangoGPS using geocaching.com &lt;br /&gt;
* [[Wrench]] - Modual used utility enlightenment_remote.&lt;br /&gt;
* [[Yaouh!]] - Yet Another OSM Updater H.&lt;br /&gt;
* [[ShortOm]] - Graphical launcher for shell or application, with editable config file, and log result page.&lt;br /&gt;
* [[Pimlico]]-Pimlico is a suite of lightweight Personal Information Management (PIM) applications designed primarily for handheld and mobile devices----&lt;br /&gt;
&lt;br /&gt;
==Setting Application==&lt;br /&gt;
* [[Wmiconfig]]- wmiconfig is a tool written by Atheros Communications Inc to configure the Ar6k WIFI chip used in the Neo Freerunner. This is a standalone C executable, released under GPL v2.&lt;br /&gt;
* [[GTA02 sysfs]]- sysfs is a filesystem that is mounted on /sys which contains various fake &amp;quot;files&amp;quot; that are actually filled by a variety of drivers and other kernel subsystems.  You can use it to change settings and behaviours of the kernel and drivers dynamically.&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
&lt;br /&gt;
* [[Video Player]] - Using Mplayer on Openmoko smartphones.&lt;br /&gt;
* [http://katastrophos.net/andre/blog/software/quasar-media-player/ Quasar] - a mplayer frontend for X11.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== daemon ==&lt;br /&gt;
* [[PyPhonelog]] - daemon uses the framework to track and log all the calls made to and from the moko.&lt;br /&gt;
* [[Lscd]] - LSC library/daemon on Linux System.&lt;br /&gt;
&lt;br /&gt;
== An automatic list of application-related wiki pages ==&lt;br /&gt;
&lt;br /&gt;
The pages linked above are all maintained manually. We also maintain an automatic categorization system by tagging wiki pages. Here is the list of application-related pages in this wiki. Normally, every page listed below should be also listed above in the same category. The converse is false: there are applications without a wiki page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: solid 1px black; padding: 1ex&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Applications in this Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;categorytree mode=pages depth=2 hideroot=on&amp;gt;Applications&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Where to find more applications? ==&lt;br /&gt;
&lt;br /&gt;
At [http://opkg.org opkg.org] !&lt;br /&gt;
&lt;br /&gt;
Not all Openmoko apps are listed on this wiki - there are much more [http://projects.openmoko.org/softwaremap/ projects at the Openmoko GForge] than the wiki can list, not to mention self-hosted applications on their own websites. Actually the phones can run most Linux based Free Software, using for example the [[Debian]] distribution. The [http://handhelds.freshmeat.net/browse/1038/ mobile phones section of Freshmeat] may be a interesting place to look.&lt;br /&gt;
&lt;br /&gt;
Note also that there are many packages in the repository that are not installed by default. If what you want is a classic, chances are that it is already packaged. Suppose you want to install Perl:&lt;br /&gt;
 opkg list|grep perl&lt;br /&gt;
 opkg install perl&lt;br /&gt;
&lt;br /&gt;
More application download related pages:&lt;br /&gt;
&lt;br /&gt;
* [[Community Repository]]&lt;br /&gt;
* [[Users Repositories]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Where to find full distributions ? ==&lt;br /&gt;
&lt;br /&gt;
* [[Download]]: for complete system downloads&lt;br /&gt;
&lt;br /&gt;
== The usual warnings ==&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
* Some of these software are developed by Openmoko Inc. and some are contributed by the community. Any problems with community contributed software should be reported to the individual software developer rather than the Openmoko core team.&lt;br /&gt;
* Most programs listed here are not mature/stable, but only useable/beta.&lt;br /&gt;
* Many programs listed here are not yet packaged for your distribution and integrated in its repositories. Whichever it is.&lt;br /&gt;
* Installing experimental software from the internet is certain to break things. Running it as root is a very insecure thing to do. Kown that you will be burned, have backups, and be ready to apologize to everybody in your phone contact list in case they receive strange SMSs...&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Applications|Applications]]&lt;br /&gt;
[[Category:Basic End User]]&lt;/div&gt;</summary>
		<author><name>Aragorn</name></author>	</entry>

	</feed>