User:Vanous

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(added czech related settings)
Line 1: Line 1:
[http://vanous.penguin.cz/gps/ TangoGPS tracks]
+
==Czech national settings for Freerunner==
  
[http://vanous.penguin.cz/files/om/FDSubmenu.py FDSubmenu] (icon enhancement)
+
===locales===
 +
tbd
  
 +
===gprs (O2, Vodafone T-Mobile)===
  
Navit:
+
====Start script====
 +
<pre>
 +
#!/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"
 +
</pre>
  
[http://vanous.penguin.cz/files/om/navi.sh Navit start/stop script] (start/stop gpsd daemon, disable/enable screen dimming)
+
====Stop script====
 +
<pre>
 +
#!/bin/sh
 +
BUSNAME="org.freesmartphone.frameworkd"
 +
OBJECTPATH="/org/freesmartphone/GSM/Device"
 +
METHODNAME="org.freesmartphone.GSM.PDP.DeactivateContext"
 +
mdbus -s $BUSNAME $OBJECTPATH $METHODNAME
 +
</pre>
  
[http://vanous.penguin.cz/files/om/navit.xml My Navit conf]
+
===po files===
 +
tbd
  
 +
===SMS delivery confirmation codes===
 +
:Vodafone: *n# (needs confirming)
 +
:O2: YYYY
 +
:T-mobile: *stav# (needs confirming)
  
Czech national settings for Freerunner
 
  
- locales
+
===navit maps===
 +
http://vanous.penguin.cz/files/om/czech_republic_navit.bin Openstreetmap of CZ, generated  December 2008, 57MB. Place into  ~/.navit
  
- gprs (O2, Vodafone T-Mobile)
+
[http://vanous.penguin.cz/files/om/navit.xml My Navit conf] with the above map configured. Place into ~/.navit
  
- po files
+
===dict for illume keyboard===
 +
tbd
  
- SMS delivery confirmation codes
+
==Other stuff==
  
- maps
+
[http://vanous.penguin.cz/gps/ TangoGPS tracks]
  
- dict for illume keyboard
+
[http://vanous.penguin.cz/files/om/FDSubmenu.py FDSubmenu] (icon enhancement)
 +
 
 +
 
 +
==Navit==
 +
 
 +
[http://vanous.penguin.cz/files/om/navi.sh Navit start/stop script] (start/stop gpsd daemon, disable/enable screen dimming)
 +
 
 +
[http://vanous.penguin.cz/files/om/navit.xml My Navit conf]

Revision as of 11:46, 10 January 2009

Contents

Czech national settings for Freerunner

locales

tbd

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

tbd

SMS delivery confirmation codes

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

TangoGPS tracks

FDSubmenu (icon enhancement)


Navit

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

My Navit conf

Personal tools

TangoGPS tracks

FDSubmenu (icon enhancement)


Navit:

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

My Navit conf


Czech national settings for Freerunner

- locales

- gprs (O2, Vodafone T-Mobile)

- po files

- SMS delivery confirmation codes

- maps

- dict for illume keyboard