Most of the games have the irritating on screen "arrow" keys. To get rid of these problems, you can use a bit of programming.
Its work with all that Nokia, Samsung, LG java phones.
First, use WinRar to extract the jar file.
Then go to \META-INF folder of the archive. Use Notepad to open the MANIFEST.MF file.
Then, at the end of all the lines, add these lines:
X-Pax-Keyboard: Qwerty
X-Pax-TextInput-Hidden: true
MIDlet-Touch-Support: TRUE
MIDlet-ScreenMode: ROTATE
Save the file.
Then go up a folder(return to the previous folder where all the files that were extracted from the jar file)
Press Control + A to select all the files. Right click and select "Send to --> compressed (zip) folder"
You will get "somename.zip". Rename it to "applicationname.jar". Transfer the file to your phone and install!
P.S- Make sure "Hide extension for known file types is disabled".
For Winodws XP users -> Go to any folder. Select Tools. Select Folder option. Click View. Untick the "Hide extension for known file types"
For Windows 7 or Vista users ->Go to control panel. Select Folder option. Click View. Untick the "Hide extension for known file types"
No comments:
Post a Comment