How do you set the icon that appears in the upper left corner of some screens (Form, for example)? My midlet shows the default icon (squares for 6310i and puzzle piece for 7650) rather than the icon listed in MIDlet-1.
How do you set the icon that appears in the upper left corner of some screens (Form, for example)? My midlet shows the default icon (squares for 6310i and puzzle piece for 7650) rather than the icon listed in MIDlet-1.
have the same problem, so if you find something please reply here and let me know
thanks
I found the solution for 7650. The icon file must be in a floder named img (example: "MIDlet-1: UP THE RIVER, /img/icon.png, BoatRacing"). Stupid, isn't it Nokia?
This did not work on 7210 and 6310i.
you just have to include your icon in the jar and specify the path in the jad.
so if you want to put your icone in the folder icons
here is the line that you will have to put in your jad
MIDlet-Icon: /icons/icone.png