lfm failure

2007-03-23 Thread Zoran Kolic
Howdy! I have a problem, trying to get lfm file manager up. It is written in python and needs curses. Curses are copied from my desktop system as directory. Now I have error with message: cannot import nameMissingReplyHandlerException In this moment I have no clue where to go next. Does someone

Kernel sources for Nokia-N800-10 2.6.18-omap1 (IT2700-3)

2007-03-23 Thread Larry Battraw
Here we are again, enjoying a new release of the image and it looks like the kernel sources have not been released. Any chance on this happening soon so we can patch in the missing SDHC support? Some of us are very sad about having these extra pieces of suddenly non-functional silicon and plast

Re: Internet Tablet OS 2007 image from source/Maemo + Eclipse Plugin

2007-03-23 Thread Marius Gedminas
On Fri, Mar 23, 2007 at 01:16:36AM +0100, [EMAIL PROTECTED] wrote: > And is it possible to create a Internet Tablet OS 2007 from sratch ( source ) > and verify it with a iso tool ( I use UltraIso) Large portions of the software in the OS2006 image are not free, and the source is not available. So

SDK_ARMEL can not work with SDK_PC code?

2007-03-23 Thread Van Vu
Hi all, I followed exactly the following instructions to develop a .deb file for real device Nokia 770: http://maemo.org/pipermail/maemo-developers/2007-February/008281.html However, my code developed in SDK_PC can not be recompiled again in ARMEL. I did as following: My application package is img

Re: How to get application icons in task navigator

2007-03-23 Thread Alessandro Pasotti
Now it works, stupid me: I did'nt notice the "n" in the "#ifndef" condition, there was another putenv buried inside :( Thanks everybody for helping. 2007/3/23, Eduardo Lima <[EMAIL PROTECTED]>: On 3/23/07, Alessandro Pasotti <[EMAIL PROTECTED]> wrote: > [...] > > I tested also > putenv("SDL_VI

Re: dbus-send

2007-03-23 Thread Laszlo T.
2007/3/23, Laszlo T. <[EMAIL PROTECTED]>: 2007/3/23, Mika Yrjölä <[EMAIL PROTECTED]>: > On 3/23/07, Laszlo T. <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Here is an example of using libosso: > > https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/exam

Re: SDK_ARMEL can not work with SDK_PC code?

2007-03-23 Thread Daniel Stone
On Fri, Mar 23, 2007 at 06:43:51PM +0100, ext Van Vu wrote: > However, my code developed in SDK_PC can not be recompiled again in ARMEL. > > I did as following: My application package is img1-1.0.0 > Inside Scratchbox, SDK_ARMEL, changing dir to: > > img1-1.0.0 > > Then issuing 2 commands: > >

Re: dbus-send

2007-03-23 Thread Laszlo T.
2007/3/23, Mika Yrjölä <[EMAIL PROTECTED]>: On 3/23/07, Laszlo T. <[EMAIL PROTECTED]> wrote: > Hello, > > Here is an example of using libosso: > https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?rev=4852&view=markup > > What's the equi

Re: Asking about running an executable on the device

2007-03-23 Thread Daniel Stone
On Fri, Mar 23, 2007 at 06:59:49PM +0200, ext Guillem Jover wrote: > On Fri, 2007-03-23 at 14:38:59 +0100, ext magda chelly wrote: > > So, I developed a simple helloworld on scratchbox, and > > when I copied it to the device it doesn't show this > > file!! Had I to install special things on the N80

Re: How to get application icons in task navigator

2007-03-23 Thread Eduardo Lima
On 3/23/07, Alessandro Pasotti <[EMAIL PROTECTED]> wrote: [...] I tested also putenv("SDL_VIDEO_X11_WMCLASS=tuxpaint"); after main() You should place the setenv/putenv call before sdl_init() call and add the StartupWMClass=tuxpaint entry in your .desktop file. As examples, canola and carma

Re: Asking about running an executable on the device

