Tuesday, March 1, 2011

How to make Full Touch Application

Download any jar application

Open it in to winrar

Find META-INF directory and open MANIFEST.MF into any text editor (notepad)

and append following contain in it

------------------------------------------------------

TOUCHSCREEN:true
NUMPAD:true
MIDlet-Touch-Support:true
SCREEN_WIDTH:240
SCREEN_HEIGHT:320
------------------------------------------------------

Save this contain and close text editor and update archive in winrar

enjoy your touch application

No comments: