Nokia 5230 Setting: Java Application Display Properties

This item was filled under [ How-to Guides ]

Java files own some attributes that we can setup for an application to look like what we want. Last time, I made it clear that by opening the *.jar file and inserting it with a new icon, we can then replace the application icon with the custom one. For this time, I’d like to show you some properties to change the display of some Java application.

Nokia 5230 (Nuron) is a touchscreen phone, makes the application display is sometimes too small for your phone’s screen. Especially for old Java applications or Java games, where previously the touchscreen phones were still rare to be found on the market.

Okay, to start it, after you have downloaded the Java installation file, open it using a decompression tool like WinRAR, WinZip, etc. There’s should be a META-INF folder inside the *.jar file, open it with Notepad to start editing.

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

For completely fullscreen stretched game size:
Nokia-MIDlet-Original-Display-Size: 240,320
Nokia-MIDlet-Target-Display-Size: 360,640

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

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

Save the file MANIFEST.MF after editing, exit the decompression tool, and Done! Congratulation, your fullscreen touch-enabled application/game is ready for installation.

Tagged with: [ , ]

Comments:

6 Comments on “Nokia 5230 Setting: Java Application Display Properties”

  • saleem
    29 October, 2010, 8:24

    i want this softwaer

  • Amit
    5 November, 2010, 20:16

    seems nice. good work dude, carry on

  • nn903
    6 November, 2010, 22:46

    Is it possible to enable a keypad that would let me input text to non – touch java app (dictionary)? I mean full text keypad, not the one with arrows.

  • Tongpu
    17 November, 2010, 9:44

    Is it possible that i can get the full input keypad for games? Not only the arrow ones but to type in the letters lyke A-Z

  • Rena
    23 December, 2010, 16:44

    COOL.
    Thanks!
    I Did It!

  • Hayven
    21 July, 2011, 6:17

    Hi! I have some troubles with my phone (Nokia 5230). I wanna restore back my phone’s previous software version. How would I do that? :(