User:Vanous

From Openmoko

(Difference between revisions)
Jump to: navigation, search
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Czech national settings for Freerunner==
+
{{TOC}}
 
+
===Locales===
+
<pre>
+
export LANG=cs
+
export LC_ALL=cs
+
</pre>
+
 
+
===Gprs===
+
 
+
====O2 flat rate====
+
=====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>
+
 
+
===Translations===
+
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
 
Place on the beggining of each SMS
  
:Vodafone: '''*n#''' (needs confirming)
+
:Vodafone CZ: '''*n#''' (needs confirming)
:O2: '''YYYY'''
+
:O2 CZ: '''YYYY'''
:T-mobile: '''*stav#''' (needs confirming)
+
:T-mobile CZ: '''*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
+
 
+
===Dictionary for Illume keyboard===
+
tbd
+
 
+
==Other stuff==
+
 
+
[http://vanous.penguin.cz/gps/ My TangoGPS tracks]
+
 
+
[http://vanous.penguin.cz/files/om/FDSubmenu.py FDSubmenu] (icon enhancement)
+
  
  
==Navit==
+
===SHR Unstable customization:===
  
[http://vanous.penguin.cz/files/om/navi.sh Navit start/stop script] (start/stop gpsd daemon, disable/enable screen dimming)
+
opkg update
 +
opkg install om-neon ventura emtooth jefliks shr-launcher mc
 +
echo "" > /usr/lib/enlightenment/modules/illume/dicts/None.dic
 +
opkg remove --force-depends numptyphysics pidgin vagalume
 +
opkg install http://www.opkg.org/packages/OptimSMS_2.0_armv4t.opk http://atrack.googlecode.com/files/atrack_0.0.66_all.ipk http://neomis.googlecode.com/files/neomis_1.0.2-r0_all.ipk python-netclient  http://www.opkg.org/packages/mokometeo_0.6_arm.ipk http://www.opkg.org/packages/hotelwifi_0.0.3_all.ipk
  
[http://vanous.penguin.cz/files/om/navit.xml My Navit conf]
+
===SHR cz list===
 +
http://wiki.openmoko.org/wiki/User:Vanous/czech-shr-list

Latest revision as of 07:36, 5 August 2010

[edit] SMS delivery confirmation codes

Place on the beggining of each SMS

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


[edit] SHR Unstable customization:

opkg update
opkg install om-neon ventura emtooth jefliks shr-launcher mc
echo "" > /usr/lib/enlightenment/modules/illume/dicts/None.dic 
opkg remove --force-depends numptyphysics pidgin vagalume 
opkg install http://www.opkg.org/packages/OptimSMS_2.0_armv4t.opk http://atrack.googlecode.com/files/atrack_0.0.66_all.ipk http://neomis.googlecode.com/files/neomis_1.0.2-r0_all.ipk python-netclient  http://www.opkg.org/packages/mokometeo_0.6_arm.ipk http://www.opkg.org/packages/hotelwifi_0.0.3_all.ipk

[edit] SHR cz list

http://wiki.openmoko.org/wiki/User:Vanous/czech-shr-list

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