Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Saturday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Saturday at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Jun 10, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Mobile
Mobile Devices
Nokia 5800 Tips and Tricks Thread
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Radical78" data-source="post: 7115750" data-attributes="member: 272036"><p><strong><span style="font-size: 15px"> <span style="font-size: 18px"><span style="color: Blue">Convert touch java games to Nokia 5800 fullscreen *easy fix* </span></span></span></strong></p><p></p><p> <p style="margin-left: 20px"><span style="font-size: 15px"> OK, here is a short and simple tutorial of how to make touchscreen java games fit to your nokia 5800 360X640 screen... </span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">First of all, you need to find a java game with touch capabilities. Note that java games from HTC threads, or SE G900 UIQ3 threads work just fine, but display on the screen is very small. A good start to search for some games </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">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. </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Below the last line inside the MANIFEST.MF file (REMEMBER NOT TO LEAVE ANY LINE BLANK), just copy and paste the following lines: </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">A. For completely fullscreen stretched game size: </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">------------------------------------------- </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Nokia-MIDlet-Original-Display-Size: 240,320 </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Nokia-MIDlet-Target-Display-Size: 360,640 </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">------------------------------------------- </span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">B. For max game size, without the graphics beeing distorted: </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">------------------------------------------- </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Nokia-MIDlet-Original-Display-Size: 240,320 </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Nokia-MIDlet-Target-Display-Size: 360,480 </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">------------------------------------------- </span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Optionally, if you dont want the virtual keypad to display on the screen when running the game, just add this line: </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">------------------------------------------- </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Nokia-MIDlet-On-Screen-Keypad: no </span></p> <p style="margin-left: 20px"><span style="font-size: 15px">------------------------------------------- </span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Save the file MANIFEST.MF after editing, and exit the decompression tool. </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">Your Fullscreen touch-enabled game is ready for installation! </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">NOTE: </span> <span style="font-size: 15px"></span></p> <p style="margin-left: 20px"><span style="font-size: 15px">This method applies for JAVA games intended for devices with original screen resolution 240X320. If you find a JAVA game from a device with different resolution, just change the values respectively in ways A. and B. </span></p></blockquote><p></p>
[QUOTE="Radical78, post: 7115750, member: 272036"] [B][SIZE=4] [SIZE=5][COLOR=Blue]Convert touch java games to Nokia 5800 fullscreen *easy fix* [/COLOR][/SIZE][/SIZE][/B] [INDENT][SIZE=4] 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. Note that java games from HTC threads, or SE G900 UIQ3 threads work just fine, but display on the screen is very small. A good start to search for some games [/SIZE] [SIZE=4] 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. [/SIZE] [SIZE=4] Below the last line inside the MANIFEST.MF file (REMEMBER NOT TO LEAVE ANY LINE BLANK), just copy and paste the following lines: [/SIZE] [SIZE=4] A. For completely fullscreen stretched game size: [/SIZE] [SIZE=4] ------------------------------------------- Nokia-MIDlet-Original-Display-Size: 240,320 Nokia-MIDlet-Target-Display-Size: 360,640 ------------------------------------------- B. For max game size, without the graphics beeing distorted: [/SIZE] [SIZE=4] ------------------------------------------- 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: [/SIZE] [SIZE=4] ------------------------------------------- Nokia-MIDlet-On-Screen-Keypad: no ------------------------------------------- Save the file MANIFEST.MF after editing, and exit the decompression tool. [/SIZE] [SIZE=4] Your Fullscreen touch-enabled game is ready for installation! [/SIZE] [SIZE=4] NOTE: [/SIZE] [SIZE=4] This method applies for JAVA games intended for devices with original screen resolution 240X320. If you find a JAVA game from a device with different resolution, just change the values respectively in ways A. and B. [/SIZE][/INDENT] [/QUOTE]
Insert quotes…
Verification
Dahaya deken beduwama keeyada?
Post reply
Top
Bottom