2007-03-23 Thread Guillem Jover
Hi, On Fri, 2007-03-23 at 14:38:59 +0100, ext magda chelly wrote: > So, I developed a simple helloworld on scratchbox, and > when I copied it to the device it doesn't show this > file!! Had I to install special things on the N800 to > make that work? Please take a loot at this:

Fwd: How to get application icons in task navigator

2007-03-23 Thread Alessandro Pasotti
2007/3/23, Frantisek Dufka <[EMAIL PROTECTED]>: Alessandro Pasotti wrote: > the howto says I must add libshadowapp support I found nothing in > google, any hint? > Huh? Where? http://www.maemo.org/platform/docs/howtos/howto_game_startup_bora.html#NonGTK Secondly, add support for the lib

dbus-send

2007-03-23 Thread Laszlo T.
Hello, Here is an example of using libosso: https://stage.maemo.org/viewcvs.cgi/maemo/projects/tools/trunk/maemo_testing/maemo-examples/example_message.c?rev=4852&view=markup What's the equivalent dbus-send command for osso_rpc_run in this example? It does not send message: run-standalone.sh db

Re: How to get application icons in task navigator

2007-03-23 Thread Alessandro Pasotti
the howto says I must add libshadowapp support I found nothing in google, any hint? 2007/3/23, Alessandro Pasotti <[EMAIL PROTECTED]>: I set it just after main() with no effect I'm trying the wrapper way right now... 2007/3/23, Frantisek Dufka <[EMAIL PROTECTED] >: > > Alessandro Pa

Re: RE : Re: RE : Re: Asking about running an executable on the device

2007-03-23 Thread मयंक जैन (makuchaku)
On 3/23/07, magda chelly <[EMAIL PROTECTED]> wrote: I solve my problem , I see the file only when I copy with it the .c, I didn't know that. But, I had another problem, it is that it wan't run with the ./!! it tells me syntax error : ( unexpected!!! and in at the PC it works without any problem!

Asking about running an executable on the device

2007-03-23 Thread magda chelly
Hello everybody, So, I developed a simple helloworld on scratchbox, and when I copied it to the device it doesn't show this file!! Had I to install special things on the N800 to make that work? Thanks, Magda, __

Re: How to get application icons in task navigator

2007-03-23 Thread Alessandro Pasotti
I set it just after main() with no effect I'm trying the wrapper way right now... 2007/3/23, Frantisek Dufka <[EMAIL PROTECTED]>: Alessandro Pasotti wrote: > Is the wrapper script mandatory? Don't know. Never tried without it. I find setting variable inside executable to be not very ele

Re: How to get application icons in task navigator

2007-03-23 Thread Frantisek Dufka
Alessandro Pasotti wrote: Is the wrapper script mandatory? Don't know. Never tried without it. I find setting variable inside executable to be not very elegant solution, but that's just me :-) Also maybe setting it in your code may be too late and has no effect since SDL reads this variabl

: RE: Developping C application on maemo without scratchbox

2007-03-23 Thread magda chelly
> Hello, > > So, I want to ask you another question!! In fact, > when > I copy the executable file on the device, it doesn't > appear!! I don't know why? and on the PC it appears > !!! > Can you tell me something about that? > > Best regards, > Magda, __

Re: How to get application icons in task navigator

