User:Vanous
From Openmoko
(Difference between revisions)
(added czech related settings) |
|||
| Line 1: | Line 1: | ||
| − | + | ==Czech national settings for Freerunner== | |
| − | + | ===locales=== | |
| + | tbd | ||
| + | ===gprs (O2, Vodafone T-Mobile)=== | ||
| − | + | ====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> | ||
| − | + | ====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> | ||
| − | + | ===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 | ||
| − | + | [http://vanous.penguin.cz/files/om/navit.xml My Navit conf] with the above map configured. Place into ~/.navit | |
| − | + | ===dict for illume keyboard=== | |
| + | tbd | ||
| − | + | ==Other stuff== | |
| − | + | [http://vanous.penguin.cz/gps/ TangoGPS tracks] | |
| − | + | [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)
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
FDSubmenu (icon enhancement)
Navit start/stop script (start/stop gpsd daemon, disable/enable screen dimming)
