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

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-02-19T14:39:12Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== setting builder ==&lt;br /&gt;
for OM2008.12 or for testing and unstable builds&lt;br /&gt;
maybe this work in FSO and SHR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== download ==&lt;br /&gt;
&lt;br /&gt;
from here http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
mirror http://dl.linuxphone.ru/openmoko/repository/settingbuilder/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
see this http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=18&amp;amp;p=43#p43 &amp;lt;br&amp;gt;&lt;br /&gt;
and this http://www.linuxphone.ru/forum/viewtopic.php?f=24&amp;amp;t=309&amp;amp;p=2718#p2718 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== install ==&lt;br /&gt;
&lt;br /&gt;
wget http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
tar zxvf ./settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
cd ./install &amp;lt;br&amp;gt;&lt;br /&gt;
sh ./installall.sh &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
try use this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-02-19T14:38:41Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== setting builder ==&lt;br /&gt;
for OM2008.12 or for testing and unstable builds&lt;br /&gt;
maybe this work in FSO and SHR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== download ==&lt;br /&gt;
&lt;br /&gt;
from here http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
mirror http://dl.linuxphone.ru/openmoko/repository/settingbuilder/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
see this http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=18&amp;amp;p=43#p43 &amp;lt;br&amp;gt;&lt;br /&gt;
and this http://www.linuxphone.ru/forum/viewtopic.php?f=24&amp;amp;t=309&amp;amp;p=2718#p2718 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== install ==&lt;br /&gt;
&lt;br /&gt;
wget http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz&lt;br /&gt;
tar zxvf ./settingbuilder_bytestore.tar.gz&lt;br /&gt;
cd ./install&lt;br /&gt;
sh ./installall.sh&lt;br /&gt;
&lt;br /&gt;
== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
try use this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-02-19T14:32:54Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== setting builder ==&lt;br /&gt;
for OM2008.12 or for testing and unstable builds&lt;br /&gt;
maybe this work in FSO and SHR&lt;br /&gt;
&lt;br /&gt;
download http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
mirror http://dl.linuxphone.ru/openmoko/repository/settingbuilder/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
see this http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=18&amp;amp;p=43#p43 &amp;lt;br&amp;gt;&lt;br /&gt;
and this http://www.linuxphone.ru/forum/viewtopic.php?f=24&amp;amp;t=309&amp;amp;p=2718#p2718 &lt;br /&gt;
&lt;br /&gt;
== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
try use this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-02-19T14:32:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== setting builder ==&lt;br /&gt;
for OM2008.12 or for testing and unstable builds&lt;br /&gt;
maybe this work in FSO and SHR&lt;br /&gt;
&lt;br /&gt;
download http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
mirror http://dl.linuxphone.ru/openmoko/repository/settingbuilder/settingbuilder_bytestore.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
tred this http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=18&amp;amp;p=43#p43 &amp;lt;br&amp;gt;&lt;br /&gt;
and this http://www.linuxphone.ru/forum/viewtopic.php?f=24&amp;amp;t=309&amp;amp;p=2718#p2718 &lt;br /&gt;
&lt;br /&gt;
== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
try use this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-02-19T14:31:49Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== setting builder ==&lt;br /&gt;
for OM2008.12 or for testing and unstable builds&lt;br /&gt;
maybe this work in FSO and SHR&lt;br /&gt;
&lt;br /&gt;
download http://openmoko.spb.ru/repository/settingbuilder_bytestore.tar.gz&lt;br /&gt;
mirror http://dl.linuxphone.ru/openmoko/repository/settingbuilder/settingbuilder_bytestore.tar.gz&lt;br /&gt;
tred this http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=18&amp;amp;p=43#p43&lt;br /&gt;
and this http://www.linuxphone.ru/forum/viewtopic.php?f=24&amp;amp;t=309&amp;amp;p=2718#p2718&lt;br /&gt;
&lt;br /&gt;
== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
try use this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-01-12T08:56:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* Avoid suspend when usb plug */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
try use this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-01-12T08:56:11Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* Avoid suspend when usb plug */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
this script [http://openmoko.spb.ru/download/file.php?id=14]&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-01-12T08:29:11Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
download image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-01-12T08:28:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Avoid suspend when usb plug ==&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-01-12T08:27:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== build 2008.12 11012009 ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== prevent suspend when usb plug ==&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12</id>
		<title>Community Updates/2009-01-12</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12"/>
				<updated>2009-01-12T08:27:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview].&lt;br /&gt;
