Source code of osso-iradio-applet

2008-11-05 Thread Hermann Lacheiner
Hi maemo developers!

I am looking for the sources of the osso-iradio-applet, I did not find
them in the svn repository. So I think the sources are not released
under an open source license.
I am asking the responsible people at Nokia now, is it possible to
release the sources of osso-iradio-applet under an open source license?

I would like to integrate radio clock features into the applet. I have
currently implemented a prototype of a standalone alarm applet, but I
think it makes much more sense to integrate the alarm feature into the
existing internet radio applet.

Cheers, Hermann

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


Re: Request internet connection with python

2008-10-23 Thread Hermann Lacheiner
Kurtis Heimerl wrote:
> 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)
> workaround?

Yesterday I made some tests, but had not time to investigate it any 
further. So I can not report any progress. At least I have filed a bug 
about this issue yesterday: 
https://garage.maemo.org/tracker/index.php?func=detail&aid=2958&group_id=40&atid=229

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


Re: Request internet connection with python

2008-10-11 Thread Hermann Lacheiner

> I've also seen this problem.  It never worked, even on chinook.

As a workaround I am listening now for the status_changed signal of the
com.nokia.icd dbus service.
Strangely I get an DBusException when registering: "/com/nokia/icd:
Unsupported interface or method" but nevertheless the signal handler is
called on status change.

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


Request internet connection with python

2008-10-09 Thread Hermann Lacheiner

Hi all!

I am trying to request an internet connection using conic and python. 
I started with this example:
https://garage.maemo.org/svn/pymaemo/packages/python-conic/branches/chinook/tests/test_connect.py

The problem is now, that the callback function is never called, when the
connection becomes available (the Nokia successfully connected to my WLAN).
Were there any API changes in Diablo or does someone know any hint, why the
callback is never called. Thanks for your help!

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


Re: mediaplayer dbus interface

2008-10-08 Thread Hermann Lacheiner

Hi Martin,

thank you for the information. That helped me a lot!

Hermann

On Wed, 8 Oct 2008 08:26:30 +0200, "Martin Grimme"
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> you can run
> dbus-monitor --session
> in the terminal and watch what is sent over D-Bus when you use the
> built-in mediaplayer application.
> 
> An example class for controlling the osso-media-server via D-Bus (in
> Python) can be found at
>
https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/mediaplayer/OSSOPlayer.py?revision=338&root=mediabox&view=markup
> 
> 
> Regards,
> Martin
> 
> 
> 
> 2008/10/7, Hermann Lacheiner <[EMAIL PROTECTED]>:
>>
>> Hi maemo community!
>>
>> I would like to implement a home applet for setting an alarm. When the
>> alarm goes off, e.g. the mediaplayer should be started to play an
>> internet
>> radio stream. So your favorite internet radio stream is played in the
>> morning and getting up should be a little bit easier ;)
>>
>> My problem is now, that I did not find any current information about the
>> dbus interface of the mediaplayer. Is it actually possible to remote
>> control the mediaplayer over dbus (for example using the MPRIS
>> interface)?
>> And where do I get more detailed information about the dbus interface?
>>
>> Thanks for any information!
>>
>> Hermann
>> ___
>> 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


mediaplayer dbus interface

2008-10-07 Thread Hermann Lacheiner

Hi maemo community!

I would like to implement a home applet for setting an alarm. When the
alarm goes off, e.g. the mediaplayer should be started to play an internet
radio stream. So your favorite internet radio stream is played in the
morning and getting up should be a little bit easier ;)

My problem is now, that I did not find any current information about the
dbus interface of the mediaplayer. Is it actually possible to remote
control the mediaplayer over dbus (for example using the MPRIS interface)?
And where do I get more detailed information about the dbus interface?

Thanks for any information!

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


Re: [maemo-developers] Reboot Cycle

2006-08-30 Thread Hermann Lacheiner

Johannes Eickhold wrote:

Has anybody found a solution to this problem that avoids reflashing?
Reflashing would cause me a lot of work :-/.


It's apparently caused by upgrading the gst-plugins-farsight package.
Removing /usr/lib/gstreamer-0.10/libgstrtpjitterbuffer.so (which 
segfaults) solves this issue.


Cheers, Hermann
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Simultaneous key press events

2006-08-02 Thread Hermann Lacheiner
Hi all!

I cross-compiled gnuboy for the Nokia, but I noticed a problem, that
simultaneously pressing the cursor keys and the fullscreen key does not
work. Either the cursor key or the fullscreen key generates a key press
event, but not both at the same time. But this is especially needed,
when playing action games with the gnuboy emulator.
Is this a hardware shortcoming or a software problem?

Thanks,
Hermann
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers