[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 your config.log reports as the actual error?


> Or should I just wipe scratchbox and reinstall because I've somehow
> misinstalled the QEMU/ARM environment?

Better first to check why this fails. :-)

It could be that you just need to remove the Sbox target and configure
one with correct toolchain and extract correct rootstrap into it.


- Eero

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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:

[EMAIL PROTECTED]:/nokia770# ./flasher -r Maemo_Dev_Platform_rootfs_v1.1.jffs2 -f -R
USB device found found at bus 001, device address 008
Found board Nokia 770 (F5)
NOLO version 0.9.0
Sending and flashing rootfs image (33993 kB)...

Write failed after 0 bytes
usb_bulk_write: Connection timed out
--

I'm running Ubuntu Breezy under VMware Server. To get linux talking
with the Nokia I had to go to VM -> Removable Devices -> USB 1
-> Nokia Mobile Phones USB Device

Any tips to getting this working? or is there any way to use the windows flasher to flash a new rootfs?Thanks!



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 from 
there.  My next task will be to insert the necessary debugging to determine 
what those environment variables are, and come up with some kind of shim that 
enables me to trivially kill and restart the program as I develop it, from 
the ssh sessions I'm using.


use:

run-standalone.sh my_app

Should solve the problem for python apps too.

If you want to run your app from the menu
add a .desktop file to /usr/share/applications/hildon
with the Exec field pointing to your app and with no X-OssoService field.

To get it to look right for the moment, I just have to run it from xterm. I 
can do this over VNC, except for the fact that hitting enter on the laptop's 
keyboard does nothing but cause the on-screen keyboard to appear/disappear.


Just change the GTK  IM module used away from the maemo one.

Br,
Sampo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 main
> GUI environment that is not set when ssh'ing into the machine and
> running it from there.  My next task will be to insert the necessary
> debugging to determine what those environment variables are, and come up
> with some kind of shim that enables me to trivially kill and restart the
> program as I develop it, from the ssh sessions I'm using.

Just run the program with run-standalone.sh, that will set all the
neccessary environment for you.

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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]>
To: A Mukherjee 
Sent: Thu Mar  9 2006 12:17:14 AM MST
Subject: Re: [maemo-developers] gcc on 770
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: 
http://maemo.org/maemowiki/HowTo_InstallAptGet
But there is little use having gcc on the device actually, I tried it, 
but it runs out of memory quite often on some larger source files.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 (even though the gnome-vfs module is installed on
the 770)?

Michael


1. Enzo: http://www.syntaxjockey.com/enzo/

