advertisement

Penayangan bulan lalu

Selasa, 12 Januari 2010

Tips and tricks to Instal Java Games on Java Mobile Phones (Samsung Mobile) using META-INF and MANIFEST.MF

Install_java_gamesI just share a tips and tricks to install Java Games on Samsung Mobile phone (and other Java Mobile Phones) is notoriously difficult to install java applications. This way You no longer need to download directly via WAP.

Condition only requires a Computer or Handphone that has a file editor application and 2 files (.jar and .jad). File .jad used to install files .jar and .jad can be made yourself using notepad.

Follow the steps below so that there are no errors when installing.

1. Prepare the game files or applications that want to install, extension .jar.

2. If you download from there getjar.com prepared files .jad and .jar so it does not have to bother to file .jad.

3. If not you can create a file jad himself in notepad. Consider the following script.

This tricks and tips use example how to install Game IRON MAN by Reedim on Samsung Phone.

File Attributes .jad:

MIDlet-Jar-URL:
MIDlet-Jar-Size:
MIDlet-Name:
MIDlet-Version:
MIDlet-Vendor:
MIDlet-1:
MicroEdition-Configuration:
MicroEdition-Profile:

MIDlet-Jar-URL: IronMan_SE.jar
MIDlet-Jar-Size: 154,306
MIDlet-Name: IRON MAN by Reedim
MIDlet-Version: 1.0.28
MIDlet-Vendor: handson
MIDlet-1: IRON MAN, / icon.png, MIDlet
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0

Code above is an example code files .jad to install the game Iron Man.
Explanation:

MIDlet-Jar-URL: jar file name (must be the same)
MIDlet-Jar-Size: capacity of the file .jar (see the properties -> file size .jar).

Specially for code below:

MIDlet-Name: IRON MAN by Reedim
MIDlet-Version: 1.0.28
MIDlet-Vendor: handson
MIDlet-1: IRON MAN, / icon.png, MIDlet
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0

You must open the file .jar using WinRAR or Winzip and open the Meta-INF folder and extract the MANIFEST.MF file. Then open using Notepad.
Then note that this script in a file MANIFEST.

MIDlet-Name:
MIDlet-Version:
MIDlet-Vendor:
MIDlet-1:
MicroEdition-Configuration:
MicroEdition-Profile:

Equalize the file attribute .jad from those in the file MANIFEST. Then in the save as (match the file name .jar), the extension must .jad.

4. After the file .jad completed. Copy the file .jar and .jad into the Memory Card.

5. On your mobile phone menu -> My Files (File Manager) -> other or Memory card.

6. .jad file his execution.

7. Installing…

8. Done and Enjoy it!

Tidak ada komentar:

Posting Komentar