[maemo-developers] sablevm in scratchbox

2006-03-08 Thread Eero Tamminen
Hi, > So is it normal to have to specify the host and target when using > configure in scratchbox ARM? No. Usually this is an error in your Sbox configuration. For example you've selected for the target rootstrap and toolchain with incompatible versions (e.g. different C-lib version). What you

[maemo-developers] Fwd: Using Flasher Utility under VMWare

2006-03-08 Thread Vince
Hello,I am trying to get a development space setup for maemo under vmware. I want to be able to flash the root file system to my Nokia 770. I have the flasher utility, and I have been able to set the r/d flag. The nokia is being seen by linux under vmware. When I try to flash a new rootfs it says

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

2006-03-08 Thread sampo . nurmentaus
Hi, Anyway, any one have any idea's what's going on visually? Some form of answer always seems to come to me after I've asked someone else. It seems that there is some environment variable that's set in the main GUI environment that is not set when ssh'ing into the machine and running it

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

2006-03-08 Thread Kalle Vahlman
On 3/9/06, Erik Walthinsen <[EMAIL PROTECTED]> wrote: > Erik Walthinsen wrote: > > Anyway, any one have any idea's what's going on visually? > > Some form of answer always seems to come to me after I've asked > someone else. > > It seems that there is some environment variable that's set in the ma

Re: [maemo-developers] gcc on 770

2006-03-08 Thread A. Mukherjee
Thank you. I will give it a try. I was able to install the packages indidually, but it did not install to the correct locations since it could not find cc1 when I tried to run gcc. Thanks again, will let you know how it goes - Original message - From: Serge Semashko <[EMAIL PROTECTED]

[maemo-developers] gnome-vfs-sftp

2006-03-08 Thread Michael Frank
hi- I am working on a generalized file-transfer application using gnome-vfs [1]. currently on the development machine I have ftp and sftp working, but when I install the application on my 770 and try to connect to an sftp source, gnome-vfs returns 'internal error'. Is sftp not currently supported

Re: [maemo-developers] gcc on 770

2006-03-08 Thread Serge Semashko
A Mukherjee wrote: Thank you for your response. The binaries that I downloaded from the the maemo site had the ".deb" extension so I assumed they could be installed by the application installer. How would I go about installing them by hand as root? You can try instructions from this link

Re: [maemo-developers] gcc on 770

