Skip to content

WTK 2.5.2 issue

WTK 2.5.2 introduced pretty annoying bug to a very usefull feature, that is, ability to run the midlet from the command line, so that you can see all the system.out printed to the console.
it was always possible to do the following:
\%PATH_TO_WTK%\bin\emulator.exe -Xdescriptor:MyMidlet.jad
But since I upgraded to WTK 2.5.2 for CLDC 1.1, I’ve started getting this [...]

Motorola V3M slow startup.

Here is the interesting issue observed on the Motorola V3M. Application (in fact it’s VM) startup time deteriorates.
When midlet owns multiple RecordStores it’s startup time is painfully slow, in fact you don’t even see any message from the system that it is doing something, as the phone simply freezes. So far I found out that [...]