Re: opimd: a bug (?) and how to list missed calls?

2009-09-07 Thread Laszlo KREKACS
On Mon, Sep 7, 2009 at 12:58 AM, Sebastian Krzyszkowiakseba.d...@gmail.com wrote: And I don't know how to send dictionaries by mdbus ;( I dont know, just asking: Is dbus suited to pass large data through the bus? Ie. it is not better practice, that you save to a file, and give only the filename

opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread arne anka
i fetched the frameworkd source tar ball from http://www.freesmartphone.org/sources/ and build a primitive deb package, because i try to figure out opimd. but i still get the same errors as with the old version: for a lot of methods i get an exception and num_id = int(rel_path[1:])

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread Sebastian Krzyszkowiak
On 9/6/09, arne anka openm...@ginguppin.de wrote: i fetched the frameworkd source tar ball from http://www.freesmartphone.org/sources/ and build a primitive deb package, because i try to figure out opimd. but i still get the same errors as with the old version: for a lot of methods i get an

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread Sebastian Krzyszkowiak
On 9/6/09, Sebastian Krzyszkowiak seba.d...@gmail.com wrote: On 9/6/09, arne anka openm...@ginguppin.de wrote: i fetched the frameworkd source tar ball from http://www.freesmartphone.org/sources/ and build a primitive deb package, because i try to figure out opimd. but i still get the same

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread arne anka
... org.freesmartphone.PIM.Calls.Query({'Direction':'in', 'Answered':0}) is there a comprehensive listing of these aparams somewhere? In libphone-utils git repo, src/python directory IIRC. libphone0-utils is in pkg-fso.alioth.debian.org, but version libphone-utils0 0.1+git20090801-3 -- is

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread Vikas Saurabh
following http://lists.openmoko.org/pipermail/community/2009-September/054567.html: mdbus -s org.freesmartphone.opimd /org/freesmartphone/PIM/Calls/Query org.freesmartphone.PIM.Calls.Query {'Answered':0} ERROR:dbus.connection:Unable to set arguments ('{Answered:0}',) according to signature

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread arne anka
I am unsure if you want to use mdbus so as to get exact function calls to make in your app or not... i am not talking about an app but an easy way to acces that kind of information. in the wiki there's a big fat warning against opimd-cli and no download link. and as i wrote i didn't find

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread arne anka
following http://lists.openmoko.org/pipermail/community/2009-September/054567.html: mdbus -s org.freesmartphone.opimd /org/freesmartphone/PIM/Calls/Query org.freesmartphone.PIM.Calls.Query {'Answered':0} ERROR:dbus.connection:Unable to set arguments ('{Answered:0}',) according to signature

Re: opimd: a bug (?) and how to list missed calls?

2009-09-06 Thread Sebastian Krzyszkowiak
On 9/6/09, arne anka openm...@ginguppin.de wrote: I am unsure if you want to use mdbus so as to get exact function calls to make in your app or not... i am not talking about an app but an easy way to acces that kind of information. in the wiki there's a big fat warning against opimd-cli and