Remove Virtual Keyboard in Bada 2





In order to remove Virtual Keyboard and fit to screen java apps in Bada 2 like wave s5380 etc. follow these steps:
  1. Download any .Jar file in PC.
  2. Open this file with WinRAR archive or 7zip.
  3. Open META-INF folder and then right click on MANIFEST.MF and click on edit or open it with notepad.
  4. In edit box paste this in new row: 
                     MIDlet-Scaleup-Support-False
                     LEG-MIDlet-Width: 480
                    LEG-MIDlet-Height: 800
                    MIDlet-Touch-Support: True

  save it and close the box. Click on OK ond close the 7zip. Install the new .Jar file in Phone and Keyboard    is removed.

U can also add:

MIDlet-ScreenMode: Rotate
MIDlet-Landscape-Support: True
MVM-Pause-Background: False

No comments:

Post a Comment