&lt;br /&gt;
== Distributions ==&lt;br /&gt;
* SHR: According to Julien's latest on [http://blog.shr-project.org/ the SHR project blog], the baby is [http://blog.shr-project.org/2009/01/release-time-is-close-whats-left-what-are-we-doing-what-do-we-need.html expected really soon now].&lt;br /&gt;
* Marek announced the new [http://lists.openmoko.org/pipermail/community/2009-January/039227.html organisation of package and images repositories].&lt;br /&gt;
* Android: The [http://n2.nabble.com/New-openmoko-android-binary-tp2133865.html;cid=1230847584604-21 latest compatible kernel] has wifi and bluetooth working now. Suspend and reboot are still broken.&lt;br /&gt;
* [[FSO]] MS5 should branch out for really soon now (the roadmap says release January 31st, but they want a longer stabilization period this time). It will be the first milestone that will have support not only for GTA01 and 02, but also for the Motorola EZX A780. [http://www.freesmartphone.org/index.php/Meeting_2008-12-18_Braunschweig meeting minutes].&lt;br /&gt;
* Hackable:1 [http://lists.hackable1.org/pipermail/hackable1-dev/2009-January/000104.html buildbot is up and running]. Images are generated every morning around 4:00. Happy testing !&lt;br /&gt;
* [[User:Bytestore]] has updated assemblage 2008.12 from Russian community, work with gprs, headphone jack plug, ru keyboard and many other things is updated [http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=11] [http://dl.linuxphone.ru/openmoko/images/bytestore/bytestore-rootfs-OM200812-2009-01-11-112312.jffs2] screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/screenshot_2009_01_11_112312_en]&lt;br /&gt;
&lt;br /&gt;
== New applications ==&lt;br /&gt;
&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;
* [http://projects.openmoko.org/projects/gprssettings/ GPRSsettings] is a GUI script designed to change apn, login, dialnumber.&lt;br /&gt;
* Samuel's script for [http://blog.samuelpereira.net/?p=4 a toggle wifi icon].&lt;br /&gt;
* [http://www.opkg.org/package_86.html ylock] 0.1 Python screen lock and low battery monits.&lt;br /&gt;
* [http://www.opkg.org/package_85.html AppManager] 1.0.1 Zenity package manager.&lt;br /&gt;
* Mirko [http://lists.openmoko.org/pipermail/community/2009-January/039376.html announced] that pre-alpha [[Paroli]] was now packaged in testing. Development [http://charlie137-2.blogspot.com/2009/01/paroli-get-website.html moved] to their own domain: [http://www.paroli-project.org/ paroli-project] hosts trac, git, blog and documentation.&lt;br /&gt;
* Kurt's [[Gwaterpas]] allows to use the Freerunner as a leveling tool.&lt;br /&gt;
* There are now 75 packages at [http://opkg.org opkg.org]. Novelties include osmupdater (updates OSM maps directory), sortdesk (sorts the desk), MokoCard (flashcards learning aid), sms-sentry (query the unit's location by SMS, handy if it was just stolen), pyring (a key ring), EFpLayer (mplayer GUI), playstankontakarta (an icon displaying remaining credit with POLISH PLAY pre-paid phone provider), various illume keyboards and more.&lt;br /&gt;
&lt;br /&gt;
== Ports and updates ==&lt;br /&gt;
* Lots of [[Navit]] activity. Distributions are kindly suggested to package the sample map separately from the main binary to conserve space.&lt;br /&gt;
* The [[opkg]] package manager development [http://lists.openmoko.org/pipermail/opkg-devel/2008-December/000181.html moved from OM svn to Google code]. The recommended stable version is r172, there is a significant data structures+algorithm refactorization going on.&lt;br /&gt;
* Version 2.4 of [[orrery]] is now available.   It has a new schematic Solar System View page, showing the position of the planets and our moon in their orbits, a new moon calendar, and a less ugly icon.&lt;br /&gt;
* The [[ZOMG!]] package manager is now available on [http://www.opkg.org/package_96.html opkg.org], and now allows to add/remove/edit repositories (i.e. feeds).&lt;br /&gt;
* Angus [http://www.mail-archive.com/community@lists.openmoko.org/msg37043.html updated BtGPS.py] to work with FSO. With this script, [[Neo FreeRunner GPS#Bluetooth GPS relay|the FreeRunner works as a bluetooth GPS]].&lt;br /&gt;
* Marco shared his [http://lists.openmoko.org/pipermail/community/2009-January/039370.html success in compiling the latest E17 svn] on 2008.12. There was trouble on SHR with the Elementary widget set, tough.&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview]&lt;br /&gt;
* Rakshat Hooja's company IDA Systems will be at Mumbai's TechFest. There are [http://lists.openmoko.org/pipermail/community/2009-January/039505.html gifts] waiting for the first 10 FreeRunner owners to show up at their booth!&lt;br /&gt;
* The [http://lists.openmoko.org/pipermail/devel/2009-January/004064.html Future of location services] thread started as an attempt to clarify the GPS drivers tangle, and then turned to using GSM celltowers and wifi access points location information. Dima [http://lists.openmoko.org/pipermail/devel/2009-January/004074.html signalled that] there are several free databases of GSM tower locations, and that his gta02 Perl script to query [http://www.opencellid.org/ OpenCellID] for the approximate tower location, and then initialize the AGPS with this data works great. There is a database of Wifi access points at [http://wigle.net/ wigle.net].&lt;br /&gt;
* Two new mailing lists were announced. One to discuss [https://lists.openmoko.org/mailman/listinfo/testing testing of all Openmoko Products]. The other to discuss [http://lists.projects.openmoko.org/mailman/listinfo/siteadmin-general projects.openmoko.org] administration. While we are at it, here are the number of subscriptions as of 07/01/2009 according to Werner: hardware 670, kernel 692, support 1016, devel 1262, community 2323, announce 11258.&lt;br /&gt;
* The Department CSIE of National Chung Cheng University [http://wiki.openmoko.org/wiki/Special:Search?search=CSIE&amp;amp;go=Go launched dozens of projects] this week.&lt;br /&gt;
&lt;br /&gt;
== Hardware and drivers ==&lt;br /&gt;
* Werner [http://lists.openmoko.org/pipermail/hardware/2008-December/000890.html announced] he made an [http://www.almesberger.net/misc/idbg/ debug board] that fits inside the case. Schematics contributed as a community member, not as an Openmoko employee.&lt;br /&gt;
* Filter AUX key bouncing [http://git.openmoko.org/?p=kernel.git;a=commit;h=39a497b0421174c3f23ef3dffb0675a4db3aa3a0 patches].&lt;br /&gt;
* There is a thread about the [[Touchscreen Filters|touchscreen driver]] on the devel list, how it should be [http://lists.openmoko.org/pipermail/devel/2008-December/003888.html split between kernelspace and userspace], and [http://lists.openmoko.org/pipermail/devel/2009-January/004037.html how to contribute it upstream] to the Linux kernel. I find the mix of high-level technical arguments with social and emotional considerations fascinating.&lt;br /&gt;
* It is a pleasure to say that the Community localized the [[Illume keyboard]] to at least [[Illume#List_of_illume_keyboards|nine different languages]]. This does not only involves layout and icon, but also building up a dictionary (the keyboard emits key symbols when in &amp;quot;terminal&amp;quot; mode, but uses predictive dictionary lookups when in &amp;quot;strings&amp;quot; mode.) The frontier: asian languages input.&lt;br /&gt;
* The Freeunner is also a target platform for many innovative new input methods.&lt;br /&gt;
* Carl proposed a simple in-car mount: stick a piece of velcro on the dashboard, strap the FreeRunner onto it through the hole, flipping the display with ''xrandr -o 2''. Add a standard USB car charger, you are all set.&lt;br /&gt;
* GSM firmware updater and hardware buzzfix program: not released yet, still working on it.&lt;br /&gt;
* Video driver code was ported from kdrive to xorg architecture, Graeme is now [http://lists.openmoko.org/pipermail/devel/2009-January/003964.html in debugging mode]. Andreas, Chris and Tom are also working on it.&lt;br /&gt;
* Miguel's [http://www.youtube.com/watch?v=rOBWSrI14BM video] showcases that the [[Arduino]], a popular open-source electronic prototyping platform, complements well the FreeRunner when it comes to reading sensors and controlling actuators.&lt;br /&gt;
* [[Qi]] supports the zImage kernel format.&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Booting 2008.12 from a microsd fails with &amp;quot;Only GTA01 hardware supported by ASoc driver&amp;quot; ? Option &amp;quot;ro&amp;quot; on the kernel commandline is fatal for startup of 2008.12. Check your U-Boot env if you're using that for &amp;quot;ro&amp;quot;, or try adding rw to /boot/append-GTA02 if you are on SD Card and Qi.&lt;br /&gt;
* tangogps 0.9.2 and 0.9.3 have an issue converting between coordinate formats in the western or southern hemispheres.  If you use the DD.dd format it should display the correct value.&lt;br /&gt;
* Current FSO should support both the 2.6.24 and 2.6.28 kernels. The patch to use old FSO with new kernel is [http://trac.freesmartphone.org/ticket/293 here].&lt;br /&gt;
* Howto [https://docs.openmoko.org/trac/ticket/2192#comment:3 get the wrench and QWERTY] buttons in 2008.12 with the ASU theme.&lt;br /&gt;
* A Melbourne Person offers a [http://www.csamuel.org/2009/01/08/echo-suppression-fix-for-qt-extended-442-on-openmoko-neo noise reduction+echo suppression patch and binary for QtE 4.4.2].&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12</id>
		<title>Community Updates/2009-01-12</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12"/>
				<updated>2009-01-12T07:56:27Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview].&lt;br /&gt;
&lt;br /&gt;
== Distributions ==&lt;br /&gt;
* SHR: According to Julien's latest on [http://blog.shr-project.org/ the SHR project blog], the baby is [http://blog.shr-project.org/2009/01/release-time-is-close-whats-left-what-are-we-doing-what-do-we-need.html expected really soon now].&lt;br /&gt;
* Marek announced the new [http://lists.openmoko.org/pipermail/community/2009-January/039227.html organisation of package and images repositories].&lt;br /&gt;
* Android: The [http://n2.nabble.com/New-openmoko-android-binary-tp2133865.html;cid=1230847584604-21 latest compatible kernel] has wifi and bluetooth working now. Suspend and reboot are still broken.&lt;br /&gt;
* [[FSO]] MS5 should branch out for really soon now (the roadmap says release January 31st, but they want a longer stabilization period this time). It will be the first milestone that will have support not only for GTA01 and 02, but also for the Motorola EZX A780. [http://www.freesmartphone.org/index.php/Meeting_2008-12-18_Braunschweig meeting minutes].&lt;br /&gt;
* Hackable:1 [http://lists.hackable1.org/pipermail/hackable1-dev/2009-January/000104.html buildbot is up and running]. Images are generated every morning around 4:00. Happy testing !&lt;br /&gt;
* bytestore has updated assemblage 2008.12 from Russian community, work with gprs, headphone jack plug, ru keyboard and many other things is updated [http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=11] [http://dl.linuxphone.ru/openmoko/images/bytestore/bytestore-rootfs-OM200812-2009-01-11-112312.jffs2] screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/screenshot_2009_01_11_112312_en]&lt;br /&gt;
&lt;br /&gt;
== New applications ==&lt;br /&gt;
&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;
* [http://projects.openmoko.org/projects/gprssettings/ GPRSsettings] is a GUI script designed to change apn, login, dialnumber.&lt;br /&gt;
* Samuel's script for [http://blog.samuelpereira.net/?p=4 a toggle wifi icon].&lt;br /&gt;
* [http://www.opkg.org/package_86.html ylock] 0.1 Python screen lock and low battery monits.&lt;br /&gt;
* [http://www.opkg.org/package_85.html AppManager] 1.0.1 Zenity package manager.&lt;br /&gt;
* Mirko [http://lists.openmoko.org/pipermail/community/2009-January/039376.html announced] that pre-alpha [[Paroli]] was now packaged in testing. Development [http://charlie137-2.blogspot.com/2009/01/paroli-get-website.html moved] to their own domain: [http://www.paroli-project.org/ paroli-project] hosts trac, git, blog and documentation.&lt;br /&gt;
* Kurt's [[Gwaterpas]] allows to use the Freerunner as a leveling tool.&lt;br /&gt;
* There are now 75 packages at [http://opkg.org opkg.org]. Novelties include osmupdater (updates OSM maps directory), sortdesk (sorts the desk), MokoCard (flashcards learning aid), sms-sentry (query the unit's location by SMS, handy if it was just stolen), pyring (a key ring), EFpLayer (mplayer GUI), playstankontakarta (an icon displaying remaining credit with POLISH PLAY pre-paid phone provider), various illume keyboards and more.&lt;br /&gt;
&lt;br /&gt;
== Ports and updates ==&lt;br /&gt;
* Lots of [[Navit]] activity. Distributions are kindly suggested to package the sample map separately from the main binary to conserve space.&lt;br /&gt;
* The [[opkg]] package manager development [http://lists.openmoko.org/pipermail/opkg-devel/2008-December/000181.html moved from OM svn to Google code]. The recommended stable version is r172, there is a significant data structures+algorithm refactorization going on.&lt;br /&gt;
* Version 2.4 of [[orrery]] is now available.   It has a new schematic Solar System View page, showing the position of the planets and our moon in their orbits, a new moon calendar, and a less ugly icon.&lt;br /&gt;
* The [[ZOMG!]] package manager is now available on [http://www.opkg.org/package_96.html opkg.org], and now allows to add/remove/edit repositories (i.e. feeds).&lt;br /&gt;
* Angus [http://www.mail-archive.com/community@lists.openmoko.org/msg37043.html updated BtGPS.py] to work with FSO. With this script, [[Neo FreeRunner GPS#Bluetooth GPS relay|the FreeRunner works as a bluetooth GPS]].&lt;br /&gt;
* Marco shared his [http://lists.openmoko.org/pipermail/community/2009-January/039370.html success in compiling the latest E17 svn] on 2008.12. There was trouble on SHR with the Elementary widget set, tough.&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview]&lt;br /&gt;
* Rakshat Hooja's company IDA Systems will be at Mumbai's TechFest. There are [http://lists.openmoko.org/pipermail/community/2009-January/039505.html gifts] waiting for the first 10 FreeRunner owners to show up at their booth!&lt;br /&gt;
* The [http://lists.openmoko.org/pipermail/devel/2009-January/004064.html Future of location services] thread started as an attempt to clarify the GPS drivers tangle, and then turned to using GSM celltowers and wifi access points location information. Dima [http://lists.openmoko.org/pipermail/devel/2009-January/004074.html signalled that] there are several free databases of GSM tower locations, and that his gta02 Perl script to query [http://www.opencellid.org/ OpenCellID] for the approximate tower location, and then initialize the AGPS with this data works great. There is a database of Wifi access points at [http://wigle.net/ wigle.net].&lt;br /&gt;
* Two new mailing lists were announced. One to discuss [https://lists.openmoko.org/mailman/listinfo/testing testing of all Openmoko Products]. The other to discuss [http://lists.projects.openmoko.org/mailman/listinfo/siteadmin-general projects.openmoko.org] administration. While we are at it, here are the number of subscriptions as of 07/01/2009 according to Werner: hardware 670, kernel 692, support 1016, devel 1262, community 2323, announce 11258.&lt;br /&gt;
* The Department CSIE of National Chung Cheng University [http://wiki.openmoko.org/wiki/Special:Search?search=CSIE&amp;amp;go=Go launched dozens of projects] this week.&lt;br /&gt;
&lt;br /&gt;
== Hardware and drivers ==&lt;br /&gt;
* Werner [http://lists.openmoko.org/pipermail/hardware/2008-December/000890.html announced] he made an [http://www.almesberger.net/misc/idbg/ debug board] that fits inside the case. Schematics contributed as a community member, not as an Openmoko employee.&lt;br /&gt;
* Filter AUX key bouncing [http://git.openmoko.org/?p=kernel.git;a=commit;h=39a497b0421174c3f23ef3dffb0675a4db3aa3a0 patches].&lt;br /&gt;
* There is a thread about the [[Touchscreen Filters|touchscreen driver]] on the devel list, how it should be [http://lists.openmoko.org/pipermail/devel/2008-December/003888.html split between kernelspace and userspace], and [http://lists.openmoko.org/pipermail/devel/2009-January/004037.html how to contribute it upstream] to the Linux kernel. I find the mix of high-level technical arguments with social and emotional considerations fascinating.&lt;br /&gt;
* It is a pleasure to say that the Community localized the [[Illume keyboard]] to at least [[Illume#List_of_illume_keyboards|nine different languages]]. This does not only involves layout and icon, but also building up a dictionary (the keyboard emits key symbols when in &amp;quot;terminal&amp;quot; mode, but uses predictive dictionary lookups when in &amp;quot;strings&amp;quot; mode.) The frontier: asian languages input.&lt;br /&gt;
* The Freeunner is also a target platform for many innovative new input methods.&lt;br /&gt;
* Carl proposed a simple in-car mount: stick a piece of velcro on the dashboard, strap the FreeRunner onto it through the hole, flipping the display with ''xrandr -o 2''. Add a standard USB car charger, you are all set.&lt;br /&gt;
* GSM firmware updater and hardware buzzfix program: not released yet, still working on it.&lt;br /&gt;
* Video driver code was ported from kdrive to xorg architecture, Graeme is now [http://lists.openmoko.org/pipermail/devel/2009-January/003964.html in debugging mode]. Andreas, Chris and Tom are also working on it.&lt;br /&gt;
* Miguel's [http://www.youtube.com/watch?v=rOBWSrI14BM video] showcases that the [[Arduino]], a popular open-source electronic prototyping platform, complements well the FreeRunner when it comes to reading sensors and controlling actuators.&lt;br /&gt;
* [[Qi]] supports the zImage kernel format.&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Booting 2008.12 from a microsd fails with &amp;quot;Only GTA01 hardware supported by ASoc driver&amp;quot; ? Option &amp;quot;ro&amp;quot; on the kernel commandline is fatal for startup of 2008.12. Check your U-Boot env if you're using that for &amp;quot;ro&amp;quot;, or try adding rw to /boot/append-GTA02 if you are on SD Card and Qi.&lt;br /&gt;
* tangogps 0.9.2 and 0.9.3 have an issue converting between coordinate formats in the western or southern hemispheres.  If you use the DD.dd format it should display the correct value.&lt;br /&gt;
* Current FSO should support both the 2.6.24 and 2.6.28 kernels. The patch to use old FSO with new kernel is [http://trac.freesmartphone.org/ticket/293 here].&lt;br /&gt;
* Howto [https://docs.openmoko.org/trac/ticket/2192#comment:3 get the wrench and QWERTY] buttons in 2008.12 with the ASU theme.&lt;br /&gt;
* A Melbourne Person offers a [http://www.csamuel.org/2009/01/08/echo-suppression-fix-for-qt-extended-442-on-openmoko-neo noise reduction+echo suppression patch and binary for QtE 4.4.2].&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12</id>
		<title>Community Updates/2009-01-12</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12"/>
				<updated>2009-01-12T07:55:34Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview].&lt;br /&gt;
&lt;br /&gt;
== Distributions ==&lt;br /&gt;
* SHR: According to Julien's latest on [http://blog.shr-project.org/ the SHR project blog], the baby is [http://blog.shr-project.org/2009/01/release-time-is-close-whats-left-what-are-we-doing-what-do-we-need.html expected really soon now].&lt;br /&gt;
* Marek announced the new [http://lists.openmoko.org/pipermail/community/2009-January/039227.html organisation of package and images repositories].&lt;br /&gt;
* Android: The [http://n2.nabble.com/New-openmoko-android-binary-tp2133865.html;cid=1230847584604-21 latest compatible kernel] has wifi and bluetooth working now. Suspend and reboot are still broken.&lt;br /&gt;
* [[FSO]] MS5 should branch out for really soon now (the roadmap says release January 31st, but they want a longer stabilization period this time). It will be the first milestone that will have support not only for GTA01 and 02, but also for the Motorola EZX A780. [http://www.freesmartphone.org/index.php/Meeting_2008-12-18_Braunschweig meeting minutes].&lt;br /&gt;
* Hackable:1 [http://lists.hackable1.org/pipermail/hackable1-dev/2009-January/000104.html buildbot is up and running]. Images are generated every morning around 4:00. Happy testing !&lt;br /&gt;
* [[bytestore]] has updated assemblage 2008.12 from Russian community, work with gprs, headphone jack plug, ru keyboard and many other things is updated [http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=11] [http://dl.linuxphone.ru/openmoko/images/bytestore/bytestore-rootfs-OM200812-2009-01-11-112312.jffs2] screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/screenshot_2009_01_11_112312_en]&lt;br /&gt;
&lt;br /&gt;
== New applications ==&lt;br /&gt;
&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;
* [http://projects.openmoko.org/projects/gprssettings/ GPRSsettings] is a GUI script designed to change apn, login, dialnumber.&lt;br /&gt;
* Samuel's script for [http://blog.samuelpereira.net/?p=4 a toggle wifi icon].&lt;br /&gt;
* [http://www.opkg.org/package_86.html ylock] 0.1 Python screen lock and low battery monits.&lt;br /&gt;
* [http://www.opkg.org/package_85.html AppManager] 1.0.1 Zenity package manager.&lt;br /&gt;
* Mirko [http://lists.openmoko.org/pipermail/community/2009-January/039376.html announced] that pre-alpha [[Paroli]] was now packaged in testing. Development [http://charlie137-2.blogspot.com/2009/01/paroli-get-website.html moved] to their own domain: [http://www.paroli-project.org/ paroli-project] hosts trac, git, blog and documentation.&lt;br /&gt;
* Kurt's [[Gwaterpas]] allows to use the Freerunner as a leveling tool.&lt;br /&gt;
* There are now 75 packages at [http://opkg.org opkg.org]. Novelties include osmupdater (updates OSM maps directory), sortdesk (sorts the desk), MokoCard (flashcards learning aid), sms-sentry (query the unit's location by SMS, handy if it was just stolen), pyring (a key ring), EFpLayer (mplayer GUI), playstankontakarta (an icon displaying remaining credit with POLISH PLAY pre-paid phone provider), various illume keyboards and more.&lt;br /&gt;
&lt;br /&gt;
== Ports and updates ==&lt;br /&gt;
* Lots of [[Navit]] activity. Distributions are kindly suggested to package the sample map separately from the main binary to conserve space.&lt;br /&gt;
* The [[opkg]] package manager development [http://lists.openmoko.org/pipermail/opkg-devel/2008-December/000181.html moved from OM svn to Google code]. The recommended stable version is r172, there is a significant data structures+algorithm refactorization going on.&lt;br /&gt;
* Version 2.4 of [[orrery]] is now available.   It has a new schematic Solar System View page, showing the position of the planets and our moon in their orbits, a new moon calendar, and a less ugly icon.&lt;br /&gt;
* The [[ZOMG!]] package manager is now available on [http://www.opkg.org/package_96.html opkg.org], and now allows to add/remove/edit repositories (i.e. feeds).&lt;br /&gt;
* Angus [http://www.mail-archive.com/community@lists.openmoko.org/msg37043.html updated BtGPS.py] to work with FSO. With this script, [[Neo FreeRunner GPS#Bluetooth GPS relay|the FreeRunner works as a bluetooth GPS]].&lt;br /&gt;
* Marco shared his [http://lists.openmoko.org/pipermail/community/2009-January/039370.html success in compiling the latest E17 svn] on 2008.12. There was trouble on SHR with the Elementary widget set, tough.&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview]&lt;br /&gt;
* Rakshat Hooja's company IDA Systems will be at Mumbai's TechFest. There are [http://lists.openmoko.org/pipermail/community/2009-January/039505.html gifts] waiting for the first 10 FreeRunner owners to show up at their booth!&lt;br /&gt;
* The [http://lists.openmoko.org/pipermail/devel/2009-January/004064.html Future of location services] thread started as an attempt to clarify the GPS drivers tangle, and then turned to using GSM celltowers and wifi access points location information. Dima [http://lists.openmoko.org/pipermail/devel/2009-January/004074.html signalled that] there are several free databases of GSM tower locations, and that his gta02 Perl script to query [http://www.opencellid.org/ OpenCellID] for the approximate tower location, and then initialize the AGPS with this data works great. There is a database of Wifi access points at [http://wigle.net/ wigle.net].&lt;br /&gt;
* Two new mailing lists were announced. One to discuss [https://lists.openmoko.org/mailman/listinfo/testing testing of all Openmoko Products]. The other to discuss [http://lists.projects.openmoko.org/mailman/listinfo/siteadmin-general projects.openmoko.org] administration. While we are at it, here are the number of subscriptions as of 07/01/2009 according to Werner: hardware 670, kernel 692, support 1016, devel 1262, community 2323, announce 11258.&lt;br /&gt;
* The Department CSIE of National Chung Cheng University [http://wiki.openmoko.org/wiki/Special:Search?search=CSIE&amp;amp;go=Go launched dozens of projects] this week.&lt;br /&gt;
&lt;br /&gt;
== Hardware and drivers ==&lt;br /&gt;
* Werner [http://lists.openmoko.org/pipermail/hardware/2008-December/000890.html announced] he made an [http://www.almesberger.net/misc/idbg/ debug board] that fits inside the case. Schematics contributed as a community member, not as an Openmoko employee.&lt;br /&gt;
* Filter AUX key bouncing [http://git.openmoko.org/?p=kernel.git;a=commit;h=39a497b0421174c3f23ef3dffb0675a4db3aa3a0 patches].&lt;br /&gt;
* There is a thread about the [[Touchscreen Filters|touchscreen driver]] on the devel list, how it should be [http://lists.openmoko.org/pipermail/devel/2008-December/003888.html split between kernelspace and userspace], and [http://lists.openmoko.org/pipermail/devel/2009-January/004037.html how to contribute it upstream] to the Linux kernel. I find the mix of high-level technical arguments with social and emotional considerations fascinating.&lt;br /&gt;
* It is a pleasure to say that the Community localized the [[Illume keyboard]] to at least [[Illume#List_of_illume_keyboards|nine different languages]]. This does not only involves layout and icon, but also building up a dictionary (the keyboard emits key symbols when in &amp;quot;terminal&amp;quot; mode, but uses predictive dictionary lookups when in &amp;quot;strings&amp;quot; mode.) The frontier: asian languages input.&lt;br /&gt;
* The Freeunner is also a target platform for many innovative new input methods.&lt;br /&gt;
* Carl proposed a simple in-car mount: stick a piece of velcro on the dashboard, strap the FreeRunner onto it through the hole, flipping the display with ''xrandr -o 2''. Add a standard USB car charger, you are all set.&lt;br /&gt;
* GSM firmware updater and hardware buzzfix program: not released yet, still working on it.&lt;br /&gt;
* Video driver code was ported from kdrive to xorg architecture, Graeme is now [http://lists.openmoko.org/pipermail/devel/2009-January/003964.html in debugging mode]. Andreas, Chris and Tom are also working on it.&lt;br /&gt;
* Miguel's [http://www.youtube.com/watch?v=rOBWSrI14BM video] showcases that the [[Arduino]], a popular open-source electronic prototyping platform, complements well the FreeRunner when it comes to reading sensors and controlling actuators.&lt;br /&gt;
* [[Qi]] supports the zImage kernel format.&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Booting 2008.12 from a microsd fails with &amp;quot;Only GTA01 hardware supported by ASoc driver&amp;quot; ? Option &amp;quot;ro&amp;quot; on the kernel commandline is fatal for startup of 2008.12. Check your U-Boot env if you're using that for &amp;quot;ro&amp;quot;, or try adding rw to /boot/append-GTA02 if you are on SD Card and Qi.&lt;br /&gt;
* tangogps 0.9.2 and 0.9.3 have an issue converting between coordinate formats in the western or southern hemispheres.  If you use the DD.dd format it should display the correct value.&lt;br /&gt;
* Current FSO should support both the 2.6.24 and 2.6.28 kernels. The patch to use old FSO with new kernel is [http://trac.freesmartphone.org/ticket/293 here].&lt;br /&gt;
* Howto [https://docs.openmoko.org/trac/ticket/2192#comment:3 get the wrench and QWERTY] buttons in 2008.12 with the ASU theme.&lt;br /&gt;
* A Melbourne Person offers a [http://www.csamuel.org/2009/01/08/echo-suppression-fix-for-qt-extended-442-on-openmoko-neo noise reduction+echo suppression patch and binary for QtE 4.4.2].&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/User:Bytestore</id>
		<title>User:Bytestore</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/User:Bytestore"/>
				<updated>2009-01-12T07:54:25Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: New page: == builds ==  update in mokoservices script button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh button info about eth0 but...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== builds ==&lt;br /&gt;
&lt;br /&gt;
update in mokoservices script&lt;br /&gt;
button for change theme, profile GTK /usr/share/themes/Moko/gtk-2.0/ , change locale (ru\en) /etc/profile.d/locale.sh&lt;br /&gt;
button info about eth0&lt;br /&gt;
button change gprs setiings (apn,dialnumber,login,pass)&lt;br /&gt;
gprs connection is persistent if gprs switch on&lt;br /&gt;
buttin wifi, (use /etc/wpa_supplicant/wpa_supplicant)&lt;br /&gt;
&lt;br /&gt;
for example all icons edited for ru locale (change locale button in mokoservices)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sortdesk (http://www.opkg.org/package_95.html)&lt;br /&gt;
&lt;br /&gt;
mofi (not stable)&lt;br /&gt;
&lt;br /&gt;
gpe-scap&lt;br /&gt;
File browser&lt;br /&gt;
Text editor&lt;br /&gt;
FBReader&lt;br /&gt;
GPE Sketchbook&lt;br /&gt;
LED Clock&lt;br /&gt;
Navit (speech-dispatcher not installed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
openmoko-mediaplayer (not mp3)&lt;br /&gt;
&lt;br /&gt;
mokoko (not mp3, config file is /home/root/.mokoko.conf)&lt;br /&gt;
&lt;br /&gt;
daemon jdd (sense headphone jack plug for stereo sound http://forum.telefoninux.org/index.php/ ... ml#msg9047)&lt;br /&gt;
&lt;br /&gt;
Pidgin Internet Messenger&lt;br /&gt;
&lt;br /&gt;
accelerometer based screen rotation (icon enable\disable autorun this daemon)&lt;br /&gt;
&lt;br /&gt;
TangoGPS (use simlink /home/root/~Maps on /media/card/Maps, google map working)&lt;br /&gt;
&lt;br /&gt;
dillo (config file ~/.dillo/dillorc)&lt;br /&gt;
&lt;br /&gt;
image [http://openmoko.spb.ru/download/file.php?id=13]&lt;br /&gt;
&lt;br /&gt;
screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== prevent suspend when usb plug ==&lt;br /&gt;
 &lt;br /&gt;
insert in /etc/udev/rules.d/udev.rules&lt;br /&gt;
subsystem==&amp;quot;power_supply&amp;quot;, RUN+=&amp;quot;/etc/udev/scripts/usb.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
create file /etc/udev/scripts/usb.sh &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# when USB is plugged/unplugged in device mode, udev triggers this script&lt;br /&gt;
# on power change&lt;br /&gt;
# udevd does clearenv(). Export shell PATH to children.&lt;br /&gt;
&lt;br /&gt;
export PATH&lt;br /&gt;
if [[ $(cat /sys/devices/platform/s3c2410-ohci/usb_mode) = &amp;quot;device&amp;quot; ]]&lt;br /&gt;
then&lt;br /&gt;
    if [[ $(cat /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/chgmode) = &amp;quot;play-only&amp;quot; ]]&lt;br /&gt;
    then&lt;br /&gt;
        echo usb disconnect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RemoveRequestedResourceState string:cpu string:usb&lt;br /&gt;
&lt;br /&gt;
    else&lt;br /&gt;
        echo usb connect &amp;gt;&amp;gt; /var/log/messages&lt;br /&gt;
        dbus-send --system --dest=org.openmoko.Power / org.openmoko.Power.Core.RequestResourceState string:cpu string:usb string:on&lt;br /&gt;
        sleep 3&lt;br /&gt;
    fi&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12</id>
		<title>Community Updates/2009-01-12</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12"/>
				<updated>2009-01-12T07:35:07Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview].&lt;br /&gt;
&lt;br /&gt;
== Distributions ==&lt;br /&gt;
* SHR: According to Julien's latest on [http://blog.shr-project.org/ the SHR project blog], the baby is [http://blog.shr-project.org/2009/01/release-time-is-close-whats-left-what-are-we-doing-what-do-we-need.html expected really soon now].&lt;br /&gt;
* Marek announced the new [http://lists.openmoko.org/pipermail/community/2009-January/039227.html organisation of package and images repositories].&lt;br /&gt;
* Android: The [http://n2.nabble.com/New-openmoko-android-binary-tp2133865.html;cid=1230847584604-21 latest compatible kernel] has wifi and bluetooth working now. Suspend and reboot are still broken.&lt;br /&gt;
* [[FSO]] MS5 should branch out for really soon now (the roadmap says release January 31st, but they want a longer stabilization period this time). It will be the first milestone that will have support not only for GTA01 and 02, but also for the Motorola EZX A780. [http://www.freesmartphone.org/index.php/Meeting_2008-12-18_Braunschweig meeting minutes].&lt;br /&gt;
* Hackable:1 [http://lists.hackable1.org/pipermail/hackable1-dev/2009-January/000104.html buildbot is up and running]. Images are generated every morning around 4:00. Happy testing !&lt;br /&gt;
* bytestore has updated assemblage 2008.12 from Russian community, work with gprs, headphone jack plug, ru keyboard and many other things is updated [http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=11] [http://dl.linuxphone.ru/openmoko/images/bytestore/bytestore-rootfs-OM200812-2009-01-11-112312.jffs2] screenshots [http://dl.linuxphone.ru/openmoko/images/bytestore/screenshot_2009_01_11_112312_en]&lt;br /&gt;
&lt;br /&gt;
== New applications ==&lt;br /&gt;
&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;
* [http://projects.openmoko.org/projects/gprssettings/ GPRSsettings] is a GUI script designed to change apn, login, dialnumber.&lt;br /&gt;
* Samuel's script for [http://blog.samuelpereira.net/?p=4 a toggle wifi icon].&lt;br /&gt;
* [http://www.opkg.org/package_86.html ylock] 0.1 Python screen lock and low battery monits.&lt;br /&gt;
* [http://www.opkg.org/package_85.html AppManager] 1.0.1 Zenity package manager.&lt;br /&gt;
* Mirko [http://lists.openmoko.org/pipermail/community/2009-January/039376.html announced] that pre-alpha [[Paroli]] was now packaged in testing. Development [http://charlie137-2.blogspot.com/2009/01/paroli-get-website.html moved] to their own domain: [http://www.paroli-project.org/ paroli-project] hosts trac, git, blog and documentation.&lt;br /&gt;
* Kurt's [[Gwaterpas]] allows to use the Freerunner as a leveling tool.&lt;br /&gt;
* There are now 75 packages at [http://opkg.org opkg.org]. Novelties include osmupdater (updates OSM maps directory), sortdesk (sorts the desk), MokoCard (flashcards learning aid), sms-sentry (query the unit's location by SMS, handy if it was just stolen), pyring (a key ring), EFpLayer (mplayer GUI), playstankontakarta (an icon displaying remaining credit with POLISH PLAY pre-paid phone provider), various illume keyboards and more.&lt;br /&gt;
&lt;br /&gt;
== Ports and updates ==&lt;br /&gt;
* Lots of [[Navit]] activity. Distributions are kindly suggested to package the sample map separately from the main binary to conserve space.&lt;br /&gt;
* The [[opkg]] package manager development [http://lists.openmoko.org/pipermail/opkg-devel/2008-December/000181.html moved from OM svn to Google code]. The recommended stable version is r172, there is a significant data structures+algorithm refactorization going on.&lt;br /&gt;
* Version 2.4 of [[orrery]] is now available.   It has a new schematic Solar System View page, showing the position of the planets and our moon in their orbits, a new moon calendar, and a less ugly icon.&lt;br /&gt;
* The [[ZOMG!]] package manager is now available on [http://www.opkg.org/package_96.html opkg.org], and now allows to add/remove/edit repositories (i.e. feeds).&lt;br /&gt;
* Angus [http://www.mail-archive.com/community@lists.openmoko.org/msg37043.html updated BtGPS.py] to work with FSO. With this script, [[Neo FreeRunner GPS#Bluetooth GPS relay|the FreeRunner works as a bluetooth GPS]].&lt;br /&gt;
* Marco shared his [http://lists.openmoko.org/pipermail/community/2009-January/039370.html success in compiling the latest E17 svn] on 2008.12. There was trouble on SHR with the Elementary widget set, tough.&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview]&lt;br /&gt;
* Rakshat Hooja's company IDA Systems will be at Mumbai's TechFest. There are [http://lists.openmoko.org/pipermail/community/2009-January/039505.html gifts] waiting for the first 10 FreeRunner owners to show up at their booth!&lt;br /&gt;
* The [http://lists.openmoko.org/pipermail/devel/2009-January/004064.html Future of location services] thread started as an attempt to clarify the GPS drivers tangle, and then turned to using GSM celltowers and wifi access points location information. Dima [http://lists.openmoko.org/pipermail/devel/2009-January/004074.html signalled that] there are several free databases of GSM tower locations, and that his gta02 Perl script to query [http://www.opencellid.org/ OpenCellID] for the approximate tower location, and then initialize the AGPS with this data works great. There is a database of Wifi access points at [http://wigle.net/ wigle.net].&lt;br /&gt;
* Two new mailing lists were announced. One to discuss [https://lists.openmoko.org/mailman/listinfo/testing testing of all Openmoko Products]. The other to discuss [http://lists.projects.openmoko.org/mailman/listinfo/siteadmin-general projects.openmoko.org] administration. While we are at it, here are the number of subscriptions as of 07/01/2009 according to Werner: hardware 670, kernel 692, support 1016, devel 1262, community 2323, announce 11258.&lt;br /&gt;
* The Department CSIE of National Chung Cheng University [http://wiki.openmoko.org/wiki/Special:Search?search=CSIE&amp;amp;go=Go launched dozens of projects] this week.&lt;br /&gt;
&lt;br /&gt;
== Hardware and drivers ==&lt;br /&gt;
* Werner [http://lists.openmoko.org/pipermail/hardware/2008-December/000890.html announced] he made an [http://www.almesberger.net/misc/idbg/ debug board] that fits inside the case. Schematics contributed as a community member, not as an Openmoko employee.&lt;br /&gt;
* Filter AUX key bouncing [http://git.openmoko.org/?p=kernel.git;a=commit;h=39a497b0421174c3f23ef3dffb0675a4db3aa3a0 patches].&lt;br /&gt;
* There is a thread about the [[Touchscreen Filters|touchscreen driver]] on the devel list, how it should be [http://lists.openmoko.org/pipermail/devel/2008-December/003888.html split between kernelspace and userspace], and [http://lists.openmoko.org/pipermail/devel/2009-January/004037.html how to contribute it upstream] to the Linux kernel. I find the mix of high-level technical arguments with social and emotional considerations fascinating.&lt;br /&gt;
* It is a pleasure to say that the Community localized the [[Illume keyboard]] to at least [[Illume#List_of_illume_keyboards|nine different languages]]. This does not only involves layout and icon, but also building up a dictionary (the keyboard emits key symbols when in &amp;quot;terminal&amp;quot; mode, but uses predictive dictionary lookups when in &amp;quot;strings&amp;quot; mode.) The frontier: asian languages input.&lt;br /&gt;
* The Freeunner is also a target platform for many innovative new input methods.&lt;br /&gt;
* Carl proposed a simple in-car mount: stick a piece of velcro on the dashboard, strap the FreeRunner onto it through the hole, flipping the display with ''xrandr -o 2''. Add a standard USB car charger, you are all set.&lt;br /&gt;
* GSM firmware updater and hardware buzzfix program: not released yet, still working on it.&lt;br /&gt;
* Video driver code was ported from kdrive to xorg architecture, Graeme is now [http://lists.openmoko.org/pipermail/devel/2009-January/003964.html in debugging mode]. Andreas, Chris and Tom are also working on it.&lt;br /&gt;
* Miguel's [http://www.youtube.com/watch?v=rOBWSrI14BM video] showcases that the [[Arduino]], a popular open-source electronic prototyping platform, complements well the FreeRunner when it comes to reading sensors and controlling actuators.&lt;br /&gt;
* [[Qi]] supports the zImage kernel format.&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Booting 2008.12 from a microsd fails with &amp;quot;Only GTA01 hardware supported by ASoc driver&amp;quot; ? Option &amp;quot;ro&amp;quot; on the kernel commandline is fatal for startup of 2008.12. Check your U-Boot env if you're using that for &amp;quot;ro&amp;quot;, or try adding rw to /boot/append-GTA02 if you are on SD Card and Qi.&lt;br /&gt;
* tangogps 0.9.2 and 0.9.3 have an issue converting between coordinate formats in the western or southern hemispheres.  If you use the DD.dd format it should display the correct value.&lt;br /&gt;
* Current FSO should support both the 2.6.24 and 2.6.28 kernels. The patch to use old FSO with new kernel is [http://trac.freesmartphone.org/ticket/293 here].&lt;br /&gt;
* Howto [https://docs.openmoko.org/trac/ticket/2192#comment:3 get the wrench and QWERTY] buttons in 2008.12 with the ASU theme.&lt;br /&gt;
* A Melbourne Person offers a [http://www.csamuel.org/2009/01/08/echo-suppression-fix-for-qt-extended-442-on-openmoko-neo noise reduction+echo suppression patch and binary for QtE 4.4.2].&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12</id>
		<title>Community Updates/2009-01-12</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Community_Updates/2009-01-12"/>
				<updated>2009-01-12T07:33:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview].&lt;br /&gt;
&lt;br /&gt;
== Distributions ==&lt;br /&gt;
* SHR: According to Julien's latest on [http://blog.shr-project.org/ the SHR project blog], the baby is [http://blog.shr-project.org/2009/01/release-time-is-close-whats-left-what-are-we-doing-what-do-we-need.html expected really soon now].&lt;br /&gt;
* Marek announced the new [http://lists.openmoko.org/pipermail/community/2009-January/039227.html organisation of package and images repositories].&lt;br /&gt;
* Android: The [http://n2.nabble.com/New-openmoko-android-binary-tp2133865.html;cid=1230847584604-21 latest compatible kernel] has wifi and bluetooth working now. Suspend and reboot are still broken.&lt;br /&gt;
* [[FSO]] MS5 should branch out for really soon now (the roadmap says release January 31st, but they want a longer stabilization period this time). It will be the first milestone that will have support not only for GTA01 and 02, but also for the Motorola EZX A780. [http://www.freesmartphone.org/index.php/Meeting_2008-12-18_Braunschweig meeting minutes].&lt;br /&gt;
* Hackable:1 [http://lists.hackable1.org/pipermail/hackable1-dev/2009-January/000104.html buildbot is up and running]. Images are generated every morning around 4:00. Happy testing !&lt;br /&gt;
* bytestore has updated assemblage 2008.12 from Russian community, work with gprs, headphone jack plug, ru keyboard and many other things is updated [http://openmoko.spb.ru/viewtopic.php?f=9&amp;amp;t=11]&lt;br /&gt;
&lt;br /&gt;
== New applications ==&lt;br /&gt;
&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;
* [http://projects.openmoko.org/projects/gprssettings/ GPRSsettings] is a GUI script designed to change apn, login, dialnumber.&lt;br /&gt;
* Samuel's script for [http://blog.samuelpereira.net/?p=4 a toggle wifi icon].&lt;br /&gt;
* [http://www.opkg.org/package_86.html ylock] 0.1 Python screen lock and low battery monits.&lt;br /&gt;
* [http://www.opkg.org/package_85.html AppManager] 1.0.1 Zenity package manager.&lt;br /&gt;
* Mirko [http://lists.openmoko.org/pipermail/community/2009-January/039376.html announced] that pre-alpha [[Paroli]] was now packaged in testing. Development [http://charlie137-2.blogspot.com/2009/01/paroli-get-website.html moved] to their own domain: [http://www.paroli-project.org/ paroli-project] hosts trac, git, blog and documentation.&lt;br /&gt;
* Kurt's [[Gwaterpas]] allows to use the Freerunner as a leveling tool.&lt;br /&gt;
* There are now 75 packages at [http://opkg.org opkg.org]. Novelties include osmupdater (updates OSM maps directory), sortdesk (sorts the desk), MokoCard (flashcards learning aid), sms-sentry (query the unit's location by SMS, handy if it was just stolen), pyring (a key ring), EFpLayer (mplayer GUI), playstankontakarta (an icon displaying remaining credit with POLISH PLAY pre-paid phone provider), various illume keyboards and more.&lt;br /&gt;
&lt;br /&gt;
== Ports and updates ==&lt;br /&gt;
* Lots of [[Navit]] activity. Distributions are kindly suggested to package the sample map separately from the main binary to conserve space.&lt;br /&gt;
* The [[opkg]] package manager development [http://lists.openmoko.org/pipermail/opkg-devel/2008-December/000181.html moved from OM svn to Google code]. The recommended stable version is r172, there is a significant data structures+algorithm refactorization going on.&lt;br /&gt;
* Version 2.4 of [[orrery]] is now available.   It has a new schematic Solar System View page, showing the position of the planets and our moon in their orbits, a new moon calendar, and a less ugly icon.&lt;br /&gt;
* The [[ZOMG!]] package manager is now available on [http://www.opkg.org/package_96.html opkg.org], and now allows to add/remove/edit repositories (i.e. feeds).&lt;br /&gt;
* Angus [http://www.mail-archive.com/community@lists.openmoko.org/msg37043.html updated BtGPS.py] to work with FSO. With this script, [[Neo FreeRunner GPS#Bluetooth GPS relay|the FreeRunner works as a bluetooth GPS]].&lt;br /&gt;
* Marco shared his [http://lists.openmoko.org/pipermail/community/2009-January/039370.html success in compiling the latest E17 svn] on 2008.12. There was trouble on SHR with the Elementary widget set, tough.&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* Sean's [http://n2.nabble.com/Questions-and-Answers-tp2103754p2103754.html new year interview]&lt;br /&gt;
* Rakshat Hooja's company IDA Systems will be at Mumbai's TechFest. There are [http://lists.openmoko.org/pipermail/community/2009-January/039505.html gifts] waiting for the first 10 FreeRunner owners to show up at their booth!&lt;br /&gt;
* The [http://lists.openmoko.org/pipermail/devel/2009-January/004064.html Future of location services] thread started as an attempt to clarify the GPS drivers tangle, and then turned to using GSM celltowers and wifi access points location information. Dima [http://lists.openmoko.org/pipermail/devel/2009-January/004074.html signalled that] there are several free databases of GSM tower locations, and that his gta02 Perl script to query [http://www.opencellid.org/ OpenCellID] for the approximate tower location, and then initialize the AGPS with this data works great. There is a database of Wifi access points at [http://wigle.net/ wigle.net].&lt;br /&gt;
* Two new mailing lists were announced. One to discuss [https://lists.openmoko.org/mailman/listinfo/testing testing of all Openmoko Products]. The other to discuss [http://lists.projects.openmoko.org/mailman/listinfo/siteadmin-general projects.openmoko.org] administration. While we are at it, here are the number of subscriptions as of 07/01/2009 according to Werner: hardware 670, kernel 692, support 1016, devel 1262, community 2323, announce 11258.&lt;br /&gt;
* The Department CSIE of National Chung Cheng University [http://wiki.openmoko.org/wiki/Special:Search?search=CSIE&amp;amp;go=Go launched dozens of projects] this week.&lt;br /&gt;
&lt;br /&gt;
== Hardware and drivers ==&lt;br /&gt;
* Werner [http://lists.openmoko.org/pipermail/hardware/2008-December/000890.html announced] he made an [http://www.almesberger.net/misc/idbg/ debug board] that fits inside the case. Schematics contributed as a community member, not as an Openmoko employee.&lt;br /&gt;
* Filter AUX key bouncing [http://git.openmoko.org/?p=kernel.git;a=commit;h=39a497b0421174c3f23ef3dffb0675a4db3aa3a0 patches].&lt;br /&gt;
* There is a thread about the [[Touchscreen Filters|touchscreen driver]] on the devel list, how it should be [http://lists.openmoko.org/pipermail/devel/2008-December/003888.html split between kernelspace and userspace], and [http://lists.openmoko.org/pipermail/devel/2009-January/004037.html how to contribute it upstream] to the Linux kernel. I find the mix of high-level technical arguments with social and emotional considerations fascinating.&lt;br /&gt;
* It is a pleasure to say that the Community localized the [[Illume keyboard]] to at least [[Illume#List_of_illume_keyboards|nine different languages]]. This does not only involves layout and icon, but also building up a dictionary (the keyboard emits key symbols when in &amp;quot;terminal&amp;quot; mode, but uses predictive dictionary lookups when in &amp;quot;strings&amp;quot; mode.) The frontier: asian languages input.&lt;br /&gt;
* The Freeunner is also a target platform for many innovative new input methods.&lt;br /&gt;
* Carl proposed a simple in-car mount: stick a piece of velcro on the dashboard, strap the FreeRunner onto it through the hole, flipping the display with ''xrandr -o 2''. Add a standard USB car charger, you are all set.&lt;br /&gt;
* GSM firmware updater and hardware buzzfix program: not released yet, still working on it.&lt;br /&gt;
* Video driver code was ported from kdrive to xorg architecture, Graeme is now [http://lists.openmoko.org/pipermail/devel/2009-January/003964.html in debugging mode]. Andreas, Chris and Tom are also working on it.&lt;br /&gt;
* Miguel's [http://www.youtube.com/watch?v=rOBWSrI14BM video] showcases that the [[Arduino]], a popular open-source electronic prototyping platform, complements well the FreeRunner when it comes to reading sensors and controlling actuators.&lt;br /&gt;
* [[Qi]] supports the zImage kernel format.&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* Booting 2008.12 from a microsd fails with &amp;quot;Only GTA01 hardware supported by ASoc driver&amp;quot; ? Option &amp;quot;ro&amp;quot; on the kernel commandline is fatal for startup of 2008.12. Check your U-Boot env if you're using that for &amp;quot;ro&amp;quot;, or try adding rw to /boot/append-GTA02 if you are on SD Card and Qi.&lt;br /&gt;
* tangogps 0.9.2 and 0.9.3 have an issue converting between coordinate formats in the western or southern hemispheres.  If you use the DD.dd format it should display the correct value.&lt;br /&gt;
* Current FSO should support both the 2.6.24 and 2.6.28 kernels. The patch to use old FSO with new kernel is [http://trac.freesmartphone.org/ticket/293 here].&lt;br /&gt;
* Howto [https://docs.openmoko.org/trac/ticket/2192#comment:3 get the wrench and QWERTY] buttons in 2008.12 with the ASU theme.&lt;br /&gt;
* A Melbourne Person offers a [http://www.csamuel.org/2009/01/08/echo-suppression-fix-for-qt-extended-442-on-openmoko-neo noise reduction+echo suppression patch and binary for QtE 4.4.2].&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Manually_using_GPRS</id>
		<title>Talk:Manually using GPRS</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Manually_using_GPRS"/>
				<updated>2008-11-28T15:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* My working gprs-connect-chat */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Error messages I get ==&lt;br /&gt;
&lt;br /&gt;
First, let me say that I actually managed to get GPRS up and running with the provided instructions. However, not at the first attempt and generally only one in ten times.&lt;br /&gt;
&lt;br /&gt;
There are two kinds of errors I seem to get:&lt;br /&gt;
&lt;br /&gt;
* in the first situation, I get a CONNECT and &amp;quot;serial connection established&amp;quot;, &amp;quot;using channel 0&amp;quot;, &amp;quot;Using interface ppp0&amp;quot;, &amp;quot;Connect: ppp0 &amp;lt;--&amp;gt; /dev/ttySAC0&amp;quot; and then &amp;quot;tcsetattr: Invalid argument (line 964) and then the scrip stops&lt;br /&gt;
&lt;br /&gt;
* in the second situation, I get a CONNECT and then during the ppp negotiation I get &amp;quot;LCP terminated&amp;quot; and the script starts over.&lt;br /&gt;
&lt;br /&gt;
But every ten or so attempts the whole thing works :-)&lt;br /&gt;
&lt;br /&gt;
I'd be quite happy if anyone could shed some light on this.&lt;br /&gt;
&lt;br /&gt;
:I see the same thing, but I would put it at one in four. It seems the modem doesn't always start up reliably. --[[User:Sagacis|Sagacis]] 06:21, 29 August 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== file not found /etc/init.d/gsmd ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Since OM2008.9 (Maybe OM2008.8) we should not have anymore the gsmd installed. &amp;lt;br&amp;gt;&lt;br /&gt;
Maybe we need to shutdown Qtopia phone stack. &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a working script to start the pppd connection script :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
if test -f /etc/init.d/gsmd; then&lt;br /&gt;
/etc/init.d/gsmd stop&lt;br /&gt;
fi&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;
== Got it working for freerunner on 2008.9 ==&lt;br /&gt;
&lt;br /&gt;
Works using Option 3: Without GSM multiplexing and without a GUI&lt;br /&gt;
I'm in NZ on vodafone, YMMV. Significantly.&lt;br /&gt;
&lt;br /&gt;
Used suggested /etc/ppp/peers/gprs file&lt;br /&gt;
&lt;br /&gt;
Since Vodafone NZ has no password, used passworless /etc/ppp/pap-secrets file as suggested&lt;br /&gt;
&lt;br /&gt;
Used gprs-connect-chat, version 1 file, changed internet to live.vodafone.com and phone number to whats suggested- probably a good idea to put stuff to be replaced with REPLACEWITHPHONENUMBER and REPLACEWITHAPN or similar, possibly even in bold. People see that better.&lt;br /&gt;
&lt;br /&gt;
I chmod +x'd the gprs-connect-chat file, symlinked  /etc/ppp/peers/gprs to /etc/ppp/peers/provider:&lt;br /&gt;
 ln -s /etc/ppp/peers/gprs /etc/ppp/peers/provider&lt;br /&gt;
&lt;br /&gt;
And pon worked like a charm.&lt;br /&gt;
poff works, too.&lt;br /&gt;
&lt;br /&gt;
The interesting bit here is that &lt;br /&gt;
*I have a pin on my sim card, and it doesn't do weird things - I don't get a pin query loop on the GUI. This is after I've punched in the pin and the phone is in a steady running state.&lt;br /&gt;
*I can call my phone while the GPRS connection is up, and the connection rings on my land line. I'm pretty sure that the phone is receiving an incoming call - if I put the phone next to powered speakers and do nothing, there is no sound, if i then ping (to validate that the GPRS connection is up), it makes noises on the speakers, then stop ping, noises stop, then straight away call phone, noise on powered speakers. This would seem to indicate that phone, or at least the GSM module is receiving and responding to GSM calls while in GPRS mode.&lt;br /&gt;
&lt;br /&gt;
== My working gprs-connect-chat ==&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
exec chat -v\&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 20\&lt;br /&gt;
        &amp;quot;&amp;quot; +++\&lt;br /&gt;
        OK ATZ\&lt;br /&gt;
        OK ATE1\&lt;br /&gt;
        OK AT+CFUN=1\&lt;br /&gt;
        OK AT+COPS\&lt;br /&gt;
        OK AT+CMEE=2\&lt;br /&gt;
        OK AT+CGDCONT=1,\&amp;quot;IP\&amp;quot;,\&amp;quot;internet.beeline.ru\&amp;quot;\&lt;br /&gt;
        OK AT+CGQREQ=1,0,0,0,0,0\&lt;br /&gt;
        OK AT+CGATT=1\&lt;br /&gt;
        OK ATD*99*1#\&lt;br /&gt;
        CONNECT /n/d&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Manually_using_GPRS</id>
		<title>Talk:Manually using GPRS</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Manually_using_GPRS"/>
				<updated>2008-11-28T15:20:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* My working gprs-connect-chat */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Error messages I get ==&lt;br /&gt;
&lt;br /&gt;
First, let me say that I actually managed to get GPRS up and running with the provided instructions. However, not at the first attempt and generally only one in ten times.&lt;br /&gt;
&lt;br /&gt;
There are two kinds of errors I seem to get:&lt;br /&gt;
&lt;br /&gt;
* in the first situation, I get a CONNECT and &amp;quot;serial connection established&amp;quot;, &amp;quot;using channel 0&amp;quot;, &amp;quot;Using interface ppp0&amp;quot;, &amp;quot;Connect: ppp0 &amp;lt;--&amp;gt; /dev/ttySAC0&amp;quot; and then &amp;quot;tcsetattr: Invalid argument (line 964) and then the scrip stops&lt;br /&gt;
&lt;br /&gt;
* in the second situation, I get a CONNECT and then during the ppp negotiation I get &amp;quot;LCP terminated&amp;quot; and the script starts over.&lt;br /&gt;
&lt;br /&gt;
But every ten or so attempts the whole thing works :-)&lt;br /&gt;
&lt;br /&gt;
I'd be quite happy if anyone could shed some light on this.&lt;br /&gt;
&lt;br /&gt;
:I see the same thing, but I would put it at one in four. It seems the modem doesn't always start up reliably. --[[User:Sagacis|Sagacis]] 06:21, 29 August 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== file not found /etc/init.d/gsmd ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Since OM2008.9 (Maybe OM2008.8) we should not have anymore the gsmd installed. &amp;lt;br&amp;gt;&lt;br /&gt;
Maybe we need to shutdown Qtopia phone stack. &amp;lt;br&amp;gt;&lt;br /&gt;
Here is a working script to start the pppd connection script :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
if test -f /etc/init.d/gsmd; then&lt;br /&gt;
/etc/init.d/gsmd stop&lt;br /&gt;
fi&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;
== Got it working for freerunner on 2008.9 ==&lt;br /&gt;
&lt;br /&gt;
Works using Option 3: Without GSM multiplexing and without a GUI&lt;br /&gt;
I'm in NZ on vodafone, YMMV. Significantly.&lt;br /&gt;
&lt;br /&gt;
Used suggested /etc/ppp/peers/gprs file&lt;br /&gt;
&lt;br /&gt;
Since Vodafone NZ has no password, used passworless /etc/ppp/pap-secrets file as suggested&lt;br /&gt;
&lt;br /&gt;
Used gprs-connect-chat, version 1 file, changed internet to live.vodafone.com and phone number to whats suggested- probably a good idea to put stuff to be replaced with REPLACEWITHPHONENUMBER and REPLACEWITHAPN or similar, possibly even in bold. People see that better.&lt;br /&gt;
&lt;br /&gt;
I chmod +x'd the gprs-connect-chat file, symlinked  /etc/ppp/peers/gprs to /etc/ppp/peers/provider:&lt;br /&gt;
 ln -s /etc/ppp/peers/gprs /etc/ppp/peers/provider&lt;br /&gt;
&lt;br /&gt;
And pon worked like a charm.&lt;br /&gt;
poff works, too.&lt;br /&gt;
&lt;br /&gt;
The interesting bit here is that &lt;br /&gt;
*I have a pin on my sim card, and it doesn't do weird things - I don't get a pin query loop on the GUI. This is after I've punched in the pin and the phone is in a steady running state.&lt;br /&gt;
*I can call my phone while the GPRS connection is up, and the connection rings on my land line. I'm pretty sure that the phone is receiving an incoming call - if I put the phone next to powered speakers and do nothing, there is no sound, if i then ping (to validate that the GPRS connection is up), it makes noises on the speakers, then stop ping, noises stop, then straight away call phone, noise on powered speakers. This would seem to indicate that phone, or at least the GSM module is receiving and responding to GSM calls while in GPRS mode.&lt;br /&gt;
&lt;br /&gt;
== My working gprs-connect-chat ==&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
exec chat -v\&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 20\&lt;br /&gt;
        &amp;quot;&amp;quot; +++\&lt;br /&gt;
        OK ATZ\&lt;br /&gt;
        OK ATE1\&lt;br /&gt;
        OK AT+CFUN=1\&lt;br /&gt;
        OK AT+COPS\&lt;br /&gt;
        OK AT+CMEE=2\&lt;br /&gt;
        OK AT+CGDCONT=1,\&amp;quot;IP\&amp;quot;,\&amp;quot;internet.beeline.ru\&amp;quot;\&lt;br /&gt;
        OK AT+CGQREQ=1,0,0,0,0,0\&lt;br /&gt;
        OK AT+CGATT=1\&lt;br /&gt;
        OK ATD*99*1#\&lt;br /&gt;
        CONNECT /n/d&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Lint-wifi</id>
		<title>Talk:Lint-wifi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Lint-wifi"/>
				<updated>2008-11-18T16:28:23Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* 'tuple' object does not support item assignment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beta Testing ==&lt;br /&gt;
&lt;br /&gt;
I'm going to try and give a hand with the Beta testing, I'm not amazingly technical, but if I end up knowing more and the software works better then everyone has gained something. :) [[User:Tdobson|Tdobson]] 23:56, 4 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) [[User:Infoport|Infoport]] 18:30 25 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 'tuple' object does not support item assignment ==&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File &amp;quot;/usr/bin/lint-wifi.py&amp;quot;, line 169, in _head_desk&lt;br /&gt;
self.main_data[3] = int(tmp)&lt;br /&gt;
TypeError: 'tuple' object does not support item assignment&lt;br /&gt;
&lt;br /&gt;
insert string number 168 in /usr/bin/lint-wifi.py&lt;br /&gt;
self.main_data = list(self.main_data)&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Talk:Lint-wifi</id>
		<title>Talk:Lint-wifi</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Talk:Lint-wifi"/>
				<updated>2008-11-18T16:27:23Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: /* 'tuple' object does not support item assignment */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Beta Testing ==&lt;br /&gt;
&lt;br /&gt;
I'm going to try and give a hand with the Beta testing, I'm not amazingly technical, but if I end up knowing more and the software works better then everyone has gained something. :) [[User:Tdobson|Tdobson]] 23:56, 4 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) [[User:Infoport|Infoport]] 18:30 25 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 'tuple' object does not support item assignment ==&lt;br /&gt;
&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
  File &amp;quot;/usr/bin/lint-wifi.py&amp;quot;, line 169, in _head_desk&lt;br /&gt;
    self.main_data[3] = int(tmp)&lt;br /&gt;
TypeError: 'tuple' object does not support item assignment&lt;br /&gt;
&lt;br /&gt;
insert in /usr/bin/lint-wifi.py&lt;br /&gt;
self.main_data = list(self.main_data)&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Supported_microSD_cards</id>
		<title>Supported microSD cards</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Supported_microSD_cards"/>
				<updated>2008-11-16T18:34:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{todo|Maybe reformat table, see discussion page}}&lt;br /&gt;
&lt;br /&gt;
There are a plethora of Transflash / microSD / SDHC (Secure Digital High Capacity) cards out there.&lt;br /&gt;
&lt;br /&gt;
The Neo FreeRunner supports up to 8GB SDHC cards.&lt;br /&gt;
&lt;br /&gt;
Some microSD cards appear to be too slow to work with the current default settings of the glamo driver, so some specific parameters must be set in uboot to use them (see https://docs.openmoko.org/trac/ticket/1743, and corresponding notes in the tables bellow).&lt;br /&gt;
&lt;br /&gt;
There had been a [http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=677 bug] in the SD device driver (s3cmci) which caused some trouble. Please make sure you use a post-september 4th kernel which applies our kernel patchset rev2832 or higher.&lt;br /&gt;
&lt;br /&gt;
Booting from SDHC requires a u-boot from 2008-07-23 or later. '''But pay attention''' : there are problems with SDHC cards at suspend time. More details from [[Booting from SD#Booting_from_SDHC_.2F_suspend_problems|Booting from SD]]&lt;br /&gt;
&lt;br /&gt;
Note that most vendors are using an irritating way of labeling the capacity of their cards (They are using the factor 1000 instead of 1024 for KB and MB). Therefore the real capacity of these cards will be about 5% less than the vendor's specification. For example, cards labelled ''6 GB'' will only have 5.7 GB of storage capacity.&lt;br /&gt;
&lt;br /&gt;
If you use a card not listed here, please add to this table.&lt;br /&gt;
&lt;br /&gt;
== Cards by Vendor ==&lt;br /&gt;
{| border=1 |&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel || Status&lt;br /&gt;
|-&lt;br /&gt;
| A-Data || microSDHC-8GB || 8GB (SDHC) || class 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Corsair || CMFSDMICRO-512 || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Dane-Elec || DA-SDMC-2048-R || 2GB || ? || ? || ? || ? || ? || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || AE56-1280R || 128MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || H256MS05 || 256MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| hama || 55371 || 256MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Intuix || IXMSDM128B60X || 128MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C512 || 512MB || ? || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C01G || 1GB || ? || {{yes}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || [[Supported_microSD_cards/SD-C02G|SD-C02G]] || 2GB || ? || ? || {{yes}}  || || {{yes}} || {{no}} || {{no}} (see [[Supported_microSD_cards/SD-C02G|SD-C02G]] )&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4 (N0043-012.A00LF) || 4GB || ? || ? || FSO MS2 / Linux 2.6.24: I/O Errors while formatting [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4/8GB || 8GB SDHC || ? || {{yes}} || || || || {{yes}} || {{yes}} &lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF128MCSD-RC || 128MB || ? || {{no}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF8GMCSDHC4 || 8GB (SDHC)|| Class 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD512-BX || 512MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD2GB-BX (card marked with MM8GR02GUACY) || 2GB || slow ? || ? || ? (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743] but apparently not enough) || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Pretec || || 128MB || ? || ? || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-128 || 128MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 256MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 512MB || || {{yes}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-1024-E10M || 1GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQU-2048-E10M || 2GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-2048-E11MK || 2GB || || ||  || || detects size incorrectly with U-Boot 1.3.2-moko12 (Aug 26 2008 - 08:24:58) : see http://docs.openmoko.org/trac/ticket/1815#comment:6 || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-4096-E11M || 4GB (SDHC) || || ? || {{yes}} || ? || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-6144-E11M || 6GB (SDHC) || || ? || {{yes}} || {{no}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-8192-E11M || 7GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://www.sandisk.com/Products/Item(2630)-SDSDQY-8192-A11M-SanDisk_Mobile_Ultra_microSDHC_8GBCard.aspx SDSDQY-8192-E11M/A11M] || 8GB (SDHC) || 6 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-E12M || 8GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-???? || 8GB (SDHC) || 6 || ? || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 2 || || || || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 4 || ? || {{yes}} ||  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://uk.sandisk.com/Products/ProductInfo.aspx?ID=2702 SDSDQ-016G-E11M] || 16GB (SDHC) || Class 2 || untested || untested || untested || {{yes}}, [[SanDisk/SDSDQ-016G-E11M|see details]] || {{yes}} kernel 2.6.24mw, [[SanDisk/SDSDQ-016G-E11M|see details]] || untested, but should work.|| [[SanDisk/SDSDQ-016G-E11M|WiP]]&lt;br /&gt;
|-&lt;br /&gt;
| Silicon Power || SP004GBSTH006V10 || 4GB (SDHC) || 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba || SD-512R2W || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS128MUSD || 128MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS256MUSD80 || 256MB || 80x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transcendusa.com/ Transcend] || [http://www.transcendusa.com/Support/DLCenter/Datasheet/TSxxUSD.pdf TS512MUSD] '''(shipped with FreeRunner)''' || 512MB || || {{no}} || {{yes}} || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || MM4GRO1GUACY || 1GB || || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS1GUSDC || 1GB (SDC) || || ? || I/O errors while trying to install Om2008.8 rootfs.tar.gz, looks like [https://docs.openmoko.org/trac/ticket/1743 #1743] || ? || ? || ? ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS4GUSDHC6 (card marked with MM8GR04GUACY) || 4GB (SDHC) || Class 6 || ? || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || || || {{no}}, see [http://docs.openmoko.org/trac/ticket/2025 bug #2025]&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || linux 2.6.24+git37+d744c88c14 (2007.2 kernel as of Aug 28, 2008) ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || {{yes}} since kernel of 30-Sep-2008 ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47225 || 1GB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47206 || 4GB  (SDHC) || Class 6|| || {{yes}} (surely) || {{yes}} (surely) || {{yes}} || {{yes}} || {{yes}} (surely)&lt;br /&gt;
|-&lt;br /&gt;
| vox-fon || 1 GB || 1GB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| (Intenso) || ? || 4GB (SDHC) || || {{no}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || {{yes}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743])&lt;br /&gt;
|-&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that cards with a &amp;quot;'''no'''&amp;quot; may still work at times, but that we just have found their behaviour too erratic to consider acceptable.&lt;br /&gt;
(Also note that this is a bug in our version of u-boot. The cards are probably fine.)&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Supported_microSD_cards</id>
		<title>Supported microSD cards</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Supported_microSD_cards"/>
				<updated>2008-11-16T18:33:19Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{todo|Maybe reformat table, see discussion page}}&lt;br /&gt;
&lt;br /&gt;
There are a plethora of Transflash / microSD / SDHC (Secure Digital High Capacity) cards out there.&lt;br /&gt;
&lt;br /&gt;
The Neo FreeRunner supports up to 8GB SDHC cards.&lt;br /&gt;
&lt;br /&gt;
Some microSD cards appear to be too slow to work with the current default settings of the glamo driver, so some specific parameters must be set in uboot to use them (see https://docs.openmoko.org/trac/ticket/1743, and corresponding notes in the tables bellow).&lt;br /&gt;
&lt;br /&gt;
There had been a [http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=677 bug] in the SD device driver (s3cmci) which caused some trouble. Please make sure you use a post-september 4th kernel which applies our kernel patchset rev2832 or higher.&lt;br /&gt;
&lt;br /&gt;
Booting from SDHC requires a u-boot from 2008-07-23 or later. '''But pay attention''' : there are problems with SDHC cards at suspend time. More details from [[Booting from SD#Booting_from_SDHC_.2F_suspend_problems|Booting from SD]]&lt;br /&gt;
&lt;br /&gt;
Note that most vendors are using an irritating way of labeling the capacity of their cards (They are using the factor 1000 instead of 1024 for KB and MB). Therefore the real capacity of these cards will be about 5% less than the vendor's specification. For example, cards labelled ''6 GB'' will only have 5.7 GB of storage capacity.&lt;br /&gt;
&lt;br /&gt;
If you use a card not listed here, please add to this table.&lt;br /&gt;
&lt;br /&gt;
== Cards by Vendor ==&lt;br /&gt;
{| border=1 |&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel || Status&lt;br /&gt;
|-&lt;br /&gt;
| A-Data || microSDHC-8GB || 8GB (SDHC) || class 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Corsair || CMFSDMICRO-512 || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Dane-Elec || DA-SDMC-2048-R || 2GB || ? || ? || ? || ? || ? || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || AE56-1280R || 128MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || H256MS05 || 256MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| hama || 55371 || 256MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Intuix || IXMSDM128B60X || 128MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C512 || 512MB || ? || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C01G || 1GB || ? || {{yes}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || [[Supported_microSD_cards/SD-C02G|SD-C02G]] || 2GB || ? || ? || {{yes}}  || || {{yes}} || {{no}} || {{no}} (see [[Supported_microSD_cards/SD-C02G|SD-C02G]] )&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4 (N0043-012.A00LF) || 4GB || ? || ? || FSO MS2 / Linux 2.6.24: I/O Errors while formatting [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4/8GB || 8GB || ? || {{yes}} || || || || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF128MCSD-RC || 128MB || ? || {{no}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF8GMCSDHC4 || 8GB (SDHC)|| Class 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD512-BX || 512MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD2GB-BX (card marked with MM8GR02GUACY) || 2GB || slow ? || ? || ? (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743] but apparently not enough) || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Pretec || || 128MB || ? || ? || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-128 || 128MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 256MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 512MB || || {{yes}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-1024-E10M || 1GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQU-2048-E10M || 2GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-2048-E11MK || 2GB || || ||  || || detects size incorrectly with U-Boot 1.3.2-moko12 (Aug 26 2008 - 08:24:58) : see http://docs.openmoko.org/trac/ticket/1815#comment:6 || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-4096-E11M || 4GB (SDHC) || || ? || {{yes}} || ? || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-6144-E11M || 6GB (SDHC) || || ? || {{yes}} || {{no}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-8192-E11M || 7GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://www.sandisk.com/Products/Item(2630)-SDSDQY-8192-A11M-SanDisk_Mobile_Ultra_microSDHC_8GBCard.aspx SDSDQY-8192-E11M/A11M] || 8GB (SDHC) || 6 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-E12M || 8GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-???? || 8GB (SDHC) || 6 || ? || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 2 || || || || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 4 || ? || {{yes}} ||  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://uk.sandisk.com/Products/ProductInfo.aspx?ID=2702 SDSDQ-016G-E11M] || 16GB (SDHC) || Class 2 || untested || untested || untested || {{yes}}, [[SanDisk/SDSDQ-016G-E11M|see details]] || {{yes}} kernel 2.6.24mw, [[SanDisk/SDSDQ-016G-E11M|see details]] || untested, but should work.|| [[SanDisk/SDSDQ-016G-E11M|WiP]]&lt;br /&gt;
|-&lt;br /&gt;
| Silicon Power || SP004GBSTH006V10 || 4GB (SDHC) || 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba || SD-512R2W || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS128MUSD || 128MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS256MUSD80 || 256MB || 80x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transcendusa.com/ Transcend] || [http://www.transcendusa.com/Support/DLCenter/Datasheet/TSxxUSD.pdf TS512MUSD] '''(shipped with FreeRunner)''' || 512MB || || {{no}} || {{yes}} || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || MM4GRO1GUACY || 1GB || || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS1GUSDC || 1GB (SDC) || || ? || I/O errors while trying to install Om2008.8 rootfs.tar.gz, looks like [https://docs.openmoko.org/trac/ticket/1743 #1743] || ? || ? || ? ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS4GUSDHC6 (card marked with MM8GR04GUACY) || 4GB (SDHC) || Class 6 || ? || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || || || {{no}}, see [http://docs.openmoko.org/trac/ticket/2025 bug #2025]&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || linux 2.6.24+git37+d744c88c14 (2007.2 kernel as of Aug 28, 2008) ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || {{yes}} since kernel of 30-Sep-2008 ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47225 || 1GB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47206 || 4GB  (SDHC) || Class 6|| || {{yes}} (surely) || {{yes}} (surely) || {{yes}} || {{yes}} || {{yes}} (surely)&lt;br /&gt;
|-&lt;br /&gt;
| vox-fon || 1 GB || 1GB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| (Intenso) || ? || 4GB (SDHC) || || {{no}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || {{yes}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743])&lt;br /&gt;
|-&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that cards with a &amp;quot;'''no'''&amp;quot; may still work at times, but that we just have found their behaviour too erratic to consider acceptable.&lt;br /&gt;
(Also note that this is a bug in our version of u-boot. The cards are probably fine.)&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	<entry>
		<id>http://wiki.openmoko.org/wiki/Supported_microSD_cards</id>
		<title>Supported microSD cards</title>
		<link rel="alternate" type="text/html" href="http://wiki.openmoko.org/wiki/Supported_microSD_cards"/>
				<updated>2008-11-16T18:31:57Z</updated>
		
		<summary type="html">&lt;p&gt;Bytestore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{todo|Maybe reformat table, see discussion page}}&lt;br /&gt;
&lt;br /&gt;
There are a plethora of Transflash / microSD / SDHC (Secure Digital High Capacity) cards out there.&lt;br /&gt;
&lt;br /&gt;
The Neo FreeRunner supports up to 8GB SDHC cards.&lt;br /&gt;
&lt;br /&gt;
Some microSD cards appear to be too slow to work with the current default settings of the glamo driver, so some specific parameters must be set in uboot to use them (see https://docs.openmoko.org/trac/ticket/1743, and corresponding notes in the tables bellow).&lt;br /&gt;
&lt;br /&gt;
There had been a [http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=677 bug] in the SD device driver (s3cmci) which caused some trouble. Please make sure you use a post-september 4th kernel which applies our kernel patchset rev2832 or higher.&lt;br /&gt;
&lt;br /&gt;
Booting from SDHC requires a u-boot from 2008-07-23 or later. '''But pay attention''' : there are problems with SDHC cards at suspend time. More details from [[Booting from SD#Booting_from_SDHC_.2F_suspend_problems|Booting from SD]]&lt;br /&gt;
&lt;br /&gt;
Note that most vendors are using an irritating way of labeling the capacity of their cards (They are using the factor 1000 instead of 1024 for KB and MB). Therefore the real capacity of these cards will be about 5% less than the vendor's specification. For example, cards labelled ''6 GB'' will only have 5.7 GB of storage capacity.&lt;br /&gt;
&lt;br /&gt;
If you use a card not listed here, please add to this table.&lt;br /&gt;
&lt;br /&gt;
== Cards by Vendor ==&lt;br /&gt;
{| border=1 |&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel || Status&lt;br /&gt;
|-&lt;br /&gt;
| A-Data || microSDHC-8GB || 8GB (SDHC) || class 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Corsair || CMFSDMICRO-512 || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Dane-Elec || DA-SDMC-2048-R || 2GB || ? || ? || ? || ? || ? || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || AE56-1280R || 128MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| extreMemory || H256MS05 || 256MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| hama || 55371 || 256MB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Intuix || IXMSDM128B60X || 128MB || 60x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C512 || 512MB || ? || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SD-C01G || 1GB || ? || {{yes}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || [[Supported_microSD_cards/SD-C02G|SD-C02G]] || 2GB || ? || ? || {{yes}}  || || {{yes}} || {{no}} || {{no}} (see [[Supported_microSD_cards/SD-C02G|SD-C02G]] )&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4 (N0043-012.A00LF) || 4GB || ? || ? || FSO MS2 / Linux 2.6.24: I/O Errors while formatting [http://wiki.openmoko.org/wiki/Special:Emailuser/varacanero Contact me here] || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Kingston || SDC4/8GB || 8GB || ? || {{yes}} || OM2008.9 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF128MCSD-RC || 128MB || ? || {{no}} || ? || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Patriot ||  PSF8GMCSDHC4 || 8GB (SDHC)|| Class 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD512-BX || 512MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| PNY || P-MICROSD2GB-BX (card marked with MM8GR02GUACY) || 2GB || slow ? || ? || ? (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743] but apparently not enough) || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Pretec || || 128MB || ? || ? || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-128 || 128MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 256MB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || unknown || 512MB || || {{yes}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-1024-E10M || 1GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQU-2048-E10M || 2GB || || {{yes}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-2048-E11MK || 2GB || || ||  || || detects size incorrectly with U-Boot 1.3.2-moko12 (Aug 26 2008 - 08:24:58) : see http://docs.openmoko.org/trac/ticket/1815#comment:6 || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-4096-E11M || 4GB (SDHC) || || ? || {{yes}} || ? || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-6144-E11M || 6GB (SDHC) || || ? || {{yes}} || {{no}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-8192-E11M || 7GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://www.sandisk.com/Products/Item(2630)-SDSDQY-8192-A11M-SanDisk_Mobile_Ultra_microSDHC_8GBCard.aspx SDSDQY-8192-E11M/A11M] || 8GB (SDHC) || 6 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-E12M || 8GB (SDHC) || 4 || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQR-8192-???? || 8GB (SDHC) || 6 || ? || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 2 || || || || {{yes}} || {{yes}} ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || SDSDQ-008G-E11M || 8GB (SDHC) || 4 || ? || {{yes}} ||  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| SanDisk || [http://uk.sandisk.com/Products/ProductInfo.aspx?ID=2702 SDSDQ-016G-E11M] || 16GB (SDHC) || Class 2 || untested || untested || untested || {{yes}}, [[SanDisk/SDSDQ-016G-E11M|see details]] || {{yes}} kernel 2.6.24mw, [[SanDisk/SDSDQ-016G-E11M|see details]] || untested, but should work.|| [[SanDisk/SDSDQ-016G-E11M|WiP]]&lt;br /&gt;
|-&lt;br /&gt;
| Silicon Power || SP004GBSTH006V10 || 4GB (SDHC) || 4 || ? || ? || ? || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba || SD-512R2W || 512MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS128MUSD || 128MB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS256MUSD80 || 256MB || 80x || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.transcendusa.com/ Transcend] || [http://www.transcendusa.com/Support/DLCenter/Datasheet/TSxxUSD.pdf TS512MUSD] '''(shipped with FreeRunner)''' || 512MB || || {{no}} || {{yes}} || {{yes}} || {{yes}} || {{yes}}&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || MM4GRO1GUACY || 1GB || || ? || {{yes}} || ? || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS1GUSDC || 1GB (SDC) || || ? || I/O errors while trying to install Om2008.8 rootfs.tar.gz, looks like [https://docs.openmoko.org/trac/ticket/1743 #1743] || ? || ? || ? ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS4GUSDHC6 (card marked with MM8GR04GUACY) || 4GB (SDHC) || Class 6 || ? || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || || || {{no}}, see [http://docs.openmoko.org/trac/ticket/2025 bug #2025]&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || linux 2.6.24+git37+d744c88c14 (2007.2 kernel as of Aug 28, 2008) ||&lt;br /&gt;
|-&lt;br /&gt;
| Transcend || TS8GUSDHC4 || 8GB (SDHC) || Class 4 || ? || ? || ? || {{yes}} || {{yes}} since kernel of 30-Sep-2008 ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47225 || 1GB || || {{no}} || {{yes}} || {{yes}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Verbatim || 47206 || 4GB  (SDHC) || Class 6|| || {{yes}} (surely) || {{yes}} (surely) || {{yes}} || {{yes}} || {{yes}} (surely)&lt;br /&gt;
|-&lt;br /&gt;
| vox-fon || 1 GB || 1GB || || {{no}} || {{yes}} || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| (Intenso) || ? || 4GB (SDHC) || || {{no}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743]) || ? || {{yes}} || {{yes}} (Some work needed to get it running, see [https://docs.openmoko.org/trac/ticket/1743 #1743])&lt;br /&gt;
|-&lt;br /&gt;
| Vendor || Model || Capacity || Speed || [[u-boot]] 1.1.6 || linux 2.6.17.14-fic5 || [[u-boot]] 1.2.0-moko8 svn1915 || [[u-boot]] 1.3.2-moko12 || linux 2.6.24+git75969 (2008.8 kernel as of Sept. 4, 2008) || OM2008.9's kernel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that cards with a &amp;quot;'''no'''&amp;quot; may still work at times, but that we just have found their behaviour too erratic to consider acceptable.&lt;br /&gt;
(Also note that this is a bug in our version of u-boot. The cards are probably fine.)&lt;/div&gt;</summary>
		<author><name>Bytestore</name></author>	</entry>

	</feed>