SALMAN
11-06-2010, 01:57 AM
How to change Resolution of java games
You have to open a *.jar file for example in WinRar and then open file "manifest.mf" from folder "META-INF".
Then write there this in the end:
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 352,416
Former is original resolution of game and the latter is resolution of your phone.
Then save and run in a phone
Work Fine
:kitti:
You have to open a *.jar file for example in WinRar and then open file "manifest.mf" from folder "META-INF".
Then write there this in the end:
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 352,416
Former is original resolution of game and the latter is resolution of your phone.
Then save and run in a phone
Work Fine
:kitti: