Hello is there a way to change the icon of a J2ME application while on the background to do some sort of notification. I am trying to achieve something similar to what de BBChat does on the BlackBerry devices. Thanks in advance.
+1
A:
To change the icon J2ME application set MIDlet-Icon property in JAD file
for example
MIDlet-Icon: /com/abc/icons/iconfile.png
And can you explain
something similar to what de BBChat does on the BlackBerry devices
org.life.java
2010-08-03 08:09:51
Thank you very much. What I mean is to change the icon while the application is running. Thanks again.
Edu
2010-08-03 17:35:36
The application you are talking about BBCChat is written in J2ME?
org.life.java
2010-08-04 07:04:22