Re: [maemo-developers] N770 fullscreen button and IT2006

2006-07-03 Thread Johan Bilien
On Mon, Jul 03, 2006, Luca Donaggio wrote: > Under Maemo 1.x / IT2005 I used to call > hildon_appview_set_fullscreen_key_allowed() to enable N770 fullscreen > hardware button and automatically bind it to proper fullscreen / > unfullscreen routines. Under Maemo 2.x / IT2006 there seems to be no simi

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-07-03 Thread Gustavo Sverzut Barbieri
On 7/3/06, Larry Battraw <[EMAIL PROTECTED]> wrote: For those of us who aren't "in the know" on gst-launch you need to "apt-get install gstreamer0.10-tools" as root from a terminal window. NB: you need repository.maemo.org registered in your catalog. Check http://maemo.org/maemowiki/Application

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-07-03 Thread Larry Battraw
For those of us who aren't "in the know" on gst-launch you need to "apt-get install gstreamer0.10-tools" as root from a terminal window.  This will give you gst-launch-0.10 among other things.  You can then try commands like those listed below (substituting gst-launch-0.10 for gst-launch).LarryOn

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-03 Thread Antonio Gomes
in my case I haven't that luck: Nokia770-26:/usr/lib/app-test# ./app ./app: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory Nokia770-26:/usr/lib/app-test# ./app ./app: error while loading shared libraries: libSM.so.6: cannot open shared

[maemo-developers] N770 fullscreen button and IT2006

2006-07-03 Thread Luca Donaggio
Under Maemo 1.x / IT2005 I used to call hildon_appview_set_fullscreen_key_allowed() to enable N770 fullscreen hardware button and automatically bind it to proper fullscreen / unfullscreen routines. Under Maemo 2.x / IT2006 there seems to be no similar method in hildon-libs: tutorials suggest using

Re: [maemo-developers] frozen after flashing?

2006-07-03 Thread Eero Tamminen
Hi, > 1. flashing the BETA 2006 the device reboots before Desktop Envirement >starts. > 2. reflashing with the SE2005_5_2006_13_7 does not work. After flashing >the device stops booting with the half of the progress bar > 3. Using a new Memory cards displays memory card corrupted Did the

Re: [maemo-developers] APIs incomplete?

2006-07-03 Thread Tomas Junnonen
ext Laurent Julliard wrote: > I looked at the API page of the maemo Web site and it seems to be > incomplete. For instance I couldn't find the HildonProgram APi anywhere? > Did I miss something or is there another place to look at for more > detailed APIs (other than the source code I mean) The AP

Re: [maemo-developers] permanet reboot after use of flasher 2.0

2006-07-03 Thread Eero Tamminen
Hi, On Sun, Jun 25, 2006 at 12:35:58PM +0200, Mathias Uebelacker wrote: > is it possible, that the problems depends on the creation of a virtual > memory on the MMC using the feature of the control panel?. Every time i > would like to use this tool i got the message that the MMC is broken. I've h

Re: [maemo-developers] permanet reboot after use of flasher 2.0

2006-07-03 Thread Eero Tamminen
Hi, On Sat, Jun 24, 2006 at 02:19:56PM +0200, Mathias Uebelacker wrote: > thanks a lot for your detailed answer. The number 2 is my problem. > --set-rd-flag=no-lifeguard-reset gives me access via Desktop to my 770. > Now i can try to fix the problem with the xterm tool. Do you know a way > to inst

[maemo-developers] APIs incomplete?

2006-07-03 Thread Laurent Julliard
I looked at the API page of the maemo Web site and it seems to be incomplete. For instance I couldn't find the HildonProgram APi anywhere? Did I miss something or is there another place to look at for more detailed APIs (other than the source code I mean) Thanks! Laurent _

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-07-03 Thread dari
Hi, Thanks a lot! That works. Do you know if I can use gst-launch also to record audio from the microphone to a file ? Regards, Dari On Fri, 30 Jun 2006 15:14:00 -0700 (PDT) M M <[EMAIL PROTECTED]> wrote: Hi, To play mp3 files gst-launch filesrc location=yourfile.mp3 ! dspmp3sink