-- 
Michael Frank   .~.
[EMAIL PROTECTED]/v\
   // \\
  /(   )\
   ^`-'^

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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: 
http://maemo.org/maemowiki/HowTo_InstallAptGet
But there is little use having gcc on the device actually, I tried it, 
but it runs out of memory quite often on some larger source files.


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 PROTECTED]> wrote:
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 message saying "Component already installed"  A find command on the whole directory did not yield any gc* files however.
This is a spurious error. The 770 image doesn't have a real packagemanager; just the Application Installer which puts things in a sandbox,so you can't install maemo packages directly (though you can install
them by hand as root). You're supposed to create a new flash image andreplace the whole filesystem.HTH,-r
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 message saying "Component already installed" 
>  A find command on the whole directory did not yield any gc* files however.

This is a spurious error. The 770 image doesn't have a real package 
manager; just the Application Installer which puts things in a sandbox, 
so you can't install maemo packages directly (though you can install 
them by hand as root). You're supposed to create a new flash image and
replace the whole filesystem.

HTH,
 -r
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 whole directory did not yield any gc* files however.

Thanks in advance for your help!


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 machine and 
running it from there.  My next task will be to insert the necessary 
debugging to determine what those environment variables are, and come up 
with some kind of shim that enables me to trivially kill and restart the 
program as I develop it, from the ssh sessions I'm using.


To get it to look right for the moment, I just have to run it from 
xterm. I can do this over VNC, except for the fact that hitting enter on 
the laptop's keyboard does nothing but cause the on-screen keyboard to 
appear/disappear.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 "skin graphics" are missing, thus showing a gray 
background with borders around them.


I don't really want to have to build up a cross-compile environment if I 
don't have to, which is why I like the idea of pymaemo.  But is this a 
problem with pymaemo or with the code I've written.  Given the fairly 
direct comparison between the tutorial's C code and the python code I've 
got, I would have expected to get the same look&feel.


The basic code I've got is attached, with the beginnings of a 
media-player-like time bar.  The application is going to be a simple 
remote-control for theater rehearsals, with big buttons for each track 
(originally from CD), and a time slider with play/pause and stop. 
Nothing more, nothing less.  If I can find a way to get the time slider 
etc from the stock video player, I'd be very happy.


Anyway, any one have any idea's what's going on visually?

TIA,
   Omega
   aka Erik Walthinsen
   [EMAIL PROTECTED]
#!/var/lib/install/usr/bin/python2.4

import gtk
import hildon

print hildon.__dict__

class MCamp:

  def __init__(self):
self.app = hildon.App()
self.app.set_title("Music Camp")
self.app.set_two_part_title(True)

self.appview = hildon.AppView("2005")
self.appview.set_fullscreen_key_allowed(True)
self.appview.connect("destroy", self.destroy)
self.app.set_appview(self.appview)

vb = gtk.VBox(False,20)
self.appview.add(vb)

controlbox = gtk.HBox(False,20)
vb.pack_start(controlbox, False, False, 0)

self.clock = gtk.Label("0:00")
controlbox.pack_start(self.clock, False, False, 0)

self.clockadj = gtk.Adjustment(0, 0, 180, 5, 15, 5)
self.clockscale = gtk.HScale(self.clockadj)
self.clockscale.set_draw_value(False)
controlbox.pack_start(self.clockscale, True, True, 0)

self.playpause = gtk.Button("Play")
controlbox.pack_start(self.playpause, False, False, 0)

self.stop = gtk.Button("stop")
controlbox.pack_start(self.stop, False, False, 0)

self.app.show_all()

  def destroy(self, widget, data=None):
gtk.main_quit()

  def main(self):
gtk.main()

if __name__ == "__main__":
  mcamp = MCamp()
  mcamp.main() 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 had compiled and installed 
libltdl.so library (found in /usr/share/libtool).  I was pleasantly surprised to see that when running a small awt application with a textarea boxand a button, the popup keyboard came up when editing in the text box.  In Xephyr at least no colormap problems show.  I imagine that they will show up on the 770, as sablevm is using a GNU Classpath derivation.
However when I tried to duplicate what I had done in the ARM side of scratchbox, I found that I cannot compile libltdl.so as a shared library only as a static library. Without the libltdl library, the sablevm configure script will not proceed as it needs (obviously all java's do) to be able to dynamically load libraries and thinks that it can't.  I also found out that I needed to specify the -host and -target on the configure scripts as you do when in a cross compiler system.   Perhaps I am wrong , but I thought that under scratchbox ARM, cross compilation should not be needed, as it's running under the QEMU emulator and it should think it's a native ARM environment.  Also in none of the maemo documentation does it mention having to specify target and host.
jikes and fastjar compile and create arm binaries.So is it normal to have to specify the host and target when using configure in scratchbox ARM? Or should I just wipe scratchbox and reinstall because I've somehow misinstalled the QEMU/ARM environment?
I am trying to use scratchbox 0.9.8.6.  Does Maemo 1.1 work with this version?Any thoughts?-- Cayle           
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 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,

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 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 Swing, I've decided to give SWT a
chance (there is already support for that in MicroEmulator). Finally
I've used jamvm + classpath + swt + microemulator.

This is just first run and I don't know if it will run on real device.

Regards,
Bartek Teodorczyk

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 there is nothing
> > going on for a long time, or to conserve power - can anyone tell me how
> > to go about doing this? 
> 
> Have a look at
>  http://www.maemo.org/platform/docs/api/libosso/html/group__Devstate.html#ga2
> 
> Issue osso_display_blanking_pause() in regular intervals to prevent the
> system from shutting down.
> 
> Hope this helps,
> Simon

I tried this method, and it did not work.  If the internet connection is
dropped due to inactivity, the app also stops.  In addition, I do not
want the screen to stay bright because of potential burn-in - I am
writing an application that will stay running 24/7, and I want it to
keep running whether or not there is user input and whether or not it is
connected.  I came up with a workaround that pings a socket every 30
seconds - that keeps the app running with screen dimming and blanking
still functional.  But what do I do if my socket crashes or I lose my
internet connection due to a wireless router malfunction or whatever??
There must be a method that will intercept the system call to shut the
app off and ignore it, but I have not found such a thing discussed in
the maemo docs.

Can anyone enlighten me on this problem?

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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,

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 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 Swing, I've decided to give SWT a
chance (there is already support for that in MicroEmulator). Finally
I've used jamvm + classpath + swt + microemulator.

This is just first run and I don't know if it will run on real device.

Regards,
Bartek Teodorczyk

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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]>.
>
> if you have seen similar problems/behavior elsewhere and you know a
> solution then please share it with us.

   Not really a solution, but I hope it helps anyway.

   Searching bugzilla's own bugzilla, I found the following bug ->

   https://bugzilla.mozilla.org/show_bug.cgi?id=241172

   Same error, same bugzilla version, Only (possible) differences are
OS and MySQL version.

   Best regards,

   Rodrigo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 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 Swing, I've decided to give SWT a
chance (there is already support for that in MicroEmulator). Finally
I've used jamvm + classpath + swt + microemulator.

This is just first run and I don't know if it will run on real device.

Regards,
Bartek Teodorczyk

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 Swing, I've decided to give SWT a
chance (there is already support for that in MicroEmulator). Finally
I've used jamvm + classpath + swt + microemulator.

This is just first run and I don't know if it will run on real device.

Regards,
Bartek Teodorczyk

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 application too. Up to now I'm not able to
test it on the 770.

1. I did experiments with a BT head set and came up to the point where
nothing works due to the missing software parts as was discussed on this
list before (ping @ Brad Midgley).

Possible alternatives for audio input are

2. the USB head set method described and successfully conducted by Timo
and
3. the build in microphone which AFAIK was not supported by the kernel
until you mail (except the audio loop through support described in the
wiki)

So I'm very interested in the new kernel sources you are reffering to!
Please provide some further details.

As Timo, I successfully recompiled and deployed the kernel onto the
device with help from the kernel HowTo in the wiki. I used the maemo 1.1
kernel package mentioned in that HowTo. Are the changes you tell us
about already included there?

Greets, Johannes.



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 PROTECTED]
>mail.com
>
> Please change locale data in
> http://unicode.org/cldr/apps/survey?_=pa&x=general pa and NOT pa-IN.
>
> There are lots of things that need translating and there are still some
> errors.  Please read the help files to learn how to use the tool.  If you
> don't know what to do on one bit, just skip it.
>
ok, I will check and take care

and back to u about issues

thanks
A S Alam
> Regards,
> Sukhjinder
>
> PS: Please don't allow anyone else access to that CLDR account.  Thanks!

-- 
A S Alam

"Either find a way or make one"
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 in MicroEmulator). Finally
I've used jamvm + classpath + swt + microemulator.

This is just first run and I don't know if it will run on real device.

Regards,
Bartek Teodorczyk

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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/library
side, not in Matchbox. Problem with pixmap depth was solved by disabling
composite extension in Xomap build (if it does not work, the problem is
trivial for application side to fix just by using some other function to
query colordepth instead).

> Best 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]
>

// Tapani


// Tapani

>
> Thomas Fitzsimmons wrote:
>
>> Hi,
>>
>> On Tue, 2006-03-07 at 13:46 +0100, Clemens Eisserer wrote:
>>  
>>
 Classpath's AWT of course runs on top of GTK+.
 
>>>
>>> Not on the 770, it has several problems but I am not experienced
>>> enough to solve them:
>>>
>>> - Expose events seem not to be sent by X or at least are not received
>>> by java. I did some debgugging and as far as I can tell no expose
>>> events are sent by X.
>>>   
>>
>>
>> Interesting.  Does the 770 window manager allow overlapping windows or
>> dialogs?  Maybe there is no need for expose events except one on initial
>> startup.  Maybe we need to post paint events in response to something
>> other than an expose event, when running on the 770.  I'd appreciate
>> more information on this.
>>
>>  
>>
>>> - When creating offscreen images they are created using 24 bit depth
>>> since GTK_RGB thinks this is best (why do we ask GTK_RGB for the
>>> default pixmap depth and do not simply use the depth the screen is
>>> running?). But 770's X server has no colormap assigned to 24-bit mode
>>> so it asserts.
>>>   
>>
>>
>> Yes, I think we currently assume a 24-bit colormap in the GTK peers,
>> which is wrong.  I'd like to see this fixed.
>>
>>  
>>
>>> - Swing propably needs to be extended to allow the virtual keyboard to
>>> send key events.
>>>   
>>
>>
>> How is the virtual keyboard different from a standard keyboard, from X's
>> perspective?  I don't see how Swing would be affected.
>>
>> Tom
>>
>>
>>  
>>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 :2 -host-cursor -screen 800x480x16 -dpi 96 -ac
            
I am getting the error 

could not create  server lock file /tmp/.X2-lock

could you please tell me the reason 





___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 -host-cursor -screen 800x480x16 -dpi 96 -ac
            
I am getting the error 

could not create  server lock file /tmp/.X2-lock

could you please tell me the reason



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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
Phone: +46 702 04 35 11
Fax:   +46 31 24 16 50
Email: [EMAIL PROTECTED]



Thomas Fitzsimmons wrote:


Hi,

On Tue, 2006-03-07 at 13:46 +0100, Clemens Eisserer wrote:
 


Classpath's AWT of course runs on top of GTK+.
 


Not on the 770, it has several problems but I am not experienced
enough to solve them:

- Expose events seem not to be sent by X or at least are not received
by java. I did some debgugging and as far as I can tell no expose
events are sent by X.
   



Interesting.  Does the 770 window manager allow overlapping windows or
dialogs?  Maybe there is no need for expose events except one on initial
startup.  Maybe we need to post paint events in response to something
other than an expose event, when running on the 770.  I'd appreciate
more information on this.

 


- When creating offscreen images they are created using 24 bit depth
since GTK_RGB thinks this is best (why do we ask GTK_RGB for the
default pixmap depth and do not simply use the depth the screen is
running?). But 770's X server has no colormap assigned to 24-bit mode
so it asserts.
   



Yes, I think we currently assume a 24-bit colormap in the GTK peers,
which is wrong.  I'd like to see this fixed.

 


- Swing propably needs to be extended to allow the virtual keyboard to
send key events.
   



How is the virtual keyboard different from a standard keyboard, from X's
perspective?  I don't see how Swing would be affected.

Tom


 


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 know a
solution then please share it with us.

Thanks,
ferenc


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 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 -host-cursor -screen 800x480x16 -dpi 96 -ac
>
> I am getting the error
> 
> Xephyr cannot open host display.Is the display set?
> could you please tell me the reason.
> 
> regards
> sudarsan
> 
> 
> 
>   PROTECTED]>
> 
> 
> 
> 
> 
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
> 
> 
> !DSPAM:440e94ec103151430218324!

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 :2 -host-cursor -screen 800x480x16 -dpi 96 -ac
               
I am getting the error 

Xephyr cannot open host display.Is the display set?
could you please tell me the reason.

regards
sudarsan




___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 from 
sipfoundry.org, which already works on the Nokia 770, but the UI is not 
completed and still only plain GTK, not hildonized. For audio input and 
output, I use ALSA via an USB-Headset.
Is there a new kernel available which also supports the internal 
microphone? - If so, where can I get it.


Cheers,

Timo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 3]
GLIB_WARNING ** default - error while caching sample.

But the sound is playing, so obviously the file is being opened.  Should
I be concerned about these errors?


Default keypress sounds? Anyway, if you get the error mentioned above, 
hildon_play_system_sound doesn't try to play anything, so you should be 
worried ;)


-Markku-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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.



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers