Sunday, August 8, 2010

Removing virtual kepad from Games and Apps

If you wanna remove virtual kepad from Games and Apps. Open the .jad file in notepad and append following entries and update the Java DB.

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

These entries will remove the virtual keypad.

Before i edited d jad file..the jad file was like this..

Manifest-Version: 1.0
Created-By: 1.4.1_02 (Sun Microsystems Inc.)
MicroEdition-Configuration: CLDC-1.1
MIDlet-Name: Roland Garros 2008
MIDlet-Icon: /icon.png
MIDlet-Vendor: Gameloft SA
MIDlet-1: Roland Garros 2008, /icon.png, GloftRGAR
MIDlet-Version: 1.4.7
MicroEdition-Profile: MIDP-2.0
MIDlet-Jar-Size: 576987
MIDlet-Jar-URL: RolandGarros2008.jar
Nokia-MIDlet-Category: Game

After d edition the jad file becomes

Manifest-Version: 1.0
Created-By: 1.4.1_02 (Sun Microsystems Inc.)
MicroEdition-Configuration: CLDC-1.1
MIDlet-Name: Roland Garros 2008
MIDlet-Icon: /icon.png
MIDlet-Vendor: Gameloft SA
MIDlet-1: Roland Garros 2008, /icon.png, GloftRGAR
MIDlet-Version: 1.4.7
MicroEdition-Profile: MIDP-2.0
MIDlet-Touch-Support: True
MIDlet-Jar-Size: 576987
MIDlet-Jar-URL: RolandGarros2008.jar
Nokia-MIDlet-Category: Game

No comments:

Post a Comment