From: Vlad S. <ska...@gm...> - 2008-04-07 15:40:36
|
> error Timer with no MIDlet context java.lang.Throwable > org.microemu.app.util.MIDletTimer.unregister(MIDletTimer.java:129) This may happen when you cancel the timer that was not initialized. e.g. schedule(...) was not called for the timer. This is just an error message and can be ignored. I will remove it. Regarding socket this is different story. I will take a look. |