tags:

views:

296

answers:

1

Hi ,

I'm working on a j2me application and i'm using j2me polish. when i deploy the application on any touch screen devices like Nokia N97 / Samsung Omnia the on-screen keyboard comes by default. I need to go to the installed applications and disable it everytime i install the applicaton. Is there any way by adding some property in the build.xml to disable the on-screen keyboard.

A: 

got the solution, add the following property in in jad name="Nokia-MIDlet-On-Screen-Keypad" value="no"

JV