Re: ASU : can't import vcf contacts

2008-08-26 Thread Timo Scheffler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I experimented with it as well and found that the vCards I get from exporting with Thunderbird Adressbook with the MoreFunctionsForAddressBook Plugin works. They look like this: BEGIN:VCARD VERSION:2.1 N;CHARSET=UTF-8:Mustermann;Max

Qtopia 4.3.3 Alarm Clock not starting after wake up

2008-08-31 Thread Timo Scheffler
to 5 seconds before the alarm clock is triggered, it would be awake and the alarm would work. Maybe you know a fix for this or know another reason why the clock isn't working (in case I got the wrong idea of how the system works) and would bother to tell me. :) Thanks in advance, Timo Scheffler

SIDplay on openmoko?

2008-09-10 Thread Timo Scheffler
Hello! Has somebody seen sidplay on the openmoko or has a hint how to play SIDs? Is it complicated to cross-compile such a program for the openmoko? (I think there are Wiki entrys... but I ask, because maybe somebody already built it for the openmoko). Timo

[FSO] Trigger querty-keyboard from inside application

2009-04-03 Thread Timo Scheffler
Hi! I'm just starting to script something useful using fso, python and edje. I have some questions about the keyboard which I couldn't find the answer to... 1. Is there a way to trigger the keyboard using the framework or some other command I can let the python script work with? When a

Re: bicycling with OpenMoko

2009-04-23 Thread Timo Scheffler
That's the way to go :) I made something simple in about half an hour, using this [1] as insipration. Just get some Polymethylmethacrylat (PMMA - Plexiglas - marketing name here), a spare socket from a removable light, a jigsaw and a heat gun :) After you have something like this [2] you simply

Re: ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)

2009-04-28 Thread Timo Scheffler
I installed ffalarms and love it, but the wakeup from suspend doesn't work... I use FSO 5 and the ffalarms 0.2.1 and atd-over-fso with python 2.6 package. Is there anything to configure, so that it might work? (At least my phone doesn't goes to sleep by itself, so thats no issue... but that's

Re: ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)

2009-04-28 Thread Timo Scheffler
your gui and would be willing to do something about using the FSO api (but also contribute to the main thing instead of doing my own version). Example of setting the wakeup time using FSO api can be found here [1]. Timo [1]: http://wiki.openmoko.org/wiki/User:Sparrow Helge Hafting schrieb: Timo

Re: ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)

2009-04-28 Thread Timo Scheffler
= dbus.Interface(rtc_object, dbus_interface='org.freesmartphone.Device.RealTimeClock') rtc_interface.SetWakeupTime(wakeuptime) Timo Scheffler schrieb: I suppose the atd doesn't wake the openmoko up at the right time (I used your ipk from the project site). I just tried waking the Openmoko up using

Re: bicycling with OpenMoko

2009-04-28 Thread Timo Scheffler
Not my pictures :) I was too lazy too make pictures of my own creation... I use the internal GPS and most of the time it is good. Joerg Reisenweber schrieb: Am Do 23. April 2009 schrieb Timo Scheffler: That's the way to go :) I made something simple in about half an hour, using this [1

Re: ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)

2009-04-28 Thread Timo Scheffler
You're right. It's set to GMT and I have GMT +2 ... What do I have to do to fix it? *feels like newbie* Łukasz Pankowski schrieb: Timo Scheffler timo.scheff...@uni-oldenburg.de writes: Wrong Link, here is the example: #!/usr/bin/env python import dbus import time # Wakeup in 60 seconds

Re: ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)

2009-04-28 Thread Timo Scheffler
-w--w--w-1 root root0 Apr 29 00:00 trigger Looks exactly like your test... so what can be wrong... hm. Łukasz Pankowski schrieb: Timo Scheffler timo.scheff...@uni-oldenburg.de writes: You're right. It's set to GMT and I have GMT +2 ... What do I have to do to fix

Re: ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)

2009-04-29 Thread Timo Scheffler
=HEAD Łukasz Pankowski schrieb: Timo Scheffler timo.scheff...@uni-oldenburg.de writes: Wrong Link, here is the example: #!/usr/bin/env python import dbus import time # Wakeup in 60 seconds wakeuptime=str(time.time()+60) system_bus = dbus.SystemBus() rtc_object

EDJE key-pressed events from textblocks?

2009-05-04 Thread Timo Scheffler
Hi! I modified the zhone-app (I made an extra-style with small font to show all 160 chars at sms-input) but now I wanted to see how many chars I already have entered. Is there a key-pressed-event or some other way to count the chars enteres in the zhone-text-edit - edc? It uses the