Re: Getting a phone number from an OssoABookContact

2010-08-26 Thread Kurtis Heimerl
Thanks Andrew, this seems to be roughly what I'm looking for. In particular, it seems an OssoABookContact is asubclass of an EContact, so I can just use this stuff directly. However, I've looked at the associated code in hermes:

Getting a phone number from an OssoABookContact

2010-08-24 Thread Kurtis Heimerl
Hello maemo-developers! Does anyone know how to get a phone number (any number) out of an OssoABookContact instance? I'm at my wit's end; all of the online hits i've found have been doing the opposite and I can't figure this out. My guess was using the osso_abook_contact_get_value function, but I

Re: Request internet connection with python

2008-10-22 Thread Kurtis Heimerl
I'm curious about this problem, as I'm trying to use the same library but I'd prefer not to have to manage the archaic and poorly documented icd-dbus interface. I'm pulling the source for this library now to try and make progress, but did you figure out anything aside from the (slightly wonky)

Web Browser Problem

2008-04-13 Thread Kurtis Heimerl
Hello developers, I am running into the strangest bug. First, i've deployed lighttpd on the N810 as a proxy server. It's going to run a google-gears like system for an app i'm building. That's running just fine, the 404 handler is a script that pings the DB for whatever the user is looking for.