Re: Repositories mess: conclusions and actions

2007-11-14 Thread Quim Gil
On Mon, 2007-11-12 at 14:05 +0200, ext Ed Bartosh wrote: > I agree with that, but not 100%. We shouldn't wait for Nokia, we can > start checking packages from extras-devel for upgradeability. If we > manage to do that with our packages only it would help a lot to improve > the whole situation wit

The following package crashed Application manager at Nokia maemo N770

2007-11-14 Thread Darius Jack
Hi, it took me 2 weeks to wait, not reflashing my crashed Nokia 770 to find out, what package install from maemo.org crashes Nokia 770 was: Package: osso-filemanager-ui Status: install ok installed Priority: optional Section: libs Installed-Size: 212 Maintainer: Ouyang Qi <[EMAIL PROTECTED]> Arch

Re: Android Vs. Maemo

2007-11-14 Thread Tor
On 11/14/07, Klaus Rotter <[EMAIL PROTECTED]> wrote: > Porting a software OpenGL layer isn't that hard. Fabrice Bellards TinyGL > would be a candidate for it, because the Omap 2420 (N8x0 uC) supports > vfp. http://fabrice.bellard.free.fr/TinyGL/ wohoo, Google Earth next! ;-) ___

Re: Issue with GtkUIManager on OS2008?

2007-11-14 Thread Mike Morrison
I've entered a bug for this issue: https://bugs.maemo.org/show_bug.cgi?id=2278 ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Check if application is run

2007-11-14 Thread Aleksandr Koltsoff
Eero Tamminen wrote: > ext Aleksandr Koltsoff wrote: >> I think in your case it would be sufficient to do something like this: >> while true; do >> ./run-your-application params >> sleep 2 >> done >> >> Or in C: >> >> while(1) { >> system("./run-your-application params"); >> sleep(2); >> }

Re: Android Vs. Maemo

2007-11-14 Thread Graham Cobb
On Wednesday 14 November 2007 18:58:07 Klaus Rotter wrote: > What I would really like to have is TV-out and a presentations player > for Maemo. :-) Would be really nice to connect my N8x0 to a beamer. Yes, yes, yes, please!!! ___ maemo-developers mailing

Re: Issue with GtkUIManager on OS2008?

2007-11-14 Thread Mike Morrison
On Nov 14, 2007 2:28 AM, Tommi Komulainen <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-11-14 at 01:18 -0800, ext Mike Morrison wrote: > > In my program I use GtkUIManager to create and manage keyboard > > accelerators for the hardware keys. This works fine on OS 2007 but I > > have a sneaking suspic

Re: Android Vs. Maemo

2007-11-14 Thread Klaus Rotter
Martin Grimme wrote: > why not Java and OpenGL as well? I'm confident that at least OpenGL on maemo > is not far away. :) Porting a software OpenGL layer isn't that hard. Fabrice Bellards TinyGL would be a candidate for it, because the Omap 2420 (N8x0 uC) supports vfp. http://fabrice.bellard.fre

Re: Interest groups

2007-11-14 Thread Ferenc Szekely
On Nov 14, 2007 6:28 PM, Darius Jack <[EMAIL PROTECTED]> wrote: > Any good job should be paid. > So third party discussions on ongoing projects have no sense. > What makes sense is to donate and support best developers. > I wrote a simple "bounty" plugin [1] for garage back then. Anybody can open

Re: Changing GPG key

2007-11-14 Thread Ferenc Szekely
On Nov 14, 2007 5:09 PM, Murray Cumming <[EMAIL PROTECTED]> wrote: > On Tue, 2007-11-06 at 13:23 +0100, Johannes Schmid wrote: > > Because I revoked my old GPG key, I wanted to change the key stored for > > the Maemo extras repository. After my mail to [EMAIL PROTECTED] remained > > unreplied I wou

Re: Any problem with chinhook beta repo?

2007-11-14 Thread Eero Tamminen
Hi, ext Luca Donaggio wrote: > On Nov 8, 2007 4:04 PM, Gabriel Schulhof <[EMAIL PROTECTED]> wrote: >> On Thu, 2007-11-08 at 15:14 +0100, ext Luca Donaggio wrote: >>> It seems that my sbox target is somewhat misconfigured: it should look >>> in binary-armel subdir on repository.maemo.org, not binar

Re: Check if application is run

2007-11-14 Thread Eero Tamminen
Hi, ext Aleksandr Koltsoff wrote: > Michael Stepanov wrote: >> when the SDL program crashed by some reason to run it again. What is the >> most efficient way to periodically check something in the Maemo SDK? If you exec it directly, just use wait/waitpid(). No need for polling. > I think in yo

Re: virtual keyboard popup from code

