User:Vanous

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
==Czech national settings for Freerunner==
 
==Czech national settings for Freerunner==
  
===locales===
+
===Locales===
 
<pre>
 
<pre>
 
export LANG=cs
 
export LANG=cs
Line 7: Line 7:
 
</pre>
 
</pre>
  
===gprs===
+
===Gprs===
  
 
====O2 flat rate====
 
====O2 flat rate====
Line 31: Line 31:
 
</pre>
 
</pre>
  
===po files===
+
===Translations===
 
http://vanous.penguin.cz/files/om/tangogps.mo TangoGPS translation, place into /usr/share/locale/cs/LC_MESSAGES/
 
http://vanous.penguin.cz/files/om/tangogps.mo TangoGPS translation, place into /usr/share/locale/cs/LC_MESSAGES/
  
Line 43: Line 43:
  
  
===navit maps===
+
===Navit maps===
 
http://vanous.penguin.cz/files/om/czech_republic_navit.bin Openstreetmap of CZ, generated  December 2008, 57MB. Place into  ~/.navit
 
http://vanous.penguin.cz/files/om/czech_republic_navit.bin Openstreetmap of CZ, generated  December 2008, 57MB. Place into  ~/.navit
  
 
[http://vanous.penguin.cz/files/om/navit.xml My Navit conf] with the above map configured. Place into ~/.navit
 
[http://vanous.penguin.cz/files/om/navit.xml My Navit conf] with the above map configured. Place into ~/.navit
  
===dict for illume keyboard===
+
===Dictionary for Illume keyboard===
 
tbd
 
tbd
  

Revision as of 12:07, 10 January 2009

Contents

Czech national settings for Freerunner

Locales

export LANG=cs
export LC_ALL=cs

Gprs

O2 flat rate

Start script
#!/bin/sh
APN="internet"
USERNAME="x"
PASSWORD="x"
BUSNAME="org.freesmartphone.frameworkd"
OBJECTPATH="/org/freesmartphone/GSM/Device"
METHODNAME="org.freesmartphone.GSM.PDP.ActivateContext"
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME $APN "$USERNAME" "$PASSWORD"
Stop script
#!/bin/sh
BUSNAME="org.freesmartphone.frameworkd"
OBJECTPATH="/org/freesmartphone/GSM/Device"
METHODNAME="org.freesmartphone.GSM.PDP.DeactivateContext"
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME

Translations

http://vanous.penguin.cz/files/om/tangogps.mo TangoGPS translation, place into /usr/share/locale/cs/LC_MESSAGES/


SMS delivery confirmation codes

Place on the beggining of each SMS

Vodafone: *n# (needs confirming)
O2: YYYY
T-mobile: *stav# (needs confirming)


Navit maps

http://vanous.penguin.cz/files/om/czech_republic_navit.bin Openstreetmap of CZ, generated December 2008, 57MB. Place into ~/.navit

My Navit conf with the above map configured. Place into ~/.navit

Dictionary for Illume keyboard

tbd

Other stuff

My TangoGPS tracks

FDSubmenu (icon enhancement)


Navit

Navit start/stop script (start/stop gpsd daemon, disable/enable screen dimming)

My Navit conf

Personal tools

Czech national settings for Freerunner

Locales

export LANG=cs
export LC_ALL=cs

Gprs

O2 flat rate

Start script
#!/bin/sh
APN="internet"
USERNAME="x"
PASSWORD="x"
BUSNAME="org.freesmartphone.frameworkd"
OBJECTPATH="/org/freesmartphone/GSM/Device"
METHODNAME="org.freesmartphone.GSM.PDP.ActivateContext"
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME $APN "$USERNAME" "$PASSWORD"
Stop script
#!/bin/sh
BUSNAME="org.freesmartphone.frameworkd"
OBJECTPATH="/org/freesmartphone/GSM/Device"
METHODNAME="org.freesmartphone.GSM.PDP.DeactivateContext"
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME

Translations

http://vanous.penguin.cz/files/om/tangogps.mo TangoGPS translation, place into /usr/share/locale/cs/LC_MESSAGES/


SMS delivery confirmation codes

Place on the beggining of each SMS

Vodafone: *n# (needs confirming)
O2: YYYY
T-mobile: *stav# (needs confirming)


Navit maps

http://vanous.penguin.cz/files/om/czech_republic_navit.bin Openstreetmap of CZ, generated December 2008, 57MB. Place into ~/.navit

My Navit conf with the above map configured. Place into ~/.navit

Dictionary for Illume keyboard

tbd

Other stuff

My TangoGPS tracks

FDSubmenu (icon enhancement)


Navit

Navit start/stop script (start/stop gpsd daemon, disable/enable screen dimming)

My Navit conf