<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reference Harga Ponsel Indonesia, complete info, mobile phone price list, specifications, and free download software &#187; .jar</title>
	<atom:link href="http://hargaponsel.info/tag/jar/feed/" rel="self" type="application/rss+xml" />
	<link>http://hargaponsel.info</link>
	<description>Referensi Harga Ponsel Indonesia, Price list of mobile phones, download java applications and games</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tips and tricks to Instal Java Games on Java Mobile Phones (Samsung Mobile) using META-INF and MANIFEST.MF</title>
		<link>http://hargaponsel.info/2010/01/09/tips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf</link>
		<comments>http://hargaponsel.info/2010/01/09/tips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 06:48:31 +0000</pubDate>
		<dc:creator>HargaPonsel</dc:creator>
				<category><![CDATA[Artikel Ponsel]]></category>
		<category><![CDATA[.jad]]></category>
		<category><![CDATA[.jar]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install java]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[MANIFEST.MF]]></category>
		<category><![CDATA[META-INF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tips tricks]]></category>

		<guid isPermaLink="false">http://hargaponsel.info/?p=681</guid>
		<description><![CDATA[I 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 [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_sea-foam" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhargaponsel.info%252F2010%252F01%252F09%252Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F8Mc4rb%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF%22%20%7D);"></div>
<p><img class="alignleft" src="http://farm3.static.flickr.com/2765/4258007963_60f5ff3fa4_s.jpg" alt="install_java_games" width="145" height="145" />I 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.</p>
<p>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.</p>
<p>Follow the steps below so that there are no errors when installing.</p>
<p>1. Prepare the game files or applications that want to install, extension .jar.</p>
<p>2. If you download from there getjar.com prepared files .jad and .jar so it does not have to bother to file .jad.</p>
<p>3. If not you can create a file jad himself in notepad. Consider the following script.<span id="more-681"></span></p>
<p>This tricks and tips use example how to install Game IRON MAN by Reedim on Samsung Phone.</p>
<p>File Attributes .jad:</p>
<blockquote><p>MIDlet-Jar-URL:<br />
MIDlet-Jar-Size:<br />
MIDlet-Name:<br />
MIDlet-Version:<br />
MIDlet-Vendor:<br />
MIDlet-1:<br />
MicroEdition-Configuration:<br />
MicroEdition-Profile:</p></blockquote>
<blockquote><p>MIDlet-Jar-URL: IronMan_SE.jar<br />
MIDlet-Jar-Size: 154,306<br />
MIDlet-Name: IRON MAN by Reedim<br />
MIDlet-Version: 1.0.28<br />
MIDlet-Vendor: handson<br />
MIDlet-1: IRON MAN, / icon.png, MIDlet<br />
MicroEdition-Configuration: CLDC-1.0<br />
MicroEdition-Profile: MIDP-2.0</p></blockquote>
<p>Code above is an example code files .jad to install the game Iron Man.<br />
Explanation:</p>
<blockquote><p>MIDlet-Jar-URL: jar file name (must be the same)<br />
MIDlet-Jar-Size: capacity of the file .jar (see the properties -&gt; file size .jar).</p></blockquote>
<p>Specially for code below:</p>
<blockquote><p>MIDlet-Name: IRON MAN by Reedim<br />
MIDlet-Version: 1.0.28<br />
MIDlet-Vendor: handson<br />
MIDlet-1: IRON MAN, / icon.png, MIDlet<br />
MicroEdition-Configuration: CLDC-1.0<br />
MicroEdition-Profile: MIDP-2.0</p></blockquote>
<p>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.<br />
Then note that this script in a file MANIFEST.</p>
<blockquote><p>MIDlet-Name:<br />
MIDlet-Version:<br />
MIDlet-Vendor:<br />
MIDlet-1:<br />
MicroEdition-Configuration:<br />
MicroEdition-Profile:</p></blockquote>
<p>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.</p>
<p>4. After the file .jad completed. Copy the file .jar and .jad into the Memory Card.</p>
<p>5. On your mobile phone menu -&gt; My Files (File Manager) -&gt; other or Memory card.</p>
<p>6. .jad file his execution.</p>
<p>7. Installing&#8230;</p>
<p>8. Done and Enjoy it!</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://brianwmackay.blogspot.com/2009/09/google-app-engine.html">google app engine</a> (brianwmackay.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ubergizmo.com/15/archives/2010/01/att_commits_to_brew.html">AT&amp;T Commits To BREW</a> (ubergizmo.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=53d1765d-88f1-40e9-ae5f-8d92c3434a8d" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>

<div class="sociable">
<div class="sociable_tagline">
<strong>be Social and Share:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;t=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF" title="Facebook"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF&amp;notes=I%20just%20share%20a%20tips%20and%20tricks%20to%20install%20Java%20Games%20on%20Samsung%20Mobile%20phone%20%28and%20other%20Java%20Mobile%20Phones%29%20is%20notoriously%20difficult%20to%20install%20java%20applications.%20This%20way%20You%20no%20longer%20need%20to%20download%20directly%20via%20WAP.%0D%0A%0D%0ACondition%20only%20requires%20a%20" title="del.icio.us"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF%20-%20http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F" title="Twitter"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF&amp;bodytext=I%20just%20share%20a%20tips%20and%20tricks%20to%20install%20Java%20Games%20on%20Samsung%20Mobile%20phone%20%28and%20other%20Java%20Mobile%20Phones%29%20is%20notoriously%20difficult%20to%20install%20java%20applications.%20This%20way%20You%20no%20longer%20need%20to%20download%20directly%20via%20WAP.%0D%0A%0D%0ACondition%20only%20requires%20a%20" title="Digg"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F" title="Technorati"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF&amp;annotation=I%20just%20share%20a%20tips%20and%20tricks%20to%20install%20Java%20Games%20on%20Samsung%20Mobile%20phone%20%28and%20other%20Java%20Mobile%20Phones%29%20is%20notoriously%20difficult%20to%20install%20java%20applications.%20This%20way%20You%20no%20longer%20need%20to%20download%20directly%20via%20WAP.%0D%0A%0D%0ACondition%20only%20requires%20a%20" title="Google Bookmarks"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;submitHeadline=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF&amp;submitSummary=I%20just%20share%20a%20tips%20and%20tricks%20to%20install%20Java%20Games%20on%20Samsung%20Mobile%20phone%20%28and%20other%20Java%20Mobile%20Phones%29%20is%20notoriously%20difficult%20to%20install%20java%20applications.%20This%20way%20You%20no%20longer%20need%20to%20download%20directly%20via%20WAP.%0D%0A%0D%0ACondition%20only%20requires%20a%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF" title="Reddit"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F" title="Sphinn"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF" title="Mixx"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF" title="StumbleUpon"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF&amp;source=Reference+Harga+Ponsel+Indonesia%2C+complete+info%2C+mobile+phone+price+list%2C+specifications%2C+and+free+download+software+Referensi+Harga+Ponsel+Indonesia%2C+Price+list+of+mobile+phones%2C+download+java+applications+and+games&amp;summary=I%20just%20share%20a%20tips%20and%20tricks%20to%20install%20Java%20Games%20on%20Samsung%20Mobile%20phone%20%28and%20other%20Java%20Mobile%20Phones%29%20is%20notoriously%20difficult%20to%20install%20java%20applications.%20This%20way%20You%20no%20longer%20need%20to%20download%20directly%20via%20WAP.%0D%0A%0D%0ACondition%20only%20requires%20a%20" title="LinkedIn"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF&amp;url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F" title="Netvibes"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fhargaponsel.info%2F2010%2F01%2F09%2Ftips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf%2F&amp;title=Tips%20and%20tricks%20to%20Instal%20Java%20Games%20on%20Java%20Mobile%20Phones%20%28Samsung%20Mobile%29%20using%20META-INF%20and%20MANIFEST.MF" title="Live"><img src="http://hargaponsel.info/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
</ul>
</div>

]]></content:encoded>
			<wfw:commentRss>http://hargaponsel.info/2010/01/09/tips-and-tricks-to-instal-java-games-on-java-mobile-phones-samsung-mobile-using-meta-inf-and-manifest-mf/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