2007-11-14 Thread Lauri Alanko
On Wed, Nov 14, 2007 at 11:55:43AM -0500, Igor Tkach wrote: > Any chance we will get Python bindings for HIM some day? I'm currently writing an input widget in python, and intend to eventually write HIM bindings to integrate it properly with Maemo's input system. That is, unless someone gets there

Re: virtual keyboard popup from code

2007-11-14 Thread Igor Tkach
Any chance we will get Python bindings for HIM some day? On 11/13/07, Mohammad Anwari <[EMAIL PROTECTED]> wrote: > > Pada hari Selasa, tanggal 13/11/2007 pukul 09:08 +0100, ext _v_tiziano > menulis: > > How I can invoke this? > > There's a sample code here: > http://aksi.mdamt.net/basic-example-of

Re: Interest groups

2007-11-14 Thread Darius Jack
Hi Sarah, you are right but it's to late to go back to Usenet groups discussion times, as traffic has been forwarded to www board forums both commercial or non-for-profit sponsored by ads. I can open another 10 projects but what counts is a smart coder who can make project a fully working appli

Re: Help getting round compiler a error (compiling CLN)

2007-11-14 Thread Eero Tamminen
Hi, ext Simon Pickering wrote: > I thought that the use of the "inline" keyword for a function should > completely remove any mention of such a function from the relocation table? No, you need to use "static" keyword for that. > Can anyone think why such a function would end up in the relocatio

Telling devices to not go to sleep

2007-11-14 Thread Ludovic Courtès
Hi, Perhaps a stupid question but I couldn't find on the Gregale and Bora control panels a way to tell the device to never go to sleep. Did I just miss it? :-) Also, it'd be nice to have a way to have a different energy saving policy depending on whether the device is plugged in or not. Thanks

Re: Interest groups

2007-11-14 Thread Sarah Newman
Maybe you don't all want to work on the same project. Or maybe you want to discuss projects before declaring one on garage. We can't list interests on our profile. And can we actually start new mailing lists? If there is a way to use garage in the way I'm talking about, and there could be,

Re: SDL App runs for some seconds and then dies

2007-11-14 Thread Frantisek Dufka
Eero Tamminen wrote: > Easiest is to fix your .desktop file. Which in other words means that you should remove D-BUS service declaration in the .desktop file if you don't implement it in your application. See also http://maemo.org/community/wiki/gamedevelopment/#7179b7084dd3339e008879a088142aae

Re: SDL App runs for some seconds and then dies

2007-11-14 Thread Eero Tamminen
Hi, ext Daniel Monteiro wrote: > Hello folks, > I have the following issue compiling my game for Maemo 2.2 (I know, its "old" > stuff): > After installing my game (http://angstron.garage.maemo.org) from the .deb, > and tapping the game icon on the menu, my game runs...and then dies after > some

State of Jalimo

2007-11-14 Thread Sebastian Mancke
Hi, I have just uploaded SWT 3.4 packages to the Jalimo [1] maemo3 repository, so I thought, it was time to give you a short update you about our progress. - The current stack for Os2007 is very stable. We have a well performing robust cacaojvm and and gnu classpath, which implements mostly all o

Re: Android Vs. Maemo

2007-11-14 Thread Eero Tamminen
Hi, ext Kate Alhola wrote: >> 1) No X >> > That's no problem. Also Clutter run in maemo even it used OpenGl-ES > directly. It can run in window or in fullscreen. It needs to integrate to X *somehow*. Otherwise you miss connectivity dialogs, battery notifications, power menu etc - E

Re: Changing GPG key

2007-11-14 Thread Murray Cumming
On Tue, 2007-11-06 at 13:23 +0100, Johannes Schmid wrote: > Because I revoked my old GPG key, I wanted to change the key stored for > the Maemo extras repository. After my mail to [EMAIL PROTECTED] remained > unreplied I would like to ask whom I should contact to change the key. Please. This is re

Re: Android Vs. Maemo

2007-11-14 Thread Kate Alhola
Michael Dominic Kostrzewa wrote: > >> Android has many good things on it but also what is better >> and most successful is not so clear. >> >> Technically Android is running same SW platform than maemo, >> so it won't be difficult to run android and maemo applications >> in maemo devices. If i ques

Re: Android Vs. Maemo

