[maemo-developers] Maemopad error during installation

2006-06-04 Thread rh
Hi all,   I have Maemopad sample program. I can compile and make arm.deb file. But why I can't install it on N770 ? It says "Unable to install maemopad. Components is built-in".   Please help...   Regards Ronny ___ maemo-developers mailing list maemo-

[maemo-developers] fullscreen

2006-01-06 Thread rh
Hi,   I have swf (flash) file which is called from html program. It works fine in Nokia 770. I want the swf file displayed fullscreen automatically from the first time html run. How to do that ?   Regards Ronny ___ maemo-developers mailing list maemo

[maemo-developers] bluetooth settings in debian

2006-01-05 Thread rh
Hi all,   I have Linux Debian 2.6, bluetooth & Bluez already installed. But I don't know how to change setting for bluetooth (like friendly name & services). How / Where can I find those settings ?   I want to make program like rfcomm server that can receive connection up to 7 client and the

Re: [maemo-developers] hello-world-app-0.2

2005-12-23 Thread rh
> Hi, > > On Fri, Dec 23, 2005, rh wrote: > > I already download hello-world-app_0.2.tar.gz app from maemo website. Then I read the README file, they say that I can build it like any other Debian package using "$ dpkg-buildpackage -rfakeroot" command. > > But when I

[maemo-developers] hello-world-app-0.2

2005-12-22 Thread rh
Hi,   I already download hello-world-app_0.2.tar.gz app from maemo website. Then I read the README file, they say that I can build it like any other Debian package using "$ dpkg-buildpackage -rfakeroot" command. But when I try to build using that command, error occured   CFLAGS=" -Wall -g -0

[maemo-developers] install gstreamer & bluez in maemo

2005-10-06 Thread rh
Hi all,   Does anyone had ever try to install gstreamer-0.8.11 and/or bluez in Maemo ? When I try to install gstreamer, I always get error when processing xml. And then, when I try to install bluez, I always get error when installing bluez-utils: unreferenced dbus_pending_call_steal_reply fu

Re: [maemo-developers] GStreamer

2005-09-21 Thread rh
> Hi all! > > [EMAIL PROTECTED] wrote: > > >>>But when I want to check the osssink with "gst-inspect osssink" > >>>command, error occured "No such element or plugin 'osssink' ". > >>>Because I want to play a sine tone by running > >>>$ gst-launch sinesrc ! osssink from command line first. > >>> > >

[maemo-developers] GStreamer

2005-09-20 Thread rh
Hi all,   I want to use GStreamer to play mp3 file in my Maemo program. I had already install GStreamer from debian packages (0.9.1 version). But when I want to check the osssink with "gst-inspect osssink" command, error occured "No such element or plugin 'osssink' ". Because I want to play 

[maemo-developers] Tree problem

2005-09-13 Thread rh
Hi all,   I have a problem (again). I have tree with 2 rows data and 3 columns. The last column is for check box, like this:       renderer=gtk_cell_renderer_toggle_new();    column=gtk_tree_view_column_new_with_attributes("Checked out",renderer, "activate",CHECKED_COLUMN,NULL);    gtk_tre

Re: [maemo-developers] show pictures with delay

2005-09-07 Thread rh
2005/9/7, rh <[EMAIL PROTECTED]>: > > Hi all, > > > > I have a problem. > > I have 8 pictures & I want to display those pictures one by one in one > > GtkImage, with 500ms delay in every picture. > > I try to refresh my Hildonapp, Hildonappview &

Re: [maemo-developers] show pictures with delay

2005-09-06 Thread rh
> Hi all, > > I have a problem. > I have 8 pictures & I want to display those pictures one by one in one > GtkImage, with 500ms delay in every picture. > I try to refresh my Hildonapp, Hildonappview & GtkImage every 500 ms > automatically (loop), If that loop isn't in a separate thread or doesn't

Re: [maemo-developers] show pictures with delay

