...................................................................................................................... click on the post name to view the full post and get download links

Friday, February 26, 2010

How to make Java based games work on fullscreen IN My Nokia 5800 S60v5 Mobile..!


OK, here is a short and simple tutorial of how to make touchscreen java games fit to your nokia 5800 360X640 screen...

First of all, you need to find a java game with touch capabilities.

After you download the .jar file, left click on it, and open it with a decompression tool (winrar, winzip, etc). Inside the file, go to the META-INF folder, and open the MANIFEST.MF file with notepad.

Below the last line inside the MANIFEST.MF file (REMEMBER NOT TO LEAVE ANY LINE BLANK), just copy and paste the following lines:

A:)
----------------------------------------
---
Nokia-MIDlet-Original-Display-Size: 240,320
Nokia-MIDlet-Target-Display-Size: 360,640
-------------------------------------------

This will Stretch the game screen size to your 360*640 display.

B:)

For max game size, without the graphics beeing distorted:
-------------------------------------------
Nokia-MIDlet-Original-Display-Size: 240,320
Nokia-MIDlet-Target-Display-Size: 360,480
-------------------------------------------

For max game size, without the graphics beeing distorted:

C:)Optionally, if you dont want the virtual keypad to display on the screen when running the game, just add this line:
-------------------------------------------
Nokia-MIDlet-On-Screen-Keypad: no
------------------------------------------

This works for all java based games but make sure that your game is TOUCH supported.
For example the wwe smckdown wont work, But will do great for Juiceed 2.

0 comments: