User:Avanc

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(My notes)
(My notes)
Line 22: Line 22:
 
** However, some depdendencies are screwed up, therefore GTK+ have to be removed:
 
** However, some depdendencies are screwed up, therefore GTK+ have to be removed:
 
  opkg remove -force-depends gtk+
 
  opkg remove -force-depends gtk+
 +
import sys
 +
sys.path.append("/usr/lib/python2.5/site-packages/gtk-2.0")

Revision as of 13:16, 6 February 2009

Who I am?

My name is Sven Klomp. I'm a PhD. Student at Leibniz Universität Hannover.

Why Openmoko/Freerunner?

Because of the very nice case :-)

I'm mainly interested in the PIM functionalities of Openmoko. My SonyEricsson K750i isn't suited as organizer (who programmed a calendar without recurrent events?!?).

Last year I started with Geocaching, and I think the Neo will be the perfect platform for it. I imagine a software, that downloads all important information from the website so I can fall back to the hints.

I also add some streets to Openstreetmap. Sometimes it is a little bit frustrating: You are driving the half day to collect GPS tracks and when you start to edit the tracks with your computer you notice that half of the streets were already recorded. With the Freerunner, I want to download some map data from Openstreetmap and then drive directly to the blank spots.

My notes

  • Get latest kernel and rootfs image (MS5)
  • Upload them to the phone (dfu-util)
  • Boot and be happy
  • Activate USB-Networking the quick way:
ifconfig usb0 192.168.0.200 netmask 255.255.255.0
opkg remove -force-depends gtk+
import sys
sys.path.append("/usr/lib/python2.5/site-packages/gtk-2.0")
Personal tools

Who I am?

My name is Sven Klomp. I'm a PhD. Student at Leibniz Universität Hannover.

Why Openmoko/Freerunner?

Because of the very nice case :-)

I'm mainly interested in the PIM functionalities of Openmoko. My SonyEricsson K750i isn't suited as organizer (who programmed a calendar without recurrent events?!?).

Last year I started with Geocaching, and I think the Neo will be the perfect platform for it. I imagine a software, that downloads all important information from the website so I can fall back to the hints.

I also add some streets to Openstreetmap. Sometimes it is a little bit frustrating: You are driving the half day to collect GPS tracks and when you start to edit the tracks with your computer you notice that half of the streets were already recorded. With the Freerunner, I want to download some map data from Openstreetmap and then drive directly to the blank spots.

My notes

  • Get latest kernel and rootfs image (MS5)
  • Upload them to the phone (dfu-util)
  • Boot and be happy
  • Activate USB-Networking the quick way:
ifconfig usb0 192.168.0.200 netmask 255.255.255.0
opkg remove -force-depends gtk+
import sys
sys.path.append("/usr/lib/python2.5/site-packages/gtk-2.0")