Java game resolution

Status
Not open for further replies.

JohnephSi

GONNA GET ALL OF YOU
Plz tell me how can i change the screen resolution of a java game.Plz help me.

....
 
Last edited:

Rockstar11

Technomancer
It's very easy to change the resolution of the mobile Java Games in PC.

* You need to know the original resolution of the game. This is usually found on the author’s website.

* you must know the resolution of the target screen for the phone.

1. You should be using WinRAR for this. You can download an evaluation copy of WinRAR from *www.win-rar.com.

2. Using WinRAR, open the Java file(right click on jar file & select open with win rar). The Java file has a file extension .jar.

3. There should be a folder called META-INF. Open that folder.

4. Inside that folder, there is a file called MANIFEST.MF. Drag and drop the MANIFEST.MF to your Desktop

5. Open MANIFEST.MF using notepad

6. At the end of the file, add the following two lines to the MANIFEST.MF file.

* Nokia-MIDlet-Original-Display-Size: xxx,xxx

* Nokia-MIDlet-Target-Display-Size: yyy,yyy

7. Now save the file. The drag the file back to the .jar file folder META-INF using WinRAR.

8. Install the JAR file to your phone.


Quote:
Note:
The xxx,xxx and yyy,yyy are the screen resolution. 'Original' size is the native resolution of the game, and 'target' size is the resolution of your phone. Change these numbers as appropriate... when ur done, drag it back into the "META-INF" folder. overwrite the previous file.


Quote:
Example:
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 352,416

The above shows that the original game resolution is 176x208 and the new target resolution is 352x416 i.e. for N80.
 

azzu

AJJU
cool really didnt knew that thx will try for my K790i
but the quality will degradena???
 

clmlbx

Technomancer
ya

good news

now my friend can degrade the screen size and can play game

his phone size is some 120**** and games size is 240*320

so now he can degrade the size and play game

good for him
 
Status
Not open for further replies.
Top Bottom