Re: Wiki search outdated?

2007-09-02 Thread Quim Gil
Yes, known problem: http://bugs.maemo.org/show_bug.cgi?id=1929 On Sat, 2007-09-01 at 14:59 -0400, ext Tony Maro wrote: > I've noticed that you can search for pages that return hits on the > wiki, but those are old pages that no longer exist and give an error > when you click the search results.

Re: OSSO Media Server and system pauses

2007-09-02 Thread Daniel Stone
On Wed, Aug 29, 2007 at 03:35:16PM -0400, ext Jesse Guardiani wrote: > This is the result of communicating with Tony and Kemal (disq) off list: > https://www.guardiani.us/projects/kagu/changeset/483 > > Seems to have always been that way. Probably just a typo. Amazing what happens when you file

Re: Software on MMC cards & OSSO question

2007-09-02 Thread David Huggins-Daines
Tuomas Kulve wrote: > > Sorry for bad paste, but I would guess that removing the noexec in > /etc/fstab would help. > Also to turn on the exec option without having to unmount and remount the filesystem, you can run: mount /media/mmc1 -oremount,exec (or /media/mmc2 for the internal one). Thi

Re: Software on MMC cards & OSSO question

2007-09-02 Thread Murray Cumming
On Sun, 2007-09-02 at 21:40 +0300, Mika Yrjölä wrote: > On 9/2/07, David Hazel <[EMAIL PROTECTED]> wrote: > > > My second question is to do with the OSSO library. I am using the call > > osso_rpc_run_with_defaults to open the browser. The Doxygen > > documentation says that this call is "blocking

Re: Software on MMC cards & OSSO question

2007-09-02 Thread Tuomas Kulve
David Hazel wrote: > A few days ago, in a reply to a question I had posted, someone said that > executable files could not be run directly from a MMC card because of > those cards being mounted noexec. Can someone confirm whether this is > correct? Is it possible to get the OS to mount these cards

Re: Software on MMC cards & OSSO question

2007-09-02 Thread Mika Yrjölä
On 9/2/07, David Hazel <[EMAIL PROTECTED]> wrote: > My second question is to do with the OSSO library. I am using the call > osso_rpc_run_with_defaults to open the browser. The Doxygen > documentation says that this call is "blocking", which I take to mean > that control should not return to my ap

Software on MMC cards & OSSO question

2007-09-02 Thread David Hazel
A few days ago, in a reply to a question I had posted, someone said that executable files could not be run directly from a MMC card because of those cards being mounted noexec. Can someone confirm whether this is correct? Is it possible to get the OS to mount these cards -exec? Or is the problem si

Re: Camera boot errors

2007-09-02 Thread Stefan Kost
Hi, Mark Gallop wrote: > Hi All, > > Has anyone seen the following error on booting a n800? > > tcm825xsensor_init(): Failed to detect TCM825x sensor chip > omap24xxcam: cannot initialize sensor > > The camera doesn't work with provided software and also no /dev/radio0 > is created. What devic

Re: Python and GStreamer

2007-09-02 Thread Stefan Kost
Hi, Jesse Guardiani wrote: > Tony Maro wrote: >> On 8/27/07, *Leonardo Sobral Cunha* <[EMAIL PROTECTED] >> > wrote: >> >> hi tony, >> >> there is a bug in your code, you dont need to call createGSTPlayer in >> the start method, so you will reuse the pipeline th

Re: dbus api for wlancond

2007-09-02 Thread Tim Teulings
Hello! > But it wouldn't be too hard write one. There's only one request and > reply IIRC. And osso-wlan sources are available, so you don't have to > guess anything: I now have some C++ code to poll the list of access points similar to the way ooso-wlan does. On my desktop PC it seems however t