Re: Announcing PenguinTV, rss reader and podcast downloader

2008-11-06 Thread Luca Ognibene
On Thu, Nov 6, 2008 at 1:48 AM, tz [EMAIL PROTECTED] wrote:
 It depends on python2.5-dbus, python2.5-conic

 They are not pulled in by default.

 The package installs, but dies silently (unless run from a console).

 There may be more dependencies but I've already installed a lot of
 python modules.

Strange, it works fine (albeit a lot slow) for me! Which version have
you installed?
I'm using 3.9.3-1 on diablo.

ciao
Luca
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to get a general utility package cross-listed from tools to extras?

2008-11-06 Thread Frantisek Dufka
tz wrote:
 This is no longer academic as my minigpsd program is sitting in
 extras-devel, and the ONLY problem it has is the bluez-utils-test
 dependency.

Well, maybe bluez-utils-test is in SDK repository because it is mainly 
for testing? What part of bluez utils you need?

Bluez moved to handling most things via D-bus so command line utils like 
rfcomm, hcitool etc are no longer the only (or even the preferred) way 
to do things.

So maybe instead of using them you may start to use d-bus? I went this 
way with kbdd and did everything I needed (open rfcomm connection). See 
dbus-bluez-* stuff and btkbd inside
http://fanoush.wz.cz/maemo/kbdd.tar.gz

API is described here http://wiki.bluez.org/

Frantisek

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Using libcurl in a proxy setup?

2008-11-06 Thread Till Harbaum
Hi,

i am not sure how to correctly handle a proxy based setting when using libcurl 
under
maemo. I was hoping that the maemo port of libcurl would honour the systems 
settings for proxies just like e.g. gnomevfs does. But that doesn't seem to be 
the case.
So i have to specify the proxy settings to libcurl explicitely. But how do i 
get the current
proxy settings the system is using? I really don't want to offload this to the 
user as the
system already knows whether it's using a proxy and which one it is.

Regards,
  Till

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: wlancond and dbus

2008-11-06 Thread Nicolas
Hi!

Your Python code sample does not work anymore on OS2008. When calling the
scan method Python complains about a wrong dbus signature being passed
(iay).

I haven't found a way to discover the signature using dbus-send. Any idea on
how to do this?

Best regards,

Nicolas.



On Wed, Sep 26, 2007 at 10:41 PM, Gabriel Grise [EMAIL PROTECTED] wrote:

 Hi,

 Because i saw some questions about how to access to wlancond with dbus
 And because I had the same question last week, i decided to send to this
 list a code sample. This code sample simulate an iwlist scan call.

 I hope this will be useful for someone.

 Gabriel Grise

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Using libcurl in a proxy setup?

2008-11-06 Thread Alberto Garcia
On Thu, Nov 06, 2008 at 11:20:24AM +0100, Till Harbaum wrote:

 i am not sure how to correctly handle a proxy based setting when
 using libcurl under maemo.

libconic is your friend here:

http://maemo.org/api_refs/4.0/libconic/index.html

-- 
Alberto García González
http://people.igalia.com/berto/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems accessing the camera in Flash

2008-11-06 Thread Stefan Kost
hi,

Merrick Fonnesbeck schrieb:
 I was playing around with a Flash program that runs in a browser and
 sends the video stream from your computer/web camera out to another
 party.  I've tried it on a Nokia n810 and I can see the camera output
 from a desktop computer coming in, but the other side cannot see the
 output of my Nokia n810 camera.

I am not sure if flash on maemo support the camera. But in anyway thsi si not
gstreamer related - flash does not use it. Please ask on maemo-devel.

Stefan

  I figure it has something to do with
 the Flash program not recognizing that a camera exists or that the
 camera is not registered in the right way on the device so that the
 Flash program can see it and connect to it.  Does any one have any idea
 about this of how to fix it or have any theories about what might be
 going on?  Thanks.
 
 Merrick F.
 
 
 
 
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems accessing the camera in Flash

2008-11-06 Thread Faheem Pervez
Flash only supports V4L1 devices. The rest of the Linux world (and Nokia)
use V4L2 for the webcam.

On Wed, Nov 5, 2008 at 11:27 PM, Merrick Fonnesbeck 
[EMAIL PROTECTED] wrote:

  I was playing around with a Flash program that runs in a browser and
 sends the video stream from your computer/web camera out to another party.
 I've tried it on a Nokia n810 and I can see the camera output from a desktop
 computer coming in, but the other side cannot see the output of my Nokia
 n810 camera.  I figure it has something to do with the Flash program not
 recognizing that a camera exists or that the camera is not registered in the
 right way on the device so that the Flash program can see it and connect to
 it.  Does any one have any idea about this of how to fix it or have any
 theories about what might be going on?  Thanks.

 Merrick F.


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers