Fwd: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Clemens Eisserer
> Please explain: > "(Free)Swing runs nice on 770." Well when I tried to run JamVM+Classpath on my 770 Swing examples ran fine except the issues I explained. lg Clemens ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailm

Re: [maemo-developers] Tips for making an application installer package

2006-03-09 Thread Neil Jerram
"Kasper Souren" <[EMAIL PROTECTED]> writes: > Does anyone have a similar method for Python? > I*d like to create a package for MaemoDict. > And, would it be okay to include dictd in the package, or is it better to > point people to the official Debian arm package? (With apologies for the late rep

Re: [maemo-developers] Kernel compilation on Nokia 770

2006-03-09 Thread Johannes Eickhold
On Thu, 2006-03-09 at 19:40 +0200, Andrey Khurri wrote: Hi Andrey, > I need to compile certain version of kernel with some patches on my > Nokia 770. Let's say version 2.6.13.1 > I had a look at "HowTo KernelCompilation" on maemo.org. It uses > scratchbox for that. I've got already scratchbox env

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Fabrice DI MEGLIO
Please explain: "(Free)Swing runs nice on 770." Fabrice Di Meglio Clemens Eisserer wrote: I also think, that a Java J2ME Personal Profile implementation (which includes AWT) and addtional eSWT would be the best solution for the Nokia 770. If possible the JVM should use the Jazelle extension

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Clemens Eisserer
> I also think, that a Java J2ME Personal Profile implementation (which includes > AWT) and addtional eSWT would be the best solution for the Nokia 770. If > possible the JVM should use the Jazelle extension of the ARM CPU in the Nokia > 770. Swing isn't necessary, and in my opinion not really a go

[maemo-developers] Java on the 770 (who cares about licensing)

2006-03-09 Thread Philippe Laporte
Hi, I will be putting SableVM, Classpath, and Knopflerfish OSGI altogether on the 770. I invite all the willing to help. I have not quite started yet. I am still gathering intelligence on how to best perform this task. I do not have unlimited resources. I was the lead Designer of Browse

[maemo-developers] Kernel compilation on Nokia 770

2006-03-09 Thread Andrey Khurri
Hi all, I need to compile certain version of kernel with some patches on my Nokia 770. Let's say version 2.6.13.1 I had a look at "HowTo KernelCompilation" on maemo.org. It uses scratchbox for that. I've got already scratchbox environment working. What is not obvious to me is how to use this a

Re: [maemo-developers] osso_initialize()

2006-03-09 Thread Luca Donaggio
Have you checked that the constant PACKAGE_VERSION has exactly the same value (1.0.0) as in the line "Version=" in your .desktop file? If they're not the same osso_initialize() will fail!Luca D. 2006/3/9, Kalle Vahlman <[EMAIL PROTECTED]>: On 3/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:> Hi

Re: [maemo-developers] osso_initialize()

2006-03-09 Thread Kalle Vahlman
On 3/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > Continuing on the same subject...could someone point out what I'm doing > wrong? I'm trying to put the most simple helloworld application and > start it from the menu. I created the .deb package, installed it - but > with no joy.

RE: [maemo-developers] osso_initialize()

2006-03-09 Thread sami.ronkainen
Hi all, Continuing on the same subject...could someone point out what I'm doing wrong? I'm trying to put the most simple helloworld application and start it from the menu. I created the .deb package, installed it - but with no joy. I can run the program from xterm but not start it from the menu. I

Re: [maemo-developers] How to keep app running indefinitely

2006-03-09 Thread Kalle Valo
"Steven Hill" <[EMAIL PROTECTED]> writes: > I tried this method, and it did not work. If the internet connection is > dropped due to inactivity, the app also stops. Like Kimmo said, there shouldn't be anything killing you application. This smells like a bug. Let's try find it, but to do that you

Re: [maemo-developers] How to keep app running indefinitely

2006-03-09 Thread Kimmo Hämäläinen
On Wed, 2006-03-08 at 22:05, ext Steven Hill wrote: > On Mon, 2006-06-03 at 01:46 +0100, Simon Budig wrote: > > Steven Hill ([EMAIL PROTECTED]) wrote: > > > I have written an application for the Nokia 770 that I want to keep > > > running indefinitely - i.e. I want to stop the automatic process tha

Re: [maemo-developers] pymaemo appearance mismatch vs. C?

2006-03-09 Thread Kalle Vahlman
On 3/9/06, Erik Walthinsen <[EMAIL PROTECTED]> wrote: > Kalle Vahlman wrote: > > Just run the program with run-standalone.sh, that will set all the > > neccessary environment for you. > > That did it, although I still have to set the DISPLAY variable manually. > Maybe the script should set DISPLA

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Bernd Lachner
> For me, SWT provides a very nice integration to the host UI. > As it uses the host UI widgets, the overhead is minimal compare to a > full java implementation. I also think, that a Java J2ME Personal Profile implementation (which includes AWT) and addtional eSWT would be the best solution for

Re: [maemo-developers] pymaemo appearance mismatch vs. C?

2006-03-09 Thread Erik Walthinsen
Kalle Vahlman wrote: Just run the program with run-standalone.sh, that will set all the neccessary environment for you. That did it, although I still have to set the DISPLAY variable manually. Maybe the script should set DISPLAY to :0.0 if it isn't already set? If you don't have it set expli