Re: [maemo-developers] Unreliable Large Network Transfers

2006-12-14 Thread Frantisek Dufka
Mike Lococo wrote: I'm finding that large (>200MB) transfers of data via the wifi network are extremely unreliable. They start out running at a reasonable speed (350KB/sec-600KB/sec), but within a few moments slow to less than 100KB/sec. The rates become very erratic, and the device GUI beco

[maemo-developers] Re: How to play a WAV from command line in 770?

2006-12-14 Thread Neil MacLeod
[EMAIL PROTECTED] wrote: I am trying to play a .WAV file from the Nokia 770 command line, without triggering a GUI audio player. In principle, this seems like the simplest thing in the world. Normally, I'd just use "aplay" and that would be it. However, although the Nokia 770 has alsa, it does

Re: [maemo-developers] Unreliable Large Network Transfers

2006-12-14 Thread Andrew J. Barr
I don't have any advice for you...but I do want to say proprietary wireless drivers suck, and this is a very real example of why. Shame on Conexant for not working with the Prism54 guys, and shame on Nokia for using proprietary drivers. It sounds like the driver needs fixed, and no one can do that

[maemo-developers] How to play a WAV from command line in 770?

2006-12-14 Thread m-d
I am trying to play a .WAV file from the Nokia 770 command line, without triggering a GUI audio player. In principle, this seems like the simplest thing in the world. Normally, I'd just use "aplay" and that would be it. However, although the Nokia 770 has alsa, it does not have aplay. So I went

[maemo-developers] Unreliable Large Network Transfers

2006-12-14 Thread Mike Lococo
Hi Folks, I posted an earlier version of this comment on maemo-users a few days ago and got one confirmation from another person experiencing similar behavior, but no useful advice (they simply stopped using the network for transfers)... so I thought I'd try again here. I'm finding that larg

Re: [maemo-developers] [PATCH] hildon-window.c Rev 8761

2006-12-14 Thread Johan Bilien
On Thu, Dec 14, 2006, Michael 'Mickey' Lauer wrote: > Index: hildon-window.c > === > --- hildon-window.c (Revision 8761) > +++ hildon-window.c (Arbeitskopie) > @@ -777,7 +777,7 @@ > > hildon_window_update_title (wind

[maemo-developers] [PATCH] hildon-window.c Rev 8761

2006-12-14 Thread Michael 'Mickey' Lauer
Hi, just found a bug in hildon-window.c. This patch fix it and should speed Maemo up a bit since hildon_window_is_topmost_notify is called way too many times: Index: hildon-window.c === --- hildon-window.c (Revision 8761) +++ hil

[maemo-developers] Re: binary kernel module packages

2006-12-14 Thread Miko Nieminen
On 14/12/06, Miko Nieminen <[EMAIL PROTECTED]> wrote: I looked make-kpkg, but it really doesn't provide any ways to do this and I didn't find any other way either. In Debian Etch they have been thinking something related to this, but I was able to find only one article: http://swik.net/Debian/Pl

[maemo-developers] Libbattery.so can I find the src?

2006-12-14 Thread zze-CANEDO Rogelio RD-SIRP-ISS
Hello, I'm actually working on the Nokia N770 but I have a problem, i don't find information about battery information access. Can you help me t osolve my problem please? thanks ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Tapani Pälli
ext Frantisek Dufka wrote: > Eero Tamminen wrote: >> I think the app loses focus when the screen is blanked. >> So, the SDL app could catch screen focus events and do >> some additional checks when that happens. > > Good idea, thanks. > >> >> Or SDL app could always pause when it loses focus... >>

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Frantisek Dufka
Eero Tamminen wrote: I think the app loses focus when the screen is blanked. So, the SDL app could catch screen focus events and do some additional checks when that happens. Good idea, thanks. Or SDL app could always pause when it loses focus... This is good for video updates but sometime

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread David Weinehall
On tor, 2006-12-14 at 11:01 +0200, ext Kimmo Hämäläinen wrote: > On Wed, 2006-12-13 at 15:22 -0800, ext Aaron Levinson wrote: > > On Wed, 13 Dec 2006, Johan Bilien wrote: > > > > > On Wed, Dec 13, 2006, Aaron Levinson wrote: > > > > In the Maemo coding style and programming guidelines document on

Re: [maemo-developers] extras repository

2006-12-14 Thread Miko Nieminen
On Thu, 2006-12-07 at 13:14 +0200, Marius Vollmer wrote: > Hmm, careful here. We have to think about the relationships between > distributions as well, such as what happens when you change your > /etc/apt/sources.list and then do apt-get dist-upgrade. Also, the > point of unstable and testing is

[maemo-developers] binary kernel module packages

2006-12-14 Thread Miko Nieminen
Hi, I have been trying to find a solution about how to pack nfs-client kernel modules properly and clean way. Does anyone here know any way of building binary module package from exiting kernel source tree? To put it another way, how to build nfs-client-modules debian package from kernel source p

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Kimmo Hämäläinen
On Thu, 2006-12-14 at 11:16 +0200, ext Eero Tamminen wrote: > Hi, > > >> http://maemo.org/platform/docs/api/libosso/html/index.html > >> > >> You can register a callback with osso_hw_set_event_cb, set the > >> system_inactivity_ind flag in the osso_hw_state_t argument. > > > > Will this callback b

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Daniel Stone
On Thu, Dec 14, 2006 at 11:16:02AM +0200, ext Eero Tamminen wrote: > I think the app loses focus when the screen is blanked. > So, the SDL app could catch screen focus events and do > some additional checks when that happens. Right: as far as I can tell, a big black window covers the entire screen

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Eero Tamminen
Hi, >> http://maemo.org/platform/docs/api/libosso/html/index.html >> >> You can register a callback with osso_hw_set_event_cb, set the >> system_inactivity_ind flag in the osso_hw_state_t argument. > > Will this callback be called even without processing gtk/glib loop? > If not is there other way

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Tapani Pälli
ext Frantisek Dufka wrote: > Johan Bilien wrote: >> >> http://maemo.org/platform/docs/api/libosso/html/index.html >> >> You can register a callback with osso_hw_set_event_cb, set the >> system_inactivity_ind flag in the osso_hw_state_t argument. >> > > Will this callback be called even without proc

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Kimmo Hämäläinen
On Wed, 2006-12-13 at 15:22 -0800, ext Aaron Levinson wrote: > On Wed, 13 Dec 2006, Johan Bilien wrote: > > > On Wed, Dec 13, 2006, Aaron Levinson wrote: > > > In the Maemo coding style and programming guidelines document on > > > maemo.org, it states the following: "Avoid updating the GUI when t

RE: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Jakub.Pavelek
>> http://maemo.org/platform/docs/api/libosso/html/index.html >> >> You can register a callback with osso_hw_set_event_cb, set the >> system_inactivity_ind flag in the osso_hw_state_t argument. >> > >Will this callback be called even without processing gtk/glib loop? >If not is there other way ho

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Frantisek Dufka
Johan Bilien wrote: http://maemo.org/platform/docs/api/libosso/html/index.html You can register a callback with osso_hw_set_event_cb, set the system_inactivity_ind flag in the osso_hw_state_t argument. Will this callback be called even without processing gtk/glib loop? If not is there other