Re: Launching mediaplayer from command line in N900

2010-04-09 Thread praveen koduru
Hi Timo, thanks for the quick reply. But I am not able to open the mediaplayer on N900. dbus-send --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:file:///$1 dbus-send --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open

Re: Launching mediaplayer from command line in N900

2010-04-09 Thread Timo Härkönen
Hi 2010/4/9 praveen koduru prawin1...@gmail.com Hi Timo, thanks for the quick reply. But I am not able to open the mediaplayer on N900. dbus-send --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:file:///$1 dbus-send --dest=com.nokia.mediaplayer

Re: Launching mediaplayer from command line in N900

2010-04-09 Thread Timo Härkönen
Hi again :) snip Try dbus-send --session --print-reply type=method_call --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayler.mime.open string:file:///path/to/your/file.mp3 The above has too many dashes in front of type and a typo in the method name. the correct

Re: j2me

2010-04-09 Thread Christopher Intemann
Hello Aldon, On Fri, Apr 9, 2010 at 1:34 AM, Aldon Hynes aldon.hy...@orient-lodge.comwrote: I've also installed Easy Deb with LXDE which has Java nicely working in it. I've run Java Applets under Easy Deb. Thank you very much for your comments. However, I don't quit get if it is possible

Re: Launching mediaplayer from command line in N900

2010-04-09 Thread praveen koduru
This also not working. whereas I am able ot open browser and other applications except mediaplayer. Any suggestions or way to debug. -Praveen Koduru On Fri, Apr 9, 2010 at 12:10 PM, Timo Härkönen timop.harko...@gmail.comwrote: Hi 2010/4/9 praveen koduru prawin1...@gmail.com Hi Timo,

Re: j2me

2010-04-09 Thread Christopher Intemann
Oh just came across http://www.microemu.org/; which could possible run on the N900 (on java). Did anyone ever try that? Looks promising... Regards, Chris On Fri, Apr 9, 2010 at 9:54 AM, Christopher Intemann intem...@gmail.comwrote: Hello Aldon, On Fri, Apr 9, 2010 at 1:34 AM, Aldon Hynes

Re: HildonTouchSelector

2010-04-09 Thread Alberto Garcia
On Thu, Apr 08, 2010 at 06:11:15PM -0700, Aniello Del Sorbo wrote: HildonTouchSelector has methods to append/prepend items but none to remove them. GTK does. Ok, I understand this is arguable, but since you can access the model directly, I don't think HildonTouchSelector needs to provide

python hildon.Button -problem

2010-04-09 Thread Timo Pelkonen
Hi! I don't know what I am doing wrong with this. I have two buttons configured like this: button_1 = hildon.Button(gtk.HILDON_SIZE_AUTO,hildon.BUTTON_ARRANGEMENT_VERTICAL, Button 1) and when I run the program, only one button is shown. Thanks a lot for the help! Ossipena / Timo P

Re: HildonTouchSelector

2010-04-09 Thread Alberto Garcia
On Thu, Apr 08, 2010 at 06:11:15PM -0700, Aniello Del Sorbo wrote: /* Get the path to row 0 */ path = gtk_tree_path_new_from_string (0); /* Get the tree iter for that path */ gtk_tree_model_get_iter (GTK_TREE_MODEL (model), iter, path); /*

N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread praveen koduru
Hi, I am trying to launch media player from command line prompt. dbus-send --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string: file:///home/user/MyDocs/.videos/9.mp4 But this not launching mediaplayer and even No error was found on the terminal. Whereas

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread praveen koduru
It is giving the following error from N900 shell prompt, Failed to open connection to session message bus: (null) -Praveen On Fri, Apr 9, 2010 at 3:42 PM, praveen koduru prawin1...@gmail.com wrote: Hi, I am trying to launch media player from command line prompt. dbus-send

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread Daniil Ivanov
Hi Praveen! Use --print-reply with dbus-send. Thanks, Daniil. On Fri, Apr 9, 2010 at 1:24 PM, praveen koduru prawin1...@gmail.com wrote: It is giving the following error from N900 shell prompt,  Failed to open connection to session message bus: (null) -Praveen On Fri, Apr 9, 2010 at 3:42

Re: Launching mediaplayer from command line in N900

2010-04-09 Thread Timo Härkönen
Hi 2010/4/9 praveen koduru prawin1...@gmail.com This also not working. whereas I am able ot open browser and other applications except mediaplayer. Any suggestions or way to debug. You could try using dbus-monitor to see what's going on. Put it in the background and forward it's output to

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread Daniil Ivanov
Hi Praveen! I do verify that this launches video on my N900: ~ $ whoami user ~ $ dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:file:///home/user/MyDocs/.videos/9.mp4 method return sender=:1.558 - dest=:1.559 reply_serial=2

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread Kimmo Hämäläinen
On Fri, 2010-04-09 at 12:24 +0200, ext praveen koduru wrote: It is giving the following error from N900 shell prompt, Failed to open connection to session message bus: (null) Maybe you are running the command as root? Do su - user first to login as user. -Kimmo -Praveen On Fri, Apr

Re: python hildon.Button -problem

2010-04-09 Thread Anderson Lizardo
On Fri, Apr 9, 2010 at 5:09 AM, Timo Pelkonen pelt...@gmail.com wrote: Hi! I don't know what I am doing wrong with this. I have two buttons configured like this: button_1 = hildon.Button(gtk.HILDON_SIZE_AUTO,hildon.BUTTON_ARRANGEMENT_VERTICAL, Button 1) and when I run the program, only

Re: Launching mediaplayer from command line in N900

2010-04-09 Thread praveen koduru
Hi Timo, Thanks for the help. I am able to launch the application now. I am trying to launch it from putty(WiFi) instead of tools--shell prompt. -Praveen On Fri, Apr 9, 2010 at 4:15 PM, Timo Härkönen timop.harko...@gmail.comwrote: Hi 2010/4/9 praveen koduru prawin1...@gmail.com This

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread Daniil Ivanov
Hi! Praveen! If you find yourself using Windows, then it's slightly better option than PuTTY SSHSecureShellClientm, you can get it from here: http://www.filewatcher.com/m/SSHSecureShellClient-3.2.9.exe.5517312.0.0.html Thanks, Daniil. On Fri, Apr 9, 2010 at 3:03 PM, praveen koduru

Port of NeHe OpenGL tutorials

2010-04-09 Thread Till Harbaum / Lists
Hi, i've started to port the very nice OpenGL tutorial from http://nehe.gamedev.net/ to Maemo5/SDL_gles. The first 8 lessons are there ready to be tested from extras-devel. The project is called nehegles: http://maemo.org/packages/view/nehegles/ Hope this gives the usage of opengl on the n900 a

Re: HildonTouchSelector

2010-04-09 Thread Aniello Del Sorbo
On 9 April 2010 02:18, Alberto Garcia agar...@igalia.com wrote: On Thu, Apr 08, 2010 at 10:38:26PM -0700, Aniello Del Sorbo wrote: I have a HildonPickerButton with a simple Selector with no Done button. With the trick below I can remove rows from the Selector, but then the PickerDialog does

Re: HildonTouchSelector

2010-04-09 Thread Aniello Del Sorbo
On 9 April 2010 01:53, Alberto Garcia agar...@igalia.com wrote: On Thu, Apr 08, 2010 at 06:11:15PM -0700, Aniello Del Sorbo wrote: HildonTouchSelector has methods to append/prepend items but none to remove them. GTK does. Ok, I understand this is arguable, but since you can access the model

Re: HildonTouchSelector

2010-04-09 Thread Aniello Del Sorbo
On 9 April 2010 02:14, Alberto Garcia agar...@igalia.com wrote: On Thu, Apr 08, 2010 at 06:11:15PM -0700, Aniello Del Sorbo wrote:     /* Get the path to row 0 */     path = gtk_tree_path_new_from_string (0);     /* Get the tree iter for that path */     gtk_tree_model_get_iter

