Friday, November 27, 2009

PROCEDURE FOR INSTALLING FULL SCREEN GAMES IN SAMSUNG S5603

Here is step by step procedure for installing full screen games.
1. You need to first download star 3G games or application that supports touch, you can get it from google. Any touch supported JAVA games/ apps will work with it.
2. Then Open the .JAD file with notepad. You’ll see something like this.
Manifest-Version: 1.0
Created-By: 1.4.1_02 (Sun Microsystems Inc.)
MicroEdition-Configuration: CLDC-1.1
MIDlet-Name: Roland Garros 2008
MIDlet-Icon: /icon.png
MIDlet-Vendor: Gameloft SA
MIDlet-1: WWE RAW 2008, /icon.png, GloftRGAR
MIDlet-Version: 1.4.7
MicroEdition-Profile: MIDP-2.0
MIDlet-Jar-Size: 576987
MIDlet-Jar-URL: WWeraw2008.jar
Nokia-MIDlet-Category: Game
3. Then add this lines at the bottom of this file text.
MIDlet-Touch-Support: True
4. Now it would look like this :
Manifest-Version: 1.0
Created-By: 1.4.1_02 (Sun Microsystems Inc.)
MicroEdition-Configuration: CLDC-1.1
MIDlet-Name: Roland Garros 2008
MIDlet-Icon: /icon.png
MIDlet-Vendor: Gameloft SA
MIDlet-1: Roland Garros 2008, /icon.png, GloftRGAR
MIDlet-Version: 1.4.7
MicroEdition-Profile: MIDP-2.0
MIDlet-Touch-Support: True
MIDlet-Jar-Size: 576987
MIDlet-Jar-URL: RolandGarros2008.jar
Nokia-MIDlet-Category: Game
MIDlet-Touch-Support: True
5 . Then save wfile & install files by using unlocking Smasung star 3g Procedure for installing Java games & apps.
6. Thats it. If this does not work you can use it following four lines instead of above line.
TOUCHSCREEN: true
NUMPAD: true
MIDlet-Touch-Support: true
SCREEN_WIDTH: 240
SCREEN_HEIGHT: 320

check this out it works 100% TRUST ME

No comments:

Post a Comment