2006-03-08 Thread A Mukherjee
Hi Ralph,   Thank you for your response.   The binaries that I downloaded from the the maemo site had the ".deb" extension so I assumed they could be installed by the application installer.   How would I go about installing them by hand as root?   Thank you.  On 3/8/06, Ralph Giles <[EMAIL PROTECTE

Re: [maemo-developers] gcc on 770

2006-03-08 Thread Ralph Giles
On Wed, Mar 08, 2006 at 06:27:06PM -0700, A. Mukherjee wrote: > Is it possible to install gcc tools on the 770? If so can someone please show > me how. > I found some binaries at > http://repository.maemo.org/pool/maemo1.1rc7/free/g/gcc-3.3. When I try to > install them I get another error m

[maemo-developers] gcc on 770

2006-03-08 Thread A. Mukherjee
Hi, Is it possible to install gcc tools on the 770? If so can someone please show me how. I found some binaries at http://repository.maemo.org/pool/maemo1.1rc7/free/g/gcc-3.3. When I try to install them I get another error message saying "Component already installed" A find command on the

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

2006-03-08 Thread Erik Walthinsen
Erik Walthinsen wrote: Anyway, any one have any idea's what's going on visually? Some form of answer always seems to come to me after I've asked someone else. It seems that there is some environment variable that's set in the main GUI environment that is not set when ssh'ing into the machi

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

2006-03-08 Thread Erik Walthinsen
I started to hack up an application with pymaemo (straight on the 770 hw), and the first thing I found is that it differred very significantly compared to the example screenshots in the Maemo SDK tutorial. Specifically, the fonts are tiny, everything is the standard GTK gray background, and the

[maemo-developers] sablevm in scratchbox

2006-03-08 Thread Cayle Graumann
After all this talk about java, I tried compiling sablevm in scratchbox to see how much trouble that would be and to see what might need to be hildonized.  I was able to configure and compile the sablevm sdk package (jikes, fastjar, sablevm, sablevm-classpath) in the i386 side of scratchbox, once I

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

2006-03-08 Thread Philippe Laporte
Hi, The GTK+ port of Classpath does the same for its AWT... Regards, -- Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden Phone: +46 702 04 35 11 Fax: +46 31 24 16 50 Email: [EMAIL PROTECTED] Fred Lefévère-Laaoide wrote: For me, SWT provides a

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

2006-03-08 Thread Steven Hill
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 that > > runs in the background and stops applications when the

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

2006-03-08 Thread Fred Lefévère-Laaoide
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. Resources are scarce on the 770 ... Fred Philippe Laporte wrote: Hej, I'm quite interested in your argument for it... Regards, Phi

Re: [maemo-developers] bug in bugzilla?

2006-03-08 Thread Rodrigo Parra Novo
Hi there, On 3/8/06, Ferenc Szekely <[EMAIL PROTECTED]> wrote: > the bugzilla at maemo.org got corrupted. you may not be able to login > and file new bugs at the moment. the sanity check thru the web i/f gives > bad profile errors, like this: > Bad profile email address, id=2, <[EMAIL PROTECTED

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

2006-03-08 Thread Philippe Laporte
Hej, I'm quite interested in your argument for it... Regards, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden Phone: +46 702 04 35 11 Fax: +46 31 24 16 50 Email: [EMAIL PROTECTED] Fred Lefévère-Laaoide wrote: Great ! I think SWT is the way

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

2006-03-08 Thread Fred Lefévère-Laaoide
Great ! I think SWT is the way to go ! Fred [EMAIL PROTECTED] wrote: Hello, After little hacking I've successfully executed MIDlet on Maemo SDK using MicroEmulator. Here is screenshot of SimpleDemo MIDlet: http://www.barteo.net/microemulator/j2me-maemo.png Because of problems with AWT and Sw

Re: [maemo-developers] Is there anyone who have made any VOIP applications for N770

2006-03-08 Thread Johannes Eickhold
On Wed, 2006-03-08 at 16:14 +0800, [EMAIL PROTECTED] wrote: > The question have some relationship with that old question about > microphone support of N770,is there any who has already got the new > kernel which support audio input and output both. Hi John, as Timo I'm working on a VoIP applicati

[maemo-developers] Re: CLDR Locale Access

2006-03-08 Thread A S Alam
ਬੁੱਧਵਾਰ 08 ਮਾਰਚ 2006 18:44 ਨੂੰ, Sukhjinder Sidhu ਨੇ ਲਿਖਿਆ: > Hi, > > Good news. I've managed to get access to the new CLDR locale tool. I've > already submitted some of the corrections that were listed as bugs. > cool > To login, go here: > http://unicode.org/cldr/apps/survey?pw=0cO2q9cel&[EMAIL

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

2006-03-08 Thread barteo
Hello, After little hacking I've successfully executed MIDlet on Maemo SDK using MicroEmulator. Here is screenshot of SimpleDemo MIDlet: http://www.barteo.net/microemulator/j2me-maemo.png Because of problems with AWT and Swing, I've decided to give SWT a chance (there is already support for that

Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Tapani Pälli
ext Philippe Laporte wrote: > Hi, > I'm forwarding this to other relevant lists as well. > > The 770 window manager is Matchbox: http://projects.o-hand.com/matchbox/ > > Is the color map problem already assigned to someone? > Expose-events work in 770 normally, bug is in the application/libra

[maemo-developers] Re:problem in maemo installation

2006-03-08 Thread sudarsana narashiman
    Hi , I have  installed  scratch box 0.9.8.6 and maemo 1.1 version. but when tried to run the following script outside the scratch box #!/bin/sh -e prefix=/scratchbox/users/${LOGNAME}/targets/SDK_PC/usr export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH exec ${prefix}/bin/Xephyr

[maemo-developers] (no subject)

2006-03-08 Thread sudarsana narashiman
  Hi , I have  installed  scratch box 0.9.8.6 and maemo 1.1 version. but when tried to run the following script outside the scratch box #!/bin/sh -e prefix=/scratchbox/users/${LOGNAME}/targets/SDK_PC/usr export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH exec ${prefix}/bin/Xephyr :2

Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Philippe Laporte
Hi, I'm forwarding this to other relevant lists as well. The 770 window manager is Matchbox: http://projects.o-hand.com/matchbox/ Is the color map problem already assigned to someone? Best Regards, Philippe Laporte Software Gatespace Telematics Första Långgatan 18 41328 Göteborg Sweden

[maemo-developers] Re: problem in Maemo installation

2006-03-08 Thread Eero Tamminen
Hi, > I am getting the error > > Xephyr cannot open host display.Is the display set? > could you please tell me the reason. Can you run any other X applications, e.g. xterm? - Eero ___ maemo-developers mailing list maemo-developers@m

[maemo-developers] bug in bugzilla?

2006-03-08 Thread Ferenc Szekely
hello, the bugzilla at maemo.org got corrupted. you may not be able to login and file new bugs at the moment. the sanity check thru the web i/f gives bad profile errors, like this: Bad profile email address, id=2, <[EMAIL PROTECTED]>. if you have seen similar problems/behavior elsewhere and you k

Re: [maemo-developers] Re: problem in Maemo installation

2006-03-08 Thread Tomas Frydrych
Either DISPLAY is not set (try 'echo $DISPLAY'), but that is not very likely. More likely you do not have sufficient priviliges to open the diaplay -- run Xephyr as root to see if that makes any difference. Tomas sudarsana narashiman wrote: > > Hi , > I have installed scratch box 0.9.8.6 an

[maemo-developers] Re: problem in Maemo installation

2006-03-08 Thread sudarsana narashiman
  Hi ,   I have  installed  scratch box 0.9.8.6 and maemo 1.1 version. but when tried to run the following script outside the scratch box #!/bin/sh -e prefix=/scratchbox/users/${LOGNAME}/targets/SDK_PC/usr export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH exec ${prefix}/bin/Xephyr :

Re: [maemo-developers] Is there anyone who have made any VOIP applications for N770

2006-03-08 Thread Timo Steuerwald
[EMAIL PROTECTED] schrieb: The question have some relationship with that old question about microphone support of N770,is there any who has already got the new kernel which support audio input and output both. Hi John! I do something in that direction. The Softphone is based on sipx

Re: [maemo-developers] Playing wav sounds using hildon

2006-03-08 Thread Markku Vire
Hi, Steven Hill wrote: I am using hildon sounds to play sounds through: hildon_play_system_sound("ui-key_press.wav"); You probably would like to use absolute path here. when this line is executed I get the following errors: Audio File Library: could not open file 'ui-key_press.wav' [error

[maemo-developers] Is there anyone who have made any VOIP applications for N770

2006-03-08 Thread john.s.jiang
Title: Is there anyone who have made any VOIP applications for N770    The question have some relationship with that old question about microphone support of N770,is there any who has already got the new kernel which support audio input and output both. _