2007-03-23 Thread Alessandro Pasotti
Thanks for the hint, I already tried this (and don't work), but I'm not using any wrapper script. Is the wrapper script mandatory? 2007/3/23, Frantisek Dufka <[EMAIL PROTECTED]>: Frantisek Dufka wrote: > As for the > shortcut file, make sure there are no extra spaces in the line with > appl

Re: How to get application icons in task navigator

2007-03-23 Thread Frantisek Dufka
Frantisek Dufka wrote: As for the shortcut file, make sure there are no extra spaces in the line with application name (just in case). I mean the 'StartupWMClass=app' line. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.

Re: How to get application icons in task navigator

2007-03-23 Thread Frantisek Dufka
Alessandro Pasotti wrote: I tried several times (with OS2005, 2006, 2007 and 2007 hackers edition) to get rid of this without success. This howto don't work: http://maemo.org/maemowiki/GameDevelopment#head-c91f345718121fbd009c639728f9de0104308789 It does work for me since IT2005 days and with

Re: Python-Glade-Nokia770 creating debian packages

2007-03-23 Thread Luciano Miguel Wolf
Hi, Try to put this line inside your .desktop file: "StartupWMClass=file_to_be_executed" This is missing on tutorial site. Regards, Luciano Wolf ext Admir Saric wrote: Hi, I've created an application using python and glade and I've tried to get it running on the Nokia770. I was able to in

Re: How to get application icons in task navigator

2007-03-23 Thread Eduardo Lima
Hi Alessandro, Try something like this, if you're using C: setenv ("SDL_VIDEO_X11_WMCLASS", "your-app", 1); Or in python: os.environ["SDL_VIDEO_X11_WMCLASS"] = "carman-sdl" Best Regards, Etrunko. On 3/23/07, Alessandro Pasotti <[EMAIL PROTECTED]> wrote: The problem: pressing the Ho

How to get application icons in task navigator

2007-03-23 Thread Alessandro Pasotti
The problem: pressing the Home key when in fullscreen mode from a SDL app brings to the desktop but the app icon does not appear, hence there is no way to go back to the app. An year is passed and this problem still affects almost all games and other SDL apps ported to maemo without integrating l

Re: Python-Glade-Nokia770 creating debian packages

2007-03-23 Thread Eduardo Lima
There seems to be some other people in the with similar problems. Please install the Xterm package and try calling your program from there. This procedure should provide more useful information. A direct link to the xterm package follows: http://repository.maemo.org/pool/scirocco/free/o/osso-xte

Python-Glade-Nokia770 creating debian packages

2007-03-23 Thread Admir Saric
Hi, I've created an application using python and glade and I've tried to get it running on the Nokia770. I was able to install the .deb package but when I tried to run it the loading window appeared and closed after a while. The application never started. What seams to be the problem is that .gla

Re: Launch maemo browser in fullscreen mode

2007-03-23 Thread Simon Moore
Just in case anyone else tries the below - your device might go into a reboot loop. Presumably need to disable the watchdog thingy. Regards Simon At 10:24 23/03/2007, Johan Bilien wrote: On Fri, Mar 23, 2007, Simon Moore wrote: > It does work, I've tried it. Not specific to the > browser of

Re: Internet Tablet OS 2007 image from source/Maemo + Eclipse Plugin

2007-03-23 Thread Samuli Järvelä
What comes to developing in Eclipse, there is a plugin called "Laika". Currently there is no version explicitly for bora, but with minor changes it works with that too. See http://www.cs.tut.fi/~laika/ Regards, Samuli Järvelä [EMAIL PROTECTED] wrote: Hallo to all, For the reason that I cant

Re: Launch maemo browser in fullscreen mode

2007-03-23 Thread Kalle Vahlman
2007/3/23, Simon Moore <[EMAIL PROTECTED]>: It does work, I've tried it. Not specific to the browser of course, can send any key to any screen, but in this case you send F6 when the browser is the front window to make it full screen. Anyone got any tips on changing X windows (i.e. removing wind

Re: Launch maemo browser in fullscreen mode

2007-03-23 Thread Johan Bilien
On Fri, Mar 23, 2007, Simon Moore wrote: > It does work, I've tried it. Not specific to the > browser of course, can send any key to any > screen, but in this case you send F6 when the > browser is the front window to make it full screen. > > Anyone got any tips on changing X windows (i.e. >

Re: Launch maemo browser in fullscreen mode

2007-03-23 Thread Simon Moore
It does work, I've tried it. Not specific to the browser of course, can send any key to any screen, but in this case you send F6 when the browser is the front window to make it full screen. Anyone got any tips on changing X windows (i.e. removing window manager) so just the browser starts u