2005-09-04 Thread rh
Here is my short snapshot code, this new code also for animate my pictures: myinc=10; void myview(HildonApp* app) { HildonAppView *appview; appview=HILDON_APPVIEW(hildon_appview_new("My View")); . if(myinc>0) { result2=g_strconcat(dirname,ressplit[oldpos2],NULL)

[maemo-developers] show pictures with delay

2005-09-01 Thread rh
Hi all,   I have a problem.I have 8 pictures & I want to display those pictures one by one in one GtkImage, with 500ms delay in every picture.I try to refresh my Hildonapp, Hildonappview & GtkImage every 500 ms automatically (loop), but the result is always the first picture show off and the

[maemo-developers] delay

2005-08-30 Thread rh
Hi all,   Does anyone know what command to make delay time in maemo ? And maybe with sample program ? Thanks   Ronny ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] create, remove & check directory/folder

2005-08-18 Thread rh
ectory/folder > On Thursday 18 August 2005 10:15, rh wrote: > > Hi all, > > > > Does anyone know how to create, remove & check directory/folder for maemo > > program ? I don't see these references in GTK+ 2 API. > > GNOME-vfs just for files ? > > Pl

[maemo-developers] create, remove & check directory/folder

2005-08-18 Thread rh
Hi all,   Does anyone know how to create, remove & check directory/folder for maemo program ? I don't see these references in GTK+ 2 API. GNOME-vfs just for files ? Please help. Thanks   Ronny ___ maemo-developers mailing list maemo-developers@maemo.

[maemo-developers] program close automatically on maemo emulator

2005-08-15 Thread rh
Hi all,   I have program and running it on the maemo emulator. But after couples time my program is close by it self. Is there a problem with my program or is it emulator problem ? Thanks   Ronny     ___ maemo-developers mailing list maemo-develope

Re: [maemo-developers] Re: compile error

2005-08-10 Thread rh
Hi Mohammad, Thank you, it works now - Original Message - From: "Mohammad" <[EMAIL PROTECTED]> To: "ext rh" <[EMAIL PROTECTED]> Cc: "maemo-developers" Sent: Wednesday, August 10, 2005 3:39 PM Subject: Re: [maemo-developers] Re: compile error &

[maemo-developers] Re: compile error

2005-08-10 Thread rh
ator. What is the problem ?   Thanks   - Original Message - From: rh To: maemo-developers Sent: Wednesday, August 10, 2005 1:59 PM Subject: compile error Hi all,   I'm new in Linux and Maemo. When I compile my program using "dpkg-buildpackage -r

[maemo-developers] compile error

2005-08-10 Thread rh
Hi all,   I'm new in Linux and Maemo. When I compile my program using "dpkg-buildpackage -rfakeroot -uc -us -sa -D" command, I got error message "No rule to make target 'airstation.desktop', needed by 'all-am'. Stop. " Why this happen ? Howto solve this problem ? Thanks   Ronny ___

[maemo-developers] debian directory

2005-08-09 Thread rh
Hi all,   Howto create debian directory and all of the files (control,maemopad.links,changelog,copyright,maemopad-l10n-engb.install,rules) needed for create new maemo project ?   Ronny ___ maemo-developers mailing list maemo-developers@maemo.org http

Re: [maemo-developers] include problem

2005-08-03 Thread rh
- Original Message - From: <[EMAIL PROTECTED]> To: "rh" <[EMAIL PROTECTED]> Cc: "maemo-developers" Sent: Wednesday, August 03, 2005 5:22 PM Subject: Re: [maemo-developers] include problem > On Wed, 3 Aug 2005, rh wrote: > > > Hi, &g

[maemo-developers] include problem

2005-08-03 Thread rh
Hi,   I try to include gnome-vfs.h in my app. #include when I compile my app, the strange error occured, No such file or directory. But when I compile MaemoPad which contain that include file, no error occured. Why ?   BR, Ronny ___ maemo-developer

[maemo-developers] multiple view

2005-07-26 Thread rh
Hi,   How to create multiple view in MaemoPad ? Does anyone have multiview example ?   BR, Ronny ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] show a lot of widget at the same time

2005-07-25 Thread rh
Hi, I want to change the view of the MaemoPad tutorial. So I want to add image & button on the blank area at the middle of the screen. The image size is fullscreen (800 x 480), and I want to put the button at the middle of the image. The image is appear, but the button doesn't appear. Why ? Can y

[maemo-developers] show a lot of widget at the same time

2005-07-25 Thread rh
How is the program to show more than one widget at the same time (eg: to show image & button) ?   BR, ronny     ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Play MP3

2005-07-21 Thread rh
Yes, it uses DSP for decoding MP3s. I think applications can use some Gstreamer API for playing MP3s, but there are other guys that can tell better. BR, Kimmo Hi, Kimmo According to your answer, is it right that Nokia 770 using DSP for playing MP3 / MIDI files instead of GStream ? Because in GS

[maemo-developers] Play MP3

2005-07-20 Thread rh
Hi all,   Does anyone know howto make program to play MP3 or other sound files in Nokia 770 ? (maybe with Maemo SDK ?) Thanks   Regards Ronny ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-develop