User:Vanous

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
</pre>
 
</pre>
  
===gprs (O2, Vodafone T-Mobile)===
+
===gprs===
  
====Start script====
+
====O2 flat rate====
 +
=====Start script=====
 
<pre>
 
<pre>
 
#!/bin/sh
 
#!/bin/sh
Line 21: Line 22:
 
</pre>
 
</pre>
  
====Stop script====
+
=====Stop script=====
 
<pre>
 
<pre>
 
#!/bin/sh
 
#!/bin/sh
Line 37: Line 38:
 
Place on the beggining of each SMS
 
Place on the beggining of each SMS
  
:Vodafone: *n# (needs confirming)
+
:Vodafone: '''*n#''' (needs confirming)
:O2: YYYY
+
:O2: '''YYYY'''
:T-mobile: *stav# (needs confirming)
+
:T-mobile: '''*stav#''' (needs confirming)
  
  

Revision as of 11:01, 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

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 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

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