Archive for the ‘j2me’ Category

How to enable touchscreen support in WTK

March 11, 2008
To enable support of the touchscreen in WTK:
WTK2.5.2\wtklib\devices\DefaultColorPhone\
DefaultColorPhone.properties
and set touchscreen support parameter to true:
touch_screen=true
Here WTK2.5.2 depends on your WTK home directory and DefaultColorPhone directory and the name of property file depends on you emulator device.

Opera-mini bookmarks RMS format

December 18, 2007

What if I’ll write here about a tricky tasks I’m doing at work?

For example, now I’m trying to discover a format which opera-mini uses for storing it’s speed-dial bookmarks in RMS. I cannot find the description of this format. Nobody has given me any hint (I’ve asked here and here). The only solution I see is to decompile binary files (if it is possible to decompile obfuscated binaries) or just guess what is the format :)

To be continued…