Re: N900 Mameo5 mediaplayer not able to launch from Command line

2010-04-09 Thread Daniil Ivanov
Hi Praveen! You can setup USB networking http://wiki.maemo.org/N900_USB_networking But I see exactly no difference between the ways you access the device. Thanks, Daniil. On Fri, Apr 9, 2010 at 6:18 PM, praveen koduru prawin1...@gmail.com wrote: Hi Daniil, SSHSecureShellClient is again

VS: Re: python hildon.Button -problem

2010-04-09 Thread peltsip
- Alkuperäinen viesti - On Fri, Apr 9, 2010 at 5:09 AM, Timo Pelkonen pelt...@gmail.com wrote: Hi! I don't know what I am doing wrong with this. I have two buttons configured like this: button_1 = hildon.Button(gtk.HILDON_SIZE_AUTO,hildon.BUTTON_ARRANGEMENT_VERTICAL,

VS: Re: python hildon.Button -problem

2010-04-09 Thread peltsip
- Alkuperäinen viesti - On Fri, Apr 9, 2010 at 5:09 AM, Timo Pelkonen pelt...@gmail.com wrote: Hi! I don't know what I am doing wrong with this. I have two buttons configured like this: button_1 = hildon.Button(gtk.HILDON_SIZE_AUTO,hildon.BUTTON_ARRANGEMENT_VERTICAL,

Re: Port of NeHe OpenGL tutorials

2010-04-09 Thread Ahmed Ammar
On Fri, 2010-04-09 at 17:12 +0200, Till Harbaum / Lists wrote: Hi, i've started to port the very nice OpenGL tutorial from http://nehe.gamedev.net/ to Maemo5/SDL_gles. The first 8 lessons are there ready to be tested from extras-devel. The project is called nehegles:

Re: Port of NeHe OpenGL tutorials

2010-04-09 Thread Till Harbaum / Lists
Hi, Am Freitag 09 April 2010 schrieb Ahmed Ammar: Good stuff, but which GLES version are you porting to? GLES1 as this is IMHO closer to the GL version used in those lessons. Also, I'd like to bring to your attention a very neat little wrapper that tries to wrap most used GL2 functions to

Re: j2me

2010-04-09 Thread Gunter Ohrner
Christopher Intemann wrote: Oh just came across http://www.microemu.org/; which could possible run on the N900 (on java). Did anyone ever try that? Looks promising... I did, I used it to run DB Railnavigator, a version of Hafas2Go branded by Deutsche Bahn, on the N900. It basically seems to

Re: j2me

2010-04-09 Thread Gunter Ohrner
Demetris G. Galatopoullos wrote: Not sure how much this will help you but I have been running PhoneME (J2ME CDC) on the N800 and N810 devices for a while now without any issues. The PhoneME project does not list Maemo as a reliably supported platform, is there any information on how to build

Re: j2me

2010-04-09 Thread Demetris
True it does not but it has been fairly reliable at least for my application testing - I run p2p, web services, containers software under it and it has been pretty stable. But like you said no one has done extensive studies on its stability for maemo so I won't make any such claims (yet). Look