<?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>Jontas &#187; j2me</title>
	<atom:link href="http://www.f15ijp.com/tag/j2me/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The different key values of SonyEricsson M600 and W950 in java</title>
		<link>http://www.f15ijp.com/2007/07/10/the-different-key-values-of-sonyericsson-m600-and-w950-in-java/</link>
		<comments>http://www.f15ijp.com/2007/07/10/the-different-key-values-of-sonyericsson-m600-and-w950-in-java/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 08:39:35 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[m600]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sony ericsson]]></category>
		<category><![CDATA[w950]]></category>

		<guid isPermaLink="false">http://jontas.mine.nu/?p=15</guid>
		<description><![CDATA[When working with java against these two devices there are some things too keep in mind. (also it is important to keep in mind that these two devices don&#8217;t have a d-pad &#8211; so any functions and help texts need to bear this in mind &#8211; the wheel does work like up/down/select but on the [...]]]></description>
			<content:encoded><![CDATA[<p>When working with java against these two devices there are some things too keep in mind.</p>
<p>(also it is important to keep in mind that these two devices don&#8217;t have a d-pad &#8211; so any functions and help texts need to bear this in mind &#8211; the wheel does work like up/down/select but on the w950 there is no  way to move left/right, on the m600 I have to press ALT+*/# to do this)</p>
<p>[m600]<br />
lower left corner of the touch screen (lsk): -6<br />
lower right corner of the touch screen (rsk): -7<br />
wheel up: -1<br />
wheel down: -2<br />
whell press: -5</p>
<p>[on the m600 the each key has 2 letters, and each letter has a own key value (the device detects if I pressed the<br />
right or left side of the key (it almost looks like the come in alphabetical order;)]<br />
1: e 101 r 114<br />
2: t 116 y 121<br />
3: u 117 i 105<br />
4: d 100 f 102<br />
5: g 103 h 104<br />
6: j 106 k 107<br />
7: x 120 c 99<br />
8: v 118 b 98<br />
9: n 110 m 109<br />
0: 32</p>
<p>[w950]<br />
lower left corner of the touch screen (lsk): -6<br />
lower right corner of the touch screen (rsk): -7<br />
wheel up: -1<br />
wheel down: -2<br />
whell press: -5</p>
<p>Key board<br />
[the w950 has less buttons for the key board so each button has 3 letters on them, and I have to multitap in<br />
order to get another letter, so here each number key only has one value]<br />
1: 49<br />
2: 50<br />
3: 51<br />
4: 52<br />
5: 53<br />
6: 54<br />
7: 55<br />
8: 56<br />
9: 57<br />
0: 48</p>
<p>Also it might be important to keep this in mind if there are texts in the application/game that refers to softkeys, d-pad or similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2007/07/10/the-different-key-values-of-sonyericsson-m600-and-w950-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung U600 install jar directly (without ota download)</title>
		<link>http://www.f15ijp.com/2007/07/10/samsung-u600-install-jar-directly-without-ota-download/</link>
		<comments>http://www.f15ijp.com/2007/07/10/samsung-u600-install-jar-directly-without-ota-download/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 08:37:07 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://jontas.mine.nu/?p=17</guid>
		<description><![CDATA[This is likely to work on other Samsung devices as well, when I get around to it I will try it on some more devices. 1. Transfer the .jad and .jar files to the phones memory to the &#8216;Other Files&#8217; folder. You can transfer the files from Samsung PC Studio&#8217;s &#8216;Phone Explorer&#8217;, or just transfer [...]]]></description>
			<content:encoded><![CDATA[<p>This is likely to work on other Samsung devices as well, when I get around to it I will try it on some more devices.<br />
1. Transfer the .jad and .jar files to the phones memory to the &#8216;Other Files&#8217; folder.<br />
You can transfer the files from Samsung PC Studio&#8217;s &#8216;Phone Explorer&#8217;, or just transfer it straight to the memory card and move it to &#8216;Other Files&#8217; from the phone&#8217;s menu.<br />
(If you don&#8217;t have a .jad file, you can download &#8216;Jad Maker&#8217; (google) and make a new one)</p>
<p>2. Exit all menus and type in this code: *#9998*4678255#.<br />
You should now get a &#8216;Activated&#8217; message. Java install is enabled.</p>
<p>3. Go to the &#8216;Other Files&#8217; folder and select the .jad file (should be 1kb).<br />
Press &#8216;Options&#8217; (left soft key) and you should get a &#8216;Do you want to install&#8217;   question.<br />
Press &#8216;Yes&#8217; to install.</p>
<p>4. To deactivate Java install, simply type the same code again.<br />
You should now get a &#8216;Deactivated&#8217; message.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2007/07/10/samsung-u600-install-jar-directly-without-ota-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet for Java on Samsung X640</title>
		<link>http://www.f15ijp.com/2007/06/06/internet-for-java-on-samsung-x640/</link>
		<comments>http://www.f15ijp.com/2007/06/06/internet-for-java-on-samsung-x640/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 17:17:32 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://jontas.mine.nu/?p=10</guid>
		<description><![CDATA[Turns out that Samsung x640 don&#8217;t use the defaut settings to connect to the internet for java applications. And the way the Samsung said this was by simply freezing when it asked &#8220;Want to send HTTP information?&#8221; This is changed in: Menu -&#62; Fun box -&#62; JAVA world -&#62; Internet Settings and here entering the [...]]]></description>
			<content:encoded><![CDATA[<p>Turns out that Samsung x640 don&#8217;t use the defaut settings to connect to the internet for java applications. And the way the Samsung said this was by simply freezing when it asked &#8220;Want to send HTTP information?&#8221;</p>
<p>This is changed in: <em>Menu -&gt; Fun box -&gt; JAVA world -&gt; Internet Settings </em> and here entering the settings that your service provider gives you.<br />
Doing so made me get past this screen.</p>
<p>(Just to bad I still can&#8217;t get it working <img src='http://www.f15ijp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2007/06/06/internet-for-java-on-samsung-x640/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vodaphone 710 (tastePhone results)</title>
		<link>http://www.f15ijp.com/2007/04/30/vodaphone-710-tastephone-results/</link>
		<comments>http://www.f15ijp.com/2007/04/30/vodaphone-710-tastephone-results/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 10:39:54 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[vodafone 710]]></category>

		<guid isPermaLink="false">http://jontas.mine.nu/?p=13</guid>
		<description><![CDATA[For some odd reason the TastePhone page has not added the results from testing the Vodafone 710 (made by Huwei) on the list site, but I managed to dig out the results;) see http://mobile.myshack.mine.nu/Vodafone_710_%28Tastephone%29 for the results.]]></description>
			<content:encoded><![CDATA[<p>For some odd reason the TastePhone page has not added the results from testing the Vodafone 710 (made by Huwei) on the list site, but I managed to dig out the results;)</p>
<p>see http://mobile.myshack.mine.nu/Vodafone_710_%28Tastephone%29 for the results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2007/04/30/vodaphone-710-tastephone-results/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing resolution on a nokia java file (S60 3rd ed or later)</title>
		<link>http://www.f15ijp.com/2007/04/18/chaning-resolution-on-a-nokia-java-file/</link>
		<comments>http://www.f15ijp.com/2007/04/18/chaning-resolution-on-a-nokia-java-file/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 18:38:43 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[jad]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://jontas.mine.nu/?p=8</guid>
		<description><![CDATA[or how to cheat and support a Nokia 352&#215;416 using &#8220;normal&#8221; S60 (176&#215;208). Either in the manifest file or the jad file enter these two lines. (thus making it possible to use a Nokia S60 file on a Nokia N80 (et al) Nokia-MIDlet-Original-Display-Size: 176,208 Nokia-MIDlet-Target-Display-Size: 352,416 This parameter works on all S60 3rd ed (or [...]]]></description>
			<content:encoded><![CDATA[<p>or how to cheat and support a Nokia 352&#215;416  using &#8220;normal&#8221; S60 (176&#215;208).</p>
<p>Either in the manifest file or the jad file enter these two lines. (thus making it possible to use a Nokia S60 file on a Nokia N80 (et al)</p>
<p>Nokia-MIDlet-Original-Display-Size: 176,208<br />
Nokia-MIDlet-Target-Display-Size: 352,416</p>
<p>This parameter works on all S60 3rd ed (or later).</p>
<p><a href="http://www.forum.nokia.com/document/Java_Developers_Library_v2/?content=GUID-C5D3E0F5-72B9-4EE7-8BA7-20DE4A538FB8.html">Documentation from Nokia about this</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2007/04/18/chaning-resolution-on-a-nokia-java-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

