Can you post the contents of your JAR's MANIFEST file?
Manifest File:
Code:
MIDlet-1: Carfinder,/Icon.png,SymbianPart.Carfinder
MIDlet-Vendor: Vendor
MIDlet-Name: Carfinder
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
that 46 kb png whats its resolution in pixels ?
200x200 pixels.
I will try later without creating images, then I know if the problem is made by the images.
Now I cant try, cause I have no SE phone here 
Oh, you should certainly avoid calling sleep() in startApp()!
OK i'll will remove it...
Avoid doing anything in the MIDlet constructor.
Why? I saw many examples in the www, and most of them put code like this in the standardconstr...
Thanks for your help and attention everybody, this is my first j2me project, i was helped a lot in this forum, next week i must demonstrate it to my prof at the university... therefore i wanted to test it on other phones...