2007-11-14 Thread Michael Dominic Kostrzewa
On Wed, 2007-11-14 at 15:38 +0200, ext Kate Alhola wrote: > ext Claes H wrote: > > On Nov 9, 2007 3:05 PM, vicente garcia <[EMAIL PROTECTED]> wrote: > > > > Android will probably gain a greater momentum than Maemo have had so > > far, since Google will push for it in a way that more people (and

Re: I upgraded the HE firmware of my N770 but version displayed is still 4.2007.26-8

2007-11-14 Thread Joni Valtanen
I forget to update version sorry. Images are done to hacker by hand. But it is updated. I'll try to make new image with updated versioning. - Joni On Wed, 14 Nov 2007, Alfredo J. Fabretti wrote: > I get the same version 2.2007.26-8 in my 770 with 2007 HE. > > > > On Nov 14, 2007 10:30 AM, Andr

Re: Android Vs. Maemo

2007-11-14 Thread Kate Alhola
ext Claes H wrote: > On Nov 9, 2007 3:05 PM, vicente garcia <[EMAIL PROTECTED]> wrote: > > Android will probably gain a greater momentum than Maemo have had so > far, since Google will push for it in a way that more people (and > developers) will notice. It seems very easy to develop for and inc

Re: I upgraded the HE firmware of my N770 but version displayed is still 4.2007.26-8

2007-11-14 Thread Alfredo J. Fabretti
I get the same version 2.2007.26-8 in my 770 with 2007 HE. On Nov 14, 2007 10:30 AM, Andrea Grandi <[EMAIL PROTECTED]> wrote: > Hello, > > I installed the latest Hacker Edition firmware on my N770 using this > command: > > ./flasher-3.0 -F SU-18_2007HACKER_4.2007.45-1_PR_F5_MR0_ARM.bin -f -R >

I upgraded the HE firmware of my N770 but version displayed is still 4.2007.26-8

2007-11-14 Thread Andrea Grandi
Hello, I installed the latest Hacker Edition firmware on my N770 using this command: ./flasher-3.0 -F SU-18_2007HACKER_4.2007.45-1_PR_F5_MR0_ARM.bin -f -R the firmware is flashed: Image 'kernel', size 1268864 bytes Image 'initfs', size 1984512 bytes Image 'rootfs', size 91534976 bytes Image 'xl

Re: OS2008 download?

2007-11-14 Thread Frantisek Dufka
Ferenc Szekely wrote: > Yep, Marius is right. Nokia will release an image for N800 soon. The > image for N810 (or parts of it) is (are) not meant for N800. > Still it seems to work with no major issues and is very useful for developers with N800 for testing and polishing chinook stuff right now.

Re: Re: Android Vs. Maemo

2007-11-14 Thread Martin Grimme
>From what I have read somewhere, Google is going to opensource Dalvik. Cheers, Martin 2007/11/14, Claes H <[EMAIL PROTECTED]>: > > On Nov 14, 2007 9:35 AM, Martin Grimme <[EMAIL PROTECTED]> wrote: > > Hi, > > > Nokia already fulfilled our wishes for Flash 9, Mozilla-based > webbrowser, > > swa

Re: OS2008 download?

2007-11-14 Thread Ferenc Szekely
On Nov 13, 2007 9:14 PM, Marius Gedminas <[EMAIL PROTECTED]> wrote: > > > Will this be changed soon? > > I expect the OS2008 image for the N800 to appear at > once the N810 finally > appears in the shops. > Yep, Marius is right. Nokia will release an im

Re: Re: Android Vs. Maemo

2007-11-14 Thread Claes H
On Nov 14, 2007 9:35 AM, Martin Grimme <[EMAIL PROTECTED]> wrote: > Hi, > Nokia already fulfilled our wishes for Flash 9, Mozilla-based webbrowser, > swap-space, SDHC support, hw keyboard, GPS, Xcomposite, Bluetooth audio, so > why not Java and OpenGL as well? I'm confident that at least OpenGL on

Re: Issue with GtkUIManager on OS2008?

2007-11-14 Thread Tommi Komulainen
On Wed, 2007-11-14 at 01:18 -0800, ext Mike Morrison wrote: > In my program I use GtkUIManager to create and manage keyboard > accelerators for the hardware keys. This works fine on OS 2007 but I > have a sneaking suspicion it does not work in OS2008. You're right, it won't work. Even on n810. Th

Issue with GtkUIManager on OS2008?

2007-11-14 Thread Mike Morrison
In my program I use GtkUIManager to create and manage keyboard accelerators for the hardware keys. This works fine on OS 2007 but I have a sneaking suspicion it does not work in OS2008. Can someone with an N810 test my program and let me know if the accelerators are working? (testing the fullscree

Re: Interest groups

2007-11-14 Thread Martin Grimme
Hi, isn't this exactly what garage.maemo.org is all about? There you can have projects, mailing lists, share code, look for other developers, etc. Cheers, Martin 2007/11/14, Sarah Newman <[EMAIL PROTECTED]>: > > On ITT I have noticed person X,Y,and Z say that they are interested in > various to

Re: Re: Android Vs. Maemo

2007-11-14 Thread Martin Grimme
Hi, since Android makes heavy use of Java and OpenGL, there is a problem with the current maemo to support it. While the N8x0 hardware contains a 3D graphics chip and Java acceleration, both are not yet accessible on the maemo platform. But maybe Nokia is silently working on these 2 features... wh