User:Vanous

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(added czech related settings)
Line 2: Line 2:
  
 
===locales===
 
===locales===
tbd
+
<pre>
 +
export LANG=cs
 +
export LC_ALL=cs
 +
</pre>
  
 
===gprs (O2, Vodafone T-Mobile)===
 
===gprs (O2, Vodafone T-Mobile)===
Line 28: Line 31:
  
 
===po files===
 
===po files===
tbd
+
http://vanous.penguin.cz/files/om/tangogps.mo TangoGPS translation, place into /usr/share/locale/cs/LC_MESSAGES/
 +
 
  
 
===SMS delivery confirmation codes===
 
===SMS delivery confirmation codes===
 +
Place on the beggining of each SMS
 +
 
:Vodafone: *n# (needs confirming)
 
:Vodafone: *n# (needs confirming)
 
:O2: YYYY
 
:O2: YYYY
Line 46: Line 52:
 
==Other stuff==
 
==Other stuff==
  
[http://vanous.penguin.cz/gps/ TangoGPS tracks]
+
[http://vanous.penguin.cz/gps/ My TangoGPS tracks]
  
 
[http://vanous.penguin.cz/files/om/FDSubmenu.py FDSubmenu] (icon enhancement)
 
[http://vanous.penguin.cz/files/om/FDSubmenu.py FDSubmenu] (icon enhancement)

Revision as of 10:59, 10 January 2009

Contents

Czech national settings for Freerunner

locales

export LANG=cs
export LC_ALL=cs

gprs (O2, Vodafone T-Mobile)

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

po files

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

dict 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, Vodafone T-Mobile)

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

po files

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

dict 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