User:Vanous

From Openmoko

Revision as of 14:33, 11 January 2009 by Vanous (Talk | contribs)

Jump to: navigation, search

Contents

Czech national settings for Neo Freerunner

comments? here

TimeZone

opkg install tzdata-europe

ln -sf /usr/share/zoneinfo/Europe/Prague /etc/timezone ln -sf /usr/share/zoneinfo/Europe/Prague /etc/localtime

Locales

opkg install glibc-binary-localedata-cs-cz

export LANG=cs_CZ
export LC_ALL=cs_CZ

Gprs

O2 flat rate

Scripts for framework (FSO, SHR, Debian). (Not for ASU, OM2008)

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

temporary solution:

echo "" > /usr/lib/enlightenment/modules/illume/dicts/None.dic

switch to it after every reboot :) and the None.dic will autolearn and save it in /.e/e/dicts-dynamic/personal.dic

Other stuff

My TangoGPS tracks

FDSubmenu (icon enhancement)


Navit

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

My Navit conf

SHR Customization

http://shr.bearstech.com/trac/wiki/Tweaks

echo src navit http://download.navit-project.org/navit/openmoko/svn >/etc/opkg/navit-feed.conf

opkg update

opkg install navit libgps16 mc

copy cz map

copy Data

echo ppp-generic > /etc/modutils/ppp-generic

update-modules

echo "" > /usr/lib/enlightenment/modules/illume/dicts/None.dic

opkg upgrade

Personal tools

Czech national settings for Neo Freerunner

comments? here

TimeZone

opkg install tzdata-europe

ln -sf /usr/share/zoneinfo/Europe/Prague /etc/timezone ln -sf /usr/share/zoneinfo/Europe/Prague /etc/localtime

Locales

opkg install glibc-binary-localedata-cs-cz

export LANG=cs_CZ
export LC_ALL=cs_CZ

Gprs

O2 flat rate

Scripts for framework (FSO, SHR, Debian). (Not for ASU, OM2008)

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

temporary solution:

echo "" > /usr/lib/enlightenment/modules/illume/dicts/None.dic

switch to it after every reboot :) and the None.dic will autolearn and save it in /.e/e/dicts-dynamic/personal.dic

Other stuff

My TangoGPS tracks

FDSubmenu (icon enhancement)


Navit

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

My Navit conf

SHR Customization

http://shr.bearstech.com/trac/wiki/Tweaks

echo src navit http://download.navit-project.org/navit/openmoko/svn >/etc/opkg/navit-feed.conf

opkg update

opkg install navit libgps16 mc

copy cz map

copy Data

echo ppp-generic > /etc/modutils/ppp-generic

update-modules

echo "" > /usr/lib/enlightenment/modules/illume/dicts/None.dic

opkg upgrade